SliTaz SliTaz Forum

You are not logged in.

#1 2011-07-01 02:53:16

Clex19
Member
Registered: 2011-07-01
Posts: 6

Help with installing SliTaz onto my hard drive

Hello everyone. I need help installing SliTaz onto my hard drive from a Live USB I made with tazusb.exe. After I ran the slitaz-installer and chose to install, not upgrade, it said, "Unable to find: rootfs.gz". I'm not sure if this is the same problem that alharaka has here http://forum.slitaz.org/topic/installation-or-liveusb-prep-cannot-find-rootfsgz-on-slitaz-30-3-in-1-disk . But I want to make sure I don't try a solution to a different problem. Also, FYI, I have not figured out how to get wi-fi to work at the moment, so I won't be able to copy and paste terminal commands from the Internet while on the laptop that has SliTaz.

Thanks in advance for the help! From what I'm able to do with SliTaz, I think it's the best Linux distro I've tried!

Offline

#2 2011-07-01 02:58:12

Guest
Guest

Re: Help with installing SliTaz onto my hard drive

download a copy of the slitaz iso file if you don't have a copy then as root execute the following: mount -o loop slitaz_iso_file /media/cdrom.

I haven't used slitaz with wifi so can't help you there, sorry.

#3 2011-07-01 03:10:20

Clex19
Member
Registered: 2011-07-01
Posts: 6

Re: Help with installing SliTaz onto my hard drive

Wow! Thanks for the quick reply, jp734!

I have a copy of the .iso file that I needed to make the Live USB, and I can use another USB to put it onto my comp. But does it matter where I put the .iso file? If so, where should I put it (i.e. which folder)?

Offline

#4 2011-07-01 03:14:51

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Help with installing SliTaz onto my hard drive

Copy the slitaz iso onto the root of the Live USB flash drive

Loop mount the slitaz.iso to /media/cdrom

http://doc.slitaz.org/en:handbook:installation SliTaz Installer Install Type

Offline

#5 2011-07-01 03:26:44

Clex19
Member
Registered: 2011-07-01
Posts: 6

Re: Help with installing SliTaz onto my hard drive

@mojo

What do you mean by "the root of the Live USB flash drive"? Do you mean anywhere on the flash drive? I just want to make sure I have it in the right place.

Thanks for the reply!

Offline

#6 2011-07-01 03:51:37

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Help with installing SliTaz onto my hard drive

The root of the drive is here=> /

When a file or folder is at the root of the drive it is not inside another folder.

#mount -o loop /slitaz-3.0.iso   /media/cdrom

Offline

#7 2011-07-03 18:33:39

Clex19
Member
Registered: 2011-07-01
Posts: 6

Re: Help with installing SliTaz onto my hard drive

I've tried using that command multiple times. The mounting seems to be working fine. It doesn't give any error messages. However, when I try using the installer, it still says, ""Unable to find: rootfs.gz".

Offline

#8 2011-07-03 20:57:23

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Help with installing SliTaz onto my hard drive

slitaz-installer:

# Exit with error msg if no rootfs.gz found.

        if [ ! -f /media/cdrom/boot/rootfs.gz -a \

             ! -f /media/cdrom/boot/rootfs1.gz ]; then

                ERROR_MSG="$MOUNT_CDROM_ERROR_MSG"

                error_message

                echo "missing: /media/cdrom/boot/rootfs.gz" >>$LOG

                exit 1

        fi

Slitaz-installer can't find/media/cdrom/boot/rootfs.gz

Mount and verify slitaz-3.0.iso is loop mounted to /media/cdrom

#mount -o loop /slitaz-3.0.iso /media/cdrom

#ls -la /media/cdrom

Do you see boot listed?

#ls -la /media/cdrom/boot

Do you see roofs.gz listed?

Offline

#9 2011-07-04 00:51:52

Clex19
Member
Registered: 2011-07-01
Posts: 6

Re: Help with installing SliTaz onto my hard drive

@mojo Again, thanks for the reply!

I'm not quite sure what this:

"if [ ! -f /media/cdrom/boot/rootfs.gz -a \

! -f /media/cdrom/boot/rootfs1.gz ]; then

ERROR_MSG="$MOUNT_CDROM_ERROR_MSG"

error_message

echo "missing: /media/cdrom/boot/rootfs.gz" >>$LOG

exit 1

fi"

means, but I did do the three commands that followed. None of those commands yielded any output. So no, I do not see the boot or the rootfs.gz listed.

Offline

#10 2011-07-04 02:27:28

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Help with installing SliTaz onto my hard drive

Try to loop mount slitaz iso to /media/cdrom with mountbox:

Menu/System Tools/Mount devices

Click  Loop button which opens Loop manager

Click the blue folder button across from File

Point/Click browse to the slitaz iso file

Highlight the iso file click the OK button

Now your back to Loop manager

The full path to the iso appears between File and the blue folder button

Click +Enable button

The iso file is now listed as  /dev/loop0 device

Close out Loop manager

Mountbox=>Mount selected device on: /media/cdrom

Highlight /dev/loop0  Type iso9660 which has Label Slitaz in upper unmounted device window

Click Mount button in lower left corner

/dev/loop0 moves to lower mounted device window showing it's mounted to /media/cdrom

Try slitaz-installer

Offline

#11 2011-07-04 19:41:49

Clex19
Member
Registered: 2011-07-01
Posts: 6

Re: Help with installing SliTaz onto my hard drive

@mojo

It worked! Thank you very much for your help.

However, I believe I installed SliTaz on the wrong partition, but I have other commitments to attend to now. So I'll post the details in a new thread in a while from now.

I appreciate all you've done!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]