On Sun, 23 Nov 2014 15:46:59 -0500 Tony Schreiner wrote:> if you look in /lib/systemd/system > > runlevel1.target is a link to rescue.target > > I think the command is > > systemctl isolate rescue.target > > (or runlevel1.target if you prefer)How would you get there from the grub commandline? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
haven't actually done it but I'm pretty sure you can still add 1 to the grub2 vmlinuz line documentation also suggests systemd.unit=rescue.target On Sun, Nov 23, 2014 at 3:53 PM, Frank Cox <theatre at melvilletheatre.com> wrote:> On Sun, 23 Nov 2014 15:46:59 -0500 > Tony Schreiner wrote: > > > if you look in /lib/systemd/system > > > > runlevel1.target is a link to rescue.target > > > > I think the command is > > > > systemctl isolate rescue.target > > > > (or runlevel1.target if you prefer) > > How would you get there from the grub commandline? > > -- > MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
On Sun, 23 Nov 2014 14:53:14 -0600 Frank Cox wrote:> > How would you get there from the grub commandline?And three seconds after writing that, I found this: Try passing these arguments on the kernel command line via GRUB : systemd.unit=multi-user.target systemd.unit=emergency.target>From here: https://bbs.archlinux.org/viewtopic.php?id=161576So I guess that answers that question. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
On 11/23/2014 01:01 PM, Frank Cox wrote:> On Sun, 23 Nov 2014 14:53:14 -0600 > Frank Cox wrote: >> How would you get there from the grub commandline? > And three seconds after writing that, I found this: > > Try passing these arguments on the kernel command line via GRUB : > systemd.unit=multi-user.target > systemd.unit=emergency.target > > From here: https://bbs.archlinux.org/viewtopic.php?id=161576 > > So I guess that answers that question. >Or On Grub2 Default screen press 'e' Goto 'linux' line with arrow keys, then press 'end' key to reach end of line, at the end of line add space, then write 1 (your runlevel number) Press Ctrl +x or F10 to boot