On Tue, 04 Jul 2006 18:23:51 -0700, Brian Wright wrote: > I'm using lilo v 22.6 on Fedora Core 5 and I've not switched to grub > only because I'm trying to figure out how to migrate from lilo to > grub. > > My current lilo.conf file: > [snip] > other = /dev/hda1 > label = Windows > Some info you might find useful in your migration efforts: I'm running somewhat similarly, where /dev/sda1 is /boot, sda2 is my swap partition, and sda3 is / (250GB SATA drive, non-raid), and /dev/hda is split equally between Win32 on /dev/hda1 and /home on /dev/hda2 (20GB drive) my /boot/grub/grub.conf: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.16-1.2133_FC5) root (hd0,0) kernel /vmlinuz-2.6.16-1.2133_FC5 ro root=LABEL=/ quiet initrd /initrd-2.6.16-1.2133_FC5.img title Fedora Core (2.6.17-1.2139_FC5) root (hd0,0) kernel /vmlinuz-2.6.17-1.2139_FC5 ro root=LABEL=/ quiet initrd /initrd-2.6.17-1.2139_FC5.img title Windows ME map (hd1) (hd0) map (hd0) (hd1) rootnoverify (hd1,0) chainloader +1 I swapped the two fedora kernels as the first one fails miserably with the SATA drive. Can't even boot. However, you may be interested, I thought, in seeing how I got the dual-booting windows part working when it's not the first partition on the primary drive. The above works beautifully. :-)
Attachment:
signature.asc
Description: This is a digitally signed message part