Ulf Volmer wrote:
> On 02.05.19 18:32, Greg Woods wrote:
>
>> Anybody else seen this? Has anyone successfully created an F30 Live USB
>> stick?
>
> Just use dd to write the iso directly to the USB device. Assuming, you
> USB drive is sdb:
>
> sudo dd if=Fedora-Workstation-Live-x86_64-30-1.2.iso
On 5/2/19 1:01 PM, Ulf Volmer wrote:
> On 02.05.19 18:32, Greg Woods wrote:
>
>> Anybody else seen this? Has anyone successfully created an F30 Live USB
>> stick?
> Just use dd to write the iso directly to the USB device. Assuming, you
> USB drive is sdb:
>
> sudo dd if=Fedora-Workstation-Live-x86_
On 02.05.19 18:32, Greg Woods wrote:
> Anybody else seen this? Has anyone successfully created an F30 Live USB
> stick?
Just use dd to write the iso directly to the USB device. Assuming, you
USB drive is sdb:
sudo dd if=Fedora-Workstation-Live-x86_64-30-1.2.iso bs=1M of=/dev/sdb
Works for me.