You are not logged in.
Pages: 1
I am trying to create a working USB stick with Arch Linux on it, and I've already gotten Arch working on it, but GRUB just doesn't work. While chrooted into it, I installed the grub package via pacman and after that ran
grub-install --target=i386-pc /dev/sdb
grub-mkconfig -o boot/grub/grub.cfgand then I tried booting into the USB. GRUB doesn't load, and my computer continues booting from my hard drive instead. What should I do to fix this?
Last edited by tinbolw (2021-03-23 02:18:02)
Offline
Is your computer UEFI or BIOS? Is your hard drive GPT or MBR? Right now you are seemingly setting up Grub for a BIOS/MBR setup.
Offline
My computer is BIOS and the partitioning scheme on my USB is GPT. I would however like to get GRUB on the USB working for both BIOS and UEFI systems since I'll be using this on more than one computer.
Offline
you may be interested in this thread
Last edited by edacval (2021-03-23 04:08:01)
Offline
After reformatting the USB as MBR, I found that it now works as expected.
Last edited by tinbolw (2021-03-23 02:18:22)
Offline
Pages: 1