Guillaume

Results 13 comments of Guillaume

Same issue here with AlmaLinux 8, i'm missing the initrd0.img hence the livecd doesn't boot after the menu selection. I didn't have the issue with CentOS 7.

And i reproduced it with AlmaLinux 9. EDIT : this might be the cause on el8 : ``` Running scriptlet: kernel-core-4.18.0-425.19.2.el8_7.x86_64 405/405 /etc/dracut.conf.d/99-liveos.conf:filesystems+="vfat msdos isofs ext4 xfs btrfs squashfs "...

Fixed by adding the dracut packages (especially dracut-live) in the kickstart : ``` dracut dracut-config-rescue dracut-live dracut-network dracut-squash ``` But now, i have these errors : ``` dracut-install: Failed to...

Since btrfs has been removed from el8 distributions, /usr/lib/python3.6/site-packages/imgcreate/live.py should not mention btrfs. Cf https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/file-systems-and-storage_considerations-in-adopting-rhel-8#btrfs-has-been-removed_file-systems-and-storage

Same for ide-cd, and '=ata' I now have a working iso (for el8 & el9) once i removed a few modules, Enable debug to livecd-creator with "-d" and check for...

Hello, Same issue here on AlmaLinux 8.6. Issue seems to be fixed on the bugzilla report by using the dnf related package from Alma 8.7, but i have the latest...

Damn :( Could it be related to my ks file ? I'll post it on monday if needed. I'm just creating a cli livecd with our backup solution package (networker)...

Thanks, :) I'll take a look at it. I'm running Alma 8.7 too and the ks was initially used, and working with Centos 7,so maybe I missed something which causes...

I don't see anything problematic with my ks. ``` lang en_US.UTF-8 keyboard fr-latin9 timezone Europe/Paris auth --useshadow --passalgo=sha512 bootloader --append="net.ifnames=0" selinux --disabled firewall --disabled part / --size 8192 --fstype ext4...

I'm wondering if the EFI issue might be in cause : ``` Missing EFI file (/boot/efi/EFI/*/shimx64.efi) Missing EFI file (/boot/efi/EFI/*/gcdx64.efi) Failed to copy EFI files, no EFI Support will be...