|
我以前用 2010-01-04 版本的 grub4dos。主要有兩種方式。
第一種是利用 grubmenu.exe 將 menu.lst 的內容寫入 grldr,再將 grldr 寫入 iso 的引導。
這樣的方式在換到 2010-01-22 版本後,一直到 2010-05-03版,在開機後 (用 vmware 做測試),需要更長的時間 (差不多九秒) 才會顯示 menu.lst的內容。在 2010-01-04 和 2010-01-21 之中所有版本的 grldr,都是差不多一到二秒就會顯示 menu.lst 的內容了。
另一方面,如果我不把我自已編輯的 menu.lst 寫入grldr,而是將我從網路上下載的 grldr 寫入 iso 的引導,在 2010-03-09 版本之後,會出現
Minimal Bash-like line editing is supported. For the first word, TAB lists possible command completions.
Anywhere else TAB lists the possible completions of a device/filename. ESC at any time exits.
grub>
,然後就停在這裡了,不會自動去尋找 我放在 iso 檔裡面的 menu.lst。
在 2010-01-04 到 2010-03-01 中間的版本,都會去尋找我的 menu.lst。
我想知道為什麼會這樣,以及如何讓最新的 grldr,能夠自動尋找我放在 iso 裡的 menu.lst,並且不會有第一個問題當中出現的速度減慢。
麻煩大家了,謝謝。 |
|