14
USB boot Ubuntu issue
(lemy.lol)
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
Try flashing the image onto the USB using another tool. You also can try the
dd
command in Linux (do be careful usingdd
though)e.g.
dd if=ubuntu.iso of=/dev/sda bs=8M status=progress
Make sure to replace
/dev/sda
with your USB drive's path.well, I tried it w/ Balena etcher and it didn't work, but it did on another laptop. I believe the fault is in the old computer.
Aight.