???在 Ubuntu 裡預設的開機作業系統是 Ubuntu,如果想換成其他的作業系統,則可以修改 grub 的 menu.lst 來更換預設的 OS,當然也可以透過 StartUpManager GUI(圖形化介面) 來達到此目的。
在終端機下的指令:
sudo vi /boot/grub/menu.lst
輸入完後,接到下面!!
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0 <---就是這個
找到 default,並修改後面的數字為其餘作業系統的代號。
(開機時的選單順序,記得第一個是0哦,所以假如果是數下來第七個代號就要填6唷!)
- 關鍵字 : default, savedefault, saved, entry, Ubuntu, 開機作業系統, 數字為其餘, 數下來第七, 圖形化介面, 則可以修改, 來達到此目, 代號就要填6唷, using, system, specify, number, instead, dmraid, desync, command
00
2009-01-21T08:30:24+0000


