今天安裝Window7 和 Ubuntu 14.04 雙系統時,出現如下異常,記錄一下。
安裝過程是參考 http://www.linuxidc.com/Linux/2014-04/100369.htm
的步驟中去執行的,我的系統中也沒有多余的分區,排查到最后的結果就是 可能路徑寫錯了。
把下面的 英文 復制進去,把原來的全覆蓋掉
title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-14.04-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.lz
特別注意:
ubuntu-14.04-desktop-i386.iso是你的iso的名字,別寫成我的了,這個要改成你的。
但其中的
vmlinuz 從iso文件中解壓出來時有后綴名的,所以在安裝的時候就報 ERRER15: file not found
需要加上后綴名vmlinuz.efi
后綴,請以解壓出來的為准。