全新安装 Ubuntu 22.04 后“未找到操作系统”

sso*_*zak 4 boot bios uefi system-installation

在 Lenovo ThinkCentre 台式机上,全新安装 Ubuntu 后,出现错误“未找到操作系统”。

这是我启动计算机时看到的第一件事,之前没有打印任何内容。

我安装Ubuntu时是“擦除磁盘并安装Ubuntu”。磁盘上没有其他操作系统。

在此输入图像描述

BIOS 中的引导模式设置为 UEFI。我在从 USB 启动并安装系统之前设置了此模式。

在此输入图像描述

硬件:

  • 联想 ThinkCentre M92p
  • 只有一个硬盘 - WDC WDS240G2G0A (240GB SSD),在安装 Ubuntu 之前在 Windows 上运行良好
  • 英特尔 i5-3470T,8GB 内存

我缺少什么?

有关创建的分区的更多详细信息:

Ubuntu 磁盘应用程序

磁盘驱动器:

ubuntu@ubuntu:~$ sudo fdisk -l /dev/sda
Disk /dev/sda: 223.58 GiB, 240065183744 bytes, 468877312 sectors
Disk model: WDC WDS240G2G0A-
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D018D616-4492-4595-8654-4C4C81B0DBB5

Device       Start       End   Sectors   Size Type
/dev/sda1     2048   1050623   1048576   512M EFI System
/dev/sda2  1050624 468875263 467824640 223.1G Linux filesystem
Run Code Online (Sandbox Code Playgroud)

g磁盘:

ubuntu@ubuntu:~$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.8

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 468877312 sectors, 223.6 GiB
Model: WDC WDS240G2G0A-
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): D018D616-4492-4595-8654-4C4C81B0DBB5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468877278
Partitions will be aligned on 2048-sector boundaries
Total free space is 4029 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         1050623   512.0 MiB   EF00  EFI System Partition
   2         1050624       468875263   223.1 GiB   8300  
Run Code Online (Sandbox Code Playgroud)

sso*_*zak 6

Thank you for all your help, this was very interesting. My machine had an old BIOS, which did NOT expose an option to disable "Compatibility support Module".

Only after updating BIOS the option showed up (as Enabled by default). When I disabled it, Ubuntu boots fine.

So if someone comes here with the similar problem - if you don't see this option in BIOS, try to update it first.

在此输入图像描述