Hi All,
I'm trying to provision EFI based Redhat OS installation using packer with Vcenter. Here i'm using Kickstart file for preseeding. After typed the Boot Command and then do the Ctrl-X and then VM goes to poweroff state.
Below the Packer Information:
boot_order = "disk,cdrom,floppy"
boot_wait = "10s"
boot_command = [
"",
"e",
"",
"",
"linuxefi /images/pxeboot/vmlinuz inst.ks=hd:sr1:ks.cfg inst.stage2=hd:LABEL=RHEL-8-6-0-BaseOS-x86_64 quiet",
"",
"x",
""
]
Packer Version:
Packer v1.8.0
And also tried on Packer : 1.9.0
Still the issue exist.
Hi All,
I'm trying to provision EFI based Redhat OS installation using packer with Vcenter. Here i'm using Kickstart file for preseeding. After typed the Boot Command and then do the Ctrl-X and then VM goes to poweroff state.
Below the Packer Information:
boot_order = "disk,cdrom,floppy"
boot_wait = "10s"
boot_command = [
"",
"e",
"",
"
","linuxefi /images/pxeboot/vmlinuz inst.ks=hd:sr1:ks.cfg inst.stage2=hd:LABEL=RHEL-8-6-0-BaseOS-x86_64 quiet",
"",
"x",
""
]
Packer Version:
Packer v1.8.0
And also tried on Packer : 1.9.0
Still the issue exist.