mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[core] fix MBR protective message overwriting the primary GPT
* We distractedly chose to populate the message from our protective MBR for GPT/UEFI-only boot media into the 4KB that directly followed the MBR, which of course is space that is being used by the primary GPT. * This resulted on systems having to fall back to using the secondary GPT, which not all appear to be designed to do. * Alter the code to ensure the protective message is written at LBA 34, after the primary GPT. * Closes #1507
This commit is contained in:
parent
129aa64394
commit
2dd538b7cb
9 changed files with 60 additions and 57 deletions
|
@ -10,8 +10,8 @@
|
|||
boot it in BIOS/Legacy mode. THIS WILL NOT WORK!
|
||||
|
||||
To remove this message you need to do \02ONE\07 of the following:
|
||||
o If this computer supports UEFI, go to the UEFI settings
|
||||
and disable or lower the priority of \09CSM/Legacy mode\07.
|
||||
o If this computer supports UEFI, go to your UEFI settings
|
||||
and lower or disable the priority of \09CSM/Legacy mode\07.
|
||||
o \02OR\07 Recreate the drive in Rufus and use:
|
||||
* \09Partition scheme\07 -> \09MBR\07.
|
||||
* \09Target system\07 -> \09BIOS (...)\07
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue