Den fre, 10 mar 2000 skrev KK:
KK> Hi,
KK> I have a PC installed and running on win98. I recently installed RH 6.1 on
KK> another hard-disk with LILO boot loader. I need to make my system dual boot
KK> without re-installing win98. Writing to lilo.conf that windows is on /dev/hdb1
KK> does not work. What must I do?

The lines in /etc/lilo.conf must look like this
Add the folloowing to the top


prompt
timeout=50
default=win


...This will give you a lilo prompt every time you boot which will load win after 5 
seconds of inactiveness. Also add this at the bottom:


other=/dev/hdb1
        label=win                           

                                  
...I have attached my own lilo.conf.
Remember to run the command 'lilo' after editing the lilo.conf file

-- 
 ______________________________________________________________________
 S�ren Friis-Nielsen
 E-mail: [EMAIL PROTECTED]
 Mobil:  [EMAIL PROTECTED]
 ______________________________________________________________________
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=l

image=/boot/vmlinuz-2.2.12-20
        label=rh
        initrd=/boot/initrd-2.2.12-20.img
        read-only
        root=/dev/hda4

image=/boot/vmlinuz-2.2.13.Common.ide
        label=l
        read-only
        root=/dev/hda4

image=/boot/vmlinuz-2.2.13.common.ide
        label=old
        root=/dev/hdc1
        read-only

other=/dev/hda1
        label=win

Reply via email to