1:先去grub官方网站下载grub4dos (官方开源项目网站:grub4dos.sourceforge.net)
2:解压grldr.mbr、grldr、menu.lst 三个文件到C盘根目录,注意是根目录!
3:然后以管理员模式运行cmd,输入bcdedit /create /d "grub" /application bootsector 会有一大串id,要记下,等下要用。
4:执行以下命令:
  bcdedit /set {id} device partition=c:
  bcdedit /set {id} path \grldr.mbr
  bcdedit /displayorder {id} /addlast
5:重启,选择grub
6:选择commandline
7:输入find,列出硬盘分区
8:使用命令root (hdx,y) 以找到Linux分区,这里假设是hd0,2
9: setup(hd0,2)
10: chainloader (hd0,2)+1
11: boot

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2021-11-04
  • 2021-09-17
  • 2021-11-14
猜你喜欢
  • 2021-07-03
  • 2021-11-08
  • 2021-10-11
  • 2021-08-18
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
相关资源
相似解决方案