Score:0

I installed Ubuntu 22.10 on the partition where I had Fedora 37

hk flag

I installed Ubuntu 22.10 on the partition where I had Fedora 37. It still shows Fedora logo on boot and when I hold shift it opens Fedora's GRUB menu. I have to go to Boot options to open Ubuntu. How do I fix this and remove every single element of Fedora?

Score:0
in flag

This is because the os-prober that generally seeks out the names of the operating system is disabled by default in newer versions of Grub, but you can re-enable it by editing your Grub configuration file.

Here's how:

  1. Open Terminal (if it's not already open)
  2. Edit the /etc/default/grub file with elevated permissions:
    sudo {editor of choice} /etc/default/grub
    
    Note: Be sure to replace {editor of choice} with your editor of choice.
  3. Add the following line to the bottom of the file:
    GRUB_DISABLE_OS_PROBER=false
    
  4. Save the configuration file and exit your editor of choice
  5. Update Grub:
    sudo update-grub
    
  6. Reboot to confirm that everything is good

This change was made starting with Ubuntu 22.04.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.