Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub menu and the new openrc
Date: Mon, 16 May 2011 06:10:41
Message-Id: 201105160709.49022.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] grub menu and the new openrc by Dale
1 On Monday 16 May 2011 02:47:31 Dale wrote:
2 > Daniel da Veiga wrote:
3 > > On Sun, May 15, 2011 at 20:12, Dale <rdalek1967@×××××.com
4 > >
5 > > <mailto:rdalek1967@×××××.com>> wrote:
6 > > Daniel da Veiga wrote:
7 > > I have a similar entry, but have never used the softlevel=
8 > > flag, I simply append "single" at the end of the kernel call
9 > > and it boots in single user (root password or ctrl+d to
10 > > continue).
11 > >
12 > > I did get this to work:
13 > >
14 > > title Gentoo single user
15 > > kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 rw single
16 > >
17 > > So, all I need now is to figure out how to get this work:
18 > >
19 > >
20 > > title Gentoo boot level
21 > > kernel (hd0,0)/bzImage-2.6.38-r5-1 root=/dev/sda3 softlevel=boot
22 > >
23 > > It appears the softlevel= is no longer working with the new
24 > > openrc. It looks like the docs need to be updated. I also tried
25 > > init= and it doesn't work either.
26
27 Did you try creating a new runlevel (dale_special) and then booting into it by
28 appending softlevel=dale_special ?
29
30 That will prove if the Gentoo softlevel mechanism is no longer available.
31
32
33 > > Time to go farther up the food chain I guess. The docs need to be
34 > > changed at least.
35 > >
36 > > Updated docs are always good, but I wonder why do you need this.
37 > > If I need single user I simply press "e", edit the line and add
38 > > single, followed by a "b" to boot. That is a for maintenance only so I
39 > > really don't see a need for it at grub menu, same wth the other
40 > > runlevels, all you gotta do is append "nox" or use Interactive (again,
41 > > this is only if something is broken, I can't see myself doing this
42 > > twice in a week)...
43
44 I think that nox brings you all the way up to runlevel 3, not runlevel 1.
45
46
47 > The thing is, I do use them which is why I went to the trouble of
48 > setting them up to begin with. I actually use them pretty regular.
49 > Just because others don't use them doesn't mean that I don't or shouldn't.
50 >
51 > I tried to use them is how I figured out it didn't work anymore. That
52 > alone shows that I use them for various reasons. This update is less
53 > than a week old and I already found out that this doesn't work anymore.
54 > I just want to figure out how it works with openrc which it appears no
55 > one has a answer and the docs are wrong as well.
56
57 The definitive answer is that the gentoo "single" softlevel does not work.
58 The Linux standard "single" or "S" or "1" runlevel works fine (but I can't
59 recall if I tried "1" recently).
60
61 So the question remains what is happening with other softlevels if you care to
62 create them.
63
64 --
65 Regards,
66 Mick

Attachments

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

Replies

Subject Author
Re: [gentoo-user] grub menu and the new openrc Dale <rdalek1967@×××××.com>