Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub boot problem
Date: Sun, 06 Jul 2008 14:47:34
Message-Id: 200807061647.29483.dirk.heinrichs@online.de
In Reply to: Re: [gentoo-user] grub boot problem by Volker Armin Hemmann
1 Am Sonntag, 6. Juli 2008 schrieb Volker Armin Hemmann:
2 > On Sonntag, 6. Juli 2008, Neil Bothwick wrote:
3 > > If hd0,0 is your boot partition, you shouldn't have /boot in the kernel
4 > > line, just
5 > >
6 > > kernel /kernel-2.6.22-r2-2 root=/dev/sda3
7 > >
8 > > In GRUB, all paths are relative to the root.
9 >
10 > really? I boot this for years, after nothing else worked:
11 >
12 > title=2.6
13 > root (hd0,0)
14 > kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 nmi_watchdog=0
15
16 Hmm, you should usually be able to transform this to:
17
18 root (hd0,0)
19
20 title=whatever
21 kernel /vmlinuz root=/dev/sda3 nmi_watchdog=0
22
23 What's this nmi_watchdog=0 good for (just curious)?
24
25 Bye...
26
27 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] grub boot problem Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>