You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This topic is flagged as INTERNAL and is therefore NOT open for comments.
Medium Term
Ultimately, we probably want to replace all mentions of ISO Mode with FST Mode...
Add an "I've seen a deceptive ad on your website - How could you?!" entry to the FAQ
Windows installer corrupts the backup GPT of the installer drive?!? What the hell?!? → Seen when installing Win11 and shutting down the machine after the installer bails out on the 59fd550 issue
Do we have an issue unloading old UEFI:NTFS drivers (and have Google secretly been using our NTFS drivers in their Chromebooks)?
Do we want to remote download the DBXs, like we do SBAT?
We're going to have to take matters in our own hands when it comes to the buggy AMI NTFS driver and forcefully prevent the non UEFI:NTFS partition to boot when md5sum validation is applied...
Do we want to open the log automatically in case of error?
Double check that net accounts does report Maximum password age (days): Unlimited on local account creation → Looks good
I am starting to see an awful lot of This system was unable to provide an English error message (NB: 0xC003045D is ERROR_IO_DEVICE = 1117L, which we should be able to get in English). Did we regress something with the last error message updates?
ReFS formatting doesn't seem to work any more...
Long Term No Rush
Add support for systemd-boot (if needed and whenever the hell we find an ISO that uses that). This'll probably mean looking for loader/entries/*.conf on the ESP and altering the labels.
Add a .esp image copy mode?
Is there any way we can make the regular MSVC exe behave the same as the App Store one? Even as it's the same executable binary, the App Store version is a lot less forgiving about exceptions and at any rate, you'd expect the standard MSVC binary to report stuff like access violations, especially when debugging in VS, yet it doesn't...
The case of tails and its early write-error unless you zero the drive first... And now the case of Windows complaining that it needs a restart when you write a UEFI bootloader.
Should we try to remove volume drive letter while saving to VHD just to be safe? We do lock the physical drive, but Windows being Windows, we may still have some bad surprises there...
What on earth does one have to do to fix the device dropdown not displaying on startup issue?!? → Dammit, now this has moved to the Drive Properties label sometimes not being displayed
Async/double buffering improvements for ISO mode
Use VDS for GetDrivePartitionData() and use this opportunity to call on IVdsVolumeMF_GetFileSystemProperties() to get the file systems. Or we might switch to using WMI as Microsoft advises and create our own C++ wmi library interface. (Except WMI won't for Win7 users...)
Also we should use VDS to query data for label sanitization
Detect GPT that is smaller than disk size and ask user "Do you want to fix this?"
Add support for .json provided custom commands to apply after the image has been created. e.g. something like:
This topic is flagged as INTERNAL and is therefore NOT open for comments.
Medium Term
net accounts
does reportMaximum password age (days): Unlimited
on local account creation → Looks good0xC003045D
isERROR_IO_DEVICE
=1117L
, which we should be able to get in English). Did we regress something with the last error message updates?Long Term No Rush
systemd-boot
(if needed and whenever the hell we find an ISO that uses that). This'll probably mean looking forloader/entries/*.conf
on the ESP and altering the labels..esp
image copy mode?GetDrivePartitionData()
and use this opportunity to call onIVdsVolumeMF_GetFileSystemProperties()
to get the file systems.Or we might switch to using WMI as Microsoft advises and create our own C++ wmi library interface.(Except WMI won't for Win7 users...).json
provided custom commands to apply after the image has been created. e.g. something like:The text was updated successfully, but these errors were encountered: