On 05/05/14 09:58, Tom H wrote:
On Mon, May 5, 2014 at 4:29 AM, François Patte
<[email protected]> wrote:

I would like to boot in console mode from the grub screen (ie not in
graphic mode), but I don't want to be in single user mode, ie.: I want
to have a "normal boot" without X.

I can't find any tuto for grub2 installed on my system.

This is a function of initramfs-tools and not of grub.

Add "text" to the kernel cmdline.

Which you can do by editing the /etc/default/grub file and changing

GRUB_CMDLINE_LINUX=""

to

GRUB_CMDLINE_LINUX="text"

and running update-grub
--
Dom


--
To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to