标签:通过 initrd 无法 fst bsp code 安装 磁盘 eric
这是安装win10+linux双系统常会出现的故障,修复grub即可。
(hd0),(hd1),(hd1,gpt3),(hd1,gpt2),(hd1,gpt1)
假定通过 ls (hd1,gpt2)/boot/grub 发现了grub.cfg文件,则表明Linux安装在这个分区
输入 cat (hd0,gpt2)/etc/fstab
会输出类似下面的信息
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=dd6e0539-1369-4938-8af5-378f02cf05cf / ext4 errors=remount-ro 0 1
grub> linux /boot/vmlinuz-4.8.0-36-generic ro text root=/dev/sda2
grub> initrd /boot/initrd.img-4.8.0-36-generic
grub> boot
标签:通过 initrd 无法 fst bsp code 安装 磁盘 eric
原文地址:https://www.cnblogs.com/ValyrianSteel/p/12693287.html