请几天破坏了GRUB,用LIVECD修复,用LIVECD进入图形界面,打开终端输入一下命令:
$sudosu
$grub
grub>boot(hd0,6)/*原本我内核装载(hd0,7),不知道怎么内核所在扇区变了*/
grub>setup(hd0)
重启电脑,发现grub不能请到到linux里面去
按照GRUB下方的提示,按E键编辑甘选项
将(hd0,6)改为(hd0,7)
按B键启动,可以进入linux
进入后在/boot/grub/menu.list文件里面将相关的启动项修改
以后没有启动电脑就不用在修改GRUB的启动选项了。ubuntu下修复grub
1.用LiveCD启动
2.打开一个终端,运行$sudogrub命令(这里可能需要等一会儿),你会看到'grub>'这样的提示符grubupdate
3.在提示符'grub>'后输入find/boot/grub/stage1,你会得到一个运行结果,比如我的机子上结果是(hd0,3)(这个命令其实就是找出/boot所在分区)
4.运行grub>root(hd0,3)(这个位置要填上你机子上的运行结果)
5.运行grub>setup(hd0)出现几行提示文字,***是“...succeeded”修复成功!
6.运行quit
8.重启计算机,取出liveCD
#menu.lst-See:grub(8),infogrub,update-grub(8)
#grub-install(8),grub-floppy(8),
#grub-md5-crypt,/usr/share/doc/grub
#and/usr/share/doc/grub-doc/.
##defaultnum
#SetthedefaultentrytotheentrynumberNUM.Numberingstartsfrom0,and
#theentrynumber0isthedefaultifthecommandisnotused.
#
#Youcanspecify'saved'insteadofanumber.Inthiscase,thedefaultentry
#istheentrysavedwiththecommand'savedefault'.
#WARNING:Ifyouareusingdmraiddonotuse'savedefault'oryour
#arraywilldesyncandwillnotletyoubootyoursystem.
default1
##timeoutsec
#Setatimeout,inSECseconds,beforeautomaticallybootingthedefaultentry
#(normallythefirstentrydefined).
timeout3
##hiddenmenu
#Hidesthemenubydefault(pressESCtoseethemenu)
#hiddenmenu
#Prettycolours
#colorcyan/bluewhite/blue
##password['--md5']passwd
#Ifusedinthefirstsectionofamenufile,disableallinteractiveediting
#control(menuentryeditorandcommand-line)andentriesprotectedbythe
#command'lock'
#e.g.passwordtopsecret
#password--md5$1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
#passwordtopsecret
【编辑推荐】
- Ubuntu GRUB非常优秀的系统引导器
- Ubuntu GRUB開機選項修改
- Ubuntu grub利用安装光盘硬盘安装ISO文件
- Linux rescuev修复模式跨越控制台登录
- Linux rescue单用户模式修复模式