Score:0

How to dual boot pop os and ubuntu?

dz flag

I had ubuntu linux on my system and wanted to install Pop os alongside ubuntu. Then I installed pop os and set the same boot partition that I had set for ubuntu in order to dual boot them. But now my system doesn't go to the grub menu to select my desired OS and automatically boot my new pop os. I ran these commands to update grub but it didn't work:

os-prober
update-grub
 

What should I do now? Thenk you in advance.

C.S.Cameron avatar
cn flag
Assuming your Ubuntu version is 22.04. Is Pop OS mentioned in any menuentry of Ubuntu's /boot/grub/grub.cfg file? os-prober has been working for me when doing a `sudo update-grub`. contrary to what I have been told.
oldfred avatar
cn flag
You should not share a /boot partition, but do share an ESP - efi system partition. And Pop uses SystemD boot as default but I understand you can install grub for it. Can you boot Pop directly from UEFI boot menu?
Score:0
kg flag

Pop OS doesn't use grub for booting, instead it uses systemd to boot. So, you have to install grub to dual boot with ubuntu. Install grub using below command:

sudo apt install grub-efi grub-common grub-customizer

Now, install grub:

sudo grub-install

Now, update the grub to scan other operating systems:

sudo update-grub
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.