mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Updated Alternatives & Notes (markdown)
@ -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
|
Reference in New Issue
Block a user