Can't boot off of RHEL ISO located on SSD Drive

Latest response

I have a 2 TB SSD Drive on a hard drive sled where I've copied over a RHEL 7.4 ISO to try and boot off of.

Not able to boot from this iso. When I try, I get the following error from a physical workstation (Supermicro brand):

Reboot and Select proper Boot device
or Insert Boot Media in selected Boot device and press a key

I've used this Red Hat documentation as reference:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-making-usb-media

And used the following command to copy the .iso file to the ssd drive:

dd if=/iso/<name of iso here.iso> of=/dev/sdb bs=512k

Got no errors during the copy and still won't boot up.

Responses