红联Linux门户
Linux帮助

Ubuntu 14.04.02 LTS启动项误写入/dev/sda1(win 7 loader)修复

发布时间:2015-06-04 11:00:24来源:linux网站作者:albert-dong-fang

问题描述:在Win7下安装Ubuntu 14.04,由于启动项 /boot loader 安装位置错误(/dev/sda1 (win 7 loader) )导致无法进入Windows(在GRUB界面能够看到Win7的启动选项,点击后黑屏闪了几下,又回到GRUB界面),但是Ubuntu系统可以正常使用。


问题解决:通过baidu多位前人的经验,花了2个多小时解决了这个问题。在看到Windows界面出现时爽爆了!完美解决方法如下:

1、进入Ubuntu环境;

2、打开终端(alt+ctl+t),输入 sudo grub-install /dev/sda;

3、下载最新版 grub4dos,解压文件,将其中的bootlace.com拷贝到用户目录 /home 下(打开新终端,输入 ls ,看到bootlace.com即可);

4、在终端下输入:chmod +x ./bootlace.com;

5、在终端下输入:sudo ./bootlace.com -floppy -ntfs /dev/sda1;

6、在Ubuntu系统下进入系统盘Windows文件夹,找到bootmgr文件,复制并重命名为grldr;

7、终端输入:sudo update-grub;


Ubuntu中如何修复GRUB2 Boot Loader:http://www.linuxdiyf.com/linux/2185.html

不知道密码在已登录帐号获得root权限要到Ubuntu 15.10才修复:http://www.linuxdiyf.com/linux/12058.html

Ubuntu中利用Grub 2修复移动硬盘引导:http://www.linuxdiyf.com/linux/8085.html

重装win7 修复Grub操作步骤分析:http://www.linuxdiyf.com/linux/719.html

清除GRUB/修复MBR的小技巧:http://www.linuxdiyf.com/linux/714.html