I've read the GRUB documentation, but still don't understand why the
following worked:


localhost ~ #
localhost ~ # cat /boot/grub/grub.conf
default 0
timeout 30
splashimage=(hd1,0)/grub/splash.xpm.gz


title=Gentoo Linux
       root (hd1,0)
       kernel /kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hdb3
       initrd /initramfs-genkernel-x86-2.6.19-gentoo-r5

title Fedora (2.6.21-1.3228.fc7)
       root (hd0,1)
       kernel /vmlinuz-2.6.21-1.3228.fc7 ro root=LABEL=/ rhgb quiet
       initrd /initrd-2.6.21-1.3228.fc7.img

localhost ~ #
localhost ~ # date
Tue Jul 17 22:48:12 UTC 2007
localhost ~ #



I would've thought that the chainloader +1 statement would be required
-- that's my experience at least.



-Thufir
--
[EMAIL PROTECTED] mailing list

Reply via email to