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

Re: boot in console mode from grub2



On Lu, 05 mai 14, 10:30:43, Dom wrote:
> On 05/05/14 09:58, Tom H wrote:
> >
> >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

Considering the way this is implemented your suggestion will prevent 
starting a display manager later (e.g. by invoking its initscript). 
Assuming the display manager's initscript actually supports this.

If the OP needs a more permanent solution the more flexible approach is 
to simply disable the display manager and start it only as needed.

    update-rc.d lightdm disable

    (later)

    service lightdm start

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt

Attachment: signature.asc
Description: Digital signature


Reply to: