Appendix: insert a note about boot flag on the partition containing syslinux.cfg

This commit is contained in:
John McQuah 2022-08-04 10:18:37 -04:00
parent 3237cc270f
commit 8b5589d2b4
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ by %fn%/usr/share/syslinux/gptmbr.bin%%. You can run @@fdisk -l /dev/sda@@ (repl
remind yourself what the existing partition table looks like. An identification of the exact partition type (DOS or GPT)
will appear next to ''Disklabel type:'' in the fdisk output.
-> Also inspect the @@fdisk -l@@ output to make sure that the boot flag is
enabled on the partition where you save %fn%ldlinux.c32%% in the commands
below. This partition must be flagged as bootable in order for the binary
blob to proceed with loading the syslinux code.
Once you determine the binary blob that will work with your partition table, run the commands that will copy that
binary blob into the master boot record. '''Remember to replace ''sda'' with your actual device.'''