My goal was to have a Linux Ubuntu on a USB (not live CD but a full installation) so that whenever i want, instead of booting Windows, i can just insert the USB and my computer will just boot this ubuntu with all the storage on it.
I installed ubuntu on a 64GB USB, following this guide
In short: Installing the ubuntu ISO on one small USB, boot from that -> Try Ubuntu.
From the Live CD - installing ubuntu on another USB (64GB) which includes formatting and partitioning the USB properly.
Everything went fine, except for when i was starting my computer without the USB, i reached a terminal that looked something like:
GRUB version 2.x
#>
I figured that if i just type exit
the computer will start Windows. But i wasn't very happy with this thing. So i followed this video which explains how to remove GRUB. So now when i turn on the computer i doesn't show that GRUB prompt, but on the other hand, when i start the computer WITH the usb in, it doesn't boot ubuntu, although my BIOS is configured to boot from the USB first.
My question is, why do i need to have GRUB installed on my PC so i can boot linux from the USB?