-
Software: usb-creator-gtk
-
ubuntu-mate-beta-17.10.iso
It copies the files alright, but can’t install bootloader. Is there any way to manually install the bootloader?
sudo dd if=/path/to/ubuntu/iso of=/dev/sdX didn’t work either.
Software: usb-creator-gtk
ubuntu-mate-beta-17.10.iso
It copies the files alright, but can’t install bootloader. Is there any way to manually install the bootloader?
sudo dd if=/path/to/ubuntu/iso of=/dev/sdX didn’t work either.
The last command worries me, I’m not sure what you’re trying to do there.
To simply install GRUB (the bootloader) on a specific device, run this command instead:
sudo grub-install /dev/sdX
The last command is suggested here: Failed to install boot loader when creating ISO on USB