You are not logged in.
Hello All,
Gigabyte 970A-DS3P failed.
New board Asrock 970A-G/3.1
Installed new board but get "Reboot and Select Proper Boot Device" error.
Drive is good and seen in bios.
I have been reading the migration page here https://wiki.archlinux.org/index.php/Mi … w_hardware
Efi system partition already there as old board was UEFI systemd.
What am I missing ?
Do I need to chroot in and change a config file somewhere ?
If someone could toss me a bone that would be great.
Last edited by HighValueWarrior (2020-05-10 02:17:08)
Offline
From the page you linked:
https://wiki.archlinux.org/index.php/Mi … oot_loader
What have you done to add the boot entries to the new nvram?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
If you mean have I tried to make a manual boot entry in the bios, I have not found an option to do that.
I will however take your hint and try to reinstall the bootloader.
Offline
If you mean have I tried to make a manual boot entry in the bios, I have not found an option to do that.
From the link Trilby posted -> UEFI -> efibootmgr
Offline
If you use a bootloader, reinstalling it would do it - that's not the package but the bootloader itself, e.g., syslinux_install_update or grub-install with the appropriate flags. If you tell us how you were booting before, we could be more specific but in any case, the firmware variables are stored on the mother board, if you've replaced the motherboard, you've also replaced the firmware nvram which is empty (or perhaps with some default Windows info on it). The system needs to know what to boot to.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thank you Trilby and loqs,
I can't remember what is on the boot partition.
Computer is wife's been a while since I built it ... its either EFI or systemd I will check and report back.
Offline
its either EFI or systemd
That's not an either or. But assuming it's systemd-boot (formerly gummiboot) which is not unlikely, then the steps would be here:
https://wiki.archlinux.org/index.php/Sy … ot_manager
Last edited by Trilby (2020-05-10 21:11:20)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Will bootctl update be enough or will I have to reinstall with bootctl --path=esp install ?
Offline
You'll need to install not update. It is not a reinstall: you've never had your systemd-boot in this firmware.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
As a rule of thumb, I never try to fix an EFI bootloader if I don't exactly remember what's going on and instead pretend it's a fresh install.
Offline
Success !
I had small issue with the install command as I just copy pasted from the wiki (not the most intuitive section imho) but change path=boot solved it.
Two small issues to be resolved and its perfect.
Partions show as mounted removeable drives in my kde plasma systray. I have another ssd with windows on it and that is also showing as removeable. Solved
Cpu fan speed does not display
I ran lm sensor detect but it is not picking up CPU fan.
Ideas?
Last edited by HighValueWarrior (2020-05-12 03:02:21)
Offline
Thank you to Trilby and everyone who posted.
Offline