Are you saying that Fedora and Kali work, just not Windows? Or are you saying that nothing boots?
- I am saying that nothing boots.
Does a partition with that UUID exist on your system?
- It does seem to match unless I’m looking at the wrong output.
- The UUID from /etc/fstab matches those in o/p for lsblk -f.
root@localhost-live:/# efibootmgr
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000,0004,0005,0001
Boot0000* UEFI SanDisk Cruzer Blade 4C532000070422110241 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/USB(2,0)/USB(0,0)/HD(2,GPT,bd0ce27d-a6e0-4c37-beee-ab4b6f9b6a73,0x440594,0x63cc)/\EFI\Boot\BootX64.efi{auto_created_boot_option}
Boot0001 UEFI HTTPs Boot PciRoot(0x0)/Pci(0x1f,0x6)/MAC(000000000000,0)/IPv4(0.0.0.0,0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0)/Uri(){auto_created_boot_option}
Boot0004* Fedora HD(1,GPT,75e93101-e060-4b9a-b97c-8564acd10794,0x800,0x32000)/\EFI\fedora\shimx64.efi
Boot0005* kali HD(1,GPT,75e93101-e060-4b9a-b97c-8564acd10794,0x800,0x32000)/\EFI\kali\grubx64.efi
root@localhost-live:/# lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0
loop1 ext4 1.0 Anaconda 57b2da08-9667-4695-9f1f-13d099a97592
├─live-rw ext4 1.0 Anaconda 57b2da08-9667-4695-9f1f-13d099a97592
└─live-base ext4 1.0 Anaconda 57b2da08-9667-4695-9f1f-13d099a97592
loop2 DM_snapshot_cow
└─live-rw ext4 1.0 Anaconda 57b2da08-9667-4695-9f1f-13d099a97592
sda iso9660 Joliet Extension Fedora-WS-Live-40-1-14 2024-04-14-23-09-56-00
├─sda1 iso9660 Joliet Extension Fedora-WS-Live-40-1-14 2024-04-14-23-09-56-00
├─sda2 vfat FAT16 ANACONDA 23EA-7494
└─sda3
zram0 [SWAP]
nvme0n1
├─nvme0n1p1 vfat FAT32 BF90-7EFC 174.2M 12% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs Windows 11 DEE23F4EE23F29E3
├─nvme0n1p4 ntfs 5A94DAB294DA8FBD
├─nvme0n1p5 ext4 1.0 Kali 87e331dc-b6ae-4e0d-baec-2c0ed0266e06
├─nvme0n1p6 swap 1 95d90363-a33a-458f-b9a5-2d0ccaed40e9
├─nvme0n1p7 ext4 1.0 0a7ee8d5-ec9a-4e78-a80a-6f01f4a285d8 353M 57% /boot
└─nvme0n1p8 btrfs fedora c2f7d1b6-8d46-401a-b3ae-1b1c4ec00d8c 833.5G 28% /home
/
root@localhost-live:/# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Thu Jun 20 17:33:48 2024
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=c2f7d1b6-8d46-401a-b3ae-1b1c4ec00d8c / btrfs subvol=root,compress=zstd:1 0 0
UUID=0a7ee8d5-ec9a-4e78-a80a-6f01f4a285d8 /boot ext4 defaults 1 2
UUID=BF90-7EFC /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=c2f7d1b6-8d46-401a-b3ae-1b1c4ec00d8c /home btrfs subvol=home,compress=zstd:1 0 0
If so, is it the right partition and does it contain the files at the paths listed in the output of efibootmgr (EFI\fedora\shimx64.efi
and EFI\kali\grubx64.efi
)?
- As for knowing if it’s the right partition, I’m completely lost with these kinda task but I was initially following the instruction from @computersavvy.
- I posted some o/p earlier, I’d assume we’re operating on the right partitions unless we miss something.
- I can find the EFI\fedora\shimx64.efi but can’t find EFI\kali\grubx64.efi.