Re: trying to install testing from usb
Greg Wooledge <[email protected]>
| Newsgroups | gmane.linux.debian.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 27, 2026 at 23:40:36 -0700, Paul Scott wrote: > $ sudo dd bs=4M if=/path/to/file.iso of=/dev/sdX status=progress oflag=sync > > with if pointing to the iso file and of=/dev/sdb1 That's an error. It should be of=/dev/sdb not of=/dev/sdb1.