I have access to my dad's laptop; we share it. I would like to use Ubuntu on it without affecting his machine. I don't want to dual boot since he is used to way the machine works. I have purchased an external SSD.
How can I install Ubuntu on that SSD such that when I connect the SSD to the laptop it boots in to Ubuntu and when unplugged it boots to Windows just like he is used to.
Thanks
sudo update-grub
. You like it or not, anextraneous GRUB entry
is made into EFI partition in Windows 10. This will be reflected when you pay a visit to BIOS setup screen. i.e. you will see the presence of three bootloaders. To remove thisextraneous GRUB
, just follow Part-IV of my answer to the post Dual Boot Windows 10 and Linux Ubuntu on Separate SSD. Good luck! – Marmayogi Apr 04 '19 at 02:20diskpart
to do the repair work which is very safe. – Marmayogi Apr 04 '19 at 09:46Grub Customizer
over built-in commands such assudo update-grub
, but that is a matter convenience. But one will gaininsight
only through in-built commands which you can't even deny @oldfred. So, I chose and relied upondiskpart
command throughout which not only helped me to finish the job but also provided me valuable insight! – Marmayogi Apr 05 '19 at 19:12