Issue
VirtualBox client CentOS can’t boot up with error message:
- [FAILED] Failed to start Virtual Machine and Container Registration Service.
- [FAILED] Failed to start Login Service.
Solution
Disable SELINUX config with the following steps during boot up sequence:
- During Grub boot up stage, press
'e'
to edit grub sequence; - Add
systemd.unit=rescue.target
to the end of line with linux16 and boot with rescue mode; - Press ctrl+x to continue boot sequence
Config
- CentOS 7 3.10
- VirtualBox 6.0.10
Tricks
- The cause of this boot up issue was difficult to found and the original setting of SELINUX was ‘permissive’ not ‘enabled’. However, this issue may also be owing to bugs in VirtualBox 6.
- During boot up process, by default the boot up is quiet, i.e. no system message will be displayed, only the boot up progress bar is seen. However, pressing
Esc
key will let you see the detail boot up messages.