按照5楼给出的指南,so easy
1. 用live cd启动系统
2. 打开终端
3. mkdir /x (建立一个文件夹
4. mount /dev/sda3 /x (挂在linux系统分区到x目录,自己调整
5. grub-install --root-directory=/x /dev/sda (注意是硬盘, 不是分区
然后还看到啦这句话:
... You could read the grub manpage all day and not learn anything about this distinction.
1
jarlyyn 2016-06-29 16:58:35 +08:00
安装的时候不是可以选么?
不同的发行盘也可以再安装一下的吧 |
2
Neveroldmilk 2016-06-29 17:02:52 +08:00
你没有吧 grub 安装到 mbr 吧?
|
3
dltsgl 2016-06-29 17:31:53 +08:00
大概率是 grub 装错位置了
|
4
imcxy 2016-06-29 17:48:27 +08:00
考虑啦一下,从安装到放弃。
|
5
gotounix 2016-06-29 17:58:58 +08:00 1
装系统装到 Grub 的时候,会提示是把 Grub 安装到硬盘还是 MBR 。
你也可以重装 Grub 到 MBR 。 https://www.av8n.com/computer/htm/grub-reinstall.htm |
6
x1155665 2016-06-29 18:44:54 +08:00
以前用 boot-repair 解决过,不过是 unbuntu 的
|
8
Amayadream 2016-06-29 21:17:27 +08:00 1
linux 从安装到放弃.
|
9
sablib 2016-06-29 21:20:17 +08:00
os-prober
grub-mkconfig |
10
programgou 2016-06-29 22:40:52 +08:00 1
grub 要先找到 boot ,把 boot 引导起来,然后把权利交个 boot , boot 找到系统分区和其他分区(/etc/fstab),最后把系统引导起来。 [如果 boot 单独分出来了, 可能要挂载 boot 所在分区] ,你是对的。
|
11
jsteward 2016-06-29 23:01:24 +08:00
直接把 grub 装在 sda 上就好了,会覆盖掉 WBM 的。希望双系统可以用 os-prober 或者自己写个 chainloader 的启动项。
|