Re: issues with F30 Live USB stick

2019-05-02 Thread Todd Zullinger
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

Re: EXTERNAL: Re: issues with F30 Live USB stick

2019-05-02 Thread Wells, Roger K. via users
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_

Re: issues with F30 Live USB stick

2019-05-02 Thread Ulf Volmer
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.

issues with F30 Live USB stick

2019-05-02 Thread Greg Woods
I created an F30 Live USB stick, but it won't boot properly. What happens is that it drops into emergency mode (dracut). Prior to this, journal messages from dracut-initqueue appear on the screen, the same message repeating every few seconds for a minute or so, then it drops into emergency mode. T