在windows10上安装debian8.4无法启动
[*]使用U盘进入引导界面 按C
[*]
1
2
3
4
grub>set root=(hd1,gtp10)
grub>ls / this to see boot
grub> ls /boot/
you can see vmlinz-3.16.0-4-amd64 initrd.img-3.16.0-4-amd64
[*]
1
grub>linux /boot/vmlinz-3.16.0-4-amd64 root=/dev/sda10
[*]
1
grub> initrd /boot/initrd.img-3.16.0-4-amd64
[*]
1
grub> boot
Now you can boot debian8.4
[*]# grub-install
This command line show error
[*]# mount
to see /boot/EFI on /dev/sdax
[*]
1
# mount/dev/sdax /mnt
[*]
1
# mv /mnt/EFI/debian /root
[*]
1
# grub-install
[*]
1
# update-grub
[*]
1
# efibootmgr
[*]
1
# reboot
页:
[1]