iPXE discussion forum

Full Version: Trying to Run CentOS VM in Oracle Cloud , My VM is Stucked with Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ,

I have DHCP enabled on my CentOS image , But VM is stucked on boot with following error . Please help me this .

iPXE 1.0.0+ -- Open Source Network Boot Firmware -- http://ipxe.org
Features: DNS HTTP iSCSI TFTP AoE EFI Menu
IPXE GIT :
IPXE Built for: bin-x86_64-efi/snp.efirom
Configuring (net0 02:00:17:02:02:94)...... ok
NETWORK info :
IP address.....10.0.2.2
Netmask........255.255.255.0
Gateway........10.0.2.1
Domain.........kartikeyvcn.oraclevcn.com
DNS............169.254.169.254
Next Server....169.254.169.254
DHCP...........169.254.169.254
http://169.254.0.4/script.ipxe... ok
Registered SAN device 0x80
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80
Boot from SAN device 0x80 failed: Error 0x7f22208e (http://ipxe.org/7f22208e)
Booting from SAN device 0x80


Thanks
Kartikey
My guess is that your SAN disk does not have a structure that is compatible with EFI booting.
It is the firmware of the machine that returns errors to iPXE that it tries to do it's best to inform you about.
You didn't mention what version of CentOS.

CentOS 6.x (and RHEL 6.x) doesn't have the kernel option EFI_STUB compiled in by default.

CentOS 7 (and RHEL 7.x) must have SecureBoot Disabled if SAN Booting.

If you want a diskless CentOS6/CentOS7 machine on EFI, look to NFS Roots. It's generally a bit simpler (although setup can be a pain).

Best,

M^3
Reference URL's