redhat VM failed to start

ray_sourav

New Member
Joined
Dec 17, 2019
Messages
1
Reaction score
0
Credits
0
I am running redhat VM on openstack and VM is failed to start after giving below message on console.
Need help

[[32m OK [0m] Stopped target Basic System.
[[32m OK [0m] Reached target Paths.
[[32m OK [0m] Closed D-Bus System Message Bus Socket.
[[32m OK [0m] Reached target Sockets.
[[32m OK [0m] Stopped target System Initialization.
[[32m OK [0m] Started Emergency Shell.
Starting Emergency Shell...
[[32m OK [0m] Reached target Emergency Mode.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Create Volatile Files and Directories...
[[1;31mFAILED[0m] Failed to start Preprocess NFS configuration.
See 'systemctl status nfs-config.service' for details.
Starting Notify NFS peers of a restart...
[[32m OK [0m] Reached target NFS client services.
[[32m OK [0m] Reached target Remote File Systems (Pre).
[[32m OK [0m] Reached target Remote File Systems.
Starting Crash recovery kernel arming...
[[1;31mFAILED[0m] Failed to start Crash recovery kernel arming.
See 'systemctl status kdump.service' for details.
[[32m OK [0m] Started Notify NFS peers of a restart.
[ 3.624350] systemd-fsck[545]: /dev/vda2: clean, 344/76912 files, 212967/307200 blocks
[[32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.
[[1;31mFAILED[0m] Failed to start Create Volatile Files and Directories.
See 'systemctl status systemd-tmpfiles-setup.service' for details.
Starting Security Auditing Service...
[[32m OK [0m] Started Security Auditing Service.
Starting Update UTMP about System Boot/Shutdown...
[[1;31mFAILED[0m] Failed to start Update UTMP about System Boot/Shutdown.
See 'systemctl status systemd-update-utmp.service' for details.
[[1;33mDEPEND[0m] Dependency failed for Update UTMP about System Runlevel Changes.
[ 8.818914] systemd[611]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
[ 8.831279] systemd[630]: Failed at step EXEC spawning /bin/echo: No such file or directory
[ 8.836924] systemd[632]: Failed at step EXEC spawning /bin/sh: No such file or directory
[ 93.186595] systemd[1]: Timed out waiting for device dev-virtio\x2dports-org.qemu.guest_agent.0.device.
 


This looks like a pretty major fail. If plymouth, echo and sh are missing, that means
it didn't complete the install. (coreutils). How are you booting this? FRom an install iso
or from the the VM hard drive (assuming it is already installed) ?
 


Top