You are not logged in.
Pages: 1
I'm trying, but failing, to understand what is in https://wiki.archlinux.org/index.php/Mi … de_Updates regarding intel microcode.
Should I actually do something manually? I use a pretty straight forward grub2 boot process and have not changed anything large since the move to systemd. Will the grub-mkconfig handle all this?
Last edited by theking2 (2015-01-03 13:00:26)
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
...though the current version of the grub package (1:2.02.beta2-5) incorporates the change in /etc/grub.d/10_linux:
intel_ucode=
if test -e "/boot/intel-ucode.img" ; then
gettext_printf "Found Intel Microcode image\n" >&2
intel_ucode="$(make_system_path_relative_to_its_root /boot/intel-ucode.img)"
[...]Enough is more.
Offline
Pages: 1