My Dell XPS 9350 is not booting Ubuntu anymore. It did not have dual boot but single boot only and the ssd is encrypted.
I am trying to create an Ubuntu bootable usb stick from Mac Apple OSX but until now all attempts failed.
I formatted the pendrive to MS-DOS
.
Can I use directly the iso
image file i.e.,
sudo dd if=Downloads/ubuntu-18.04.2-desktop-amd64.iso of=/dev/rdisk2 bs=1m
or as I have read elsewhere, should I convert the iso
file:
hdiutil convert -format UDRW -o Downloads/ubuntu-18.04.2-desktop-amd64 Downloads/ubuntu-18.04.2-desktop-amd64.iso
which creates Downloads/ubuntu-18.04.2-desktop-amd64.dmg
:
sudo dd if=Downloads/ubuntu-18.04.2-desktop-amd64.dmg of=/dev/rdisk2 bs=1m?