I'm trying to install Proxmox to my r710 via USB installer but am running into issues.
The USB itself boots, but then it tried to unmount `/mnt`, fails, and searches for a cdrom, which I don't have because I'm installing from a USB.
searching for cdrom
testing cdrom /dev/sr0
umount: can't unmount /mnt: Invalid argument
testing again in 5 seconds
... (repeats 4 times)
That is when I flash the usb with `dd`, tried both from Mac, and from Etcher, and Rufus. Also tried ISO mode from Rufus after erasing all partitions, and had the same results.
I believe the issue is it's required to be an MBR USB to boot properly, but the USB the ISO image creates with `dd` is GPT, not MBR.
I can't use iDRAC because I have the express version, not enterprise.
How can I make an MBR bootable usb for Proxmox?
The USB itself boots, but then it tried to unmount `/mnt`, fails, and searches for a cdrom, which I don't have because I'm installing from a USB.
searching for cdrom
testing cdrom /dev/sr0
umount: can't unmount /mnt: Invalid argument
testing again in 5 seconds
... (repeats 4 times)
That is when I flash the usb with `dd`, tried both from Mac, and from Etcher, and Rufus. Also tried ISO mode from Rufus after erasing all partitions, and had the same results.
I believe the issue is it's required to be an MBR USB to boot properly, but the USB the ISO image creates with `dd` is GPT, not MBR.
I can't use iDRAC because I have the express version, not enterprise.
How can I make an MBR bootable usb for Proxmox?