[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: boot in console mode from grub2



On 05/05/14 09:58, Tom H wrote:
On Mon, May 5, 2014 at 4:29 AM, François Patte
<francois.patte@mi.parisdescartes.fr> 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


Reply to: