From ad00cd2c13371375050af1e9a7df1618cf588e98 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Tue, 14 Nov 2017 12:59:55 -0500 Subject: [PATCH] adding note for microcode firmware --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb806861d..402a6259b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You will need to download both the image and headers deb files for the version y ### Instructions -NOTE: For the ipts_firmware files, please select the version for your device. +For the ipts_firmware files, please select the version for your device. * v76 for the Surface Book * v78 for the Surface Pro 4 * v79 for the Surface Laptop @@ -62,7 +62,12 @@ NOTE: For the ipts_firmware files, please select the version for your device. * $ sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb 8. Reboot on installed kernel. -NOTE: If your network won't connect on the 4.14.x series, you need to apply the apparmor-fix-4.14.patch file in /etc/: $ cd /etc/ && sudo patch -p1 < /path/to/apparmor-fix-4.14.patch +### NOTES + +If your network won't connect on the 4.14.x series, you need to apply the apparmor-fix-4.14.patch file in /etc/: +* $ cd /etc/ && sudo patch -p1 < /path/to/apparmor-fix-4.14.patch + +If you are getting stuck at boot when loading the ramdisk, you need to install the Processor Microcode Firmware for Intel CPUs (usually found under Additional Drivers in Software and Updates). ### Donations Appreciated!