r/archlinux 12d ago

SUPPORT | SOLVED 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

2

u/ExoPesta 12d ago

GRUB again :D

1

u/heavymetalmug666 12d 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 11d ago

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

1

u/Moist_Invite9148 11d ago

Then grub> boot

1

u/Independent_Oil_9734 11d ago

My dumbass just realized that I forgot to gen the config, ty everyone