ubuntu boot into initramfs mode
我安装在虚拟机上的ubuntu开机进入了initramfs模式,有可能上一次退出系统的时候没有在完全关机下关闭了VMware, 所以系统认为没有正常启动,于是进入了initramfs模式。
Once a time, when I turn on my ubuntu which installed in VMware, it ran into the initramfs mode. It’s probable caused that I closed the VMware without been waiting the machine shutdown completely, so it ran into initramfs mode.
这时只需运行系统文件检查命令fsck,检查文件是否一致就可以了:
It just need to run fsck to recover:
fsck -y /dev/sdn
然后exit退出便可。
Then exit. Everything would return perfect.