-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a bootable Windows 10 UEFI Installer usb-stick fails with Rufus 3.10, but suceeds with 3.9 #1536
Comments
yes there are. This is tracked in #1213 (which you might have found if you had followed the check list, especially as this issue is still open). I will need to see the exact error you get from UEFI:NTFS, which is the ctritical part. Can you please provide that? I'm afraid UEFI:NTFS driver faliure doesn't give me nearly enough data. What is the actual error message and error code? |
The Display shows following text:
The NTFS target partition is |
Thanks. This is the same error as the one that's currently being tracked in #1213.
Can you please post the log output from Rufus with the drive you just created plugged in (no need to create a drive, just make sure you have the drive plugged and post the log data). I don't really see how the driver being compiled with EDK2 or gnu-efi could have any incidence on the partition GUID lookup, because this is performed long before we even load the driver (and the driver is the only element that has changed between 3.9 and 3.10), so, logically, I have to assert that you are mistaken in the GUID that is to be used here, especially as we obtain them by querying the system (which is best placed to report the exact GUID we need to use) rather than through computation. The Rufus log output with the drive plugged should confirm this, provided you didn't recreate the drive you got the above UEFI:NTFS output from. |
Here comes the log.
|
Thanks. I thought you had simply failed to copy the full GUID when you pasted the output from UEFI:NTFS, hence why I replaced your So I think you've been assuming that UEFI:NTFS had been truncating the GUID, when it's just your environment that did that. The GUID that's part of the device path is something that we obtain from the UEFI system, and not a string we construct, and again, it is obtained long before the NTFS driver is loaded, so there's simply no logical possibility that there is internal truncation of the device path, unless you were to also get an error with 3.9, which you don't. In other words, even if you may see them truncated on screen, the GUIDs being used internally by UEFI:NTFS are correct and the cause of the issue is something that, as the other issue details, has to do with whether the NTFS driver was compiled using EDK2 or gnu-efi. Considering all this, I will close this issue, as this is a duplicate of #1213. If you do have a chance however, would it be possible for you to run the test described here, and post the result in the #1213 thread? |
I don't know if I have the time to run all test. At least for now using 3.9 is a functional workaround. I will try to do this tests in future, if my employer will let me do this. |
That's fine. You don't have to do this at all if it's troublesome or if you feel you've already spent enough time. You've already been great help in confirming that you had the same error as the one reported in the other issue. And you also confirmed that this appears to be a problem with Dell UEFI firmwares, which means I'll be trying to see if I can get my hands on one of these problematic Dell platforms, as I would very much like to try understanding why this issue is occurring in the first place, as well as have the means to test it on my own, instead of simply falling back to using the gnu-efi version of the driver while not being any wiser... |
I have a same pb with a laptop Asus K53SD. I try to pass with the V 3.9. Thanks |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Issue description
Creating a bootable Windows 10 UEFI Installer usb-stick fails with Rufus 3.10, but suceeds with 3.9.
The Windows Image is a official Windows 10 Education Image called "SW_DVD9_Win_Pro_10_1909.3_64BIT_German_Pro_Ent_EDU_N_MLF_X22-27463.ISO".
The full creation process suceeds, but created with 3.10 it doesn't start due to UEFI:NTFS driver faliure. With 3.9 it does excatly what it should do.
rufus-3_10.log
rufus-3_9.log
Target PC is Dell Optiplex 390 with UEFI-BIOS Rev. A14 (it is up-to-date version). There is no "Secure Boot" to activate or deactivate.
The harddrive is replaced with SSD. The usb stick must be manually added to uefi boot devices for each try.
The stick created with 3.10 doesn't start the installation. The stick created with 3.9 runs fine.
So I believe that there are some changes in the NTFS driver.
I hope that my feedback helps you in development of future versions.
The text was updated successfully, but these errors were encountered: