Changes between Version 15 and Version 16 of bootloaders/syslinux
- Timestamp:
- May 11, 2017, 1:48:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bootloaders/syslinux
v15 v16 93 93 === Build Syslinux === 94 94 95 Now we will build the final version of theSyslinux, and we will copy the menu.c32 file96 over so we can have a menu at bootup.95 Now we will build the final version of Syslinux, and we will copy the menu.c32 file 96 over so that we can have a menu at bootup. 97 97 98 98 make installer &&[[BR]] … … 103 103 104 104 First we erase the current MBR on the disk, next we will install the MBR for Extlinux on 105 the Primary Boot rive. I will assumethe Primary Boot Drive is /dev/sda. We repeat this106 step from above. Reinstalling this ensures usthat we are using the currently built105 the Primary Boot Drive. I will assume that the Primary Boot Drive is /dev/sda. We repeat this 106 step from above. Reinstalling this ensures that we are using the currently built 107 107 version of the file. When Syslinux is cross-compiled, some files are not made and 108 108 the premade ones are. This will ensure that we use the ones we just built.[[BR]] … … 116 116 dd bs=440 conv=notrunc count=1 if=/usr/share/syslinux/gptmbr.bin of=/dev/sda[[BR]] 117 117 118 Second we will install edthe extlinux.sys file for bootup. This is the bootloader.[[BR]]118 Second we will install the extlinux.sys file for bootup. This is the bootloader.[[BR]] 119 119 extlinux --install /boot[[BR]] 120 120