Re: How to arrange for booting to console

2016-09-19 Thread Lisi Reisz
On Monday 19 September 2016 21:23:05 Jude DaShiell wrote: > On Mon, 19 Sep 2016, David Wright wrote: > > Date: Mon, 19 Sep 2016 15:48:35 > > From: David Wright > > Reply-To: debian-user@lists.debian.org > > To: debian-user@lists.debian.org > > Subject: Re: How

Re: How to arrange for booting to console

2016-09-19 Thread Jude DaShiell
On Mon, 19 Sep 2016, David Wright wrote: Date: Mon, 19 Sep 2016 15:48:35 From: David Wright Reply-To: debian-user@lists.debian.org To: debian-user@lists.debian.org Subject: Re: How to arrange for booting to console Resent-Date: Mon, 19 Sep 2016 19:48:54 + (UTC) Resent-From: debian-user

Re: How to arrange for booting to console

2016-09-19 Thread David Wright
On Sat 17 Sep 2016 at 02:34:11 (-0400), Jude DaShiell wrote: > On Fri, 16 Sep 2016, David Wright wrote: > > >Date: Fri, 16 Sep 2016 09:38:31 > >From: David Wright > >Reply-To: debian-user@lists.debian.org > >To: debian-user@lists.debian.org > >Subject: Re: H

Re: How to arrange for booting to console

2016-09-16 Thread Jude DaShiell
On Fri, 16 Sep 2016, David Wright wrote: Date: Fri, 16 Sep 2016 09:38:31 From: David Wright Reply-To: debian-user@lists.debian.org To: debian-user@lists.debian.org Subject: Re: How to arrange for booting to console Resent-Date: Fri, 16 Sep 2016 13:43:51 + (UTC) Resent-From: debian-user

Re: How to arrange for booting to console

2016-09-16 Thread David Wright
I missed this reply until Lisi bumped the thread. These are my opinions, based of the pathetically little I know. On Sun 11 Sep 2016 at 18:52:59 (-0400), Harry Putnam wrote: > The Wanderer writes: > > > On 2016-09-11 at 17:04, Harry Putnam wrote: > > > >> How can I arrange to boot to console mod

Re: How to arrange for booting to console

2016-09-16 Thread Lisi Reisz
On Sunday 11 September 2016 22:54:23 david...@freevolt.org wrote: > If using systemd, these look relevant: > > How can I arrange to boot to console mode rather than X. > > > https://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks/#changingth >edefaultboottarget > > # ln -sf /usr/lib/sys

Re: How to arrange for booting to console

2016-09-11 Thread Tixy
On Sun, 2016-09-11 at 19:03 -0400, The Wanderer wrote: > AFAIK, the GRUB2 menu is defined from /boot/grub/grub.cfg; the headers > of that file say that it's generated from templates in /etc/grub.d/ and > settings in /etc/default/grub. > > Based on a quick look in those locations, you probably want

Re: How to arrange for booting to console

2016-09-11 Thread davidson
On Sun, 11 Sep 2016, Harry Putnam wrote: That sounds promissing. Used one of the methods below and quickly realized I was expecting a nice big framebuffered text console with a much higher resolution than the standard. (Previously my OS of choice was gentoo), But of course all that has to be se

Re: How to arrange for booting to console

2016-09-11 Thread The Wanderer
On 2016-09-11 at 18:52, Harry Putnam wrote: > The Wanderer writes: > >> On 2016-09-11 at 17:04, Harry Putnam wrote: >> >>> How can I arrange to boot to console mode rather than X. With >>> the ability to startx when I feel like it. >> The way I usually do it is to uninstall gdm, kdm, xdm, et

Re: How to arrange for booting to console

2016-09-11 Thread Harry Putnam
The Wanderer writes: > On 2016-09-11 at 17:04, Harry Putnam wrote: > >> How can I arrange to boot to console mode rather than X. With the >> ability to startx when I feel like it. >> [...] > The way I usually do it is to uninstall gdm, kdm, xdm, et cetera; those > are the packages which hook

Re: How to arrange for booting to console

2016-09-11 Thread davidson
If using systemd, these look relevant: How can I arrange to boot to console mode rather than X. https://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks/#changingthedefaultboottarget # ln -sf /usr/lib/systemd/system/multi-user.target /etc/systemd/system/default.target With the ab

Re: How to arrange for booting to console

2016-09-11 Thread Michael Biebl
Am 11.09.2016 um 23:04 schrieb Harry Putnam: > How can I arrange to boot to console mode rather than X. With the > ability to startx when I feel like it. > > I'm not familiar with grub2 and the debian vm I'm using on a solaris > host appears to be using grub2. > > Can anyone stear me to the fil

Re: How to arrange for booting to console

2016-09-11 Thread The Wanderer
On 2016-09-11 at 17:04, Harry Putnam wrote: > How can I arrange to boot to console mode rather than X. With the > ability to startx when I feel like it. > > I'm not familiar with grub2 and the debian vm I'm using on a solaris > host appears to be using grub2. > > Can anyone stear me to the fil

How to arrange for booting to console

2016-09-11 Thread Harry Putnam
How can I arrange to boot to console mode rather than X. With the ability to startx when I feel like it. I'm not familiar with grub2 and the debian vm I'm using on a solaris host appears to be using grub2. Can anyone stear me to the files I'd need to edit?