Open JaredRichardWilliam opened 3 months ago
https://github.com/FedoraQt/MediaWriter/issues/723#issue-2459780601
I've ascertained how to remediate this:
#!/usr/bin/env -S pwsh
#Requires -RunAsAdministrator
& "$Env:SystemDrive\Program Files (x86)\Fedora Media Writer\mediawriter.exe"
It needs to be automatically elevated.
However, note that some buggy behaviour is experienced:
explorer.exe
windows with attached formatting dialogs shall appear.It shouldn't be automatically remounted by explorer (especially during the verification process) because most users shall chose to wipe it, as Windows recommends.
https://github.com/FedoraQt/MediaWriter/issues/723#issuecomment-2282907043
...and Fedora-KDE-Live-x86_64-40-1.14.iso
fails verification:
Luckily, it boots and installs correctly otherwise.
Would be nice if dmesg
(if that's what I'm looking at, with Plymouth disabled) were to state the key combination necessary to reboot from this state.
Issue
I've installed https://github.com/FedoraQt/MediaWriter/releases/download/5.1.2/FedoraMediaWriter-win64-5.1.2.exe on Windows 11 Pro build 22631.3958. Like https://discussion.fedoraproject.org/t/fedora-media-writer-failure-windows-11/109897/15, it's unable to write to my USB-A storage device:
I wanted to get some logs, but
spawns a new process independent of the shell.
Disk
I've solely tried the aforementioned storage device:
States
I've tried it with and without a single-partition filesystem:
Responses
By the way, I might respond as @RokeJulianLockhart if need be — that is the actual author of this BR. I'm merely using my brother's account because it's his PC which is affected.