Quote:
Originally Posted by vijayan
I have Slackware 10.2 and am thinking of moving to 11.0. My boot loader is LILO. I also have Wndows XP and LILO has correctly detected it. But after I installed PClinuxOS (with boot loader in its root partition), I can't configure Slackware's LILO to detect it. What to do?
|
Hi,
You can include a stanza in the current Slackware lilo.conf file for the 'PClinuxOS' then run 'lilo' to update the MBR.
Such as;
Code:
# Windows bootable partition config begins
other = /dev/hda1
label = Windows98
table = /dev/hda
# Windows bootable partition config ends
# << PClinuxOS Linux bootable partition config begins >>
image = /boot/vmlinuz-PClinuxOS #kernel for PClinuxOS
root = /dev/hda4 #partition
label = PClinuxOS
read-only
# <<PClinuxOS Linux bootable partition config ends>>
#
## Linux bootable partition config begins
image = /boot/vmlinuz-generic-2.6.13
root = /dev/hda3
label = Linux2613
read-only
# Linux bootable partition config ends
#
# Linux bootable partition config begins
image = /boot/vmlinuz-generic-2.6.13
root = /dev/hda3
label = Linux2613
read-only
# Linux bootable partition config ends
#
You could modify your lilo.conf as per the above example. Notice that I did not include the complete lilo.conf just the stanzas.
After you modify the lilo.conf then;
Code:
lilo -v -t -b /dev/hda #test the lilo.conf
lilo -v -b /dev/hda #write the lilo to mbr