Gentoo Archives: gentoo-user-de

From: Tim Heinrich <news.heinrich@××××××.de>
To: daniel@×××××.name
Cc: Gentoo-Liste <gentoo-user-de@l.g.o>
Subject: Re: [gentoo-user-de] Grub
Date: Wed, 08 Dec 2004 09:41:42
Message-Id: 41B6CC39.8060700@t-link.de
In Reply to: [gentoo-user-de] Grub by Daniel Rindt
1 Daniel Rindt schrieb:
2
3 > -----BEGIN PGP SIGNED MESSAGE-----
4 > Hash: SHA1
5 >
6 > Hallo,
7 >
8 > weiss jemand von euch was minimal in der grub.conf stehen muss?
9 > Ich möchte das nervige Bootmenü untersrücken.
10 >
11 > So sieht meine grub.conf bisher aus
12 > === 8< ===
13 > default 0
14 > timeout 1
15 >
16 > serial --unit=0 --speed=57600 --word=8 --parity=no --stop=1
17 > terminal serial
18 >
19 > fallback 0
20 > title=Gentoo Linux
21 > root (hd0,0)
22 > kernel (hd0,0)/bzImage root=/dev/hda3 console=tty0 console=ttyS0,57600
23 > === 8< ===
24 >
25 > nur die Angabe des 'root' und des 'kernel' scheint nicht auszureichen.
26 > Auch aus dem Handbuch werde ich nicht so recht schlau.
27 >
28 > Vielen Dank
29 > Daniel
30 > -----BEGIN PGP SIGNATURE-----
31 > Version: GnuPG v1.2.6 (GNU/Linux)
32 > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
33 >
34 > iD8DBQFBtsrp7UdS0mMycBoRAgSyAJ9Lgdgvc0DkmjttQhz/yimY75C2dgCgmvd7
35 > GiUy9s7WPVIcvqTt2ceaDlc=
36 > =h+H5
37 > -----END PGP SIGNATURE-----
38 >
39 > --
40 > gentoo-user-de@g.o mailing list
41 >
42 Dein Fehler liegt vermutlich daran, dass bzImage nicht im
43 root-Verzeichnis, sondern im Bootverzeichnis liegt. Folglich:
44
45 title=Gentoo Linux
46 root (hd0,0)
47 kernel (hd0,0)/boot/bzImage ...
48
49 MfG
50 Tim
51
52 --
53 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Grub Daniel Rindt <daniel@×××××.name>
Re: [gentoo-user-de] Grub Dirk Heinrichs <ext-dirk.heinrichs@×××××.com>