SliTaz SliTaz Forum

You are not logged in.

#1 2012-04-02 03:14:22

namT
Member
Registered: 2011-10-25
Posts: 27

Slitaz won't allow me to login as user tux

Hello, upon creating a frugal install to my hard-drive, user tux no longer works.

I tried removing the /tux/.Xauthority file, but then when I log in as tux, all I get is an orange screen and nothing else.

It logs in as root okay, so I can still use Slitaz (4.0 RC3).

I am wondering does anyone know of a solution to the "tux" problem?

If not, then how can I remove user tux and create a new username?

Offline

#2 2012-04-02 03:45:22

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

Re: Slitaz won't allow me to login as user tux

You must use home=UUID of a partition that is formated with ext3 filesystem.

If you try to use fat32 or NTFS filesystem for persistent /home logins for regular users will fail.

Offline

#3 2012-04-02 04:03:31

namT
Member
Registered: 2011-10-25
Posts: 27

Re: Slitaz won't allow me to login as user tux

thanks for the reply mojo,

My hard-drive is an ext3. I tried the uuid and it booted but, tux still won't work.

It's getting late here so I am signing off. I will try a reinstall again tommorrow and report back.

Offline

#4 2012-04-02 20:35:43

namT
Member
Registered: 2011-10-25
Posts: 27

Re: Slitaz won't allow me to login as user tux

Okay, I did some fooling around with different configurations for grub4dos, and conclude that the problem for tux not working is that I am not setting up the menu.lst options properly.

I altered my bios to give my hard-disk boot priority over my usb-drives to do some experimenting.

Next I added the following code to my (sda1) grub4dos menu.lst file:

title SilTaz 4.0 RC3 - on 1GB USB

  uuid bf51365a-086e-4401-aa5b-88d2762d5f23

  kernel /boot/bzImage rw root=/dev/null home=uuid bf51365a-086e-4401-aa5b-88d2762d5f23 lang=en kmap=en

  initrd /boot/rootfs.gz

With that option, grub4dos booted slitaz on my USB but it would only allow me to login as root and not "tux"...the same problem with the frugal install on my hard-drive.

Then I used the following option in the grub4dos menu.lst :

title SilTaz 4.0 RC3 - on 1GB USB

  uuid bf51365a-086e-4401-aa5b-88d2762d5f23

  chainloader +1

This just passes on the bootloading duties to extlinux and my was able to boot as root and tux, as it should.

I assume I have set the wrong parameters for "home" in the first configuration, but haven't figured out the correct setting. Until then, I can take the easy way out by doing a usb-reinstall to my hard-drive and use the "chainloader +1" option.

Offline

#5 2012-04-02 21:16:56

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

Re: Slitaz won't allow me to login as user tux

Replace home=uuid with home=bf51365a-086e-4401-5b-88d2762d5f23

Change this:

title SilTaz 4.0 RC3 - on 1GB USB

uuid bf51365a-086e-4401-aa5b-88d2762d5f23

kernel /boot/bzImage rw root=/dev/null home=uuid bf51365a-086e-4401-5b-88d2762d5f23 lang=en kmap=en

initrd /boot/rootfs.gz

To this:

title SilTaz 4.0 RC3 - on 1GB USB

uuid bf51365a-086e-4401-aa5b-88d2762d5f23

kernel /boot/bzImage rw root=/dev/null home=bf51365a-086e-4401-aa5b-88d2762d5f23 lang=en kmap=en

initrd /boot/rootfs.gz

Offline

#6 2012-04-02 22:53:13

namT
Member
Registered: 2011-10-25
Posts: 27

Re: Slitaz won't allow me to login as user tux

mojo,

Once again I thank, you. With your fix to the "home" settings, Slitaz4 booted in tux.

Now I know how to do a true frugal install with Slitaz, meaning no need for a second bootloader. smile

Offline

#7 2012-04-15 20:24:32

namT
Member
Registered: 2011-10-25
Posts: 27

Re: Slitaz won't allow me to login as user tux

UPDATE:

=====

For anyone following this thread, I found that freezing occurs with the above Grub4dos menu entry AFTER you try and save your settings. To fix this issue, you need to remove the part that says "lang=en kmap=en".

I have discovered that those settings only work if you don't save anything with "tazusb writefs gzip"

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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