You are not logged in.
Pages: 1
Just wanted to share my experience, and the problem I had to solve in the hope that this will help other users.
On my system Arch is installed on a mSATA SSD drive (OCZ NOCTI 30 GB) formatted as gpt using UEFI boot partition.
I've successfully flashed my bios using the grub4dos method described in thinkwiki(1.31 -> 1.34) http://www.thinkwiki.org/wiki/BIOS_Upgr … r_Linux.29
Unfortunately after the update the arch boot entry in the BIOS was gone and I could not boot into the system. The simple solution is to recreate the boot entry using efibootmgr:
1. I used Arch Live CD and loaded the efivars module (modprobe efivars).
2. use the following command:
efibootmgr --create --gpt --disk /dev/sdX --part Y --write-signature --label "Arch Linux (GRUB2)" --loader '\path\to\boot\loader\my_bootloader.efi'where sdX is your boot HDD and Y is the partition number. the complete information can be found in the following wiki entry: https://wiki.archlinux.org/index.php/Un … _Interface.
IMHO at least a warning should be placed in the related ArchWiki and ThinkWiki entries, for the potential problem.
Offline
IMHO at least a warning should be placed in the related ArchWiki ..., for the potential problem.
Then do it! It is a Wiki, after all. ;-)
To know or not to know ...
... the questions remain forever.
Offline
Pages: 1