Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-cachyos initramfs image fails to build #280

Open
xlacroixx opened this issue Dec 19, 2024 · 4 comments
Open

linux-cachyos initramfs image fails to build #280

xlacroixx opened this issue Dec 19, 2024 · 4 comments

Comments

@xlacroixx
Copy link

xlacroixx commented Dec 19, 2024

Hi,

Highly-specific issue warning up-front, I have no idea if my setup is just unfortunate or something else is not going well.

My vanilla Arch Linux kernel's initramfs builds just fine. However my CachyOS kernel (linux-cachyos) doesn't. Booster will just fail and exit without any additional info.

Happens both when installing/updating (pacman hook) and when manually running regenerate_images shell script.

Tested a basic install of Dracut, and it builds both images just fine using the command:
dracut --hostonly --no-hostonly-cmdline --add-confdir no-network [IMAGE_NAME...]

Setup

Booster: 0.12-1
Dracut: 105-1
linux: 6.12.4.arch1-1
linux-cachyos: 6.12.5-1, built from CachyOS custom repository

Run

+ mapfile -d '' kernels
++ find /usr/lib/modules -maxdepth 1 -type d '!' -name modules -print0
+ for kernel in "${kernels[@]}"
+ pacman -Qqo /usr/lib/modules/6.10.5-arch1-1/pkgbase
+ continue
+ for kernel in "${kernels[@]}"
+ pacman -Qqo /usr/lib/modules/6.12.4-arch1-1/pkgbase
+ read -r pkgbase
+ install -Dm644 /usr/lib/modules/6.12.4-arch1-1/vmlinuz /boot/vmlinuz-linux
+ booster build --force --kernel-version 6.12.4-arch1-1 /boot/booster-linux.img
+ for kernel in "${kernels[@]}"
+ pacman -Qqo /usr/lib/modules/6.12.5-1-cachyos/pkgbase
+ read -r pkgbase
+ install -Dm644 /usr/lib/modules/6.12.5-1-cachyos/vmlinuz /boot/vmlinuz-linux-cachyos
+ booster build --force --kernel-version 6.12.5-1-cachyos /boot/booster-linux-cachyos.img
+ wait
2024/12/19 16:34:13 exit status 1:

Booster exits without a clear exit message.

@anatol
Copy link
Owner

anatol commented Dec 20, 2024

Could you please run booster with debug parameters and then post its full output here?

booster -v build --force --kernel-version 6.12.5-1-cachyos /tmp/booster-linux-cachyos.img

@xlacroixx
Copy link
Author

xlacroixx commented Dec 21, 2024

I think I found the option causing the problem.

When I uninstalled then reinstalled Booster with config files reset, the issue stopped occurring.

Turns out it's the strip: true option that causes my CachyOS initramfs image to fail to build. Disabling strip makes the image build correctly.

Here are some runs of the command you've provided:

