通过以下方式进行排查:

1、确定U盘是否真的有启动系统

2、分区是否已经标记为激活状态,尤其使用了Fdisk进行分区时,如果分区>=2时默认是不设置激活分区。

比如下面是通过Fdisk进行设置分区激活状态的操作:

#分区操作,指定为/dev/sda的硬盘
fdisk /dev/sda
#选择设置活动分区 Command (m
for help): a
#选择第几个分区 Partition number (
1-X): 1
#将操作写入磁盘
Command (m for help): w

 

参考:

http://www.syslinux.org/wiki/index.php?title=Common_Problems#Missing_Operating_System_.28mbr.bin.29

https://ubuntuforums.org/showthread.php?t=2171393

 

相关文章:

  • 2021-09-29
  • 2021-11-17
  • 2022-02-17
  • 2021-12-17
  • 2021-10-25
  • 2021-04-17
  • 2022-02-13
  • 2021-11-30
猜你喜欢
  • 2021-06-27
  • 2021-05-14
  • 2021-12-19
  • 2021-11-20
  • 2021-09-04
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案