星期日, 2月 06, 2011
0
原本以為只是裝個Netbook remix,沒想到Toshiba在ubuntu下還是很難搞。

第一個問題是,在正確完成安裝過程後的第一次reboot,會在等待很久後顯示以下錯誤:

Gave 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; Is /dev)
ALERT! /dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx does not exist.
Dropping to a shell!
解決方式為:

進入bios的advanced項目,將SATA Controller Mode設定為"Compatibility"。(預設為"AHCI")

第二個問題是,可以正確的找到DISK了,但是booting時的splash畫面非常的慢,慢到超過5分鐘。
而且如果你按著任一鍵不放或是一直用手滑touch pad,速度會明顯變「快」。這真是太神奇了。

解決方法如下:

$sudo gedit /etc/grub.d/10_linux
找到這一段:

EOF
fi
cat << EOF
linux ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args} nohz=off

紅色的部分(nohz=off)預設是沒有的,手動把他加上去,存檔。
接下來,
$sudo update-grub
再重開機一次即可。

0 回應:

張貼留言