Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub boot problem
Date: Sun, 06 Jul 2008 14:25:05
Message-Id: 200807061623.37520.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] grub boot problem by Neil Bothwick
1 On Sonntag, 6. Juli 2008, Neil Bothwick wrote:
2 > On Sat, 5 Jul 2008 19:04:08 -0400, Matthew R. Lee wrote:
3 > > root (hd0,0)
4 > > kernel /boot/kernel-2.6.22-r2-2 root=/dev/sda3
5 > > video=vesafb:mtrr,ywrap,1280x800-24@70
6 >
7 > If hd0,0 is your boot partition, you shouldn't have /boot in the kernel
8 > line, just
9 >
10 > kernel /kernel-2.6.22-r2-2 root=/dev/sda3
11 >
12 > In GRUB, all paths are relative to the root.
13
14 really? I boot this for years, after nothing else worked:
15
16 title=2.6
17 root (hd0,0)
18 kernel (hd0,0)/boot/vmlinuz root=/dev/sda3 nmi_watchdog=0
19
20 --
21 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] grub boot problem Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] grub boot problem Dirk Heinrichs <dirk.heinrichs@××××××.de>