在联想 ThinkCentre 台式机上,全新安装 Ubuntu 后出现错误“未找到操作系统”。
这是我启动计算机时看到的第一件事,之前没有打印任何内容。
我以“擦除磁盘并安装 Ubuntu”的方式安装了 Ubuntu。磁盘上没有其他操作系统。
BIOS 中的启动模式设置为 UEFI。我在从 USB 启动并安装系统之前已设置此模式。
硬件:
- 联想 ThinkCentre M92p
- 只有一个硬盘 - WDC WDS240G2G0A (240GB SSD),在安装 Ubuntu 之前,它在 Windows 上运行良好
- 英特尔 i5-3470T、8GB 内存
我错过了什么?
关于已创建分区的更多详细信息:
fdisk:
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
磁盘管理:
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
答案1
答案2
联想 ThinkCentre 也遇到过类似的问题。尝试将 HDD 移至启动列表的上方。尝试调整大小并格式化我以前的一些分区。最终陷入“未找到操作系统”循环。甚至无法再按 F1 进入 BIOS。为了解决这个问题,我选择了 22.10 可启动 USB 上的“OEM 安装(针对制造商)”。这似乎修复了启动模式。
答案3
我能够通过进入 BIOS、转到启动选项卡并将“启动模式”更改为“传统”来启动它
必须启用 CSM。