Skip to content

Instantly share code, notes, and snippets.

@vlpeng
Created January 30, 2012 10:31
Show Gist options
  • Save vlpeng/1703768 to your computer and use it in GitHub Desktop.
Save vlpeng/1703768 to your computer and use it in GitHub Desktop.
Ubuntu: Lucid Gave up waiting for root device (mptsas) resolved by rootdelay
http://blog.chinaunix.net/space.php?uid=171341&do=blog&id=2881099
问题解决:
1.在(initramfs) 下 输入 exit 后回车,操作系统开始引导.
2.进入系统后,编辑/etc/default/grub 文件,寻找到GRUB_CMDLINE_
LINUX_DEFAULT=”quite” 修改为 GRUB_CMDLINE_
LINUX_DEFAULT=”rootdelay=50 ”
3. sudo update-grub 更新 grub配置文件
4.重启后解决
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment