On 8/29/06, Thufir <[EMAIL PROTECTED]> wrote:
     28  title Gentoo
     29          map (hd0) (hd1)
     30          map (hd1) (hd0)
     31          root (hd1,1)
     32          chainloader +1
     33          kernel /kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hda4
     34          initrd /initramfs-genkernel-x86-2.6.15-gentoo-r5
     35          chainloader +1

The map commands and chainloaders are almost certainly not necessary.  Try:

title Gentoo
   kernel (hd1,1)/kernel-genkernel-x86-2.6.15-gentoo-r5
root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hdb4
   initrd (hd1,1)/initramfs-genkernel-x86-2.6.15-gentoo-r5

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to