cfgserverfirstbootdevice is used to configure a one time boot override option in the iDRAC. cfgserverbootonce is used to enable/disable boot override. The boot override will set the configured option in cfgserverfirstbootdevice as the first boot device for the next system restart if cfgserverbootonce is enabled. This is not a persistent change, and it does not change the BIOS/UEFI boot order.
I would like to boot only once using PXE, and from the internal SD card from the 2nd boot.
My current 'Set Boot Order Enable' is: Disk.SDInternal.1-1,NIC.PxeDevice.1-1
When I use boot once feature choosing PXE, the server boot from PXE, but then the PXE interface is permanenly configured as first device, and the result is a loop, every restart PXE boots. The boot order become: NIC.PxeDevice.1-1,Disk.SDInternal.1-1.
Tried via GUI, via racadm etc ...
It should be a very simple function, but doesn't work. I read other threads about a similar problem.
The bios is updated at the last release (Dell PowerEdge XR2)
When you mention you used GUI; Did you launch virtual console and select Next Boot option? You may try different virtual console plug in: Native, Java, HTML5
What racadm commands did you run?
Did you run both mentioned above?
cfgserverfirstbootdevice is used to configure a one time boot override option in the iDRAC.
cfgserverbootonce is used to enable/disable boot override.
The boot override will set the configured option in cfgserverfirstbootdevice as the first boot device for the next system restart if cfgserverbootonce is enabled. This is not a persistent change, and it does not change the BIOS/UEFI boot order.
Is there a way to set the pxe device using racadm?
I am using a integrated nic to pxe boot my host and I need to set 40+ servers to boot this way. I would like to make a script to ssh to the IPMI and make the change for me.
Daniel My
10 Elder
•
6.2K Posts
0
January 6th, 2020 10:00
cfgserverfirstbootdevice is used to configure a one time boot override option in the iDRAC. cfgserverbootonce is used to enable/disable boot override. The boot override will set the configured option in cfgserverfirstbootdevice as the first boot device for the next system restart if cfgserverbootonce is enabled. This is not a persistent change, and it does not change the BIOS/UEFI boot order.
dibenda
1 Message
0
August 20th, 2020 10:00
Hello Daniel,
I would like to boot only once using PXE, and from the internal SD card from the 2nd boot.
My current 'Set Boot Order Enable' is: Disk.SDInternal.1-1,NIC.PxeDevice.1-1
When I use boot once feature choosing PXE, the server boot from PXE, but then the PXE interface is permanenly configured as first device, and the result is a loop, every restart PXE boots. The boot order become: NIC.PxeDevice.1-1,Disk.SDInternal.1-1.
Tried via GUI, via racadm etc ...
It should be a very simple function, but doesn't work. I read other threads about a similar problem.
The bios is updated at the last release (Dell PowerEdge XR2)
Any suggestion?
Thanks and regards,
Daniele
DELL-Charles R
Moderator
•
4.7K Posts
0
August 20th, 2020 11:00
Hello dibenda,
When you mention you used GUI; Did you launch virtual console and select Next Boot option?
You may try different virtual console plug in: Native, Java, HTML5
What racadm commands did you run?
Did you run both mentioned above?
cfgserverfirstbootdevice is used to configure a one time boot override option in the iDRAC.
cfgserverbootonce is used to enable/disable boot override.
The boot override will set the configured option in cfgserverfirstbootdevice as the first boot device for the next system restart if cfgserverbootonce is enabled. This is not a persistent change, and it does not change the BIOS/UEFI boot order.
Please let me know how it goes.
sturn992
1 Message
0
April 21st, 2022 09:00
Is there a way to set the pxe device using racadm?
I am using a integrated nic to pxe boot my host and I need to set 40+ servers to boot this way. I would like to make a script to ssh to the IPMI and make the change for me.
DELL-Chris H
Moderator
•
9.7K Posts
0
April 21st, 2022 13:00
Sturn992,
I researched this and to make it persistent I think the proper commands would be
racadm -r (server) -u user -p password config -g cfgServerInfo -o cfgServerFirstBootDevice PXE
racadm -r (server) -u user -p password config -g cfgServerInfo -o cfgServerBootOnce 0
racadm -r (server) -u user -p password serveraction powercycle
Let me know how it goes.