First question, when you select find "a GRUB EFI bootloader", will it find "MX Linux" efi's and would it boot into MX,noursle wrote: Sun Jun 01, 2025 2:10 pm I have done a new USB Boot stick with the Ventoy tool on another computer and I could successfully boot with that stick.
After booting with the MX LiveUSB stick I select Boot Rescue and then "Boot Rescue Menus".
Then I have the following options:
a. GRUB EFI bootloader
b. GRUB menus
c. Frugual menus
d. Windows bootloader
e. Reboot
f. Power Off
g. Reboot into BIOS/UEFI Setup
After choosing the d option, I get the message "No Windows bootloader found."
Any idea what I can do next?
Thanx in advance for your help!
This is just to make sure your Ventoy setup works?
Next, let's see what the ESP and UEFI-NVRAM looks like.
Boot normally into the installed MX Linux:
Now run below commands which gives terminal text output.
Do copy the commands and the text output and paste here in the form within code-block tags like this example looks like: [code]paste text here[/code].
And do paste for each command + text output separately:
Open terminal as normal user:
First post again slightly modified partition layout including part-uuid:
Code: Select all
lsblk -f -o +PART_UUID
Code: Select all
efibootmgr -v
Now the command to see the efi-files on the ESP:
Code: Select all
find /boot/efi -iname "*.efi" -ls