Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What to do when you can't loggin
Date: Wed, 21 Jun 2006 13:08:05
Message-Id: 200606211504.05025.shrdlu@unlimitedmail.org
In Reply to: Re: [gentoo-user] What to do when you can't loggin by Alexander Skwar
1 On Wednesday 21 June 2006 13:58, Alexander Skwar wrote:
2
3 > Hm - can you also *modify* the boot commands? Say, the boot command
4 > in lilo.conf contains "vga=123" and now, for whatever reason, you
5 > want "vga=ask" - what to do?
6
7 You pass vga=ask on the fly on the command line and this takes precedence
8 over whatever is in lilo.conf.
9 The same happens for the "root=", "initrd=", "ramdisk=", and other kernel
10 parameters.
11 As an example, consider the "root=" option: if you mistakenly put the
12 wrong root= in lilo.conf, it would be impossible to recover without
13 booting a live cd or some other kernel. Instead, you pass a
14 different "root=" options on lilo command line (which passes the option
15 to the kernel, of course) and you can boot without having to resort to
16 external media.
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] What to do when you can't loggin Neil Bothwick <neil@××××××××××.uk>