8

How to boot Windows from Clover UEFI shell.

I don't have access to anything but it. When I normally boot it gives

error : unknown file system
entering rescue mode
grub rescue>_

May be that's because, I deleted a Linux partition.

I had an USB with Clover on it. Now I can access the HDD with the Clover shell. Clover is not showing any boot entries.

Is there any way to boot Windows through it?

1 Answer 1

10

If you have installed Windows in UEFI mode, you can call Windows Boot Manager directly typing FS0:\EFI\Microsoft\Boot\bootmgfw.efi Enter into the EFI shell. If this isn't found try FS0:\EFI\BOOT\BOOTX64.EFI (case doesn't matter).

If you don't find either on volume FS0: then you can try looking for it on other filesystems until you find the one which contains the EFI partition with Windows Boot Manager.

Volumes are in the format FS0:, FS1:, FS2:, FS3: etc. As the commands cd and ls work in EFI shell (see EFI SHELL COMMANDS - quick reference) to see what is on a volume type:

  • FS1: Enter do change to volume FS1: (note the :)
  • ls Enter to list files and directories in root of the filesystem
  • cd EFI Enter to change to directory EFI
  • ls Enter to list files and directories in EFI directory

When you find your bootloader you run it by just typing the name (including the .efi suffix) into the shell prompt.


If you have legacy BIOS installation then Clover will not boot it. You could download rEFInd-flashdrive an put this on a USB key as described in its documentation. If you then boot that it should be able to automatically detect and boot legacy Windows installations.

9
  • FS0:\EFI\BOOT\BOOTX64.EFI seems to have worked. But after I press enter it returns to the clover main menu. And when I press enter again the screen goes black. Commented Apr 14, 2020 at 6:31
  • I mean the first command returned 'is not recognised as an internal or external command, operable program, or script file' but the second one didn't show any such error. but it returned back to main menu. Then the screen goes black after I press enter again. Commented Apr 14, 2020 at 6:35
  • m.imgur.com/a/zJYOeJr. That's a link to a video showing what's happening. Commented Apr 14, 2020 at 7:12
  • 1
    @MrVajid: Then FS0: is your USB stick, and you probably should be looking at FS1: or FS2: instead? Commented Apr 14, 2020 at 9:25
  • 1
    @MrVajid - Clover will not boot legacy BIOS. You could try downloading rEFInd - see updated answer. Commented Apr 14, 2020 at 11:46

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.