我刚刚编译了Linux Kernel 2.6.27.62并将其安装在VitualBox的Ubuntu中。现在,当我从grub(遗留)菜单中选择新内核时,会出现以下情况:
[ 13.084002] cpufreq: No nForce2 chipset.
mount: mounting non on /dev/failed: No such device.
W: devtmpfs not available, falling back to tmpfs for /dev.
mount: mounting /dev/disk/by-uuid/7251a301-d971-4d8e-8077-c0ca9d759aa8 on /root
failed: No such device.
mount: mount /dev/ on /root/dev/ failed: No such file or directory.
mount: mounting /sys on /root/sys failed: No such file or directory.
mount: mounting /proc on /root/proc failed: No such or directory
No init found. Try passing init= bootarg.
BusyBox v7.17.1 (Ubuntu 1:1.17.1-10ubuntu1) built-in shell(ash).
然后我只得到initramfs>
提示符,它只提供很少的命令。非常感谢帮助。提前谢谢。
答案 0 :(得分:1)
可能的解决方法: 1.在启动过程中尝试进入grub编辑器(在grub菜单中按下要启动的内核上的'e')。你将有一条线: “/boot/vmlinuz-2.6.31-23-generic root = UUID = 4614036b0-1c9a-4311-b452-c5c0d3762690 ro quiet splash”
2.删除“root = UUID = 4614036b0-1c9a-4311-b452-c5c0d3762690”并尝试“/ dev / sda1”
看看这篇文章:here(页面上的最后一个有截图)