|
Required : USB-HDD boot Bios supported, Slackware 13.0 CD
Capacity of Flash Disk : > 4GB ( would be better !)
Main procedures :
1. boot : hit enter key to use default kernel (hugesmp.s) or you can choose huge.s to boot
2. Enter 1 to Select keyboard map : [hit enter key]
3. Slackware login : root
then the screen shows :
4. root@slackware:/#
if you have one sata HD, then input : cfdisk /dev/sdb and hit enter key to partition your Flashdisc)
root@slackware:/# cfdisk /dev/sdb [hit enter key]
if you have no sata but one IDE-HD, then input : cfdisk /dev/sda and hit enter key to partition your Flashdisc)
root@slackware:/# cfdisk /dev/sda [hit enter key]
5. After you've done step 4 above, just run "setup" to go to "Slackware Linux Setup (Version 13.0)" dialogue window
root@slackware:/# setup [hit enter key]
6. choose target :
Select /dev/sda1 ( depends on the flashdisc partition detected )
and also choose ext2 filesystem to be used in Flashdisc !
7. the other procedures would be the same as regular installation !
8. After completing all the packages installation, you need to configure your system.
In the step of the configuration of the bootloader, " select expert to Install lilo " which is recommended.
Dialogue "EXPERT LILO INSTALLATION" shows on screen
Begin : choose MBR to install lilo, After Dialogue "Confirm location to install lilo" shows,
then you could input /dev/sda or /dev/sdb (which depends ..)
Linux : select /dev/sda1 or /dev/sdb1 (which depends ..)
Install : Install lilo
9. exit to leave setup window !
10. Last and crucial step :
type : chroot /mnt
mkinitrd -w 10 -c -k 2.6.29.6-smp -m mbcache:ext2 -f ext2 -r /dev/sda1 or /dev/sdb1 (which depends ..)
cd /boot
run command :
a. mkinitrd -o initrd_usb (you could name whatever you'd like)
b. mc -e /etc/lilo.conf
add this line " initrd = initrd_usb " in it !
lilo.conf may be like this :
# Start LILO global section
boot = /dev/sda
message = /boot/boot_message.txt
append=" vt.default_utf8=0"
vga = normal
image = /boot/vmlinuz
initrd = /boot/initrd_usb
root = /dev/sda1
label = slack
read-only
c. run " lilo -v -v -v"
d. type " exit " to leave your Flashdisc.
reboot to check if you succeed, if it does, Congratulations.
By the way, To download and install grub on your USB is highly recommended ! |
|