Hello,
First of all, thanks for all of Your efforts to make the process smooth and easy for wayland greenhorns.
I have a naive question about below step:
Generate new image: sudo mkinitcpio --config /etc/mkinitcpio.conf --generate /boot/initramfs-custom.img
How is it supposed to work if after the default configuration, systemd boot leverages different initramfs,
my example:
➜ cat loader/entries/2023-05-31_15-26-04_linux.conf
// Created by: archinstall
// Created on: 2023-05-31_15-26-04
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /amd-ucode.img
initrd /initramfs-linux.img
options root=PARTUUID=5b675a4f-b430-4a1e-831d-bd89202c613e zswap.enabled=0 rw rootfstype=ext4
Hello, First of all, thanks for all of Your efforts to make the process smooth and easy for wayland greenhorns. I have a naive question about below step: Generate new image: sudo mkinitcpio --config /etc/mkinitcpio.conf --generate /boot/initramfs-custom.img
How is it supposed to work if after the default configuration, systemd boot leverages different initramfs,
my example:
➜ cat loader/entries/2023-05-31_15-26-04_linux.conf // Created by: archinstall // Created on: 2023-05-31_15-26-04 title Arch Linux (linux) linux /vmlinuz-linux initrd /amd-ucode.img initrd /initramfs-linux.img options root=PARTUUID=5b675a4f-b430-4a1e-831d-bd89202c613e zswap.enabled=0 rw rootfstype=ext4