Updated Alternatives & Notes (markdown)

Derrick
2023-12-19 22:54:22 -06:00
parent c30e6a114f
commit 764206d641

@ -191,3 +191,12 @@ The initrd is made. For example, move it to `/boot` and modify bootloader to loa
$ dmesg | grep microcode | grep updated
[ 0.000000] microcode: updated early: 0x8a -> 0xf0, date = 2021-11-12
```
### Combining microcode image and initramfs
Per [Arch Linux](https://wiki.archlinux.org/title/Unified_kernel_image), concatinate both:
```
$ cat cpu-ucode.img initramfs.img > /tmp/combined_initrd.img
```
NOTE: This test pending