absolute linux noob here. So I really wanted to have a USB with a full install of Ubuntu on it. Thus, I tried to follow the steps explained by these posts.
The second one essentially clarifies some of the confusing bits in the first one. So, I followed it to the letter, except for the internal hard drive removal part as that would void my warranty. And after multiple tries, I ended up with a USB that boots to the GRUB2 prompt instead of Ubuntu, and I wasn't able to get out of it. I did an 'ls' and found the ext4 partition that was supposed to contain the root file system (identified by the label "UBUNTU"). Except, it didn't contain the root file system. So, I couldn't manually boot by trying "set root=", etc. Eventually, I gave up on that method as I'm not experienced enough with linux to truly understand what those steps were doing. After that, I came across another post by the original author:
This method appears to be far simpler than the previous one. However, its the pre-built image part that I'm not comfortable with. How do I go about creating one of these pre-built images myself? Is it possible to generate and use an image from my Ubuntu installation in VirtualBox? If so, please help me out with the steps