Changes between Version 96 and Version 97 of FAQ


Ignore:
Timestamp:
Jul 18, 2011, 7:40:00 PM (13 years ago)
Author:
victor gattegno
Comment:

FAQ42 corrected

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v96 v97  
    743743w
    744744EOF
     745}}}
     746Note : SamK indicated that the following command was needed too:
     747{{{
     748dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc
     749}}}
     750
     7512nd step
     752{{{
    745753# mkdosfs -F 32 /dev/sdc1
    746754# mkdir -p /mnt1
     
    751759# mkdir -p /mnt
    752760# mount /path/to/mondorescue-1.iso /mnt -o loop
    753 # cp -a /mnt/* /mnt1/*
     761# cp -a /mnt/* /mnt1
    754762# mv /mnt1/isolinux.cfg /mnt1/syslinux.cfg
    755763# umount /mnt1
    756764# umount /mnt
    757765# syslinux -s /dev/sdc1
    758 # or, if necessary and because some versions of syslinux do not support the -s option. (particularly Debian Squeeze) use:-
    759 # syslinux --stupid /dev/sdc1
    760 
    761 }}}
     766}}}
     767
     768Be aware that "syslinux -s /dev/sdc1" will not make bootable the USB device through the Debian and Ubuntu distributions that use syslinux 4.02 (Ubuntu 10.10, Ubuntu 11.04, Debian Squeeze), until Canonical and Debian decide to upgrade to syslinux 4.03.
     769Meanwhile, the solution is to replace it by: "syslinux --stupid /dev/sdc1".