From your description, I suspect when you generated the iso, you didn’t label it, or you gave it a different label than “CentOS-8-3-2011-x86_64-dvd”. Also be careful of spaces in the label name. Here is the entry I use:
append initrd=initrd.img
inst.stage2=hd:LABEL=CentOS\x207\x20x86_64
inst.ks=hd:LABEL=CentOS\x207\x20x86_64:/ks.cfg
inst.sshd inst.graphical inst.noninteractive inst.noshell net.ifnames=0
selinux=0 rhgb quiet
vga=792
modprobe.blacklist=floppy
consoleblank=0
biosdevname=0
rdblacklist=nouveau
nouveau.modeset=0 And this is the genisoimage command:
genisoimage \
-input-charset default \
-U \
-r \
-v \
-T \
-J \
-joliet-long \
-V "CentOS 7 x86_64" \
-volset
"CentOS 7 x86_64" \
-A "CentOS 7 x86_64" \
-b "isolinux/isolinux.bin" \
-c "isolinux/boot.cat" \
-no-emul-boot \
-boot-load-size 4 \
-boot-info-table \
-eltorito-alt-boot \
-e "images/efiboot.img" \
-no-emul-boot \
-o "${SCRIPT_DIR}/disk.iso"
\
"${BUILDDIR}/" Greg From:
kickstart-list-bounces@xxxxxxxxxx <kickstart-list-bounces@xxxxxxxxxx> on behalf of David Barr <dafydd@xxxxxxxxxx> Good Morning! David/dafydd “The hardest thing in the world is to change the minds of people who keep saying, ‘But we’ve always done it this way.’ These are days of fast changes and if we don’t change with them, we
can get hurt or lost.” -- Admiral Grace Hopper |
_______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list