Salix Live Xfce 13.37 RC2

User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Salix Live Xfce 13.37 RC2

Post by mimosa »

No, the CD is completely invisible (even to Gmountman) - except for the modules in /mnt/salt/mnt, which I'm assuming come ultimately from the CD and not the stick. The stick with the .live file also appears there, not in /media, and is invisible to gmountman as well.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Salix Live Xfce 13.37 RC2

Post by JRD »

The modules under /mnt/salt/mnt are the ones SaLT uses. If gmountman does not see the CD, then I'm pretty sure that SaLT have not seen the CD too, so the modules are the one from the stick. So in this case the problem is that the CD is not visible to Linux in some way. Could you (after booting in the live like you did, i.e. CD+USB) do this :

Code: Select all

$ su
# blkid
and post here the result.
Thanks for your test !
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Salix Live Xfce 13.37 RC2

Post by mimosa »

Here you go!

Code: Select all

root[one]# blkid
/dev/loop0: LABEL="SaLTsave" UUID="6a07ebff-b6ec-49a7-b66c-cc06cb505071" TYPE="ext2" 
/dev/loop1: TYPE="squashfs" 
/dev/loop2: TYPE="squashfs" 
/dev/loop3: TYPE="squashfs" 
/dev/loop4: TYPE="squashfs" 
/dev/loop5: TYPE="squashfs" 
/dev/loop6: TYPE="squashfs" 
/dev/sda1: LABEL="SALIX REMAS" UUID="4D15-DBE7" TYPE="vfat" 
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Salix Live Xfce 13.37 RC2

Post by Shador »

Could you upload the output of dmesg somewhere after having booted from 13.37 cdrom + usb (some pastebin e.g.).

Do you possibly have any other Linux installation/LiveCD/... on that machine where the cdrom drive is visible? 13.1 Live? If so that could help us to find out whether this is specific to Salix or a specific version and what exactly is going wrong. Maybe the cdrom drive appears when only booting from USB?

Also what kind of drive is this, i.e. how is it physically connected (SATA/IDE/SCSI)? If SATA is the BIOS set to AHCI or IDE/Legacy/... mode?
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Salix Live Xfce 13.37 RC2

Post by mimosa »

I'll try and work out about pastebin. How should I investigate the SATA / IDE question?

I'm afraid I wiped 13.1 to do the testing, though if there's time I could try downloading some USB-capable distro.

Today's my last day in Rio (therefore with access to this machine) but I'll see what I can do!

It occurs to me it might actually be a bad burn, and booted at home because the needed .live file and persistence were knocking about somewhere on the hard disk, or maybe I even had a USB plugged in. I don't think so ...
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Salix Live Xfce 13.37 RC2

Post by mimosa »

OK, the output of dmesg should be here:

http://pastebin.com/7gqysA3p

Title: salix dmesg
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Salix Live Xfce 13.37 RC2

Post by JRD »

It appears that the Linux kernel does not detect your optical drive. How is it connected to the PC ? Can you change some BIOS option about it, as suggested by Shador ?
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Salix Live Xfce 13.37 RC2

Post by mimosa »

@ JRD

I'm not really sure how to investigate - also my time is now short here. Can you give me any hints?

Windows detects the CD fine, and it does also boot into GRUB.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Salix Live Xfce 13.37 RC2

Post by JRD »

I would like to...but I don't have any clue why the kernel does not recognize the Cdrom drive. grub2 detect it, so it's weird.
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Salix Live Xfce 13.37 RC2

Post by Shador »

JRD wrote: grub2 detect it, so it's weird.
Not very surprising imho as grub doesn't need to support it itself. By default it just relies on the BIOS to access any sort of disk. And that's what's used for the livecd too as it's the most reliable solution.

You can try this:

Code: Select all

mount /dev/sg0 /mnt

Code: Select all

mount /dev/sr0 /mnt

Code: Select all

mount /dev/cdrom /mnt
Before you proceed to the next mount command run first:

Code: Select all

umount /mnt
Image
Locked