You are not logged in.
Pages: 1
Every time that I turn on my laptop appears welcome grub and redirect to BIOS setup does not start the system. I did like its on the First page on arch.
Last edited by Leif5 (2022-09-04 17:43:25)
Offline
I suspect you ran "grub-install ..." without replacing the "..." with custom parameters, right?
If so you probably need to create a bootable arch medium. Boot from it, mount your harddrives, use "arch-chroot" to access your existing installation and then run the command from the startpage again, but this time providing parameters.
If you're unsure what parameters you need, it's probably the same ones you used when installing arch. There is a chance that they're still in your command history. Try running "history | grep grub-install" and you might find them.
Offline
Pages: 1