SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:handbook:liveusb [2014/11/13 10:41]
brianperry mentioned method to use iso file as sourcefile too, changed sdb1 to sdxx, this avoids mistakes if users type over the instructions yet when they have different device names)
en:handbook:liveusb [2014/11/16 10:35]
brianperry removed double link
Line 23: Line 23:
 <​code>​ # tazusb gen-iso2usb slitaz.iso /dev/sdxx </​code>​ <​code>​ # tazusb gen-iso2usb slitaz.iso /dev/sdxx </​code>​
 (if you're working with an iso file as the install source) (if you're working with an iso file as the install source)
 +
 +Note that the /dev/sdxx part of the command above specifies the location to where you need to write the iso's files to; it is not the source media where the iso is on ! With the iso file as install source option, you should hence specify the exact location where the slitaz iso  source file is located. If it is located at /home/tux (while running slitaz from a non-live version), write "​tazusb gen-iso2usb /​home/​tux/​slitaz.iso /​dev/​sdxx"​. If the source file is found on an external hard disk, mention the folder in which the media'​s files are outputted to - check this with PCManFM (in practice the folder can be something like /​media/​disk). So, the command you'd need to write with the latter would be something like "​tazusb gen-iso2usb /​media/​disk/​slitaz.iso /​dev/​sdxx"​
  
 And that's all you need to do, you can now boot SliTaz from usb media (providing your computer bios supports this method). And that's all you need to do, you can now boot SliTaz from usb media (providing your computer bios supports this method).
- 
-=== Maintaining system settings === 
- 
-When you finish your LiveUSB session, make sure you maintain your installed packages, system settings, etc, by backing up the entire current filesystem with one the following commands: 
- 
-    * fast compression,​ average filesize: <​code>​ # tazusb writefs gzip </​code>​ 
-    * slow compression,​ smaller filesize: <​code>​ # tazusb writefs lzma </​code>​ 
-    * no compression,​ larger filesize: <​code>​ # tazusb writefs none </​code>​ 
- 
-Each of these writes everything to a '//​rootfs.gz//'​ archive to be loaded the next time you boot. 
- 
-If anything should go wrong when writing your filesystem, you can simply rollback to your previous filesystem by typing '//​previous//'​ at the '//​boot://'​ prompt. Older backups are named '//​rootfs.gz.unixtimestamp//'​ and can be safely deleted from the ///home// folder to save disk space using //tazusb clean//. 
  
 === Tazusb Manual === === Tazusb Manual ===
Line 111: Line 101:
  
 **7.** You can now restart your computer. Change option in BIOS to boot first from USB. **7.** You can now restart your computer. Change option in BIOS to boot first from USB.
-==== Easy way from Windows to SliTaz ==== 
- 
-[[http://​doc.slitaz.org/​en:​guides:​liveusb|LiveUSB Guide: From Windows To SliTaz]] 
  
 ==== See also ==== ==== See also ====
 [[http://​doc.slitaz.org/​en:​guides:​liveusb]] [[http://​doc.slitaz.org/​en:​guides:​liveusb]]
 
en/handbook/liveusb.txt ยท Last modified: 2014/11/16 10:35 by brianperry