I’m trying to install Fedora 43 workstation. I created a live USB and installed it as a VM for test. It worked fine.
Then I tried to install it on the actual hardware. When I launch to install to disk it looks like a password prompt that comes up. I’m not sure though because it flashes by so fast. There isn’t time to read it, let alone enter anything, before the installer crashes.
I tried recreating the Live USB stick. Fedora Media Writer now asks for my login password before it will write to the stick. I don’t recall setting a password on the stick & I’m not sure how to get rid of it. I’m guessing this is the password the installer is looking for but I’m stuck. I either need to get rid of the password on the stick or slow down the installer long enough to enter a password. Any help would be appreciated.
Booting from the live media usb device and running the installer should not be asking for a password of any kind.
Fedora Media Writer does require that you enter your user password before it can write to a usb device since that requires root privileges and the password request is to verify that you have sudo privileges on the system where you are using FMW.
It is not related to a password on the USB device but rather to your user privileges on the system where you are running FMW
For a possible easy fix, I would suggest writing the ‘Everything Netinstaller’ to USB. Try installing with that, and you can select KDE or other desktops from the installer.
I am not sure what prompt you are seeing.
The installer is gui and provides prompts for everything that is required, as you already saw with the test in the VM.
Lets fix one problem at a time.
Recreate the usb device with FMW, using a downloaded iso of the live media, then after it is redone if there are problems with booting from the usb device we can work with that at that time.
Even easier that using FMW, if you have the downloaded ISO available, would be to burn that to the usb device with dd. sudo dd if=<name of iso> of=/dev/sd? bs=1M where you replace the /dev/sd? with the actual name the system gives the usb device when you plug it in and you are located in the directory where the iso file is located. The ‘bs’ parameter is block size and greatly increases speed of copying to avoid using the 512 byte default.
I tried burning two different versions of F43 Live to USB - both flashed some type of prompt (looked like it wanted data entered) before crashing the installer. Currently installing from the “Everything” network link.