方法一:查看/etc/fstab文件(最可靠)grub> cat (hd0,msdos3)/etc/fstab输出示例:# /etc/fstab: static file system information. # # Use 'blkid' to print the un...
第一步:查看所有可用设备grub> ls这会显示所有可用的磁盘和分区,例如:(hd0) (hd0,msdos1) (hd0,msdos2) (hd0,msdos3) (hd0,msdos5) (hd0,msdos6) (hd0,msdos7)第二步:逐个...