Gentoo Archives: gentoo-user

From: Martins Steinbergs <mar@××.lv>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Help
Date: Sun, 24 Jul 2005 23:56:57
Message-Id: 200507250252.43268.mar@ml.lv
In Reply to: RE: [gentoo-user] Help by "Alex A. Smith MCP"
1 i was wondering too ;)
2
3 corect is initramfs, not initramdisk, see my grub.conf entry
4
5 title Gentoo 11.12 - vanilla
6 root (hd1,2)
7 kernel /kernel-genkernel-x86_64-2.6.11.12 root=/dev/ram0 init=/linuxrc
8 ramdisk=8192 real_root=/dev/hdb9 video=radeonfb:mtrr:ywrap vga=7
9 splash=silent udev devfs=nomount
10 initrd /initramfs-genkernel-x86_64-2.6.11.12
11
12 On Monday 25 July 2005 02:31, Alex A. Smith MCP wrote:
13 > Hi,
14 >
15 > Have you made sure of the filenames of the init ram disk and the kernel?
16 >
17 > Only reason I say this is because the other day when I did a Stage 3
18 > Genkernel the files were named something completely different from what is
19 > in the handbook. (I think initrd was something along the lines of
20 > initramdisk-<more text> and the both included genkernel in the file name)
21 >
22 > I had myself wondering over that for a while :)
23 >
24 > hth
25 >
26 > Alex A. Smith
27 >
28 > p.s. im installing a gentoo 2.6.12-r6 Stage 3 genkernel atm so I'll let you
29 > know when its done if the above didn't help ya.
30 >
31 > -----Original Message-----
32 > From: C.Beamer [mailto:cbeamer@×××××××××.net]
33 > Sent: 24 July 2005 18:24
34 > To: gentoo-user@l.g.o
35 > Subject: [gentoo-user] Help
36 >
37 > Hi All,
38 >
39 > After getting side-tracked by a power outage in the middle of a Gentoo
40 > install a couple of weeks ago, I finally got back to doing a Gentoo
41 > install trial run.
42 >
43 > All seemed to go well. When I rebooted I got the menu with the two
44 > selections listed (Gentoo and DOS). The computer will boot into DOS
45 > okay, but I can't get it to boot into Gentoo. Ergo, I think the grub
46 > install is fine, but I made an error in my grub.conf file.
47 >
48 > Since I'm only moderately savvy about editing configuration files, I
49 > relied on the examples in the Gentoo Handbook.
50 >
51 > Details are as follows:
52 >
53 > I have a dual boot system:
54 >
55 > hda1 is DOS
56 > hda2 is /boot
57 > hda3 is swap
58 > hda4 is my extended partition
59 > hda5 is /root
60 >
61 > The grub.conf file that I entered is as follows:
62 >
63 > default 0
64 > timeout 30
65 >
66 > splashimage=(hd0,1)/grub/splash.xpm.gz
67 >
68 > title=Genoo Linux 2.6.12-r6
69 >
70 > root (hda0, 1)
71 > kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=linuxrc ramdisk=8192
72 > real_root=/dev/hda5 udev
73 > initrd /initrd-2.6.12-gentoo-r6
74 >
75 > title=DOS
76 > root (hda0,0)
77 > makeactive
78 > chainloader +1
79 >
80 > I put the initrd line in the grub.conf file even though when I ran the
81 > command
82 >
83 > 'ls /boot/kernel* /boot/initrd*'
84 >
85 > as instructed in the Handbook, I got told that there was no initrdfile.
86 >
87 > Have I missed something or done something wrong?
88 >
89 > Is there a way to fix the grub.conf file?
90 >
91 > I tried selecting the Gentoo line from the menu and pressing 'e' to
92 > edit, but no matter what changes I made, I still get an error message
93 > when I try to boot into Gentoo that says:
94 >
95 > Error 15: File not found
96 >
97 > This displays immediatedly after the line
98 >
99 > kernel /kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=linuxrc ramdisk=8192
100 > real_root=/dev/hda5 udev
101 >
102 > Any assistance would be appreciated. And please remember, I am not
103 > stupid, but I'm not a computer science grad. I've been running Linux at
104 > home for about 3 years and dabbling with it for a couple of years before
105 > that, but I've always used Redhat or Fedora. However, I'm finding that
106 > with each release of Fedora, more "quirks" appear. Things that I was
107 > able to do with no problem in a previous release, I now can't do without
108 > "letting some blood". Hence, I wanted to try Gentoo because I can
109 > install the software from source using emerge. This will be a learning
110 > curve for me, but I can conquer it - I have come a long way since a
111 > friend first mentioned Linux to me and I asked what it was!
112 >
113 > Anyway, the point of the previous paragraph is to ask that complete
114 > details be stated for any help that is provided. And if you tell me
115 > that I "screwed up royally" and have to start all over, that's okay.
116 > That's what this exercise was for - to learn what I needed to know
117 > before installing Gentoo on a "production" system.
118 >
119 > BTW, I did a "Stage 3" install. Since it was my first time and I don't
120 > know anything about optimizations, I didn't want to get in over my
121 > head. :-)
122 >
123 > Thanks in advance for any assistance.
124 >
125 > Respectfully,
126 >
127 > Colleen
128 >
129 > --
130 > gentoo-user@g.o mailing list
131 --
132 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Help - We got boot! :-) "C.Beamer" <cbeamer@×××××××××.net>