tjm4fun
Unregistered
|
|
Posted: Jan. 12 2005,11:10 |
|
you could install lilo on the harddisk, with default setting to the windows directory, but I am not sure how you would configure it to boot DSL from the cd. If you installed dsl to the hd, it would be a simple job to config lilo.
this lilo config file would work, after you modify the line root=/dev/hda8 to whatever hda number you installed dsl to. if you installed to disk, you can (with root authority) edit the file /etc/lilo.conf to look like this: (with out the ---------) just marking out the text. Also. check your /boot directory and verify that linux24 is your kernel. this is from the 8.2 dsl, so the kernel may have been renamed. -------------------------------------------------------------- prompt timeout=6000 #sets timeout before default is booted. default=Windows # label to the default os vga=791 boot=/dev/hda #install to the MBR
lba32
other=/dev/hda1 label=Windows image=/boot/linux24 # verify that it is still linux24 label=DSL root=/dev/hda8 # change this to the hda number of your install read-only ----------------------------------------------------------------
After that, you will need to install lilo to the MBR. be sure you have a good w9x startup disk in case you need to back this off. (run it and use fdisk /mbr to restore the windows boot record) . With the lilo.conf file in /etc, and still logged in as root (or su'd), just type lilo. you should see 2 added messages and it should complete. next reboot should bring up the lilo boot loader and you will see a menu with windows and DSL as choices. selct your os, and away you go! It's been a while, so I might have goofed up, but you may have to run lilo with the -M switch the first time. (lilo -M /dev/hda), to install it to the MBR.
|