Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub menu and the new openrc
Date: Sun, 15 May 2011 23:14:40
Message-Id: 4DD05DF5.8040300@gmail.com
In Reply to: Re: [gentoo-user] grub menu and the new openrc by Daniel da Veiga
1 Daniel da Veiga wrote:
2 > I have a similar entry, but have never used the softlevel= flag, I
3 > simply append "single" at the end of the kernel call and it boots in
4 > single user (root password or ctrl+d to continue).
5 >
6
7 I did get this to work:
8
9 title Gentoo single user
10 kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 rw single
11
12 So, all I need now is to figure out how to get this work:
13
14 title Gentoo boot level
15 kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=boot
16
17 It appears the softlevel= is no longer working with the new openrc. It
18 looks like the docs need to be updated. I also tried init= and it
19 doesn't work either.
20
21 Time to go farther up the food chain I guess. The docs need to be
22 changed at least.
23
24 Dale
25
26 :-) :-)

Replies

Subject Author
Re: [gentoo-user] grub menu and the new openrc Daniel da Veiga <danieldaveiga@×××××.com>