I want to burn Ubuntu Minimal CD ISO to an old, 1 GB USB thumbdrive. Regular ISO doesn't fit. I already tried Startup Disk Creator and Unetbootin but both failed. I tried installing GRUB and pointing it to boot like this:
insmod part_msdos
linux /linux
initrd /initrd.gz
but it doesn't work. I also tried dd
but I ended up with not bootable drive.
Rufus worked on Windows with the same thumbdrive but I no longer use Windows.
What else can I do?
dd
shows something incredible:35651584 de octeți (36 MB) copiați, 0,0666075 s, 535 MB/s
. Doesn't look OK to me. 66 miliseconds? – Cornelius Oct 24 '15 at 08:59sync
afterdd
and it made it bootable. But when I try to start installation I get kernel panic. – Cornelius Oct 24 '15 at 09:11dd
command in the answer on my computer took about 0.5 seconds to complete. For purposes of comparison, usingdd
to write a full Ubuntu iso to a USB flash drive took about 9 seconds on my computer. – karel Oct 24 '15 at 09:11sync
command, onlydd
. I have successfully booted my Ubuntu minimal USB on a variety of different computers and also in VirtualBox. In addition I tested the Ubuntu minimal USB on a computer that is known to have problems booting Linux live USBs and it didn't boot on that computer. I didn't get any error message when I booted it on the problem computer, instead the computer ignored the Ubuntu minimal USB and continued booting into the default operating system. – karel Oct 24 '15 at 09:16