-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello,
I try to build the livecd 9.X on almalinux 8 with the following command.
sudo livecd-creator --config kickstarts/9/x86_64/almalinux-live-gnome.ks \
--fslabel AlmaLinux-9_5-x86_64-Live-GNOME \
--title="AlmaLinux Live 9.5" \
--product="AlmaLinux Live 9.5" \
--cache=$PWD/pkg-cache-alma \
--releasever=9.5
it returns an error:
Using title 'AlmaLinux Live 9.5' and product 'AlmaLinux Live 9.5'
Extending sparse file /var/tmp/imgcreate-56rxjqnd/tmp-zjf5p0xn/ext3fs.img to 10735321088
Losetup add /dev/loop0 mapping to /var/tmp/imgcreate-56rxjqnd/tmp-zjf5p0xn/ext3fs.img
Formating ext4 filesystem on /dev/loop0
Formating args: ['mkfs.ext4', '-F', '-L', '_AlmaLinux-9_5-x', '-m', '1', '-b', '4096', '/dev/loop0']
Tuning filesystem on /dev/loop0
Mounting /dev/loop0 at /var/tmp/imgcreate-56rxjqnd/install_root
Last metadata expiration check: 0:14:46 ago on Mon 02 Dec 2024 02:41:52 PM JST.
Detection of Platform Module failed: No valid Platform ID detected
selected group: core
selected env: workstation-product-environment
selected group: anaconda-tools
selected group: office-suite
selected group: internet-browser
selected group: gnome-apps
excluding package: 'gfs2-utils'
excluding package: 'sdubby'
excluding package: 'hplip'
excluding package: 'reiserfs-utils'
excluding package: 'fcoe-utils'
selected package: 'anaconda-install-env-deps'
selected package: 'anaconda-live'
selected package: 'iptstate'
selected package: 'whois'
selected package: 'aajohan-comfortaa-fonts'
selected package: 'livesys-scripts'
Error creating Live CD : Failed to find package 'exfatprogs' : No match for argument: exfatprogs
Unmounting directory /var/tmp/imgcreate-56rxjqnd/install_root
Losetup remove /dev/loop0
the error is random and changes when I run again:
Using title 'AlmaLinux Live 9.5' and product 'AlmaLinux Live 9.5'
Extending sparse file /var/tmp/imgcreate-00kwweei/tmp-6v6cib1e/ext3fs.img to 10735321088
Losetup add /dev/loop0 mapping to /var/tmp/imgcreate-00kwweei/tmp-6v6cib1e/ext3fs.img
Formating ext4 filesystem on /dev/loop0
Formating args: ['mkfs.ext4', '-F', '-L', '_AlmaLinux-9_5-x', '-m', '1', '-b', '4096', '/dev/loop0']
Tuning filesystem on /dev/loop0
Mounting /dev/loop0 at /var/tmp/imgcreate-00kwweei/install_root
Last metadata expiration check: 0:14:37 ago on Mon 02 Dec 2024 02:41:52 PM JST.
Detection of Platform Module failed: No valid Platform ID detected
selected group: core
selected env: workstation-product-environment
selected group: anaconda-tools
selected group: office-suite
selected group: internet-browser
selected group: gnome-apps
excluding package: 'reiserfs-utils'
excluding package: 'sdubby'
excluding package: 'hplip'
excluding package: 'fcoe-utils'
excluding package: 'gfs2-utils'
selected package: 'NetworkManager-openvpn-gnome'
selected package: 'anaconda-live'
Error creating Live CD : Failed to find package 'glibc-all-langpacks' : No match for argument: glibc-all-langpacks
Unmounting directory /var/tmp/imgcreate-00kwweei/install_root
Losetup remove /dev/loop0
The ultimate goal is to include the kernel-ml to be supported by the new cpu Intel 285k.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels