I want to boot an Optiplex machine using a USB Flash drive. Is there a simple way to do it? The unit isn't connected to a screen or keyboard and as such I am unable to change the boot sequence or hit F12 etc. At the moment if I plug in a bootable USB Flash drive the system still boots straight off the hard disk. Will a hard reset of the BIOS settings change the boot order to allow me to boot off the USB first?
I had to manually disconnect the SATA interface cable in order to boot the device with Linux from a USB stick over SSH. Then OMG after all that searching I found this gem, literally a needle in a haystack:
I was able to run the RHEL binaries on a Debian x86_64 system without any problems. Some of the config and library files needed placing at the right places. Then running ldconfig to refresh the libraries' configuration.
DELL--user
13 Posts
3605
2
Posted November 21st, 2016 16:00
I had to manually disconnect the SATA interface cable in order to boot the device with Linux from a USB stick over SSH. Then OMG after all that searching I found this gem, literally a needle in a haystack:
www.dell.com/.../DriversDetails
I was able to run the RHEL binaries on a Debian x86_64 system without any problems. Some of the config and library files needed placing at the right places. Then running ldconfig to refresh the libraries' configuration.
The mission was accomplished by finally running:
# sudo /opt/dell/toolkit/bin/cctk bootorder --sequence=usbdev,embnic,cdrom,floppy,hdd
DELL, this is what the default boot order sequence ought to be in the first place for all systems by default.
Not bad for taking command of a base unit without a screen or keyboard. All was done over SSH.