My HP Proliant Microserver USB boot and run stick failed so I created a new Ubuntu 16.04 USB bootable stick on my mac as per my previous notes, e.g.:
hdiutil convert -format UDRW -o ubuntu-16.04-server-amd64.img ubuntu-16.04-server-amd64.iso
diskutil list # shows disk3
diskutil unmountDisk /dev/disk3s1
dd if=ubuntu-16.04-server-amd64.img.dmg of=/dev/rdisk3 bs=10m # Write to the first partition!!!
diskutil eject /dev/disk3
I then installed the USB stick into the HP and booted which comes up into the install process where I followed all steps until partitioning where I selected Use entire disk. An error then pops up stating that a failure occurred writing the partition table probably because the disk is in use and suggesting a reboot. I then attempted a reboot, but the USB stick no longer boots.
I also tried the above with Ubuntu 18.04 (from ubuntu-18.04-live-server-amd64.iso), but when it reaches the file system setup it shows no disk to install to (it must install to itself). Hitting Cancel then reboots the system starting the install process all over again.
I know this worked in the past for 16.04, but cannot figure out what is going on - unless the USB sticks are a problem?
Any suggestions would be much appreciated. Note that Ubuntu must run from the original boot USB stick with full functionality, e.g. create users, network config, disk volumes, etc.