Gentoo Archives: gentoo-user

From: Bert Buchholz <bertbuchholz@×××.de>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] booting into single mode
Date: Wed, 31 Aug 2005 14:24:39
Message-Id: 20050831140609.GA6609@farnsworth.berlin
In Reply to: [gentoo-user] booting into single mode by Philip Webb
1 On Wed 31.08 09:25, Philip Webb wrote:
2 > Is it still possible to boot into 'single' mode,
3 > ie directly into a no-login root system (for emergencies) ?
4
5 You can always do that by appending init=/bin/sh (for example) to the
6 kernel line when booting, so when lilo comes up, you append this text to
7 the kernel name. You don't need to change lilo.conf unless you need
8 this very often, then it might be convenient to do so. In lilo.conf you
9 would also just put
10
11 append="init=/bin/sh"
12
13 to the kernel entry.
14
15 Bert
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] booting into single mode Philip Webb <purslow@×××××××××.ca>