i am currently using linux mint 20 but i want to make it windows 10 and want to dual boot ubuntu and kali linux on my external HDD. Is this possible?
Asked
Active
Viewed 572 times
1 Answers
0
It is quite possible. Install same way as Mint but use the something else option on the installer/s. Check everything so you make sure to install on proper partition/s. Should backup all important data. All OSs should be installed same way, UEFI with GPT partition drive or Legacy bios with MBR drive. Windows might play nicer if installed first then Ubuntu and kali

crip659
- 551
sudo update-grub
to add everything else to the boot menu. – C.S.Cameron Sep 12 '20 at 04:03sudo update-grub
to add Windows to the boot loader menu. GRUB should work for booting all three OS as long as the external is set as first HDD. – C.S.Cameron Sep 12 '20 at 07:01