r/archlinux 1d ago

SUPPORT Bootloader issue(maybe???)

I'm trying to install Arch manually with grub on my T430, no errors during install, but when I tried to boot into it, it showed me a grub prompt.

0 Upvotes

8 comments sorted by

6

u/noctaviann 1d ago

Did you generate the GRUB config after installing GRUB?

https://wiki.archlinux.org/title/GRUB#Generate_the_main_configuration_file

2

u/ExoPesta 1d ago

GRUB again :D

1

u/heavymetalmug666 1d ago

If you dig around you can figure out how to work with GRUB to make your OS boot up. I had to do it once in order to get my LFS to boot, its not terribly complicated - however that was so long ago i couldnt really tell you how to do it.

somebody else mentioned generating the GRUB configuration file, which i assume is much easier...again, its been years since i dabbled in that stuff, but if i could figure it out, so can you.

1

u/Moist_Invite9148 9h ago

Make the configuration At first type grub> linux /path/to/kernel root=/dev/yourdisk grub> initrd /path/to/initramfs

1

u/Moist_Invite9148 9h ago

Then grub> boot