我们有一台运行 Ubuntu Precise Pangolin 的机器,它启动到initrd
'sbusybox。据我了解,如果无法加载正确的内核,通常会发生这种情况。但在我们的例子中,一个简单exit
的initrd
提示符启动系统就好了,没有任何错误或警告。
这可能是什么原因造成的?相关grub.cfg
条目如下所示:
menuentry 'Ubuntu, with Linux 3.2.0-80-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd5,msdos1)'
search --no-floppy --fs-uuid --set=root 0977ef08-2737-4d1d-9ec6-31f6719c3ad4
linux /boot/vmlinuz-3.2.0-80-generic root=UUID=0977ef08-2737-4d1d-9ec6-31f6719c3ad4 ro splash quiet $vt_handoff
initrd /boot/initrd.img-3.2.0-80-generic
}
从您的 grub 中删除
quiet
并splash
发布您在启动期间看到的任何错误要从系统中注销,您可以点击此链接https://wiki.ubuntu.com/DebuggingKernelBoot