mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[mbr] replace gpt.S with a more generic msg.S
* msg.S now reads an ASCII message (with escaped colour sequences) from the following blocks, which is both more flexible and allows for more content to be displayed. * Also adds Bochs testing to the MBR build facility
This commit is contained in:
parent
b8579c04da
commit
bfbb9d2ed5
9 changed files with 325 additions and 122 deletions
11
res/mbr/msg.txt
Normal file
11
res/mbr/msg.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
****************************************
|
||||
*** ERROR: LEGACY BOOT OF UEFI MEDIA ***
|
||||
****************************************
|
||||
|
||||
This drive can only boot in UEFI mode.
|
||||
It can not boot in BIOS/Legacy mode.
|
||||
|
||||
If you want to boot this drive in BIOS/Legacy mode, you
|
||||
should recreate it in Rufus using the following settings:
|
||||
* Partition scheme -> MBR
|
||||
* Target system -> BIOS...
|
Loading…
Add table
Add a link
Reference in a new issue