mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:43:25 +00:00
![]() When an NTFS partition is created with Windows and modified with Linux (see below), the NTLDR/BOOTMGR will compare the file names ignoring the case of the files, while FreeLdr does not and the same hack is on Btrfs file name comparison. This PR is necessary because the case of the file names on registry, etc. may not always be consistent! How to reproduce: - Try to install Windows with NTFS and install FreeLdr on it; - Try to modify Windows partition on Linux like creating/copying some new files; - Try to boot with FreeLdr (it will fail if the hive file path case is different than the actual file path); - Try to boot with NTLDR/BOOTMGR (it will work finally reaching the desktop). |
||
---|---|---|
.. | ||
armllb | ||
bcd | ||
bgfx | ||
bootdata | ||
environ | ||
freeldr | ||
rtl | ||
boot_images.cmake | ||
CMakeLists.txt |