You are not logged in.
(I am a complete n00b) I just want Slitaz on a usb, and the home directory set on the usb, and it being persistant. I Have downloaded and burned slitaz 4.0 iso to a cd and am running off that. Im running off a computer that runs windows 7, but my copy of windows is semi currupt, so i'm using slitaz until its fixed. I will also use slitaz in the future, dont you worry dev. team
. So is there a way to put it on a USB, WHILE running slitaz? If not, is there a noob friendly tutorial to do it on windows xp? Thanks sooo much!! (I'm almost 18!!! the second I turn 18, i'm getting a credit card and donating to the slitaz dev. team!!!)
Offline
Have you ever tried to search forum for existing solved topics?
For example this one: [c]http://forum.slitaz.org/forum/live-and-install[/c]
Or this: [c]http://forum.slitaz.org/topic/how-to-create-liveiso[/c]
I suggest using those topics instead of creating new ones...
Offline
I have, but I couldnt find anything that I could actually understand. (completely new, just started to use slitaz yesterday.) I looked at the topic and I don't think they are doing the same thing as the title of this post...at least I'm pretty sure....not to bug anyone or anything, but iv looked for tutorials and none of them create a live USB WHILE running slitaz....(sorry, sort of pathetic, I know...)
Offline
Applications/System Tools/ Create a LiveUSB
Find your flash drive install target
Open terminal,su
[c]# fdisk -l[/c]
Choose the right device,it will be erased/formated destroying everything on it.
Set it in dropdown menu=> USB media:
Since your running Livecd it is the install source => ISO Image: (None)
Click OK button
Offline
>it will be erased/formated destroying everything on it.<
i like this part :-)
Offline
Yes!! I was hoping mojo would help!! Quick question, does it erase/format my HARDDRIVE? Or the USB? Cause I don't want to destroy everything on my computer, I just want everything destroyed on the USB...does it do that? (reformat the USB or hardrive?)
And does this set the home directory on the USB?
(lol almost solved!!)
Offline
It will format only the chosen device - usb stick in your case
Offline
Thanks, but does it set the home directory to the USB? So I I install flash player, then reboot, it will still be installed? Some with other packages and web bookmarks?
Offline
Sorry, I'm annoying I know, but just this last question untill I get to try this!! (sorry again)
Offline
TazUSB installer sets home=UUID but user is required to add or edit an existing boot entry in isolinux.cfg to boot into rootfs.gz with their installed programs.
TazUSB LiveUSB
Booting into the saved rootfs.gz with syslinux.
At the orange boot menu arrow down to SliTaz core
Hit the tab key
After initrd= delete the commas and any /boot/rootfs[1-4].gz so it looks like this:
initrd=/boot/rootfs.gz
Hit enter to boot the modified rootfs.gz with your installed programs.
Edit the /boot/isolinux/isolinux.cfg to modify SliTaz core Live entry to boot without having to manually edit every boot.
Offline
Hi Appdude
What you probably need is an full installation (home is automatic within it) on the USB and an adequate boot loader or direct loading on USB through the BIOS (I did do that years ago before I did buy a big 1 TByte hard disk; for this reason, I have no fresh experience). But it is really not good to play each day with the BIOS... It is somewhat for someone accepting to frozen his hard disk a average or long time until help comes from other side! And I don't know how well or not the file system of windows 7 does support the eventually actions from Linux (if you want to do that to use and change the data being in the ntfs partition!). Why did you speak after that about windows XP (you last sentence in the 1st msg: «If not, is there a noob friendly tutorial to do it on windows xp?»)? Have you 2 windows on the same hard disk?
rgds
Offline
No I have a laptop with running 7 and a desktop running XP. So the full installation is persistent...or what?....
Offline
A full install of linux on a USB flash drive is failure prone.
The full install has thousands of files written to the USB flash drive increasing the chance of file corruption.
Frugal livecd install is much more reliable, the entire root fliesystem except /home is one compressed tarball.
The tazusb system makes a backup by renaming the rootfs.gz to previous.gz when the user runs the command to save [c]tazusb writefs gzip[/c]
Bios setup boot priority: optical drive,USB flash drive, hard drive
Offline
Alright, I got a live USB working, and the BIOS are set to enable USB booting, and it is the 2nd priority. Ok new problem. I booted through my USB, and got to the orange booting screen. I tryed to select the first option, but it didn't do anything. So I arrowed down to slitaz core live and it went through its little code, then it asked my language, then keyboard input. But then I got to the login screen. It said: user: tux. I hit enter. Then password. I typed "root". Then a dark brown screen. Then words popped up saying "Failed to execute login command". Then it brought me back to the user login. It said: user: tux. I hid enter agian. I typed "root". Then brown screen. Then "failed to execute login command. What? How do I fix this?
Offline
There is no password for tux, don't type anything in the box,just hit enter.
If you can't login as user tux replace tux with root and use password root.
Offline
Alright, I can log in!! But for some reason Slitaz live wont work.. When I click on it, it just reloads all the options on the orange login screen.
I figured out how to save my programs, but as mojo said, so that I don't need to edit it every time I boot, I have to edit the /boot/isolinux/isolinux.cfg. But I can't even find directory "isolinux". Where is the directory? (I'm running off the USB) and why can't I log in on slitaz live, but I can on slitaz core live?
(thanks guys, mojo, almost there)
Offline
The problem could be the USB flash drive is not formated in a linux filesystem
Fat32,NTFS, and other MSoft filesystems won't allow login of X session.
Tazusb-box runs [c]tazusb gen-liveusb[/c] does not make_fs which formats
Reboot with the Slitaz Livecd
Applications/System Tools/GParted Partition Editor
Use root as password,click OK button
Make sure you choose your USB flash drive
What does File system say ?
Offline
Sorry mojo, I guess I mistyped while logging in as root. I could log in as root through slitaz core live, but slitaz live won't. I guess you answered my question as I was re editing my last post, please read it for the info.
Offline
I wouldn't continue until you can login as user tux with a blank password.
Check the filesystem format,you'll have to re-install after you format to ext3.
Offline
File system format? How? (lol sorry!!)
Wait, I got it on gparted, the format is fat32. (if that's a format?) what should I reformat it to? (ext2, ext3, ext4, ect.)
Offline
Choose ext3,then hit Apply button
Re-install after format to ext3:
Applications/System Tools/ Create a LiveUSB
Find your flash drive install target
Open terminal,su
# fdisk -l
Choose the right device,it will be erased/formated destroying everything on it.
Set it in dropdown menu=> USB media:
Since your running Livecd it is the install source => ISO Image: (None)
Click OK button
Offline
Ok, give me a second, I'll give you a status update when it's finished...
Offline
Alright, making a new live USB.....
Offline
Your learning lol ;-)
Offline
Lol the tingly sensation of learning!! It completely worked!!!! Mojo, I owe you 100 happiness points!! And $150 in donations!!! I have (hopefully) just a couple questions left. Do I have to keep the USB in the computer the entire time I use slitaz?
Do I need to load rootfs 1-4 AND my custom saved rootfs, or just my custom rootfs?
How to set it up so that it load my custom rootfs automatically.
I'm annoying!!! Sorry!! Last questions!! After this I'm set to play and experiment!!
Offline
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]