1. Enable loop kernel module
echo loop > /etc/modules-load.d/loop.conf
2. Getting debug information from systemd
- remove quiet from kernel command line
- increase systemd verbosity by adding debug to kernel command line. You can also add systemd.sysv_console=1 (0: disabled, 1: enabled) to display legacy SysV initscripts output on console.
- modify /etc/systemd/system.conf (check man systemd.conf) to increase verbosity like thisĀ :
LogLevel=debug LogTarget=syslog-or-kmsg SysVConsole=yes
sss