• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Old question, but I cant find a good answer - Dual Boot: RH 7.2/XP

Nikster

Senior member
RH was installed later and on seperate HDD

Xp - hda1
RH - hdc1

what should I add to the lilo.conf to get it to run XP

here is my lilo.conf please comment on how to change it. As you can see I'm a newbie to this 🙂

Thanks

>>>>>>>>>>>>.

prompt
timeout="0"
boot="/dev/hda1"
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
default=XP

image="/boot/vmlinuz-2.4.7-10"
label="linux"
initrd="/boot/initrd-2.4.7-10.img"
read-only
root="/dev/hdc2"

image="/dev/hda"
label="XP"
root="/dev/hda1"
 
Back
Top