在windows10上安裝debian8.4無法啓動


  1. 使用U盤進入引導界面 按C


  2. 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
  3. grub>linux /boot/vmlinz-3.16.0-4-amd64 root=/dev/sda10
  4. grub> initrd /boot/initrd.img-3.16.0-4-amd64
  5. grub> boot

    Now you can boot debian8.4

  6. # grub-install

    This command line show error

  7. # mount

    to see /boot/EFI on /dev/sdax

  8. # mount  /dev/sdax /mnt
  9. # mv /mnt/EFI/debian /root
  10. # grub-install
  11. # update-grub
  12. # efibootmgr
  13. # reboot

    https://wiki.archlinux.org/index.php/GRUB


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章