From 613fa1963a22915e871baef812ad23bed104662e Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 29 Aug 2023 14:31:31 -0400 Subject: [PATCH] update docs about double installation of syslinux --- README.mdwn | 8 -------- live-usb-loader.sh | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.mdwn b/README.mdwn index c907c36..ab176ed 100644 --- a/README.mdwn +++ b/README.mdwn @@ -48,14 +48,6 @@ Then run the script on the same drive: sudo ./live-usb-loader.sh trisquel_11.0-fsf_amd64.iso /dev/sdX -If GRUB in LibreBoot doesn't recognize the USB isolinux menu, then Re-run the -following commands for your USB device: - - umount /dev/sdX* - syslinux --directory /syslinux/ --install /dev/sdX1 - sudo dd if=/usr/lib/SYSLINUX/mbr.bin of=/dev/sdX - parted /dev/sdX set 1 boot on - ## Installing extra media, including Trisquel 11 source code This command also updates the Web page that shows up on boot. diff --git a/live-usb-loader.sh b/live-usb-loader.sh index 3bbfc6b..b63fa33 100755 --- a/live-usb-loader.sh +++ b/live-usb-loader.sh @@ -68,6 +68,7 @@ rmdir $DEVTMP rmdir $ISOTMP # the order of steps might be wrong, so we run these commands twice +# (for the sake of GRUB booting) for times in 1 2 ; do # Set up bootloader, requires syslinux. version 6.04 has been tested. syslinux --directory /syslinux/ --install ${DEV}1 -- 2.25.1