backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
gnu_linux:boot:usb_stick [2018/12/17 10:02] – [Ubuntu installer] kolangnu_linux:boot:usb_stick [2019/07/25 07:30] – [Installing SystemRescueCD] kolan
Line 12: Line 12:
 && echo "SystemRescueCD successfully installed\! ;-)" || echo "Installation of SystemRescueCD failed\! ;-(" ; \ && echo "SystemRescueCD successfully installed\! ;-)" || echo "Installation of SystemRescueCD failed\! ;-(" ; \
 sudo umount iso_dir ; rmdir iso_dir</code> sudo umount iso_dir ; rmdir iso_dir</code>
 +
 +<note important>
 +Last SysRecueCD versions can be written with **dd** to the usb stick.
 +</note>
 +
 ==== Set correct FS type ==== ==== Set correct FS type ====
 Set correct file system type to make >=DOS-7.1 understand it. Under GNU/Linux type<code bash | Set correct fs type for DOS>sudo fdisk /dev/sdX # X - is the stick vfat partition, type 't', 'b', 'w', 'Enter'</code>Additionally you can set a DOS fs label<code bash | set dos fs label>sudo fatlabel /dev/sdX1 LABEL</code> Set correct file system type to make >=DOS-7.1 understand it. Under GNU/Linux type<code bash | Set correct fs type for DOS>sudo fdisk /dev/sdX # X - is the stick vfat partition, type 't', 'b', 'w', 'Enter'</code>Additionally you can set a DOS fs label<code bash | set dos fs label>sudo fatlabel /dev/sdX1 LABEL</code>