with strip: true
reading /proc/config.gz
active host modules: [thermal efi_pstore snd_hda_codec_generic cpuidle cryptomgr xor tpm_tis spurious gf128mul nct6775_core ccp edac_core gpu_sched xt_conntrack battery vt nf_conntrack snd_seq libahci tcp_cubic nmi_backtrace xhci_hcd xen tcp_bbr 8250 video btrtl ntfs3 cryptd kfence serio shpchp crc64_rocksoft crypto_simd nfnetlink soundcore srcutree rcupdate crypto_user snd_seq_device random rtc_cmos snd_hda_scodec_component snd_hda_codec_hdmi haltpoll snd_hwdep drm_kms_helper nft_compat hwmon_vid device_hmem pstore sysrq drm_exec snd_intel_sdw_acpi xt_LOG processor xt_multiport sha512_ssse3 scsi_mod kernel page_alloc crc32c_generic snd_hda_intel crc16 xt_tcpudp microcode amd_atl mousedev kvm_amd nf_defrag_ipv6 usbhid damon_lru_sort ahci pciehp pci_hotplug gpiolib_acpi sha1_ssse3 i2c_algo_bit hibernate nct6775 nvme btmtk xt_addrtype mac_hid blake2b_generic snd_hda_codec raid6_pq snd_hda_codec_realtek dynamic_debug drm_suballoc_helper nf_defrag_ipv4 xt_recent intel_rapl_msr intel_idle libcrc32c keyboard zswap platform_profile drm_display_helper ee1004 memory_hotplug virtio_pci_modern_dev nf_reject_ipv6 tpm_crb ip6t_rt xt_comment snd_timer fb page_reporting nvme_auth k10temp hid netpoll apparmor usbcore sparse_keymap polyval_generic udmabuf snd_hrtimer snd_intel_dspcfg ghash_clmulni_intel blk_cgroup nvme_core pcie_aspm pnp secretmem rfkill btintel joydev nf_reject_ipv4 asus_wmi cpufreq drm_buddy ehci_hcd ipv6 i2c_smbus btrfs bluetooth hid_generic pps_core wmi_bmof suspend btbcm crc_t10dif fuse amdgpu acpiphp nf_tables bnep configfs virtio_pci_legacy_dev loop btusb cec tpm_tis_core x_tables blk_crypto rcutree ipt_REJECT drm_ttm_helper uinput button kvm aesni_intel sch_cake block grant_table corsair_psu crct10dif_pclmul igc snd_pcm xz_dec rapl snd virtio_pci nft_limit ptp dm_mod crc32c_intel libata ip_tables i8042 ttm xt_limit nf_log_syslog sha256_ssse3 module xt_hl snd_hda_core intel_rapl_common msr eeepc_wmi gpio_amdpt i2c_piix4 firmware_class wmi ipe acpi clocksource fscrypto ip6t_REJECT snd_seq_dummy rng_core damon_reclaim uhci_hcd compression crc32_pclmul printk pcspkr vfat amdxcp gpio_generic watchdog acpi_x86 polyval_clmulni workqueue tpm fat drm]
activate module btrfs
activate module vfat
activate module fuse
activate module ntfs3
activate module fat
activate module pstore
activate module configfs
activate module aesni_intel
activate module crc32_pclmul
activate module sha1_ssse3
activate module crct10dif_pclmul
activate module ghash_clmulni_intel
activate module sha512_ssse3
activate module polyval_clmulni
activate module crc32c_intel
activate module sha256_ssse3
activate module cryptd
activate module crypto_simd
activate module crypto_user
activate module crc32c_generic
activate module blake2b_generic
activate module cryptomgr
activate module polyval_generic
activate module xor
activate module serio
activate module i8042
activate module dm_mod
activate module tpm_tis
activate module tpm_crb
activate module tpm
activate module tpm_tis_core
activate module xhci_hcd
activate module ehci_hcd
activate module uhci_hcd
activate module hid_generic
activate module hid
activate module usbhid
activate module libahci
activate module libata
activate module ahci
activate module scsi_mod
activate module [nvme]
activate module [virtio_pci]
unable to resolve module name nls
unable to resolve module name aead2
unable to resolve module name nls
unable to resolve module name aead2
unable to resolve module name blake2b-256
unable to resolve module name platform:leds-gpio
unable to resolve module name platform:apollolake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:xiic-i2c
unable to resolve module name crypto-intel_qat
unable to resolve module name crypto-intel_qat
unable to resolve module name platform:leds-gpio
unable to resolve module name platform:apollolake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:alderlake-pinctrl
unable to resolve module name vfio_iommu_spapr_tce
module 'block' currently used at the host but was not added to the image
module 'mousedev' currently used at the host but was not added to the image
module 'virtio_pci_modern_dev' currently used at the host but was not added to the image
module 'nf_reject_ipv6' currently used at the host but was not added to the image
module 'drm' currently used at the host but was not added to the image
module 'snd_seq' currently used at the host but was not added to the image
module 'nft_compat' currently used at the host but was not added to the image
module 'sysrq' currently used at the host but was not added to the image
module 'nct6775' currently used at the host but was not added to the image
module 'intel_rapl_msr' currently used at the host but was not added to the image
module 'virtio_pci_legacy_dev' currently used at the host but was not added to the image
module 'nf_log_syslog' currently used at the host but was not added to the image
module 'nf_reject_ipv4' currently used at the host but was not added to the image
module 'netpoll' currently used at the host but was not added to the image
module 'snd_hda_scodec_component' currently used at the host but was not added to the image
module 'amd_atl' currently used at the host but was not added to the image
module 'drm_suballoc_helper' currently used at the host but was not added to the image
module 'bluetooth' currently used at the host but was not added to the image
module 'module' currently used at the host but was not added to the image
module 'usbcore' currently used at the host but was not added to the image
module 'sparse_keymap' currently used at the host but was not added to the image
module 'btbcm' currently used at the host but was not added to the image
module 'ip_tables' currently used at the host but was not added to the image
module 'rapl' currently used at the host but was not added to the image
module 'edac_core' currently used at the host but was not added to the image
module 'snd_hrtimer' currently used at the host but was not added to the image
module 'ipt_REJECT' currently used at the host but was not added to the image
module 'intel_rapl_common' currently used at the host but was not added to the image
module 'udmabuf' currently used at the host but was not added to the image
module 'k10temp' currently used at the host but was not added to the image
module 'bnep' currently used at the host but was not added to the image
module 'cec' currently used at the host but was not added to the image
module 'ptp' currently used at the host but was not added to the image
module 'drm_exec' currently used at the host but was not added to the image
module 'drm_ttm_helper' currently used at the host but was not added to the image
module 'igc' currently used at the host but was not added to the image
module 'cpufreq' currently used at the host but was not added to the image
module 'button' currently used at the host but was not added to the image
module 'ttm' currently used at the host but was not added to the image
module 'amdxcp' currently used at the host but was not added to the image
module 'acpi' currently used at the host but was not added to the image
module 'shpchp' currently used at the host but was not added to the image
module 'nfnetlink' currently used at the host but was not added to the image
module 'i2c_smbus' currently used at the host but was not added to the image
module 'haltpoll' currently used at the host but was not added to the image
module 'acpiphp' currently used at the host but was not added to the image
module 'loop' currently used at the host but was not added to the image
module 'gpio_generic' currently used at the host but was not added to the image
module 'corsair_psu' currently used at the host but was not added to the image
module 'xt_limit' currently used at the host but was not added to the image
module 'ip6t_rt' currently used at the host but was not added to the image
module 'printk' currently used at the host but was not added to the image
module 'hwmon_vid' currently used at the host but was not added to the image
module 'snd_hda_codec_realtek' currently used at the host but was not added to the image
module 'ipv6' currently used at the host but was not added to the image
module 'crc_t10dif' currently used at the host but was not added to the image
module 'gpu_sched' currently used at the host but was not added to the image
module 'battery' currently used at the host but was not added to the image
module 'secretmem' currently used at the host but was not added to the image
module 'drm_buddy' currently used at the host but was not added to the image
module 'wmi_bmof' currently used at the host but was not added to the image
module 'crc64_rocksoft' currently used at the host but was not added to the image
module 'ee1004' currently used at the host but was not added to the image
module 'snd_hda_codec' currently used at the host but was not added to the image
module 'i2c_piix4' currently used at the host but was not added to the image
module 'nmi_backtrace' currently used at the host but was not added to the image
module 'video' currently used at the host but was not added to the image
module 'dynamic_debug' currently used at the host but was not added to the image
module 'efi_pstore' currently used at the host but was not added to the image
module 'microcode' currently used at the host but was not added to the image
module 'tcp_cubic' currently used at the host but was not added to the image
module 'damon_lru_sort' currently used at the host but was not added to the image
module 'btmtk' currently used at the host but was not added to the image
module 'pps_core' currently used at the host but was not added to the image
module 'pcspkr' currently used at the host but was not added to the image
module 'i2c_algo_bit' currently used at the host but was not added to the image
module 'pcie_aspm' currently used at the host but was not added to the image
module 'btintel' currently used at the host but was not added to the image
module 'kvm' currently used at the host but was not added to the image
module 'soundcore' currently used at the host but was not added to the image
module 'rtc_cmos' currently used at the host but was not added to the image
module 'uinput' currently used at the host but was not added to the image
module 'xt_comment' currently used at the host but was not added to the image
module 'snd_hda_codec_generic' currently used at the host but was not added to the image
module 'snd_intel_dspcfg' currently used at the host but was not added to the image
module 'btrtl' currently used at the host but was not added to the image
module 'ccp' currently used at the host but was not added to the image
module 'spurious' currently used at the host but was not added to the image
module 'vt' currently used at the host but was not added to the image
module 'random' currently used at the host but was not added to the image
module 'xt_LOG' currently used at the host but was not added to the image
module 'snd_hda_core' currently used at the host but was not added to the image
module 'msr' currently used at the host but was not added to the image
module 'kvm_amd' currently used at the host but was not added to the image
module 'kfence' currently used at the host but was not added to the image
module 'nf_defrag_ipv6' currently used at the host but was not added to the image
module 'blk_crypto' currently used at the host but was not added to the image
module 'nf_tables' currently used at the host but was not added to the image
module 'platform_profile' currently used at the host but was not added to the image
module 'pnp' currently used at the host but was not added to the image
module 'snd_pcm' currently used at the host but was not added to the image
module 'ipe' currently used at the host but was not added to the image
module 'nf_conntrack' currently used at the host but was not added to the image
module 'memory_hotplug' currently used at the host but was not added to the image
module 'snd_timer' currently used at the host but was not added to the image
module 'gpio_amdpt' currently used at the host but was not added to the image
module 'wmi' currently used at the host but was not added to the image
module 'nct6775_core' currently used at the host but was not added to the image
module 'pci_hotplug' currently used at the host but was not added to the image
module 'hibernate' currently used at the host but was not added to the image
module 'drm_display_helper' currently used at the host but was not added to the image
module 'rfkill' currently used at the host but was not added to the image
module 'keyboard' currently used at the host but was not added to the image
module 'processor' currently used at the host but was not added to the image
module 'gpiolib_acpi' currently used at the host but was not added to the image
module 'intel_idle' currently used at the host but was not added to the image
module 'nft_limit' currently used at the host but was not added to the image
module 'rng_core' currently used at the host but was not added to the image
module 'acpi_x86' currently used at the host but was not added to the image
module 'cpuidle' currently used at the host but was not added to the image
module 'watchdog' currently used at the host but was not added to the image
module 'workqueue' currently used at the host but was not added to the image
module 'drm_kms_helper' currently used at the host but was not added to the image
module 'asus_wmi' currently used at the host but was not added to the image
module 'eeepc_wmi' currently used at the host but was not added to the image
module 'clocksource' currently used at the host but was not added to the image
module 'xt_addrtype' currently used at the host but was not added to the image
module 'apparmor' currently used at the host but was not added to the image
module 'damon_reclaim' currently used at the host but was not added to the image
module '8250' currently used at the host but was not added to the image
module 'snd_intel_sdw_acpi' currently used at the host but was not added to the image
module 'xt_tcpudp' currently used at the host but was not added to the image
module 'amdgpu' currently used at the host but was not added to the image
module 'sch_cake' currently used at the host but was not added to the image
module 'compression' currently used at the host but was not added to the image
module 'xen' currently used at the host but was not added to the image
module 'device_hmem' currently used at the host but was not added to the image
module 'xt_recent' currently used at the host but was not added to the image
module 'xt_conntrack' currently used at the host but was not added to the image
module 'srcutree' currently used at the host but was not added to the image
module 'xt_multiport' currently used at the host but was not added to the image
module 'suspend' currently used at the host but was not added to the image
module 'page_alloc' currently used at the host but was not added to the image
module 'crc16' currently used at the host but was not added to the image
module 'joydev' currently used at the host but was not added to the image
module 'firmware_class' currently used at the host but was not added to the image
module 'tcp_bbr' currently used at the host but was not added to the image
module 'snd_hwdep' currently used at the host but was not added to the image
module 'rcutree' currently used at the host but was not added to the image
module 'snd' currently used at the host but was not added to the image
module 'fscrypto' currently used at the host but was not added to the image
module 'snd_hda_codec_hdmi' currently used at the host but was not added to the image
module 'ip6t_REJECT' currently used at the host but was not added to the image
module 'pciehp' currently used at the host but was not added to the image
module 'btusb' currently used at the host but was not added to the image
module 'grant_table' currently used at the host but was not added to the image
module 'mac_hid' currently used at the host but was not added to the image
module 'nf_defrag_ipv4' currently used at the host but was not added to the image
module 'blk_cgroup' currently used at the host but was not added to the image
module 'x_tables' currently used at the host but was not added to the image
module 'kernel' currently used at the host but was not added to the image
module 'xz_dec' currently used at the host but was not added to the image
module 'snd_seq_dummy' currently used at the host but was not added to the image
module 'snd_seq_device' currently used at the host but was not added to the image
module 'page_reporting' currently used at the host but was not added to the image
module 'xt_hl' currently used at the host but was not added to the image
module 'thermal' currently used at the host but was not added to the image
module 'rcupdate' currently used at the host but was not added to the image
module 'zswap' currently used at the host but was not added to the image
module 'fb' currently used at the host but was not added to the image
module 'snd_hda_intel' currently used at the host but was not added to the image
2024/12/21 15:38:26 exit status 1: 

