Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Help Martins Steinbergs <mar@××.lv>