Issue booting in single user mode
I've tried two methods to get into single user mode: rd.break and rw init=/sysroot/bin/sh. Both leave me with a flashing cursor only after pressing ctrl-x. I'm new to linux so I'm sure I missed something.
Lab 4.1
CentOS 8
Answers
-
Hi, I verified the documentation and all seems to work, however, lets see if we can sort the issue.
- when changing the "init" program try adding only ** init=/bin/bash** to the command line.
- when adding rd.break to the kernel line there is not a lot of commands but echo,cat and sed should be available along with journalctl .
- Please select a "distribution" kernel not a locally compiled one, here is an example that I used:
CentOS Linux (4.18.0-147.5.1.el8_1.x86_64) 8 (Core)
Regards Lee
0 -
I personally find lab instructions of not much use as those are high level only. For this If you are running CentOs 8 then just add rd.break at the end of the statement which is starting from linux keyword and hit Ctrl+X this should work.
0 -
I've stumbled upon this question some time ago and noticed that I cannot boot my VMs used for this course into single user mode either. Whatever parameter I add I finish with a blinking cursor. After some trial and error, I discovered the problem was in another kernel boot parameter I've added (
console=ttyS0) in order to be able to access my VMs through CLI (virsh)
Hope this will be helpful for someone maybe
0 -
Unfortunately, it seems that the methods to get into single user mode (or to get to a VT as well) depend a lot of the choice of hypervisor (KVM, VirtualBox, VMware etc) and the choice of distribution and its version and the kernel options as well. It used to be there was a simple prescription that always worked, but now it is often a voyage of discovery to sort this out. Glad you found the solution for you. Since ttys0 sounds like a serial port, I find it surprising, but so it goes!
0 -
Yes, indeed, but every challenge is a chance to learn something new

I think now that my first post was a bit confusing - what I wanted to say is that at some point I've added the parameterconsole=ttyS0which is a serial port, and I did it to be able to access my VM through CLI. Without it virsh is giving the blank screen with blinking cursor, but with it single boot mode from virt-manager isn't possible (for me at least) since I guess the output gets redirected to serial port... So, in the end in order to boot to single user mode from virt-manager console parameter has to be removed.
If my presumptions are incorrect and anyone has an explanation I'd be grateful to here it0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 693 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)


