-
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
"BOOTMGR is compressed" error on boot #1381
Comments
I'm gonna assume that this happens when using a Windows ISO, right (please don't assume that I don't need to see your log. If your issue happens after creating an image from an ISO, ALWAYS provide the log period). Also have you tested both BIOS and UEFI? Recent Windows ISOs have a |
Fair enough about the log. I just made a usb boot stick to test what you asked about, so I'll put the log from that below.
|
When I had this issue, it was enough to run |
@josephsmendoza, that's the simplest solution, so that's what I'm going to with, thanks. At this stage, I don't really think that I have applied the needed changes to the source, which will be part of the next release, so I will close this issue with the next commit. |
It hadn't occurred to me, but now that I think about it, I don't think I've had this issue on EFI. Especially if the included driver supports compression, I'd leave |
Fantastic! Thank you very much! :-) |
Leaving this comment to update later. Got |
ROG STRIX B350-F GAMING |
Well, of course you will still get this issue since Rufus 3.9, which will be the first version to fix this problem, has not been released yet (and no, I don't know exactly when it will be released... maybe February?) |
Actually, it's the same issue but on different files. The fix as stated here would not prevent this error. Specifically, at least |
While testing, I noticed that the |
Yeah, you are seriously asking for trouble trying to use compressed NTFS for EFI installation. This is very different from BIOS installs, where the file system driver is provided by the Microsoft bootloader, and therefore compressed NTFS support is provided by the installer itself and can be expected to be supported. But for EFI boot, the NTFS file system drivers are NOT provided by Microsoft themselves as part of their installation media, and therefore, unlike what is the case for BIOS, there is NO expectation a user should have about being able to use compressed NTFS for EFI install. Hence your issue. Depending on the driver being used (the one provided by Rufus should be fine, but the one provided by your mobo manufacturer might not), you will run into all sort of issues. I'll apply your fix. But let this be clear: expect exactly ZERO level of support from me when it comes to EFI Windows installations and compressed NTFS. If you want to install Windows in EFI mode, you should not use compressed NTFS. |
Thank you for the prompt replies, and for applying the fix, and obviously for Rufus. I feel like I should clarify that I wasn't expecting anything in the way of support for this issue, the comments I left before the pr were for my information later while testing the issue. |
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. |
Checklist
<FULL LOG>
below.Rufus version: x.y.z
- I have NOT removed any part of it.Additionally (if applicable):
(✓)
button to compute the MD5, SHA1 and SHA256 checksums, which are therefore present in the log I copied. I confirmed, by performing an internet search, that these values match the ones from the official image.Issue description
(I know using NTFS compression isn't officially supported, but it works great and this is an easy one, I already know the fix and it's simple.)
Hello! When the NTFS compression cheat key is enabled, if Rufus is putting a file called "BOOTMGR" in the root of a partition, could that one file be not compressed, please? Otherwise, you get a "BOOTMGR is compressed / Press Ctrl-Alt-Del to restart" message on boot. (Everything else works great once that file is uncompressed.) Thank you! :-)
Log
The text was updated successfully, but these errors were encountered: