這篇文章給大家分享的是有關(guān)Ubuntu GRUB開機(jī)選項(xiàng)如何修改的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。
成都創(chuàng)新互聯(lián)公司是一家集網(wǎng)站建設(shè),伍家崗企業(yè)網(wǎng)站建設(shè),伍家崗品牌網(wǎng)站建設(shè),網(wǎng)站定制,伍家崗網(wǎng)站建設(shè)報(bào)價(jià),網(wǎng)絡(luò)營銷,網(wǎng)絡(luò)優(yōu)化,伍家崗網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競(jìng)爭力。可充分滿足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時(shí)我們時(shí)刻保持專業(yè)、時(shí)尚、前沿,時(shí)刻以成就客戶成長自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。
Introduction為什麼需要更改Ubuntu GRUB呢?
1.當(dāng)Ubuntu更新新的kernel後,Ubuntu GRUB會(huì)自動(dòng)加上新的kernel開機(jī)選項(xiàng),導(dǎo)致開機(jī)選項(xiàng)越來越多,想將不必要的開機(jī)選項(xiàng)刪除.
2.Ubuntu GRUB預(yù)設(shè)開機(jī)為Ubuntu,你可以想將預(yù)設(shè)開機(jī)改成Windows.
3.修改預(yù)設(shè)Ubuntu GRUB等待時(shí)間.
4.預(yù)設(shè)不顯示GRUB menu,直接進(jìn)入Windows.
假如你有以上需求,就得手動(dòng)修改Ubuntu GRUB開機(jī)選項(xiàng).Solution開啟Ubuntu GRUB開機(jī)選項(xiàng)檔sudo gedit /boot/grub/menu.lstQ1.當(dāng)Ubuntu更新新的kernel後,Ubuntu GRUB會(huì)自動(dòng)加上新的kernel開機(jī)選項(xiàng),導(dǎo)致開機(jī)選項(xiàng)越來越多,想將不必要的開機(jī)選項(xiàng)刪除.
A1.以下為我所要的開機(jī)選項(xiàng),不需要者可自行刪除之End Default Options
title Ubuntu, kernel 2.6.20-16-generic root (hd0,6) kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=b923ef76-3246-411c-8095-7bca666b13a5 ro quiet splash initrd /boot/initrd.img-2.6.20-16-generic quiet savedefault title Ubuntu, kernel 2.6.20-16-generic (recovery mode) root (hd0,6) kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=b923ef76-3246-411c-8095-7bca666b13a5 ro single initrd /boot/initrd.img-2.6.20-16-generic # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1
Q2.Ubuntu GRUB預(yù)設(shè)開機(jī)為Ubuntu,你可以想將預(yù)設(shè)開機(jī)改成Windows.A2.修改
## default num # Set the default entry to the entry number NUM. Numbering starts from 0, and # the entry number 0 is the default if the command is not used. # # 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 change this entry to 'saved' or your # array will desync and will not let you boot your system.
default 2預(yù)設(shè)default為 0,表示開機(jī)用Ubuntu開機(jī),因?yàn)樵谖业碾娔XWindows為第三個(gè)選項(xiàng),故default為2Q3.修改預(yù)設(shè)Ubuntu GRUB等待時(shí)間.A3.修改
## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined).
timeout 3預(yù)設(shè)為10秒鐘,我改成等待3秒鐘Q4.預(yù)設(shè)不顯示Ubuntu GRUB menu,直接進(jìn)入Windows.
## hiddenmenu # Hides the menu by default (press ESC to see the menu) hiddenmenu
預(yù)設(shè)會(huì)顯示Ubuntu GRUB menu,若你不想顯示menu,要當(dāng)按下ESC才顯示,請(qǐng)將hiddenmenu前的#拿掉
感謝各位的閱讀!關(guān)于“Ubuntu GRUB開機(jī)選項(xiàng)如何修改”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!