在win10下用virtualbox安装了Ubuntu15.10的服务器版本,其内核是3.9.15版本。参考网上的linux内核编译安装教程,编译了4.8.16的linux内核。重启选择新的内核启动,发现新的内核启动失败,然后进入initramfs的shell。具体错误如下
give up waiting for root device.Common problems:
-Boot args (cat /proc/cmdline)
-Check rootdelay= (did the system wait long enough?)
-Check root= (did the system wait for the right device?)
-Missing modules(cat /proc/modules : ls /dev)
...
ALERT! /dev/mapper/ubuntu--vg-root does not exist. Dropping to a shell!
在网上找了很久