Page 1 of 2

Salix Live LXDE 13.1 RC1 available for testing

Posted: 9. Sep 2010, 11:05
by christian
Hi!

The first and maybe last Release Candidate of LXDE Live is available for testing.

Changes since Beta1 (same changes as in installable LXDE version):
-Added Gigolo
-Added Meld and its dependencies gnome-python and pyorbit
-Removed XDialog
-Upgraded packages to state of 08th Septembre 2010

Other Changes:
-New versions of LiveClone and Installer
-Startup Guide not longer part of the CD, now the current state is available via internet and a desktop icon

The fixes for ejecting the CD after usage and the grub background are not yet included.

Download:
ftp://ftp.lupinix.org/linux/salix/13.1/ ... 32_rc1.iso
ftp://ftp.lupinix.org/linux/salix/13.1/ ... c1.iso.md5

Best Regards
Christian

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 9. Sep 2010, 15:48
by damNageHack
Besides a few little suggestions from my side to improve the usability, you should go towards a release! 8-)
+1

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 9. Sep 2010, 17:41
by ikke
Thank you for your efforst! Nice job!! Congratulations.

Have a few questions regarding lxde but guess this is not the place to ask them.

So just one this question : which is the best way to put LXDE 13.1 RC1 on a usb-stick.

Regards

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 03:41
by Akuna
ikke wrote:just one this question : which is the best way to put LXDE 13.1 RC1 on a usb-stick.
That would depend if you burned the iso on a CD-ROM or not.

1- Without burning the iso: with the help of Isomaster, extract all the content of the iso to the usb key then cd to the usb key /boot directory & execute install-on-USB.sh

2-After burning the iso & launching a live session: use LiveClone & check the (Based on:) "unmodified LiveCD" option.

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 06:53
by wayne
i downloaded 13.1 RC1 and test with similar simple method i did on 13.1.32-beta1.
md5 checked ok.
ok, the multi media files run alright on default media player after i install codec, with below observations:

1. i notice when i open the file using file manager, the list of application contain a lot of duplicates.
also, i notice, the first click when i want to open a file , the player pop up but did not run.
2. i must wait until the player time out, gave me error message, then i close it.
once it is close, second click on the file will have the player run properly

3. i notice gigolo included to my pleasant surprise

4. this time i tried to make bootable USB stick using the LiveClone, unfortunately, i failed to get it work three times using two computers,
the USB would boot up, many status on screen, followed by error:
EXT2-f2(ram0) error ext-2-get-inode : unable to read inode block-inode 5001 block 8236, attempt to access beyond end of device,
this message repeat three times. then with kernel panic,

the USB stick is fat32 formated, there was no problem installing any windows OS , softwares and some linux OS using this 4G USB SanDisk Cruzer
after these failure, i just want to confirm the USB is ok, thus i use linuxmint9 ( which has default program of Start Up Disk Creator), i used it to create a bootable USB for linuxmint9, and run it with no problem on the test computer. that should rule out the USB being the cause of problem.

hopefully the next time i tried it will work

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 07:03
by JRD
I still think the USB is the problem. Maybe the paritition table is somehow weird. Most other distributions use syslinux. We use grub2 which relies on standard partition schema table.
Could you post the output of

Code: Select all

parted /dev/your_USB_device "unit s print"
please?

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 07:23
by wayne
JRD wrote:I still think the USB is the problem. Maybe the paritition table is somehow weird. Most other distributions use syslinux. We use grub2 which relies on standard partition schema table.
Could you post the output of

Code: Select all

parted /dev/your_USB_device "unit s print"
please?
it was formated with fat32 before use..
now it looked like

Disk /dev/sdb1: 7857074s
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number Start End Size File system Flags
1 0s 7857073s 7857074s fat32

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 07:41
by JRD
You should post

Code: Select all

parted /dev/sdb "unit s print"
/dev/sdb1 is your first partition on this USB disk.

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 08:09
by wayne
JRD wrote:You should post

Code: Select all

parted /dev/sdb "unit s print"
/dev/sdb1 is your first partition on this USB disk.
ok, please ignore the last message as it was already loaded with linuxmint9 OS

now i do it again, using a third computer, my selection is :
Boot Manager : Grub checked
Based on unmodified LiveCD checked.
Use persistence : not checked.

and here is the result.

i3@i3-desktop ~ $ sudo parted /dev/sdb "unit s print"
Model: SanDisk Cruzer (scsi)
Disk /dev/sdb: 7864319s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 62s 7857135s 7857074s primary boot, lba

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 10. Sep 2010, 08:24
by JRD
Hum, your partition should normally starts at sector 63, not sector 62. That might be the problem...