Created
January 30, 2012 10:31
-
-
Save vlpeng/1703768 to your computer and use it in GitHub Desktop.
Ubuntu: Lucid Gave up waiting for root device (mptsas) resolved by rootdelay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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