Qubes OS boot menu not available anymore

hi
I’m using qubes os 4.2
As I’m having 2 disks and I need the gpu from the laptop I installed windows as well
but now, I can boot only on windows, qubes os menu not showing anymore.
what can i make to be able to boot in both?
thank you

Did you install Windows before or after Qubes? What Windows version are you using?

I installed Windows 11 last time

Try the following from within Windows 11:

  1. Search for “Command Prompt” in the Start menu, right-click on it, and choose “Run as administrator.”
  2. In the Command Prompt window, type the following command and press Enter: bcdedit /set {bootmgr} displaybootmenu yes
  3. Reboot to check if Qubes is listed now

The steps are from the article below, in case you’re interested. They have a few more steps we can going to try if the above don’t work.

1 Like

unfortunately this didn’t help.
on boot menu appears only windows 11
i know my hdd with qubes is fine as i booted from an usb with xubuntu and after decrypted the drive, everything was there

Did you try to reinitialize grub?

Grub install command doesn’t found modinfo.sh file.
Tried searching for it and it is not there

Inside boot folder i have
EFI/(BOOT|Microsoft|qubes) folders

LE
Found the file in /…/i386-pc/ but I’m receiving this error

Installing for i386-pc platform.
grub2-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub2-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub2-install: error: will not proceed with blocklists.

I completely destroy my boot partition after changed some flags based on what founded on internet

I’ll need to recreate it completely
Any advice? (I already formated the partition as wasn’t able to work with it anymore at all :frowning: )

Sh** happens. I’ve never had to do this (and I’d prefer to start from scratch with backups – do you have any?), but searching the forums returns this topic (among others):

Look out for more (upper right — magnifier symbol)!

No i don’t have backups :frowning:

I reinstalled windows now trying to add qubes back to live

Please do some backups. It’s really easy and gives peace of mind.

the goal: 3 copies on 2 different media types with 1 of the three being an offsite copy.

But any backup (as long as you tested that it’s working) is better than none.

Offtopic: Its a WIP with backing up the OS (everything else is backup - 2 local copies … WIP to have one online wuth cryptomator encrypting everything)

But I’d love to resolve the problem w/o reinstall

So the disk where qubes is installed has not been touch.
Grub is there but windows seems ignores it and sees only its

I reinstalled qubes but still I’m stuck with windows only. Cannot boot into qubes after installed windows 11 anymore :frowning:

What I’m having/had

  • I used Qubes for long time ago (only this OS on the laptop at this point)
  • Recently installed Windows 11 and wasn’t able to boot into Qubes anymore (dual boot)
  • Reinstalled Qubes but still stuck with windows only

Problem with Windows is that it’s completely selfish.
When you install Windows it wipe any other boot managers from its disk.
So with one drive it’s recommended to install Windows first and then Linux after that. With osprobe you can add Windows bootmgr to GRUB.

With two disk it’s even better and you can install both system on separate drives but… When installing Windows need to set drive for Windows as first in BIOS boot sequence and when installing Linux set Linux drive as first in BIOS boot sequence. If you do that Windows bootmgr will be installed on Windows drive and GRUB will be installed on Linux drive.

If you do not change boot sequence accordingly then both managers will install in first drive in PCI lane.
Though, with GRUB, you can chose to install it to another drive or even to partition but that’s non standard, manual installation/partitioning.

Then you can either change system with BIOS boot sequence or add either GRUB to Windows bootmgr or add Windows bootmgr to GRUB.

I’ll try reinstall both doing that

I’ll let you know. Thanks

Unfortunately I need to reconfigure everything but it worked
Thank you

1 Like