Windows不出现在grub菜单中,我该怎么办?
我尝试过启动修复,我得到了:LegacyWindows detected. Please enable BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this software from a live-CD (or live-USB)
我做到了
$ sudo parted -l
Model: ATA TOSHIBA MQ01ABD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 53.5MB 52.4MB primary ntfs
2 53.5MB 268GB 268GB primary ntfs
3 268GB 471GB 202GB extended
5 268GB 468GB 200GB logical ext4
6 468GB 470GB 2047MB logical linux-swap(v1)
7 470GB 471GB 98.6MB logical fat32 boot, espWindows曾经出现在grub菜单中,但是当我尝试运行它时,它说:Invalid EFI file path,然后它被从grub菜单中删除
我使用的是最新版本的ubuntu和gnu grub 2.06
当我安装Ubuntu时,我选择了以下选项:Something else和我没有删除任何使用空闲空间的分区
这就是我在文件资源管理器中看到的:

这就是我试着在CSM引导下盯着我的电脑,就像在安装ubuntu之前一样。
Intel(R) Boot Agent CL v0.1.06 Copyright (C) 1997-2013, Intel Corporation
PXE-E61: Media test failure, check cable
PXE-MOF: Exiting Intel Boot Agent. Insert system disk in drive.
Press any key when ready....
Please check if the Boot Mode is correct in the BIOS settings.
The BIOS settings menu is launched by pressing the [F2] key after you reboot.发布于 2022-07-30 09:25:30
Windows通常以UEFI模式引导,但如果您有一个已逐渐升级到Windows 10的旧安装,则可以在原始遗留模式下启动。从EFI分区的位置判断,您刚刚在UEFI模式下安装了Ubuntu。它们是不相容的。您需要在相同的模式下启动Ubuntu,所以如果Ubuntu安装是非常新的,那么在遗留模式下重新安装Ubuntu可能是最容易的。
https://askubuntu.com/questions/1421102
复制相似问题