update docs about double installation of syslinux main
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 29 Aug 2023 18:31:31 +0000 (14:31 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 29 Aug 2023 18:31:31 +0000 (14:31 -0400)
README.mdwn
live-usb-loader.sh

index c907c3644e91393dd3f5b49623e5066cdebeabbf..ab176ed6ad6b9799b9c92340e0c8910b5f818c3b 100644 (file)
@@ -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.
index 3bbfc6bb9d8ec171ea08b0a7950afab4eec224d8..b63fa331e37bf7cf725454caae3267469dbdc0fa 100755 (executable)
@@ -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