Hello,
I am trying to run SliTaz from a multiboot USB drive (which I've configured using these instructions: Boot Multiple ISO from USB via Grub2 using Linux).
I downloaded slitaz-3.0.iso to the USB drive and checked the MD5 hash. All good.
The grub.cfg menuentry on the USB drive looks like this:
menuentry "SliTaz 3.0" {
loopback loop /iso/slitaz-3.0.iso
linux (loop)/boot/bzImage rw root=/dev/null lang=C kmap=us screen=1024x768x16 autologin
initrd (loop)/boot/rootfs.gz
}
The problem is that when I select SliTaz 3.0 from the Grub menu, it doesn't boot into the desktop, but to the following terminal:
Welcome to your box.
SliTaz boot time: 7s
SliTaz GNU/Linux Kernel 2.6.30.6-slitaz tty1
slitaz login:
If I login is as tux (and no password), run startx, click OK on the next two screens ("Configure X" and "Install Xorg"), then I get the following:
Quit...
/usr/bin/startx: exec: line11: /home/tux/.xsession: not found
Can anyone tell me what I'm doing wrong?
Thanks