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.
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