without strip: true
reading /proc/config.gz
active host modules: [thermal efi_pstore snd_hda_codec_generic cpuidle cryptomgr xor tpm_tis spurious gf128mul nct6775_core ccp edac_core gpu_sched xt_conntrack battery vt nf_conntrack snd_seq libahci tcp_cubic nmi_backtrace xhci_hcd xen tcp_bbr 8250 video btrtl ntfs3 cryptd kfence serio shpchp crc64_rocksoft crypto_simd nfnetlink soundcore srcutree rcupdate crypto_user snd_seq_device random rtc_cmos snd_hda_scodec_component snd_hda_codec_hdmi haltpoll snd_hwdep drm_kms_helper nft_compat hwmon_vid device_hmem pstore sysrq drm_exec snd_intel_sdw_acpi xt_LOG processor xt_multiport sha512_ssse3 scsi_mod kernel page_alloc crc32c_generic snd_hda_intel crc16 xt_tcpudp microcode amd_atl mousedev kvm_amd nf_defrag_ipv6 usbhid damon_lru_sort ahci pciehp pci_hotplug gpiolib_acpi sha1_ssse3 i2c_algo_bit hibernate nct6775 nvme btmtk xt_addrtype mac_hid blake2b_generic snd_hda_codec raid6_pq snd_hda_codec_realtek dynamic_debug drm_suballoc_helper nf_defrag_ipv4 xt_recent intel_rapl_msr intel_idle libcrc32c keyboard zswap platform_profile drm_display_helper ee1004 memory_hotplug virtio_pci_modern_dev nf_reject_ipv6 tpm_crb ip6t_rt xt_comment snd_timer fb page_reporting nvme_auth k10temp hid netpoll apparmor usbcore sparse_keymap polyval_generic udmabuf snd_hrtimer snd_intel_dspcfg ghash_clmulni_intel blk_cgroup nvme_core pcie_aspm pnp secretmem rfkill btintel joydev nf_reject_ipv4 asus_wmi cpufreq drm_buddy ehci_hcd ipv6 i2c_smbus btrfs bluetooth hid_generic pps_core wmi_bmof suspend btbcm crc_t10dif fuse amdgpu acpiphp nf_tables bnep configfs virtio_pci_legacy_dev loop btusb cec tpm_tis_core x_tables blk_crypto rcutree ipt_REJECT drm_ttm_helper uinput button kvm aesni_intel sch_cake block grant_table corsair_psu crct10dif_pclmul igc snd_pcm xz_dec rapl snd virtio_pci nft_limit ptp dm_mod crc32c_intel libata ip_tables i8042 ttm xt_limit nf_log_syslog sha256_ssse3 module xt_hl snd_hda_core intel_rapl_common msr eeepc_wmi gpio_amdpt i2c_piix4 firmware_class wmi ipe acpi clocksource fscrypto ip6t_REJECT snd_seq_dummy rng_core damon_reclaim uhci_hcd compression crc32_pclmul printk pcspkr vfat amdxcp gpio_generic watchdog acpi_x86 polyval_clmulni workqueue tpm fat drm]
activate module vfat
activate module pstore
activate module fuse
activate module ntfs3
activate module btrfs
activate module configfs
activate module fat
activate module sha256_ssse3
activate module crct10dif_pclmul
activate module polyval_clmulni
activate module crc32c_intel
activate module aesni_intel
activate module sha1_ssse3
activate module sha512_ssse3
activate module ghash_clmulni_intel
activate module crc32_pclmul
activate module cryptd
activate module crypto_simd
activate module polyval_generic
activate module cryptomgr
activate module xor
activate module crc32c_generic
activate module crypto_user
activate module blake2b_generic
activate module i8042
activate module serio
activate module dm_mod
activate module tpm_crb
activate module tpm_tis_core
activate module tpm_tis
activate module tpm
activate module xhci_hcd
activate module uhci_hcd
activate module ehci_hcd
activate module usbhid
activate module hid_generic
activate module hid
activate module libata
activate module ahci
activate module libahci
activate module scsi_mod
activate module [nvme]
activate module [virtio_pci]
unable to resolve module name nls
unable to resolve module name aead2
unable to resolve module name nls
unable to resolve module name aead2
unable to resolve module name blake2b-256
unable to resolve module name platform:leds-gpio
unable to resolve module name platform:apollolake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:xiic-i2c
unable to resolve module name crypto-intel_qat
unable to resolve module name crypto-intel_qat
unable to resolve module name platform:leds-gpio
unable to resolve module name platform:apollolake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:elkhartlake-pinctrl
unable to resolve module name platform:alderlake-pinctrl
unable to resolve module name vfio_iommu_spapr_tce
module 'rtc_cmos' currently used at the host but was not added to the image
module 'snd_timer' currently used at the host but was not added to the image
module 'xt_LOG' currently used at the host but was not added to the image
module 'suspend' currently used at the host but was not added to the image
module 'i2c_algo_bit' currently used at the host but was not added to the image
module 'xt_comment' currently used at the host but was not added to the image
module 'crc_t10dif' currently used at the host but was not added to the image
module 'amdxcp' currently used at the host but was not added to the image
module 'drm_exec' currently used at the host but was not added to the image
module 'snd_intel_sdw_acpi' currently used at the host but was not added to the image
module 'i2c_smbus' currently used at the host but was not added to the image
module 'bluetooth' currently used at the host but was not added to the image
module 'firmware_class' currently used at the host but was not added to the image
module 'nf_conntrack' currently used at the host but was not added to the image
module 'sch_cake' currently used at the host but was not added to the image
module 'i2c_piix4' currently used at the host but was not added to the image
module 'kfence' currently used at the host but was not added to the image
module 'nf_defrag_ipv6' currently used at the host but was not added to the image
module 'dynamic_debug' currently used at the host but was not added to the image
module 'acpiphp' currently used at the host but was not added to the image
module 'gpu_sched' currently used at the host but was not added to the image
module 'mousedev' currently used at the host but was not added to the image
module 'nct6775' currently used at the host but was not added to the image
module 'module' currently used at the host but was not added to the image
module 'thermal' currently used at the host but was not added to the image
module 'memory_hotplug' currently used at the host but was not added to the image
module 'blk_crypto' currently used at the host but was not added to the image
module 'clocksource' currently used at the host but was not added to the image
module 'asus_wmi' currently used at the host but was not added to the image
module 'drm_buddy' currently used at the host but was not added to the image
module 'tcp_cubic' currently used at the host but was not added to the image
module 'nf_reject_ipv6' currently used at the host but was not added to the image
module 'spurious' currently used at the host but was not added to the image
module 'edac_core' currently used at the host but was not added to the image
module 'processor' currently used at the host but was not added to the image
module 'ee1004' currently used at the host but was not added to the image
module 'snd_intel_dspcfg' currently used at the host but was not added to the image
module 'blk_cgroup' currently used at the host but was not added to the image
module 'igc' currently used at the host but was not added to the image
module 'tcp_bbr' currently used at the host but was not added to the image
module 'srcutree' currently used at the host but was not added to the image
module 'udmabuf' currently used at the host but was not added to the image
module 'xen' currently used at the host but was not added to the image
module 'pci_hotplug' currently used at the host but was not added to the image
module 'grant_table' currently used at the host but was not added to the image
module 'efi_pstore' currently used at the host but was not added to the image
module 'btrtl' currently used at the host but was not added to the image
module 'random' currently used at the host but was not added to the image
module 'x_tables' currently used at the host but was not added to the image
module 'bnep' currently used at the host but was not added to the image
module 'block' currently used at the host but was not added to the image
module 'hwmon_vid' currently used at the host but was not added to the image
module 'snd_hda_codec_realtek' currently used at the host but was not added to the image
module 'snd_hda_codec' currently used at the host but was not added to the image
module 'btbcm' currently used at the host but was not added to the image
module 'acpi' currently used at the host but was not added to the image
module 'video' currently used at the host but was not added to the image
module 'nf_tables' currently used at the host but was not added to the image
module 'zswap' currently used at the host but was not added to the image
module 'btusb' currently used at the host but was not added to the image
module 'intel_rapl_common' currently used at the host but was not added to the image
module '8250' currently used at the host but was not added to the image
module 'sysrq' currently used at the host but was not added to the image
module 'snd_hrtimer' currently used at the host but was not added to the image
module 'xt_limit' currently used at the host but was not added to the image
module 'nft_compat' currently used at the host but was not added to the image
module 'joydev' currently used at the host but was not added to the image
module 'wmi_bmof' currently used at the host but was not added to the image
module 'drm_kms_helper' currently used at the host but was not added to the image
module 'snd_seq' currently used at the host but was not added to the image
module 'device_hmem' currently used at the host but was not added to the image
module 'snd_hda_core' currently used at the host but was not added to the image
module 'msr' currently used at the host but was not added to the image
module 'btmtk' currently used at the host but was not added to the image
module 'corsair_psu' currently used at the host but was not added to the image
module 'fscrypto' currently used at the host but was not added to the image
module 'xt_recent' currently used at the host but was not added to the image
module 'virtio_pci_legacy_dev' currently used at the host but was not added to the image
module 'snd_hwdep' currently used at the host but was not added to the image
module 'ipv6' currently used at the host but was not added to the image
module 'crc64_rocksoft' currently used at the host but was not added to the image
module 'snd_hda_codec_hdmi' currently used at the host but was not added to the image
module 'xz_dec' currently used at the host but was not added to the image
module 'intel_idle' currently used at the host but was not added to the image
module 'loop' currently used at the host but was not added to the image
module 'rcutree' currently used at the host but was not added to the image
module 'xt_hl' currently used at the host but was not added to the image
module 'pps_core' currently used at the host but was not added to the image
module 'workqueue' currently used at the host but was not added to the image
module 'snd_pcm' currently used at the host but was not added to the image
module 'pcie_aspm' currently used at the host but was not added to the image
module 'kernel' currently used at the host but was not added to the image
module 'microcode' currently used at the host but was not added to the image
module 'ipt_REJECT' currently used at the host but was not added to the image
module 'sparse_keymap' currently used at the host but was not added to the image
module 'rfkill' currently used at the host but was not added to the image
module 'ptp' currently used at the host but was not added to the image
module 'crc16' currently used at the host but was not added to the image
module 'kvm_amd' currently used at the host but was not added to the image
module 'button' currently used at the host but was not added to the image
module 'rng_core' currently used at the host but was not added to the image
module 'soundcore' currently used at the host but was not added to the image
module 'keyboard' currently used at the host but was not added to the image
module 'nft_limit' currently used at the host but was not added to the image
module 'nfnetlink' currently used at the host but was not added to the image
module 'xt_multiport' currently used at the host but was not added to the image
module 'btintel' currently used at the host but was not added to the image
module 'watchdog' currently used at the host but was not added to the image
module 'cpuidle' currently used at the host but was not added to the image
module 'haltpoll' currently used at the host but was not added to the image
module 'printk' currently used at the host but was not added to the image
module 'snd' currently used at the host but was not added to the image
module 'damon_reclaim' currently used at the host but was not added to the image
module 'vt' currently used at the host but was not added to the image
module 'shpchp' currently used at the host but was not added to the image
module 'xt_addrtype' currently used at the host but was not added to the image
module 'drm_display_helper' currently used at the host but was not added to the image
module 'kvm' currently used at the host but was not added to the image
module 'ip_tables' currently used at the host but was not added to the image
module 'nct6775_core' currently used at the host but was not added to the image
module 'battery' currently used at the host but was not added to the image
module 'nf_log_syslog' currently used at the host but was not added to the image
module 'gpio_generic' currently used at the host but was not added to the image
module 'nmi_backtrace' currently used at the host but was not added to the image
module 'amdgpu' currently used at the host but was not added to the image
module 'pnp' currently used at the host but was not added to the image
module 'ip6t_REJECT' currently used at the host but was not added to the image
module 'acpi_x86' currently used at the host but was not added to the image
module 'ip6t_rt' currently used at the host but was not added to the image
module 'page_alloc' currently used at the host but was not added to the image
module 'rapl' currently used at the host but was not added to the image
module 'ipe' currently used at the host but was not added to the image
module 'snd_hda_codec_generic' currently used at the host but was not added to the image
module 'drm_suballoc_helper' currently used at the host but was not added to the image
module 'eeepc_wmi' currently used at the host but was not added to the image
module 'gpio_amdpt' currently used at the host but was not added to the image
module 'pciehp' currently used at the host but was not added to the image
module 'apparmor' currently used at the host but was not added to the image
module 'k10temp' currently used at the host but was not added to the image
module 'secretmem' currently used at the host but was not added to the image
module 'snd_seq_dummy' currently used at the host but was not added to the image
module 'pcspkr' currently used at the host but was not added to the image
module 'nf_defrag_ipv4' currently used at the host but was not added to the image
module 'xt_conntrack' currently used at the host but was not added to the image
module 'xt_tcpudp' currently used at the host but was not added to the image
module 'page_reporting' currently used at the host but was not added to the image
module 'uinput' currently used at the host but was not added to the image
module 'ttm' currently used at the host but was not added to the image
module 'hibernate' currently used at the host but was not added to the image
module 'virtio_pci_modern_dev' currently used at the host but was not added to the image
module 'wmi' currently used at the host but was not added to the image
module 'drm' currently used at the host but was not added to the image
module 'intel_rapl_msr' currently used at the host but was not added to the image
module 'nf_reject_ipv4' currently used at the host but was not added to the image
module 'cpufreq' currently used at the host but was not added to the image
module 'ccp' currently used at the host but was not added to the image
module 'compression' currently used at the host but was not added to the image
module 'snd_seq_device' currently used at the host but was not added to the image
module 'platform_profile' currently used at the host but was not added to the image
module 'usbcore' currently used at the host but was not added to the image
module 'snd_hda_scodec_component' currently used at the host but was not added to the image
module 'snd_hda_intel' currently used at the host but was not added to the image
module 'gpiolib_acpi' currently used at the host but was not added to the image
module 'mac_hid' currently used at the host but was not added to the image
module 'fb' currently used at the host but was not added to the image
module 'netpoll' currently used at the host but was not added to the image
module 'cec' currently used at the host but was not added to the image
module 'amd_atl' currently used at the host but was not added to the image
module 'damon_lru_sort' currently used at the host but was not added to the image
module 'rcupdate' currently used at the host but was not added to the image
module 'drm_ttm_helper' currently used at the host but was not added to the image
no matches found for a device alias 'acpi:PNP0100:'
no matches found for a device alias 'pci:v00001022d00001483sv00001043sd00008808bc06sc04i00'
no matches found for a device alias 'input:b0003v046DpC547e0111_e0,1,2,3,4,11,14,k71,72,73,74,75,77,78,7A,7B,7C,7D,7E,7F,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CC,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,248,249,24A,24B,24C,24D,24F,250,251,260,261,262,263,264,265,r6,C,a20,m4,l0,1,2,3,4,sfw'
no matches found for a device alias 'input:b0000v0000p0000e0000_e0,5,kramlsfw6,8,'
no matches found for a device alias 'hdaudio:v10EC1168r00100101a01'
no matches found for a device alias 'pci:v00001022d00001446sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'pci:v00001022d00001487sv00001043sd000087C5bc04sc03i00'
no matches found for a device alias 'input:b0019v0000p0001e0000_e0,1,k74,8F,ramlsfw'
no matches found for a device alias 'pci:v00001002d00001478sv00000000sd00000000bc06sc04i00'
no matches found for a device alias 'wmi:C3021213_D0BC_41A2_BA17_816CD5ED7744'
no matches found for a device alias 'hdaudio:v1002AA01r00100800a01'
no matches found for a device alias 'pci:v00001022d00001486sv00001043sd00008808bc10sc80i00'
no matches found for a device alias 'wmi:05901221_D566_11D1_B2F0_00A0C9062910'
no matches found for a device alias 'acpi:PNP0C0F:'
no matches found for a device alias 'acpi:LNXSYSTM:'
no matches found for a device alias 'input:b0000v0000p0000e0000_e0,5,kramlsfw2,'
no matches found for a device alias 'i2c:dummy'
no matches found for a device alias 'acpi:PNP0B00:'
no matches found for a device alias 'pci:v00001022d00001481sv00001043sd00008808bc08sc06i00'
no matches found for a device alias 'pci:v00001022d00001442sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'pci:v00001022d00001444sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'pci:v00001022d00001447sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'platform:PCCT'
no matches found for a device alias 'wmi:466747A0_70EC_11DE_8A39_0800200C9A66'
no matches found for a device alias 'platform:microcode'
no matches found for a device alias 'platform:acpi_cpufreq'
no matches found for a device alias 'acpi:ACPI0007:'
no matches found for a device alias 'acpi:PNP0C01:'
no matches found for a device alias 'pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00'
no matches found for a device alias 'pci:v00001002d00001479sv00001002sd00001479bc06sc04i00'
no matches found for a device alias 'pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00'
no matches found for a device alias 'acpi:AMDI0010:'
no matches found for a device alias 'input:b0010v001Fp0001e0100_e0,12,kramls1,2,fw'
no matches found for a device alias 'dmi:bvnAmericanMegatrendsInc.:bvr3607:bd03/18/2024:br5.17:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB550_FGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:'
no matches found for a device alias 'platform:reg_dummy'
no matches found for a device alias 'input:b0000v0000p0000e0000_e0,5,kramlsfw4,'
no matches found for a device alias 'wmi:B82BB115_43AE_4B35_B79D_BD6416ABC381'
no matches found for a device alias 'acpi:AMDIF030:AMDIF030:'
no matches found for a device alias 'acpi:PNP0C02:'
no matches found for a device alias 'acpi:PNP0A08:PNP0A03:'
no matches found for a device alias 'pci:v00001022d0000149Csv00001043sd000087C0bc0Csc03i30'
no matches found for a device alias 'input:b0003v1038p1614e0111_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw'
no matches found for a device alias 'acpi:LNXSYBUS:'
no matches found for a device alias 'pci:v00001022d00001485sv00001043sd00008808bc13sc00i00'
no matches found for a device alias 'input:b0003v1038p1614e0111_e0,1,2,3,4,k71,72,73,74,77,78,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B5,B6,CC,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E5,E6,E7,E8,E9,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,248,249,24A,24B,24C,24D,250,251,260,261,262,263,264,265,r6,C,a20,m4,lsfw'
no matches found for a device alias 'usb:v0B05p190Ed0200dcE0dsc01dp01icE0isc01ip01in00'
no matches found for a device alias 'pci:v00001022d00001445sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01'
no matches found for a device alias 'pci:v00001002d0000AB28sv00001002sd0000AB28bc04sc03i00'
no matches found for a device alias 'wmi:ABBC0F72_8EA1_11D1_00A0_C90629100000'
no matches found for a device alias 'pci:v00001022d00001443sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'platform:nct6775'
no matches found for a device alias 'pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30'
no matches found for a device alias 'input:b0000v0000p0000e0000_e0,5,kramlsfw6,'
no matches found for a device alias 'platform:rtc_efi'
no matches found for a device alias 'wmi:ABBC0F6A_8EA1_11D1_00A0_C90629100000'
no matches found for a device alias 'usb:v0B05p1939d0100dc00dsc00dp00icFFiscFFipFFin00'
no matches found for a device alias 'input:b0019v0000p0000e0000_e0,1,4,14,k71,72,73,8B,94,98,AB,AC,B8,B9,BF,D4,E0,E1,E3,EE,F0,1AF,215,216,217,218,219,21A,ram4,lsfw'
no matches found for a device alias 'acpi:AMDI0030:AMDI0030:'
no matches found for a device alias 'acpi:PNP0C14:'
no matches found for a device alias 'pci:v00001022d0000790Esv00001043sd000087C0bc06sc01i00'
no matches found for a device alias 'usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00'
no matches found for a device alias 'pci:v00001022d0000148Asv00001043sd00008808bc13sc00i00'
no matches found for a device alias 'input:b0003v1038p1614e0111_e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,B,C,am4,lsfw'
no matches found for a device alias 'i2c:ee1004'
no matches found for a device alias 'platform:intel_rapl_msr'
no matches found for a device alias 'acpi:PNP0200:'
no matches found for a device alias 'pci:v00008086d000015F3sv00001043sd000087D2bc02sc00i00'
no matches found for a device alias 'pci:v00001022d00001441sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'platform:pcspkr'
no matches found for a device alias 'acpi:ACPI0010:PNP0A05:'
no matches found for a device alias 'acpi:PNP0000:'
no matches found for a device alias 'acpi:PNP0103:'
no matches found for a device alias 'acpi:MSFT0101:'
no matches found for a device alias 'acpi:LNXPWRBN:'
no matches found for a device alias 'acpi:PNP0800:'
no matches found for a device alias 'pci:v00001022d00001482sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'usb:v1D6Bp0002d0612dc09dsc00dp01ic09isc00ip00in00'
no matches found for a device alias 'input:b0000v0000p0000e0000_e0,5,kramlsfwD,'
no matches found for a device alias 'pci:v00001002d000073DFsv00001EAEsd00006710bc03sc00i00'
no matches found for a device alias 'pci:v00001022d00001484sv00001043sd00008808bc06sc04i00'
no matches found for a device alias 'pci:v00001022d00001440sv00000000sd00000000bc06sc00i00'
no matches found for a device alias 'wmi:97845ED0_4E6D_11DE_8A39_0800200C9A66'
no matches found for a device alias 'platform:eeepc_wmi'
no matches found for a device alias 'platform:serial8250'
no matches found for a device alias 'input:b0003v046DpC547e0111_e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,B,C,am4,lsfw'
no matches found for a device alias 'usb:v0B05p190Ed0200dcE0dsc01dp01icE0isc01ip01in01'
no matches found for a device alias 'platform:efivars'
no matches found for a device alias 'acpi:PNP0C0C:'
no matches found for a device alias 'pci:v00001022d00001480sv00001043sd00008808bc06sc00i00'
no matches found for a device alias 'usb:v1D6Bp0003d0612dc09dsc00dp03ic09isc00ip00in00'
no matches found for a device alias 'pci:v00001022d0000790Bsv00001043sd000087C0bc0Csc05i00'
no matches found for a device alias 'platform:alarmtimer'

Only differences seem to be the bunch of no matches found for a device alias [...] being in the build log without strip: true, and the exit error in the log with strip: true.

@anatol
Copy link
Owner

anatol commented Dec 21, 2024

Thank you for debugging the problem. I wonder what is the root cause for the problem with strip.

Strip functionality is used only here (AFAIR)

content, err = stripElf(content, isBinary)

so the main difference at the generation step is with that option enabled it will launch a lot of strip processes.

Can you please modify this part?

booster/generator/image.go

Lines 143 to 146 in 6df7c60

args = append(args, t.Name())
if err := exec.Command("strip", args...).Run(); err != nil {
return nil, unwrapExitError(err)
}

and add additional debug statements to the error case, right before return nil, unwrapExitError(err).

@xlacroixx
Copy link
Author

I don't think I have the skills to do that. I don't know which debug statements I could add.

Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants