|
論壇的文檔資料裡有一份 Slax完全手动安装视频教程 但這個flash 檔案播放時時快時慢,
現將它改成文字檔給有需要的人:
---- 安裝步驟 ------
.使用 slax-popcorn-5.1.8.iso 開機
.確認 Hard Disk 未格式化, 分區, 使用過.
.確認在 VMWARE 中 HardDisk 裝在 IDE(0,0)
. 依照下列步驟操作
#fdisk /dev/hda
Command (M for help): m
…..
Command (M for help): p
……
Command (M for help): n
……
P
Partition number (1-4): 1
First cylinder (1-22192, default 1):
…..
Last cylinker or +size or +sizeM or +sizeK ( ….. ):
……..
Command (m for help): t
………
Hex code (type L to list codes): L
…….
Hex code (type L to list codes): 83
……
Command (m for help): w
…
#mkfs.ext3 /dev/hda1
….
#cd /mnt/
#mkdir hda1
#mount /dev/hda1 /mnt/hda1
#cd /mnt/hda1/
#cp ––preserve –R /{bin,dev,etc,home,lib,opt,root,sbin,usr,var} /mnt/hda1/
#mkdir /mnt/hda1/{boot,mnt,proc,sys,tmp}
#cp /boot/boot/vmlinuz /mnt/hda1/boot/
#mount –t proc proc /mnt/hda1/proc/
#mount -–bind /dev/ /mnt/hda1/dev/
#chroot /mnt/hda1/
#cd /etc/
#echo “boot = /dev/hda” > lilo.conf
#echo “prompt” >> lilo.conf
#echo “timeout = 50” >> lilo.conf
#echo “image = /boot/vmlinuz” >> lilo.conf
#echo “root = current” >> lilo.conf
#echo “label = slax” >> lilo.conf
#echo “read-write” >> lilo.conf
#echo “” > lilo.conf
#lilo –v
……
完成, 可以使用HardDisk 開機了 |
|