worarkoudn for issue when booting via GRUB
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 28 Aug 2023 20:36:28 +0000 (16:36 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 28 Aug 2023 20:36:28 +0000 (16:36 -0400)
README.mdwn
live-usb-loader.sh

index 54f0a539ce70195de7af71356552707b25cadf15..b056260382f2e2a55df4b673be63027ba60033c9 100644 (file)
@@ -48,6 +48,14 @@ 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 9 source code
 
 This command also updates the Web page that shows up on boot.
index 69e1dd104ba34d9136ca90f20d68e10d24cd8a88..8348e6caab80c2de710e324d2119bd415d287eed 100755 (executable)
@@ -58,6 +58,7 @@ mv $DEVTMP/syslinux/isolinux.cfg $DEVTMP/syslinux/syslinux.cfg
 
 # apparently running syslinux command when /syslinux/ and /isolinux/ both exist
 # leads to GRUB not detecting the isolinux directory.
+## ^ this may be a red herring
 mv $DEVTMP/isolinux $DEVTMP/isolinux.bak
 
 # Create persistency file