Changeset fe2553a
- Timestamp:
- 06/16/2020 12:20:30 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4e1b891
- Parents:
- cb704b48
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rcb704b48 rfe2553a 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Add a caution in the Intel microcode section, certain 49 Skylake variants fail to boot with the latest firmware.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Update to mutt-1.14.3 (Security fixes, also now requires 49 53 lynx (or links, with adjustment) to generate manual.txt. Fixes -
postlfs/config/firmware.xml
rcb704b48 rfe2553a 381 381 <screen><userinput>cp -v /lib/firmware/intel-ucode/<XX-YY-ZZ> kernel/x86/microcode/GenuineIntel.bin</userinput></screen> 382 382 383 <caution> 384 <para> 385 On some Skylake machines with hex Model Number '4e' (78 decimal) the upgrade to 386 microcode version '0xdc' is reported to cause the machine to hang in early boot, 387 and the fix is to revert to version 0xd6 which was shipped in the 20191115 388 microcode release. 389 </para> 390 391 <para> 392 Doing that, while making the machine usable, will mean that the SRBDS 393 mitigations are not present. 394 </para> 395 396 <para> 397 The Skylake machines with hex Model Number '5e' (94 decimal) use similar 398 firmware versions, but boot correctly with the mitigation applied. 399 </para> 400 </caution> 401 383 402 <para> 384 403 Now prepare the initrd:
Note:
See TracChangeset
for help on using the changeset viewer.