No matter what i do I can't for the life of me install Grub2 on the USB stick i want to boot from it keeps installing itself to my internal SSD. I've tried manually partitioning according to 3 different tutorials, i've tried manually installing it on my usb with sudo grub-install /dev/sda
(sda is my USB since the internal drive is labeled nvme not sda)
It just won't work. Strange thing is it even says that it installed the bootloader but it didn't, it's just using the bootloader installed to the nvme ssd.
I looked at the other forum posts but none of the solutions seem to work.I'm a pretty big noob when it comes to Linux, do i need to manually create an efi partition on the USBdisk? Does this EFI partition need to be at the front of the disk? I'm sorry if this is a stupid question but i'm really at a loss as to why it won't write a bootloader to my USBdisk..