You are not logged in.
Well, according to the log files, you only need to create EFI boot record:
- First install Q4OS again using winsetup.exe
- Reboot to a new Q4OS installation
- Poweroff computer
- Boot from a Linux live media
- Create a new boot record in terminal:
$ sudo efibootmgr --create --disk "/dev/sda3" --loader="\EFI\DebianBoot\shimx64.efi" --label="MyQ4OS"
- Check EFI records with the command and post its output:
$ sudo efibootmgr
- Reboot and find new boot entry in your Bios
Offline
Hi, sorry it took so long to reply.
Done that and got the attached.
When I then reboot I get the Windows Boot Manager and the only boot option is Windows no Q4OS.
On the attached I assume the new MyQ4OS at the bottom should be a sub-entry in the Windows Boot Manager item in order for it to show as an option in this.
Offline
- Would you post a screenshot when you enter BIOS and select Efi boot entries menu ?
- Post a brief hardware specification, computer and motherboard manufacturer and type.
Offline
Attached boot screen
I had assumed that the Q4OS option would have come up as a second option in the top half of the boot screen but does not seem to be the case.
Machine spec is following image post
Offline
Attached boot screen
I had assumed that the Q4OS option would have come up as a second option in the top half of the boot screen but does not seem to be the case.
Machine spec is following image post
Offline
Machine spec is attached
Offline
I had assumed that the Q4OS option would have come up as a second option in the top half of the boot screen ...
Yes, but would you post a screenshot, if you enter BIOS and select Efi options ?
- What is manufacturer and type of your computer ?
Last edited by q4osteam (2025-12-28 20:38)
Offline
Hi I will send 3 posts, one for each of the images.
This first one contains another copy of machine spec from which you will see that the machine is a TOSHIBA LX830. The rest of the spec is included in this image.
The second post will have Bios1 image attached from which you will se that there is no EFi option.
The third post will have Bios2 image from the advanced settings and you will se that UEFI boot is enabled.
Interestingly you will see that in Bios1 the USB listing is blank, this is because I do not have any bootable media plugged into any USB. However if I do plug in a bootable USB, for example I have MXLIVE on a USB stick, then the USB boot item detects this and has the device listed and I can boot the MXLIVE system. I have tried to do the same with Q4OS Live boot but this does not register and the USB option remains blank. Do not know if this is part of the current problem.
Regards
Offline
The second post will have Bios1 image attached from which you will se that there is no EFi option.
Regards
Offline
The third post will have Bios2 image from the advanced settings and you will se that UEFI boot is enabled.
Regards
Offline
... TOSHIBA LX830 ...
Oh now we see. We have missed it first.
We will take some investigation and post back again ![]()
Offline
In the "Bios1.jpg" we see a second menu item "Security". What if you open this submenu, post screenshot please.
Offline
Hi 3 posts again with the following.
In this one the Security image as requested.
Second one is Bios1a which shows the USB entry with a live distro loaded.
Third one is GRUB EFi which I am able to call up with the MXLIVE distro booted.
Regards
Offline
Second one is Bios1a which shows the USB entry with a live distro loaded.
Regards
Offline
Third one is GRUB EFi which I am able to call up with the MXLIVE distro booted.
Regards
Offline
Well, the Debian/Q4OS Efi record exists, see "DebianBoot" entry on "GRUB EFi.JPG". We only need to enforce BIOS to load this record on startup.
We would try:
- Enable secure boot
- Upgrade BIOS firmware
Last edited by q4osteam (2025-12-29 17:35)
Offline
Hi
Done that, BIOS is up to date and enabling secure boot changes nothing.
Like you I noticed that the EFi record exists but for some reason Windows Boot will not accept it.
Regards
Offline
So we conclude your Bios doesn't accept the boot record for an unknown reason. Now we can only recommend a more complicated setup, if you would want to try it.
Install plain Debian alongside your Windows as a dual boot setup, let Debian installer write EFI boot record and check if it's accepted by BIOS. If yes, it may be possible to figure out differences and modify this EFI record to load existing Q4OS.
Offline
There are a number of considerations here.
First why am I trying to get Q4OS to work. The reason for this is now probably passed so it is going into the too hard box.
As you have seen I have a MXLIVE option for booting Linux, I just ensure this is in a USB socket before booting and I get Linux or remove it and I get Windows.
I also have WSL so can use a terminal to access Linux functionality even when Windows is running.
These two probably give me all I need but it would have been nice to get the Linux/Windows choice during boot which is what attracted me to Q4OS.
Lets leave it in the too hard box and get on with life.
Thanks for trying.
Regards
Offline
Well, anyway thanks for the detailed reporting. If you would get any new findings, feel free to share it here.
Offline