Announcement

Collapse
No announcement yet.

Grub is missing Kubuntu?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    30_os-prober
    Does it make a difference if it is called 30_os-prober_proxy?

    if zorin or bazzite still don't show , there's further steps then
    Zorin shows in the konsole, Bazzite doesn't.

    Comment


      #17
      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.

      Please Read Me

      Comment


        #18
        ok now add bazzite manually to grub: run
        Code:
        sudo find /boot/efi/EFI -name "*.efi"
        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
        Code:
        sudo update-grub
        no errors should appear

        reboot

        Comment


          #19
          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.
          The problem is that I see that version while being in Kubuntu. I haven't done any steps in Bazzite...


          you should see either
          Well, I am seeing neither. I see 8 entries, 3 of them being /ubuntu/, 2 being /BOOT/ and 3 being /kubuntu/

          Comment


            #20
            please post output of terminal of this
            Code:
            sudo efibootmgr -v

            Comment

            Users Viewing This Topic

            Collapse

            There are 0 users viewing this topic.

            Working...
            X