Bugzilla – Bug 119807
LILO makes wrong configuration
Last modified: 2005-10-04 10:54:31 UTC
I have two hard disk. Windows in hda, OpenSuse in hdb. Bootloader of Windows on hda, installing lilo on MBR of hdb My BIOS is set to boot from second hard disk first. I wish to configure lilo on MBR in hdb (my firs boot device). To boot windows, lilo.conf must have the following entries in Windwos section: other = /dev/hda1 label = Windows table = /dev/hda map-drive = 0x80 to = 0x81 map-drive = 0x81 to = 0x80 When Yast configures lilo, it doesn't configure Windows (and I think Yast must do), but if I modify by hand lilo.conf, when a new kernel is installed, Yast overwrite my entries in lilo.conf, deleting "table = ..." and "map-drive = ...", resulting I can't boot to windows, I need to modify again my lilo.conf etc.. Mandrake/Mandriva handles this special case well, detects windows on hda, linux on hdb and remaps the drives.
Making duplicate of same issue with GRUB. *** This bug has been marked as a duplicate of 119174 ***