66 BootEntry->BootFilePath =
NULL;
77 BootEntry->FriendlyName =
L"\"ReactOS\"";
78 Options->OsLoadOptions =
L"/FASTDETECT";
83 BootEntry->FriendlyName =
L"\"ReactOS (Debug)\"";
84 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS";
90 BootEntry->FriendlyName =
L"\"ReactOS (VBox Debug)\"";
91 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=VBOX /SOS";
98 BootEntry->FriendlyName =
L"\"ReactOS (RosDbg)\"";
99 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /KDSERIAL";
105 BootEntry->FriendlyName =
L"\"ReactOS (Screen)\"";
106 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=SCREEN /SOS";
111 BootEntry->FriendlyName =
L"\"ReactOS (Log file)\"";
112 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=FILE /SOS";
117 BootEntry->FriendlyName =
L"\"ReactOS (RAM Disk)\"";
118 Options->OsLoadPath =
L"ramdisk(0)\\ReactOS";
119 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /RDPATH=reactos.img /RDIMAGEOFFSET=32256";
124 BootEntry->FriendlyName =
L"\"ReactOS (Emergency Management Services)\"";
126 Options->OsLoadOptions =
L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /redirect=com2 /redirectbaudrate=115200";
132#if DBG && !defined(_WINKD_)
172 PVOID BootStoreHandle;
198 PVOID BootStoreHandle;
213 DPRINT1(
"BootPath = '%S' points to disk #%d, partition #%d, path '%S'\n",
219 L"multi(0)disk(0)rdisk(%lu)partition(%lu)",
242 L"multi(0)disk(0)fdisk(%lu)", DiskNumber);
265 DPRINT1(
"Unhandled NT path '%S'\n", BootPath);
279 BootEntry->BootFilePath =
NULL;
286 Options->BootPath = BootPathBuffer;
338 DPRINT(
" An installation '%S' of unsupported type %lu\n",
339 BootEntry->FriendlyName, BootEntry->OsOptionsLength);
348 DPRINT1(
" A Win2k3 install '%S' without an ARC path?!\n", BootEntry->FriendlyName);
368 DPRINT(
" Found a candidate Win2k3 install '%S' with ARC path '%S'\n",
369 BootEntry->FriendlyName,
Options->OsLoadPath);
373 DPRINT(
"EnumerateReactOSEntries: OsLoadPath: '%S'\n",
Options->OsLoadPath);
386 L"ReactOS_%lu",
Data->i);
388 L"\"ReactOS %lu\"",
Data->i);
401 PVOID BootStoreHandle;
416 Data.ArcPath = ArcPath;
427 if (!
Data.UseExistingEntry)
433 BootEntry->BootFilePath =
NULL;
443 BootEntry->FriendlyName =
Data.OsName;
461 PVOID BootStoreHandle;
478 Data.ArcPath = EntryName;
489 if (!
Data.UseExistingEntry
492 BootEntry->Version =
NtLdr;
493 BootEntry->BootFilePath =
NULL;
500 Options->OsLoadPath = EntryName;
504 BootEntry->FriendlyName = EntryValue;
625 IN PFS_INSTALL_BOOTCODE InstallBootCode)
660 DPRINT1(
"Unable to lock the volume before installing boot code. Status 0x%08x. Expect problems.\n", LockStatus);
664 Status = InstallBootCode(SrcPath, PartitionHandle, PartitionHandle);
672 DPRINT1(
"Unable to dismount the volume after installing boot code. Status 0x%08x. Expect problems.\n", LockStatus);
678 DPRINT1(
"Unable to unlock the volume after installing boot code. Status 0x%08x. Expect problems.\n", LockStatus);
694 IN PFS_INSTALL_BOOTCODE InstallBootCode)
852 L"\\Device\\Harddisk%d\\Partition0",
857 SourceRootPath->Buffer,
L"\\loader\\dosmbr.bin");
863 SystemRootPath->Buffer,
L"mbr.old");
865 DPRINT1(
"Save MBR: %S ==> %S\n", DestinationDevicePathBuffer,
DstPath);
874 DPRINT1(
"Install MBR bootcode: %S ==> %S\n",
875 SourceMbrPathBuffer, DestinationDevicePathBuffer);
879 DestinationDevicePathBuffer,
901 DPRINT1(
"SetupCopyFile() failed (Status 0x%08lx)\n",
Status);
913 DPRINT1(
"SetupCopyFile() failed (Status 0x%08lx)\n",
Status);
934 DPRINT(
"System path: '%wZ'\n", SystemRootPath);
940 DPRINT1(
"InstallBootloaderFiles() failed (Status %lx)\n",
Status);
946 if (DoesFreeLdrExist)
949 DPRINT1(
"Update existing 'freeldr.ini'\n");
953 DPRINT1(
"UpdateFreeLoaderIni() failed (Status %lx)\n",
Status);
967 DPRINT1(
"Found Microsoft Windows NT/2000/XP boot loader\n");
970 if (DoesFreeLdrExist ==
FALSE)
973 DPRINT1(
"Create new 'freeldr.ini'\n");
977 DPRINT1(
"CreateFreeLoaderIniForReactOS() failed (Status %lx)\n",
Status);
984 if (
_wcsicmp(FileSystemName,
L"FAT32") == 0)
991 SystemRootPath->Buffer,
995 DPRINT1(
"InstallBootCodeToFile(FAT32) failed (Status %lx)\n",
Status);
1004 DPRINT1(
"Install FAT16 bootcode: %S ==> %S\n", SrcPath,
DstPath);
1006 SystemRootPath->Buffer,
1010 DPRINT1(
"InstallBootCodeToFile(FAT16) failed (Status %lx)\n",
Status);
1019 DPRINT1(
"Update 'boot.ini'\n");
1021 L"C:\\bootsect.ros",
1041 DPRINT1(
"Found COMPAQ MS-DOS 1.x (1.11, 1.12) / MS-DOS 1.25 boot loader\n");
1043 Section =
L"CPQDOS";
1053 DPRINT1(
"Found Microsoft DOS or Windows 9x boot loader\n");
1065 DPRINT1(
"Found IBM PC-DOS or DR-DOS 5.x or IBM OS/2 1.0\n");
1067 Section =
L"IBMDOS";
1068 Description =
L"\"IBM PC-DOS or DR-DOS 5.x or IBM OS/2 1.0\"";
1076 DPRINT1(
"Found DR-DOS 3.x\n");
1087 DPRINT1(
"Found Dell Real-Mode Kernel OS\n");
1099 DPRINT1(
"Found MS OS/2 1.x\n");
1111 DPRINT1(
"Found MS/IBM OS/2\n");
1113 Section =
L"IBMOS2";
1121 DPRINT1(
"Found FreeDOS boot loader\n");
1130 DPRINT1(
"No or unknown boot loader found\n");
1132 Section =
L"Unknown";
1138 if (DoesFreeLdrExist ==
FALSE)
1141 DPRINT1(
"Create new 'freeldr.ini'\n");
1146 SystemRootPath->Buffer, DestinationArcPath->Buffer,
1151 DPRINT1(
"CreateFreeLoaderIniForReactOSAndBootSector() failed (Status %lx)\n",
Status);
1158 DPRINT1(
"Save bootsector: %S ==> %S\n", SystemRootPath->Buffer,
DstPath);
1171 DPRINT1(
"CreateFreeLoaderIniForReactOS() failed (Status %lx)\n",
Status);
1177 if (
_wcsicmp(FileSystemName,
L"FAT32") == 0)
1182 DPRINT1(
"Install FAT32 bootcode: %S ==> %S\n", SrcPath, SystemRootPath->Buffer);
1187 DPRINT1(
"InstallBootCodeToDisk(FAT32) failed (Status %lx)\n",
Status);
1196 DPRINT1(
"Install FAT16 bootcode: %S ==> %S\n", SrcPath, SystemRootPath->Buffer);
1200 DPRINT1(
"InstallBootCodeToDisk(FAT16) failed (Status %lx)\n",
Status);
1223 DPRINT(
"System path: '%wZ'\n", SystemRootPath);
1229 DPRINT1(
"InstallBootloaderFiles() failed (Status %lx)\n",
Status);
1234 DoesFreeLdrExist =
DoesFileExist_2(SystemRootPath->Buffer,
L"freeldr.ini");
1235 if (DoesFreeLdrExist)
1238 DPRINT1(
"Update existing 'freeldr.ini'\n");
1242 DPRINT1(
"UpdateFreeLoaderIni() failed (Status %lx)\n",
Status);
1250 if (DoesFreeLdrExist ==
FALSE)
1253 DPRINT1(
"Create new 'freeldr.ini'\n");
1256 DPRINT1(
"*nix or unknown boot loader found\n");
1263 SystemRootPath->Buffer, DestinationArcPath->Buffer,
1264 L"Linux",
L"\"Linux\"",
1268 DPRINT1(
"CreateFreeLoaderIniForReactOSAndBootSector() failed (Status %lx)\n",
Status);
1275 DPRINT1(
"Save bootsector: %S ==> %S\n", SystemRootPath->Buffer,
DstPath);
1288 DPRINT1(
"CreateFreeLoaderIniForReactOS() failed (Status %lx)\n",
Status);
1297 DPRINT1(
"Install BTRFS bootcode: %S ==> %S\n", SrcPath, SystemRootPath->Buffer);
1301 DPRINT1(
"InstallBootCodeToDisk(BTRFS) failed (Status %lx)\n",
Status);
1322 DPRINT(
"System path: '%wZ'\n", SystemRootPath);
1328 DPRINT1(
"InstallBootloaderFiles() failed (Status %lx)\n",
Status);
1333 DoesFreeLdrExist =
DoesFileExist_2(SystemRootPath->Buffer,
L"freeldr.ini");
1334 if (DoesFreeLdrExist)
1337 DPRINT1(
"Update existing 'freeldr.ini'\n");
1341 DPRINT1(
"UpdateFreeLoaderIni() failed (Status %lx)\n",
Status);
1350 DPRINT1(
"Create new 'freeldr.ini'\n");
1353 DPRINT1(
"*nix or unknown boot loader found\n");
1360 SystemRootPath->Buffer, DestinationArcPath->Buffer,
1361 L"Linux",
L"\"Linux\"",
1365 DPRINT1(
"CreateFreeLoaderIniForReactOSAndBootSector() failed (Status %lx)\n",
Status);
1372 DPRINT1(
"Save bootsector: %S ==> %S\n", SystemRootPath->Buffer,
DstPath);
1385 DPRINT1(
"CreateFreeLoaderIniForReactOS() failed (Status %lx)\n",
Status);
1395 DPRINT1(
"Install NTFS bootcode: %S ==> %S\n", SrcPath, SystemRootPath->Buffer);
1399 DPRINT1(
"InstallBootCodeToDisk(NTFS) failed (Status %lx)\n",
Status);
1414 if (
_wcsicmp(FileSystemName,
L"FAT") == 0 ||
1415 _wcsicmp(FileSystemName,
L"FAT32") == 0)
1422 else if (
_wcsicmp(FileSystemName,
L"NTFS") == 0)
1426 DestinationArcPath);
1428 else if (
_wcsicmp(FileSystemName,
L"BTRFS") == 0)
1432 DestinationArcPath);
1445 DPRINT1(
"Unknown file system '%S'\n", FileSystemName);
1503 if (InstallType <= 1)
1512 DPRINT1(
"InstallVBRToPartition() failed (Status 0x%08lx)\n",
Status);
1522 L"\\Device\\Harddisk%d\\Partition0",
1529 DPRINT1(
"InstallMbrBootCodeToDisk() failed (Status 0x%08lx)\n",
Status);
1534 else if (InstallType == 2)
1549 DPRINT1(
"InstallBootloaderFiles() failed (Status 0x%08lx)\n",
Status);
1554 DPRINT(
"Create new 'freeldr.ini'\n");
1558 DPRINT1(
"CreateFreeLoaderIniForReactOS() failed (Status 0x%08lx)\n",
Status);
1565 DPRINT1(
"Install FAT12 bootcode: %S ==> %S\n", SrcPath, SystemRootPath->Buffer);
1569 DPRINT1(
"InstallBootCodeToDisk(FAT12) failed (Status 0x%08lx)\n",
Status);
1599 DPRINT1(
"Cannot open device '%wZ' (Status 0x%08lx)\n",
1612 DPRINT1(
"FileFsDeviceInformation failed (Status 0x%08lx)\n",
Status);
1698 DPRINT1(
"Cannot open %wZ for bootloader installation (Status 0x%08lx)\n",
1708 DPRINT1(
"GetFileSystemName() failed (Status 0x%08lx)\n",
Status);
1716 DPRINT1(
"FileFsDeviceInformation failed (Status 0x%08lx)\n",
Status);
1768 DPRINT1(
"Invalid disk number reported, bail out\n");
1784 DPRINT1(
"IOCTL_DISK_GET_DRIVE_GEOMETRY_EX failed (Status 0x%08lx)\n",
Status);
1806 DPRINT1(
"IOCTL_DISK_GET_PARTITION_INFO failed (Status 0x%08lx)\n",
Status);
1811 PartitionStyle = DiskGeoEx.
Partition.PartitionStyle;
1818 ArchType, SystemRootPath,
1820 SourceRootPath, DestinationArcPath,
Options);
1854 DPRINT1(
"FileFsDeviceInformation failed (Status 0x%08lx)\n",
Status);
1876 DPRINT1(
"Device is NOT removable!\n");
1884 FileSystemName = (IsFloppy ?
L"FAT" :
L"FAT32");
1897 DPRINT1(
"%s FS non-existent on this system!\n", FileSystemName);
1899 DPRINT1(
"FormatFileSystem(%s) failed (Status 0x%08lx)\n", FileSystemName,
Status);
1910 DPRINT1(
"InstallBootManagerAndBootEntries() failed (Status 0x%08lx)\n",
Status);
PRTL_UNICODE_STRING_BUFFER Path
#define OBJ_NAME_PATH_SEPARATOR
NTSTATUS OpenBootStore(_Out_ PVOID *Handle, _In_ PCWSTR SystemPartition, _In_ BOOT_STORE_TYPE Type, _In_ BOOT_STORE_OPENMODE OpenMode, _In_ BOOT_STORE_ACCESS Access)
NTSTATUS SetBootStoreOptions(IN PVOID Handle, IN PBOOT_STORE_OPTIONS BootOptions, IN ULONG FieldsToChange)
NTSTATUS AddBootStoreEntry(IN PVOID Handle, IN PBOOT_STORE_ENTRY BootEntry, IN ULONG_PTR BootEntryKey)
NTSTATUS CloseBootStore(_In_ PVOID Handle)
NTSTATUS EnumerateBootStoreEntries(IN PVOID Handle, IN PENUM_BOOT_ENTRIES_ROUTINE EnumBootEntriesRoutine, IN PVOID Parameter OPTIONAL)
struct _BOOTSECTOR_OPTIONS BOOTSECTOR_OPTIONS
#define BOOTSECTOR_OPTIONS_SIGNATURE
struct _NTOS_OPTIONS NTOS_OPTIONS
#define BOOT_OPTIONS_NEXT_BOOTENTRY_KEY
#define BOOT_OPTIONS_TIMEOUT
struct _NTOS_OPTIONS * PNTOS_OPTIONS
struct _BOOT_STORE_ENTRY * PBOOT_STORE_ENTRY
#define NTOS_OPTIONS_SIGNATURE
struct _BOOTSECTOR_OPTIONS * PBOOTSECTOR_OPTIONS
enum _BOOT_STORE_TYPE BOOT_STORE_TYPE
VOID FreeBootCode(IN OUT PBOOTCODE BootCodeInfo)
NTSTATUS ReadBootCodeByHandle(IN OUT PBOOTCODE BootCodeInfo, IN HANDLE FileHandle, IN ULONG Length OPTIONAL)
NTSTATUS ReadBootCodeFromFile(IN OUT PBOOTCODE BootCodeInfo, IN PUNICODE_STRING FilePath, IN ULONG Length OPTIONAL)
static NTSTATUS InstallBootloaderFiles(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath)
static NTSTATUS InstallMbrBootCode(IN PCWSTR SrcPath, IN HANDLE DstPath, IN HANDLE DiskHandle)
static NTSTATUS SaveBootSector(IN PCWSTR RootPath, IN PCWSTR DstPath, IN ULONG Length)
static NTSTATUS InstallFatBootcodeToPartition(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath, _In_ PCWSTR FileSystemName)
static NTSTATUS UpdateBootIni(IN PCWSTR IniPath, IN PCWSTR EntryName, IN PCWSTR EntryValue)
static NTSTATUS NTAPI EnumerateReactOSEntries(IN BOOT_STORE_TYPE Type, IN PBOOT_STORE_ENTRY BootEntry, IN PVOID Parameter OPTIONAL)
static NTSTATUS InstallBtrfsBootcodeToPartition(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath)
static NTSTATUS InstallMbrBootCodeToDisk(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCWSTR DestinationDevicePathBuffer)
NTSTATUS NTAPI InstallBootcodeToRemovable(_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING RemovableRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath)
static NTSTATUS CreateFreeLoaderIniForReactOS(IN PCWSTR IniPath, IN PCWSTR ArcPath)
static NTSTATUS InstallBootCodeToFile(IN PCWSTR SrcPath, IN PCWSTR DstPath, IN PCWSTR RootPath, IN PFS_INSTALL_BOOTCODE InstallBootCode)
static NTSTATUS CreateFreeLoaderIniForReactOSAndBootSector(IN PCWSTR IniPath, IN PCWSTR ArcPath, IN PCWSTR Section, IN PCWSTR Description, IN PCWSTR BootPath, IN PCWSTR BootSector)
static NTSTATUS InstallNtfsBootcodeToPartition(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath)
static BOOLEAN IsThereAValidBootSector(IN PCWSTR RootPath)
static NTSTATUS InstallBootManagerAndBootEntriesWorker(_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING SystemRootPath, _In_ ULONG DiskNumber, _In_ PARTITION_STYLE DiskStyle, _In_ BOOLEAN IsSuperFloppy, _In_ PCWSTR FileSystem, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath, _In_ ULONG_PTR Options)
Helper for InstallBootManagerAndBootEntries().
NTSTATUS GetDeviceInfo(_In_opt_ PCWSTR DeviceName, _In_opt_ HANDLE DeviceHandle, _Out_ PFILE_FS_DEVICE_INFORMATION DeviceInfo)
NTSTATUS NTAPI InstallBootManagerAndBootEntries(_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath, _In_ ULONG_PTR Options)
Installs FreeLoader on the system and configure the boot entries.
struct _ENUM_REACTOS_ENTRIES_DATA * PENUM_REACTOS_ENTRIES_DATA
static NTSTATUS InstallVBRToPartition(_In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath, _In_ PCWSTR FileSystemName)
static VOID TrimTrailingPathSeparators_UStr(IN OUT PUNICODE_STRING UnicodeString)
struct _ENUM_REACTOS_ENTRIES_DATA ENUM_REACTOS_ENTRIES_DATA
static NTSTATUS InstallBootCodeToDisk(IN PCWSTR SrcPath, IN PCWSTR RootPath, IN PFS_INSTALL_BOOTCODE InstallBootCode)
NTSTATUS GetDeviceInfo_UStr(_In_opt_ PCUNICODE_STRING DeviceName, _In_opt_ HANDLE DeviceHandle, _Out_ PFILE_FS_DEVICE_INFORMATION DeviceInfo)
static NTSTATUS UpdateFreeLoaderIni(IN PCWSTR IniPath, IN PCWSTR ArcPath)
static VOID CreateFreeLoaderReactOSEntries(IN PVOID BootStoreHandle, IN PCWSTR ArcPath)
_In_ PFCB _In_ LONGLONG FileOffset
_In_ PCHAR _In_ ULONG DeviceNumber
IN PUNICODE_STRING IN POBJECT_ATTRIBUTES ObjectAttributes
#define STATUS_NOT_SUPPORTED
NTSTATUS pOpenDeviceEx_UStr(_In_ PCUNICODE_STRING DevicePath, _Out_ PHANDLE DeviceHandle, _In_ ACCESS_MASK DesiredAccess, _In_ ULONG ShareAccess)
Open an existing device given by its NT-style path, which is assumed to be for a disk device or a par...
#define NT_SUCCESS(StatCode)
static const WCHAR Description[]
#define FILE_ATTRIBUTE_NORMAL
static const WCHAR Signature[]
struct _DISK_GEOMETRY_EX_INTERNAL * PDISK_GEOMETRY_EX_INTERNAL
struct _DISK_GEOMETRY_EX_INTERNAL DISK_GEOMETRY_EX_INTERNAL
#define RtlCompareMemory(s1, s2, l)
NTSTATUS CombinePaths(OUT PWSTR PathBuffer, IN SIZE_T cchPathSize, IN ULONG NumberOfPathComponents, IN ...)
BOOLEAN DoesFileExist_2(IN PCWSTR PathName OPTIONAL, IN PCWSTR FileName)
BOOLEAN NtPathToDiskPartComponents(IN PCWSTR NtPath, OUT PULONG pDiskNumber, OUT PULONG pPartNumber, OUT PCWSTR *PathComponent OPTIONAL)
NTSTATUS SetupCopyFile(IN PCWSTR SourceFileName, IN PCWSTR DestinationFileName, IN BOOLEAN FailIfExists)
#define DoesDirExist(RootDirectory, DirName)
#define IOCTL_DISK_GET_DRIVE_GEOMETRY_EX
_Must_inspect_result_ _In_opt_ PFLT_INSTANCE _Out_ PHANDLE FileHandle
#define FILE_SYNCHRONOUS_IO_NONALERT
@ FileFsDeviceInformation
#define FILE_SEQUENTIAL_ONLY
NTSTATUS GetFileSystemName_UStr(IN PUNICODE_STRING PartitionPath OPTIONAL, IN HANDLE PartitionHandle OPTIONAL, IN OUT PWSTR FileSystemName, IN SIZE_T FileSystemNameSize)
_Inout_ PUSB_DEVICE_HANDLE DeviceHandle
_Check_return_ unsigned long __cdecl wcstoul(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix)
#define OBJ_CASE_INSENSITIVE
#define RTL_FIELD_SIZE(type, field)
UNICODE_STRING DeviceFloppy
enum _PARTITION_STYLE PARTITION_STYLE
static OUT PIO_STATUS_BLOCK IoStatusBlock
#define InitializeObjectAttributes(p, n, a, r, s)
NTSYSAPI NTSTATUS NTAPI NtOpenFile(OUT PHANDLE phFile, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN ULONG ShareMode, IN ULONG OpenMode)
#define FSCTL_LOCK_VOLUME
NTSYSAPI NTSTATUS NTAPI NtWriteFile(IN HANDLE hFile, IN HANDLE hEvent OPTIONAL, IN PIO_APC_ROUTINE IoApcRoutine OPTIONAL, IN PVOID IoApcContext OPTIONAL, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN PVOID WriteBuffer, IN ULONG WriteBufferLength, IN PLARGE_INTEGER FileOffset OPTIONAL, IN PULONG LockOperationKey OPTIONAL)
#define FILE_READ_ATTRIBUTES
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
NTSYSAPI NTSTATUS NTAPI NtDeviceIoControlFile(IN HANDLE hFile, IN HANDLE hEvent OPTIONAL, IN PIO_APC_ROUTINE IoApcRoutine OPTIONAL, IN PVOID IoApcContext OPTIONAL, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN ULONG DeviceIoControlCode, IN PVOID InBuffer OPTIONAL, IN ULONG InBufferLength, OUT PVOID OutBuffer OPTIONAL, IN ULONG OutBufferLength)
#define FSCTL_UNLOCK_VOLUME
NTSTATUS NTAPI NtClose(IN HANDLE Handle)
#define FILE_FLOPPY_DISKETTE
NTSYSAPI BOOLEAN NTAPI RtlPrefixUnicodeString(IN PUNICODE_STRING String1, IN PUNICODE_STRING String2, IN BOOLEAN CaseInSensitive)
#define FSCTL_DISMOUNT_VOLUME
NTSTATUS NTAPI NtCreateFile(OUT PHANDLE FileHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes, OUT PIO_STATUS_BLOCK IoStatusBlock, IN PLARGE_INTEGER AllocationSize OPTIONAL, IN ULONG FileAttributes, IN ULONG ShareAccess, IN ULONG CreateDisposition, IN ULONG CreateOptions, IN PVOID EaBuffer OPTIONAL, IN ULONG EaLength)
NTSYSAPI NTSTATUS NTAPI NtFsControlFile(IN HANDLE hFile, IN HANDLE hEvent OPTIONAL, IN PIO_APC_ROUTINE IoApcRoutine OPTIONAL, IN PVOID IoApcContext OPTIONAL, OUT PIO_STATUS_BLOCK pIoStatusBlock, IN ULONG DeviceIoControlCode, IN PVOID InBuffer OPTIONAL, IN ULONG InBufferLength, OUT PVOID OutBuffer OPTIONAL, IN ULONG OutBufferLength)
#define FILE_REMOVABLE_MEDIA
__GNU_EXTENSION typedef unsigned __int64 * PULONGLONG
#define IOCTL_DISK_GET_PARTITION_INFO
_In_ ULONG _In_ ULONG _In_ ULONG Length
#define IOCTL_STORAGE_GET_DEVICE_NUMBER
#define STATUS_INVALID_PARAMETER_MIX
#define STATUS_NO_MORE_ENTRIES
NTSTRSAFEAPI RtlStringCchCopyW(_Out_writes_(cchDest) _Always_(_Post_z_) NTSTRSAFE_PWSTR pszDest, _In_ size_t cchDest, _In_ NTSTRSAFE_PCWSTR pszSrc)
NTSTRSAFEAPI RtlStringCchCatW(_Inout_updates_(cchDest) _Always_(_Post_z_) NTSTRSAFE_PWSTR pszDest, _In_ size_t cchDest, _In_ NTSTRSAFE_PCWSTR pszSrc)
NTSTRSAFEVAPI RtlStringCchPrintfW(_Out_writes_(cchDest) _Always_(_Post_z_) NTSTRSAFE_PWSTR pszDest, _In_ size_t cchDest, _In_ _Printf_format_string_ NTSTRSAFE_PCWSTR pszFormat,...)
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
NTSTATUS InstallFat32BootCode(IN PCWSTR SrcPath, IN HANDLE DstPath, IN HANDLE RootPartition)
NTSTATUS NTAPI FormatFileSystem_UStr(_In_ PUNICODE_STRING DriveRoot, _In_ PCWSTR FileSystemName, _In_ FMIFS_MEDIA_FLAG MediaFlag, _In_opt_ PUNICODE_STRING Label, _In_ BOOLEAN QuickFormat, _In_ ULONG ClusterSize, _In_opt_ PFMIFSCALLBACK Callback)
NTSTATUS InstallBtrfsBootCode(IN PCWSTR SrcPath, IN HANDLE DstPath, IN HANDLE RootPartition)
NTSTATUS InstallNtfsBootCode(IN PCWSTR SrcPath, IN HANDLE DstPath, IN HANDLE RootPartition)
IN HANDLE IN HANDLE RootPartition
#define NTFS_BOOTSECTOR_SIZE
#define InstallFat16BootCode
#define InstallFat12BootCode
#define BTRFS_BOOTSECTOR_SIZE
BOOLEAN IsDiskSuperFloppy2(_In_ const DISK_PARTITION_INFO *DiskInfo, _In_opt_ const ULONGLONG *DiskSize, _In_ const PARTITION_INFORMATION *PartitionInfo)
BOOLEAN IsSuperFloppy(_In_ PDISKENTRY DiskEntry)
BOOLEAN IsUnattendedSetup
enum _ARCHITECTURE_TYPE ARCHITECTURE_TYPE
#define STATUS_DEVICE_NOT_READY
NTSTATUS NTAPI NtQueryVolumeInformationFile(HANDLE FileHandle, PIO_STATUS_BLOCK IoStatusBlock, PVOID FsInformation, ULONG Length, FS_INFORMATION_CLASS FsInformationClass)
PULONG MinorVersion OPTIONAL
DISK_PARTITION_INFO Partition
#define RTL_CONSTANT_STRING(s)
#define FIELD_OFFSET(t, f)
#define RtlCopyMemory(Destination, Source, Length)
#define STATUS_INVALID_DEVICE_REQUEST
_In_ PWDFDEVICE_INIT _In_ PWDF_REMOVE_LOCK_OPTIONS Options
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
_In_ ULONG _In_ struct _SET_PARTITION_INFORMATION_EX * PartitionInfo
_In_ ULONG _In_ ULONG PartitionNumber
_Inout_opt_ PVOID Parameter