Good evening, I wanted to install (k)Ubuntu to an external Samsung T5 SSD, in order to be able to use it on different PCs. On my primary laptop, I booted from a Kubuntu 20.04 live USB stick, inserted the T5 and installed on the T5 (/dev/sdc), telling it to install the bootloader there, too (I checked 3 or 5 times). It completed the process fine, but it's not working (very much):
- the main laptop doesn't start if I don't have the T5 SSD plugged in;
- if I plug it in, it starts a GRUB screen that allows me to boot either from the T5 or from the laptop's internal drive. Both work fine, but of course I have to keep the T5 in
- The T5 doesn't boot in any other PC, even where the Kubuntu Live USB drive boots perfectly fine
So, for you kind guys, my two questions:
- how can I restore my laptop to boot without the T5? It's an Ubuntu 20.04 BTW.
- It's possible to install Kubuntu on the T5, and what is the proper procedure to ensure that it boots on any (well, on more than one) system?
Thanks a lot!
-- G.
sudo update-grub
and thensudo grub-install /dev/sdX
, making sure that/dev/sdX
is indeed the laptop's internal drive. that should fix the laptop's boot. – ashvatthama Jul 26 '20 at 19:39/dev/nvme0n1
, I don't know if it's related to the problem. How can I upvote your answer? – Germano Rizzo Jul 26 '20 at 19:45