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