码迷,mamicode.com
首页 > Windows程序 > 详细

在windows10上安装debian8.4无法启动

时间:2016-05-08 01:23:35      阅读:603      评论:0      收藏:0      [点我收藏+]

标签:command   linux   error   


  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


本文出自 “Debian学习者” 博客,请务必保留此出处http://changedkd.blog.51cto.com/9676618/1771050

在windows10上安装debian8.4无法启动

标签:command   linux   error   

原文地址:http://changedkd.blog.51cto.com/9676618/1771050

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!