Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
关于原引导丢失,如何进入原菜单启动画面
Experiences and Insight
1322
views ·
2
replies ·
To
floor
Go
kingyv
deepin
2011-08-05 21:08
Author
废话不多说,直接进入正题。
多系统情况下,由于重装winxp或win7导致无法引导进入linux的最简单明了的解决办法:
grub>提示符下输入
grub>find /boot/grub/core.img (有/boot分区的用find /grub/core.img)
(hdx,y) (显示查找到的分区号)
grub>root (hdx,y)
grub>kernel /boot/grub/core.img (/boot分区的用 kernel /grub/core.img)
grub>boot
执行boot后能转入grub2菜单,启动ubuntu后,再在ubuntu终端下执行
sudo grub-install /dev/sda (或sdb,sdc等)修复grub。
Reply
Like 0
Favorite
View the author
All Replies
gengyin0925
deepin
2011-09-30 06:32
#1
楼主太强大了 谢谢了
Reply
Like 0
View the author
chaiyuan2009
deepin
2011-09-30 08:32
#2
有些问题要自己去研究就可以拉。。慢慢来就可以拉。。
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
deepin eighth Bi-Weekly Technical Report is online
Popular Events
More
多系统情况下,由于重装winxp或win7导致无法引导进入linux的最简单明了的解决办法:
grub>提示符下输入
grub>find /boot/grub/core.img (有/boot分区的用find /grub/core.img)
(hdx,y) (显示查找到的分区号)
grub>root (hdx,y)
grub>kernel /boot/grub/core.img (/boot分区的用 kernel /grub/core.img)
grub>boot
执行boot后能转入grub2菜单,启动ubuntu后,再在ubuntu终端下执行
sudo grub-install /dev/sda (或sdb,sdc等)修复grub。