If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
I have no idea what the "_proxy" version is about. I use Kubuntu and KDEneon and that entry does not exist for us. You should probably ask in a Zorin or Bazzite forum.
you should see either /boot/efi/EFI/bazzite/grubx64.efi or /boot/efi/EFI/fedora/grubx64.efi
make note which one
now add custom grub entry with
Code:
sudo nano /etc/grub.d/40_custom
and add this at the bottom menuentry "Bazzite" {
insmod part_gpt
insmod fat
search --file --set=root /EFI/bazzite/grubx64.efi
chainloader /EFI/bazzite/grubx64.efi
}
(if the folder was fedora,replace bazzite with fedora)
save and exit (ctrl+O - enter - ctrl+X)
then again
Comment