oops:

splashimage=(hd0.0)/grub/splash.xpm.gz should be
  splashimage=(hd0,0)/grub/splash.xpm.gz

----- Original Message ----- From: "Drake Donahue" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, October 29, 2005 12:40 PM
Subject: Re: [gentoo-amd64] initrd


splashimage=(hd0.0)/grub/splash.xpm.gz should be
   splashimage=(hd0,0)/grub/splash.xpm.gz

root (hd0.0) should be
   root (hd0,0)

i.e. period should be a comma in both lines

sample in the documentation suggests to me:

       boot knoppix, mount hard drive root partion and read the directory:
/kernel-2.6.13-r3 should be listed if not some other kernel should be listed in the directory and should be
            substituted for /kernel-2.6.13-r3 in the kernel line

kernel /genkernel--x86_64-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc should be kernel /kernel-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev


initrd /initrd' should be (Maybe --didn't use genkernel and don't know it but if it copies kernel direct from cd to ramdisk this:)
   initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
(or Maybe --didn't use genkernel and don't know it but if it doesn't copy kernel direct from cd this:)
   initrd /initramfs-genkernel-amd64-2.6.13-gentoo-r3


----- Original Message ----- From: "DR GM SEDDON" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, October 29, 2005 10:16 AM
Subject: Re: [gentoo-amd64] initrd


my grub.conf:
' default 0
timeout     5
splashimage=(hd0.0)/grub/splash.xpm.gz

title=linux-2.6.13
root (hd0.0)
kernel /genkernel--x86_64-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk-8193 real_root=/dev/hda3 udev
initrd /initrd'

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.12
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
--
[email protected] mailing list



--
[email protected] mailing list

Reply via email to