The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No space left on device (http://ipxe.org/34182006)
2018-07-02, 12:05
Post: #1
No space left on device (http://ipxe.org/34182006)
Hey guys,

I'm new in the world of ipxe and was pushed into this topic by a colleague leaving, so please be gentle.

I'm dealing with an issue right now that only appears on on newer machines.
We are running many HPE G7 nodes and one HPE G9 node.

The G7 nodes boot up just fine, but the G9 node runs into an error as soon as it starts to load the initramfs.

Quote:nfs://... No space left on Device (http://ipxe.org/34182006)

My IPXE script loos the following:
Code:
#!ipxe

:retry_dhcp
echo Configuring network with DHCP...
dhcp || goto retry_dhcp
kernel nfs://10.131.33.101/srv/exports/boot-images/image-deployed/vmlinuz ramdisk_size=8388608 root=/dev/ram0 edd=off HOSTNAME=${hostname} intel_pstate=disable intel_iommu=on
initrd nfs://10.131.33.101/srv/exports/boot-images/image-deployed/initramfs.img

imgargs vmlinuz ramdisk_size=8388608 root=/dev/ram0 edd=off HOSTNAME=${hostname} intel_pstate=disable intel_iommu=on user_namespace.enable=1 namespace.unpriv_enable=1

boot || echo Booting via NFS failed!
echo In case of iPXE error 0x2a818006: Make sure the initramfs ramdisk_size is large enough to fit the boot image.

All nodes are equipped with a minimum of 96GB of RAM and boot in legacy boot mode, as the old G7 nodes don't support any UEFI boot.

I hope we can figure out whats wrong
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
No space left on device (http://ipxe.org/34182006) - oehlrich9 - 2018-07-02 12:05



User(s) browsing this thread: 1 Guest(s)