0

我刚刚编译了 Linux Kernel 2.6.27.62 并将其安装在 VitualBox 的 Ubuntu 中。现在,当我从 grub (legacy) 菜单中选择新内核时,结果如下:

[ 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>只提供很少命令的提示。帮助将不胜感激。提前致谢。

4

1 回答 1

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”

看这个帖子:这里(页面最后一个有截图)

于 2012-11-08T20:43:56.393 回答