Botspot / wor-flasher

Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
618 stars 76 forks source link

possible NVME issues (unconfirmed) #150

Open vcesinger opened 7 months ago

vcesinger commented 7 months ago

Setup:

The installscript ends with : yad:26876: Gdk-CRITICAL ** gdk_x11_windows_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed

The installation does not work.

Botspot commented 7 months ago

That warning is normal on PiOS Bookworm and any Wayland system, is non-fatal, and should not affect functionality.

The installation does not work.

If you want help with that, then you will need to be specific on what actually happened.

vcesinger commented 7 months ago

Hi, thanks for getting back to me. I thought this error was the problem, that i can not install it on a SSD. I am using a GeeekPi N05 M.2 M-Key NVMe HAT für Raspberry Pi 5 with a 512 GB SSD. Installation of PI OS works with no errors, the WOR-Flasher results in a missing boot device. Any idea?

Botspot commented 7 months ago

Hi, thanks for getting back to me. I thought this error was the problem, that i can not install it on a SSD. I am using a GeeekPi N05 M.2 M-Key NVMe HAT für Raspberry Pi 5 with a 512 GB SSD. Installation of PI OS works with no errors, the WOR-Flasher results in a missing boot device. Any idea?

Did wor-flasher actually give you an error? Or did you encounter an error after booting the drive flashed with wor?

vcesinger commented 7 months ago

Hi, i made a step forward. I discovered that the WOR-Flasher uses the 0.2 UEFI version which does not support NVME, now i managed to get it to 0.3 but after starting the windows installer is returning an error that it misses a drive to install to.

Botspot commented 6 months ago

I've updated wor-flasher to use the 0.3 version of Pi5 UEFI. Any updates on this?

Duuckjing commented 6 months ago

I tried this with the same warning and the usb(which is a nvme reader) got three partitions,one is the uefi, the second is 18GB partition with a file "install.wim", but the other one can't be seen even in diskgenius.

vcesinger commented 5 months ago

I am facing the same issue...

SeaDog58 commented 5 months ago

BotSpot, Some weeks ago I used WOR Flasher to create a Windows Pro 11 installation on a Raspberry Pi 5 on a 500 gb USB drive successfully. Now I have been trying the same installation process to put Windows Pro 11 on an NVME drive. I have been unsuccessful. Here are the hardware details. • Raspberry Pi 5 running Raspberry OS on a 32gb SD • Hat: GeeekPi N04 M.2 NVMe to PCIe Adapter for Raspberry Pi 5, Support M.2 NVMe SSD • SSD: Western Digital 1TB SN750 NVMe Internal Gaming SSD Solid State Drive - Gen3 PCIe, M.2 I had been getting the critical error on GDK as reported above but now understand that is not an issue. I was having problems with not being able to find a boot device. Since you reported you have updated wor-flasher to use the 0.3 version of Pi5 UEFI, I used “git clone https://github.com/Botspot/wor-flasher” today to update my files. I ran the gui version of Flasher. I selected the NVME drive for flashing Windows Pro 11 and it completed without obvious errors. After flashing and rebooting, I noted in the Raspberry OS desktop, it showed an 18gb drive with a file install.wim. After that, I waited a long time, and nothing happened. So I did sudo raspi-config and selected option 2 for booting from NVME, USB, and SD in that order. Rebooted. After some time, WOR-PE reported it couldn’t find the installation disk. The log showed: • Disk 0 now the selected disk. • Virtual disk service error. • The disk not initialized. Exit code 2147212265 • Couldn’t mount the partition. • Couldn’t fine the PE disk After flashing should I just let it sit there without rebooting? Could that be the problem? John