Kernel Panic When Trying to Upgrade from USB

Users may try dd and disable caching with oflag=direct. Always double check the device first.

erlangen:~ # inxi -D
Drives:
...
  ID-4: /dev/sdb vendor: Intenso model: Ultra Line size: 29.82 GiB type: USB
erlangen:~ # 
erlangen:~ # dd if=openSUSE-Tumbleweed-NET-x86_64-Current.iso of=/dev/sdb bs=4M status=progress oflag=direct
192937984 bytes (193 MB, 184 MiB) copied, 4 s, 48.0 MB/s
69+0 records in
69+0 records out
289406976 bytes (289 MB, 276 MiB) copied, 4.84403 s, 59.7 MB/s
erlangen:~ # 

If the command aborts try another stick.

Only because I’ve used it before, I think I’ll try ddrescue first, since its -D option appears to disable output caching (and I guess for good measure -d to disable caching from the input file too).

Someone please correct me if ddrescue -D is not equivalent to dd oflag=direct

Just wanted to provide the resolution in case someone else has this problem: it was the PC. I bought a new PC, and the USB stick created by Etcher worked just fine, as did the one created by ddrescue. Not the solution I was hoping for, but at this point I’ll take it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.