We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9b8fe commit 65d43f5Copy full SHA for 65d43f5
USAGE.md
@@ -74,15 +74,6 @@ xorriso -as mkisofs -R -r -J -b <relative path of limine-bios-cd.bin> \
74
75
*Note: `xorriso` is required.*
76
77
-For better compatibility with BIOS/CSM systems that refuse to boot from disks that
78
-have a GPT partition table, one can convert the GPT table generated by `xorriso`
79
-into an MBR by using `sgdisk` with the following command:
80
-```
81
-sgdisk image.iso -m 1:2:3:4
82
83
-
84
-*Note: `sgdisk` is required, usually from a `gdisk` or `gptfdisk` package*
85
86
And do not forget to also run `limine bios-install` on the generated image:
87
```
88
limine bios-install image.iso
0 commit comments