Have copied the Fedora Virtualbox image from another computer, failed to boot up, changed the /etc/fstab configuration file, problem resoled.
The problem shows as below screen shot, it enters into the emergency mode, after input the password, can enter the command line,

Input command:
journalctl -bdisplays as below screenshot, fsck failed with error.
Check the /etc/fstab file, the error caused boot disk point to the UUID number, as below screenshot shows,

command to check the disk usage,
fdisk -lthe boot should point to /dev/sda1,

Change the /etc/fstab, comment out UUID line, added one additional line,
/dev/sda1 /boot ext4 defaults 1 2as below screenshot shows,
Command mount -a to mount the boot disk, mount command to check the result, as below screenshot show, reboot the Virtualbox, problem resolved.
![]()
本文介绍了一次解决Fedora虚拟机启动失败的经历。通过调整/etc/fstab配置文件中的UUID指向具体的磁盘分区,成功解决了文件系统检查失败的问题。
4219

被折叠的 条评论
为什么被折叠?



