win7 wubi ubuntu 雙系統 - Linux

Una avatar
By Una
at 2013-09-05T23:18

Table of Contents

各位大大好

小弟昨天灌了wubi ubuntu 在原本的win7 64bit上

只是灌完重開機時他出現

Could not find the iso /ubuntu/install/installation.iso This could happen if
the file system is not clean because of an operating system crash, an
interrupted boot process, an improper shutdown, or unplugging of a removable
device without first unmounting or ejecting it. To fix this, simply reboot
into windows, let it fully start, log in, run 'chkdsk /r', then gracefully
shut down and reboot back into windows. After this you should be able to
reboot again and resume installation.

檔案明明存在的

我有在win7 cmd chkdsk/r 過了也不行

google一些方法也不行

懇請各位大大幫忙了

謝謝

--
Tags: Linux

All Comments

Frederica avatar
By Frederica
at 2013-09-09T19:49
後面加\r是什麼意思?
Noah avatar
By Noah
at 2013-09-12T14:46
@arim: /r 代表搜尋錯誤並還原
Isabella avatar
By Isabella
at 2013-09-14T18:48
另外, Ubuntu已經放棄Wubi了, 想要不影響並存的話還是
Quanna avatar
By Quanna
at 2013-09-15T21:49
薦回到VM底下, 不然就找個 >=4GB的隨身碟裝在上面吧
Agatha avatar
By Agatha
at 2013-09-17T06:39
要放棄wubi了嗎QQ
Oliver avatar
By Oliver
at 2013-09-18T20:24
其實灌雙系統不會很難 會基礎硬碟分割就好了
Donna avatar
By Donna
at 2013-09-21T15:19
現在系統都會幫你自動灌好開機程式 一裝好就有選單

比對二個檔案的問題 cmp或其它方法?

Kelly avatar
By Kelly
at 2013-09-05T18:28
※ 引述《hgs1906 (受遺棄之子)》之銘言: → hgs1906:怕謝 想來想去還是不知道具體的寫法 OTZ 本來想用推文來貼以下程式, 後來想想還是回文比較快, 用 cc 編譯後就能用了。 LINES 看你想指定多少。回傳值 0 代表讀到的行數到達了 LINES, 回傳 1 則是 讀到的行數小於LI ...

比對二個檔案的問題 cmp或其它方法?

James avatar
By James
at 2013-09-05T17:12
※ 引述《hgs1906 (受遺棄之子)》之銘言: : 請問一下大家 最近為了自動化 : 所以用了jenkins自動編譯程式為java的war檔 : 之後在透過判斷新舊war檔是否差異來判斷要不要重新deploy : 原本的判斷方式為… : cmp -l a.war a.war.bak |wc -l : 透 ...

Linux和Windows哪個先?

Ida avatar
By Ida
at 2013-09-05T16:58
想買一顆新硬碟來切割成兩個硬碟 分別安裝Linux(Ubuntu)和Windows兩個系統 設成開機時可以選擇系統後進入操作的環境 但現在不知該先裝Linux還是Windows? 請問意見? -- - ...

比對二個檔案的問題 cmp或其它方法?

Emily avatar
By Emily
at 2013-09-05T16:01
請問一下大家 最近為了自動化 所以用了jenkins自動編譯程式為java的war檔 之後在透過判斷新舊war檔是否差異來判斷要不要重新deploy 原本的判斷方式為… cmp -l a.war a.war.bak |wc -l 透過cmp -l 列出所有的差異 在統計行數 只要差異的行數超過10行就重新d ...

3G DONGLE 無法cat ttyUSB裝置

Kristin avatar
By Kristin
at 2013-09-05T15:35
AT CMD的輸入方式改為 echo -e and#34;AT\rand#34; andgt; /dev/ttyUSB0 cat /dev/ttyUSB0 就可以順利cat出來了 但我實在不太懂為什麼 以前也在虛擬環境玩過 卻不需要-e然後給\r 而我試了一下 也搞不懂\r的用處 大家都說往前刪除一 ...