On Tue, 30 May 2006, Dave Miner wrote: > Justin Zygmont wrote: >> Do anyone know what the grub config should look like for a dual boot system >> with linux. So far its saying it can't understand the fs type. >> > > Here's one of the additional entries I have on my system to boot Ubuntu: > > title Ubuntu, kernel 2.6.12-10-386 > root (hd0,2) > kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash > initrd /boot/initrd.img-2.6.12-10-386 > savedefault > boot > > I've had similar entries in the past for SuSE or Red Hat.
Thanks, I did manage to get it to work. I'm suprised that's all it was, I was sure I tried that and it failed. Another way I found was to just use the following: rootnoverify (hd0,1) chainloader +1 This is like with all other OS's such as Windows, DOS. It'll load grub again from the linux partition, but it works fine. timeout can be set to 0 from the linux grub so it won't display another menu. Thanks for the help..
