- 首先使用 UltraISO 或者 ubuntu官網(wǎng)教程推薦的 rufus 制作 U 盤啟動盤;
- 重啟電腦,一般都是按F12,看能否進(jìn)入下圖界面,如果順利進(jìn)入后,選擇Install Ubuntu 后能夠正常進(jìn)入 Ubuntu Desktop,那么此教程對你就沒太多幫助啦 :);

- 如果是進(jìn)入類似下面的界面或者不能正常進(jìn)入 ubuntu desktop,那么請繼續(xù)閱讀全文!

重啟電腦,持續(xù)按 shift 鍵,保證能夠進(jìn)入Step 2 中的界面,然后按字母e,在下一個頁面queit splash 后面空格然后輸入 $vt _handoff acpi_osi=linux nomodeset ,再按 f10,就能夠快速進(jìn)入logo頁面,最后進(jìn)入安裝頁面;
進(jìn)入
/etc/default/grub修改配置,如下:
sudo nano /etc/default/grub
and then add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
And then save by hitting Ctrl+O, then exit nano with Ctrl+X, then simply run:
sudo update-grub
- 接下來就可以正常安裝Ubuntu 單/雙系統(tǒng)啦!