Gentoo Archives: gentoo-user-de

From: Thorsten Kern <imkerkern@×××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Re: Re: Kernel bootet nicht
Date: Thu, 28 Oct 2004 15:39:19
Message-Id: 3133883.2YRW2PMADS@thorsten-kern.de
In Reply to: Re: [gentoo-user-de] Re: Kernel bootet nicht by Dirk Heinrichs
1 Dirk Heinrichs wrote:
2 > grub.conf?
3
4 # Boot automatically after 30 secs.
5 timeout 30
6
7 # By default, boot the first entry.
8 default 0
9
10 # Fallback to the second entry.
11 fallback 1
12
13 # For booting GNU/Linux
14 title GNU/Gentoo
15 root (hd0,0)
16 kernel /kernel-2.4.27 root=/dev/hda3 vga=791
17
18 # For booting Windows NT or Windows95
19 title Windows
20 map (hd0) (hd1)
21 map (hd1) (hd0)
22 rootnoverify (hd1,0)
23 chainloader +1
24 makeactive
25
26 # For installing GRUB into the hard disk
27 title Install GRUB into the hard disk
28 root (hd0,0)
29 setup (hd0)
30
31 # Change the colors.
32 title Change the colors
33 color light-green/brown blink-red/blue
34
35 Gruß
36 Thorsten
37 --
38 !Achtung! HTML Mails wollen nicht empfangen werden!
39 Lieber ein Pinguin der laeuft, als ein Fenster , das haengt
40 http://www.thorsten-kern.de
41
42
43 --
44 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Re: Re: Kernel bootet nicht Dirk Heinrichs <ext-dirk.heinrichs@×××××.com>