先安装ubuntu,后安装windows,修复启动grub
2020-12-13 13:39
标签:style blog http color io ar 使用 sp on 使用easybcd修复未果,直接使用启动盘修复,主要根据这个帖子来的,验证可用 http://blog.csdn.net/kevin6216/article/details/7764292 由于重装windows 7,原来的Grub启动菜单不见了,修复 Ubuntu 12.04 Grub 引导具体修 复方法如下: 1、用 Ubuntu 12.04 的 Live CD 光盘启动系统,启动光盘后不要选安装而选试用; 2、打开终端,输入终端命令: sudo fdisk -l 此时可以看到显示出来的整个硬盘上所有分区的列表,请记录下 Ubuntu 根分区 / 和/boot分区安装的位置; 3、在终端输入命令: sudo -i (取得root特权) mount /dev/sdaX /mnt (X 为记录下的 Ubuntu 根分区) mount /dev/sda* /mnt/boot (*为 Ubuntu /boot分区,/boot没有单独分区则不要执行这个命令) grub- install –root-directory=/mnt/ /dev/sda (注意此命令中 root 前面是两个减号横杠) 4、执行完以上步骤和命令,重新启动系统,这时您会看到熟悉的Grub启动菜单。 先安装ubuntu,后安装windows,修复启动grub 标签:style blog http color io ar 使用 sp on 原文地址:http://www.cnblogs.com/jilichuan/p/4052032.html
文章标题:先安装ubuntu,后安装windows,修复启动grub
文章链接:http://soscw.com/essay/33136.html