Gentoo Archives: gentoo-amd64

From: Drake Donahue <donahue95@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] initrd
Date: Sat, 29 Oct 2005 16:43:45
Message-Id: 003101c5dca7$7b2b94b0$0200a8c0@donahues.us
In Reply to: Re: [gentoo-amd64] initrd by DR GM SEDDON
1 splashimage=(hd0.0)/grub/splash.xpm.gz should be
2 splashimage=(hd0.0)/grub/splash.xpm.gz
3
4 root (hd0.0) should be
5 root (hd0,0)
6
7 i.e. period should be a comma in both lines
8
9 sample in the documentation suggests to me:
10
11 boot knoppix, mount hard drive root partion and read the directory:
12 /kernel-2.6.13-r3 should be listed if not some other kernel
13 should be listed in the directory and should be
14 substituted for /kernel-2.6.13-r3 in the kernel line
15
16 kernel /genkernel--x86_64-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc
17 should be
18 kernel /kernel-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc
19 ramdisk=8192 real_root=/dev/hda3 udev
20
21
22 initrd /initrd' should be (Maybe --didn't use genkernel and don't
23 know it but if it copies kernel direct from cd to ramdisk this:)
24 initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
25 (or Maybe --didn't use genkernel
26 and don't know it but if it doesn't copy kernel direct from cd this:)
27 initrd /initramfs-genkernel-amd64-2.6.13-gentoo-r3
28
29
30 ----- Original Message -----
31 From: "DR GM SEDDON" <gavin.m.seddon@×××××××××××××.uk>
32 To: <gentoo-amd64@l.g.o>
33 Sent: Saturday, October 29, 2005 10:16 AM
34 Subject: Re: [gentoo-amd64] initrd
35
36
37 > my grub.conf:
38 > ' default 0
39 > timeout 5
40 > splashimage=(hd0.0)/grub/splash.xpm.gz
41 >
42 > title=linux-2.6.13
43 > root (hd0.0)
44 > kernel /genkernel--x86_64-2.6.13-gentoo-r3 root=/dev/ram0 init=/linuxrc
45 > ramdisk-8193 real_root=/dev/hda3 udev
46 > initrd /initrd'
47
48 default 0
49 timeout 30
50 splashimage=(hd0,0)/grub/splash.xpm.gz
51
52 title=Gentoo Linux 2.6.12
53 root (hd0,0)
54 kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192
55 real_root=/dev/hda3 udev
56 initrd /initramfs-genkernel-amd64-2.6.12-gentoo-r6
57
58 --
59 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] initrd Drake Donahue <donahue95@×××××××.net>