I am trying to build a custom ISO using the instructions at the manjaro site but am unable to produce a usable ISO image. Currently, I am following the below steps after a fresh install of Manjaro Minimal:
sudo pacman -Sy archlinux-keyring manjaro-keyring
sudo pacman -Syu
sudo reboot
pamac install manjaro-tools-iso-git git
git clone https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git ~/iso-profiles
buildiso -p xfce
Once I am done, I see the following errors output as the process runs:
`==> WARNING: Possibly missing firmware for module: 'lantiq_gswip'`
`==> WARNING: Possibly missing firmware for module: 'softing_cs'`
`==> WARNING: Possibly missing firmware for module: 'liquidio'`
`==> WARNING: Possibly missing firmware for module: 'mlxsw_spectrum'`
`==> WARNING: Possibly missing firmware for module: 'bna'`
`==> WARNING: Possibly missing firmware for module: 'nfp'`
`==> WARNING: Possibly missing firmware for module: 'qed'`
`==> WARNING: Possibly missing firmware for module: 'bnx2x'`
`==> ERROR: invalid symlink: '/usr/lib/libnss_files.so.2'`
`==> ERROR: invalid symlink: '/usr/lib/libnss_dns.so.2'`
` -> Running build hook: [miso_pxe_http]`
` -> Running build hook: [miso_pxe_nbd]`
` -> Running build hook: [miso_pxe_nfs]`
` -> Running build hook: [miso_kms]`
` -> Running build hook: [modconf]`
` -> Running build hook: [block]`
`==> WARNING: Possibly missing firmware for module: 'qla2xxx'`
`==> WARNING: Possibly missing firmware for module: 'wd719x'`
`==> WARNING: Possibly missing firmware for module: 'aic94xx'`
`==> WARNING: Possibly missing firmware for module: 'bfa'`
`==> WARNING: Possibly missing firmware for module: 'qla1280'`
` -> Running build hook: [filesystems]`
` -> Running build hook: [keyboard]`
` -> Running build hook: [keymap]`
`==> Generating module dependencies`
`==> Creating xz-compressed initcpio image: '/boot/initramfs.img'`
`==> WARNING: errors were encountered during the build. The image may not be complete.`
The resulting ISO is not usable and will not burn to a USB disk. The last time I ran this type of process was years ago and didn’t have this issue. I did search the forums and I saw a potential solution, but it’s over two years old and very unhelpful in that it doesn’t provide specifics regarding how to apply the solution. Any help which can be provided would be most appreciated. Thanks!
Mod edit:- Please always format code or command output as preformatted text. This has been corrected for you this time. In future you are expected to attend to this yourself.