this post was submitted on 01 Sep 2024
14 points (81.8% liked)
techsupport
2450 readers
49 users here now
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:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.