Gentoo Archives: gentoo-amd64

From: Dmitri Pogosyan <pogosyan@×××××××××××××.ca>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] initrd
Date: Sat, 29 Oct 2005 23:52:16
Message-Id: 200510292349.j9TNnda10032@webmail.phys.ualberta.ca
1 > On 29 Oct 2005, at 14:21, DR GM SEDDON wrote:
2 > > Dmitri Pogosyan wrote:
3 > >> Not really, you can use initramfs in place of initrd. I have in
4 > >> grub.conf title=Gentoo Linux 2.6.13-r3 UDEV root (hd0,0) kernel /
5 > >> kernel-2.6.13-gentoo-r3 root=/dev/ram0 ramdisk=16384 init=/linuxrc
6 > >> real_root=/dev/sda2 vga=3847 udev initrd /initramfs-2.6.13-gentoo-r3
7 > >>
8 > >>> Dear list, I have just started using Gentoo and up-to-now am
9 > >>> impressed. I have generated a kernel using 'genkernel' and the
10 > >>> kernel is in /boot. However, I do not have 'initrd' but
11 > >>> 'initramfs'. is this a problem or should I modify grub
12 > >>> appropriately? Gavin. -- gentoo-amd64@g.o mailing list
13 > >>>
14 > >>
15 > >>
16 > > I noticed your files are in / not /boot where mine are. Should I
17 > > mv them?
18 >
19 > They're in / only on the boot partition ie they are in the root of
20 > (hd0,0).
21 >
22 > If you are specifying your files as living in /boot on the boot
23 > partition then this could stop your system booting fully.
24 >
25 Exactly, here is my
26
27 #ls -l /boot
28 -rw-r--r-- 1 root root 1050830 Mar 30 2005 System.map-2.6.11-gentoo-r3
29 -rw-r--r-- 1 root root 1050580 May 12 22:42 System.map-2.6.11-gentoo-r7
30 -rw-r--r-- 1 root root 1214233 Oct 11 00:54 System.map-2.6.13-gentoo-r3
31 -rw-r--r-- 1 root root 1019913 Mar 5 2005 System.map-2.6.9-gentoo-r14
32 -rw-r--r-- 1 root root 1219082 Oct 11 17:54 System.map-2.6.13-gentoo-r3
33 lrwxrwxrwx 1 root root 1 Jan 11 2005 boot -> .
34 drwxr-xr-x 2 root root 1024 Oct 11 17:27 grub
35 -rw-r--r-- 1 root root 884138 Oct 11 17:57 initramfs-2.6.13-gentoo-r3
36 -rw-r--r-- 1 root root 1044636 Mar 30 2005 initrd-2.6.11-gentoo-r3
37 -rw-r--r-- 1 root root 1035787 May 12 22:45 initrd-2.6.11-gentoo-r7
38 -rw-r--r-- 1 root root 1055316 Mar 5 2005 initrd-2.6.9-gentoo-r14
39 -rw-r--r-- 1 root root 1748333 Mar 30 2005 kernel-2.6.11-gentoo-r3
40 -rw-r--r-- 1 root root 1745664 May 12 22:42 kernel-2.6.11-gentoo-r7
41 -rw-r--r-- 1 root root 1795423 Oct 11 17:54 kernel-2.6.13-gentoo-r3
42 -rw-r--r-- 1 root root 1663290 Mar 5 2005 kernel-2.6.9-gentoo-r14
43 drwx------ 2 root root 12288 Jan 11 2005 lost+found
44
45
46
47
48
49 --
50 gentoo-amd64@g.o mailing list