Greetings Ean;
You wrote...
Please let me know where "Using the "Create a Live USB" menu option...comes from.
Also, do you mean I need to do a persistant installation from an existing installation?
Reply:
Second thing first: You shold create a persistent Live-USB from within Slitaz - especially if you consider yourself a beginner. The other utilities may or may not get it right. This is exactly the issue I had when I first started using Slitaz and other live distros with persistence.
First thing second: Once Slitaz is booted, from the "Start Menu" (AKA Applications), choose "System Tools", then choose "Create a Live USB" near the top of the list. This is the partly-GUI-based tool that does part of the command-line tazusb's job, and does it better.
Another thing: Before you start the "Create..." operation, download the latest desired ISO and have it conveniently nearby (eg on Desktop or in Downloads). You will need to select it from within the "Creator" app. There are two boxes in the "Creator" app that you will need to fill out - one is for the source ISO file - that's what the fresh/current ISO is for - and the other is for the TARGET drive. Make SURE the target drive is correct. I once accidentally re-formatted my C: drive because I got this wrong. Any sda# is your hard drive. USB sticks will appear as sdb# or sdc# (assuming you have only one physical hard drive).
Fat32 format works fine for the target USB drive. Fat32 also lets you edit startup files, or access your entire HOME directory with your notes etc,, and the boot directory, from Windows if there is a boot problem (more on that below).
You wrote:
I don't understand the stuff about .gz files and Abiword not working, etc.
Reply:
(1) Ignore the part about Abiword not working, for now!
(2) About gz files: When Slitaz boots from a FAT32 drive, it has to create a virtual linux file system in memory (Linux doesn't run directly "in" fat32 systems). So the booting procedures create the virtual filesystem in memory, then flesh it out with all the data and executable and configuration files that it needs to run. All that essential stuff is recorded in "squash files" that in Slitaz are lebeled *.gz. These are compressed files, like a ZIP archive, that retain the structure and content of the operating system filesystem. Slitaz rolling comes with 4 such files, called rootfs1.gz, rootfs2.gz, rootfs3.gz, rootfs4.gz. LATER, I can explain why there are four, but for now, just remember that is the DEFAULT condition (OEM) of your operatng system all zipped up. Once Slitaz is booted, it is running in the virtual system, like a RAMdrive in DOS. But like any volatile RAM system, all the changes you make evaporate when you power off. To preserve the changes, the virtual files have to be written to disk, as a file that can be reloaded on next boot, recreating the changed files. Thus, the files persist - though they are killed and then are reincarnated, they are functionally the same. The new squash file is always called rootfs.gz. If rootfs.gz exists, Slitaz will always boot from it, and ignore the other 4 OEM squash files.
Slitaz does not just save the changed files separately from the original files and add them on the next boot - it saves the whole shebang at each "writefs" execution, as a single (fat32 on disk) file called *** rootfs.gz *** with the whole linux filesystem including system changes inside it. Only the BOOT directory, and your HOME directory and its contents remain outside this file and on disk as themselves, so they can be accessed from other operating systems for backup, referral, or editing.
The editing function is important - if the squash file gets corrupted, you can delete the faulty one and rename the backup (last good rootfs.gz file will have been backed up as "previous.gz") to rootfs.gz from Windows, and Slitaz will boot again, minus the changes that caused the problem. Slitaz makes these backups automatically whenever you write a new rootfs.gz file. All the boot-up files, syslinux, rootfs.gz etc, are in BOOT.
You wrote: I tried your suggestion on making the desktop more visible, and this works well.
Reply: I am glad the font-size tip helped!
Yet more:
Other USB-creation utilities do a good job of creating the intial SLITAZ booter to use for installation to HD or USB. But this booter is not a persistent system - some of the utilities will even write it as an iso 9660 filesystem, which is intended for CD-ROMs only, and is read-only. There is no way to do persistence on a read-only system. Whenever I intend to write a new live USB, I like to use the netwoork boot item of the startup menu, which always gives you the most current system.
I hope this is not all too pedantic - I was a newbie not long ago and know that some of this might be necessary, but some of it will be unnecessary, but I don't know which is which - so excuse me if it seems too much like hand-holding.
Slizzard