您的位置:首页 > 运维架构 > Linux

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

2016-05-07 18:14 417 查看
使用U盘进入引导界面 按C

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

grub>linux /boot/vmlinz-3.16.0-4-amd64 root=/dev/sda10

grub> initrd /boot/initrd.img-3.16.0-4-amd64

grub> boot
Now you can boot debian8.4

# grub-install
This command line show error

# mount
to see /boot/EFI on /dev/sdax

# mount  /dev/sdax /mnt

# mv /mnt/EFI/debian /root

# grub-install

# update-grub

# efibootmgr

# reboot
https://wiki.archlinux.org/index.php/GRUB
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux error command