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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Because of the script's intended view on Microsoft Windows, manual steps may nee
48
48
Now, you can proceed with the steps in the specified order:
49
49
1. Mount your image file
50
50
2. Copy the files inside the newly mounted virtual drive to your USB/CD/DVD drive.
51
-
3. Make sure your information is correct. The disk scheme and firmware are also detailed for more legacy OSes. GPT and legacy BIOS are not natively compatible, as well as MBR and UEFI.
51
+
3. Make sure your information is correct. The disk scheme and firmware are also detailed for more legacy OSes. GPT and legacy BIOS are not natively compatible, including MBR and UEFI firmware.
52
52
4. Finally, set and apply boot information such as boot entries, boot code (for Windows), and other vital information based on your operating system and system type.
53
53
54
54
Regarding drivers, if you cannot run an installer for the driver(s) you need for Windows, you can also use _PnP Utility_ (`pnputil.exe`) or _Windows Driver Kit_ (also known as **WDK**). You should find a version that supports the intended operating system version in the table below (_Driver Development Kit / Device Development Kit_ included):
@@ -76,11 +76,11 @@ When using **DevCon**, you must first find the Hardware ID of the device listed
76
76
devcon.exe install C:\Users\NotDoe\drvpack\ATIx64\wddmAMDRHD.inf [Device hardware ID here]
77
77
```
78
78
79
-
You can replace `install` with `update` in the command to update an existing driver. You should use the hardware ID found in the device's details tab in Device Manager to update with DevCon.
79
+
You can replace `install` with `update` in the command to update an existing driver. You should use the hardware ID found in the device's details tab in Device Manager to update it with DevCon.
80
80
81
81
# Extended file system support on UEFI systems
82
82
Extended UEFI support is a major change that has been added in the commit _[7f13f7](https://github.com/poireguy/MCSBtool/commit/7f13f703a8c1625ab0a861c866b59e62f46ba2ed)_.
83
-
A re-formatted optical disc image (copied over from Rufus's FAT12 .img file) has been added to the root of the repository; you can install this with the script in case of offline media creation. The script also assumes you have at least 272 MiB free of unallocated space on the same disk as the USB/CD/DVD's partition, where the boot files only use 1-3 MiB of space. You may use your minimum allowed partition size for this, so prepare this partition manually.
83
+
A re-formatted optical disc image (copied over from Rufus's FAT12 .img file since many modern and even pre-modern systems cannot mount 70s-80s era file systems, et cetera.) has been added to the root of the repository; you can install this with the script in case of offline media creation. The script also assumes you have at least 272 MiB free of unallocated space on the same disk as the USB/CD/DVD's partition, where the boot files only use 1-3 MiB of space. You may use your minimum allowed partition size for this, so prepare this partition manually.
84
84
85
85
# Work In Progress and new potential features
86
86
I am planning to add these things to commit(s) for the _MCSB Tool_ PowerShell script:
0 commit comments