How do we get Ubuntu 20.10 groovy-gorilla to dual boot with puppy-linux fossapup?
2 Answers
I managed to get groovy-gorilla to dual-boot with fossapup on Lenovo thinkpad t420s. Here are some observations:
When I installed fossapup, I did not get an option to install the distro in the entire partition. The option to install the distro in the entire partition does not exist anymore. You can only perform a frugal install with fossapup. In the past, I used to wipe out the partition, then skip installation of grub4dos, and reboot with boot-repair to reinstall grub-2 followed by
sudo grub-updatewhich used to sense the puppy installation and bring it back. However, it does not work with fossapup.When I ran boot-repair, I did not even get the grub menu because it was hidden, once I booted into groovy-gorilla, I had to comment
GRUB_TIMEOUT_STYLE=hiddenin/etc/default/grubto make grub menu visible.I found this post from 2015, titled, "How to install Puppy Linux (frugal) and configure Grub2 bootloader" which was super helpful in fixing my issue. I followed the steps carefully.
The key step is the creation of
/etc/grub.d/40_customfile which is used to augment the grub menu. This is the key step. Please see link in bullet #3 for detailsOnce done, running
sudo grub-updatewill inject fossapup into the menu. However, you won't see it whengrub-updateis running.
When I booted, I could see the fossapup menu item.
- 211
Incidentally, you can still do a full install of Puppy Fossapup by opening a terminal and running:
export ENABLE FULLINSTALL=1
puppyinstaller
- 16,703