Skip to content

After using the script, I am unable to enter the system BIOS #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Konstantinusz opened this issue Dec 1, 2019 · 2 comments
Open

Comments

@Konstantinusz
Copy link

Hi!

I used the script to set the nextboot option to my USB DVD drive. After restart DVD wasn't booted. I restarted again, and tried to enter system BIOS, to look for the boot options. Since then I am unable to enter the BIOS any more, it simply freezes with a black screen, and a non-blinking cursor in the left top corner. I think this is a BIOS problem, though.

@Elinvention
Copy link
Owner

Hi, I'm sorry to hear that. Have you tried to clear CMOS, to at least restore the EFI functionality? Can you post the output of efibootmgr -v?

@Konstantinusz
Copy link
Author

I can't provide the output of efibootmgr, because since then I tried to modify the NVRAM content with it several times, but without success. I didn't know either, how to do a CMOS reset on this new laptop, as I ordered it 4 days ago. Finally it turned out that I had to use these commands to restore the NVRAM content to a state, which is accepted by the malfunctioning UEFI setup utility ("BIOS setup utility"):

sudo grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB
sudo mkinitcpio -p
sudo grub-mkconfig -o /boot/grub/grub.cfg

After that I was able to enter the BIOS setup again. However I wasn't able to login my previous linux installation after that. To do so, I had to boot the laptop from an install CD, chroot-ing to the installed OS, and issuing those 3 command again. Then I could choose the GRUB boot from the laptop's boot menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants