Siduction Forum

Siduction Forum => Installation - Support => Topic started by: muhammedabuali on 2014/01/02, 12:59:13

Title: [solved] cant detect live media
Post by: muhammedabuali on 2014/01/02, 12:59:13
I downloaded the razorqt version and i booted it , then I got the messege :
" cant detect live medium . modprope : module echi-orion not found . cant start tty " 
and I am stuck at busbybox debian  (initframs)
edit: there was also the messege : failed to assemble all md arrays.
Title: Re: cant detect live media
Post by: devil on 2014/01/02, 15:53:36
I would guess, you ISO is broken somehow. Please verify md5sum. What medium are you booting from?


greetz
devil
Title: Re: cant detect live media
Post by: muhammedabuali on 2014/01/02, 20:26:49
I am using unetbootin installer to boot my usb . I verified sha256sum and it is correct
Title: Re: cant detect live media
Post by: devil on 2014/01/02, 20:31:55
Well, there we go.  You need to use dd to put the iso on the stick, unetbootin does not work reliably with debian/siduction.
Here is the relevant part of our manual: http://manual.siduction.org/hd-ins-opts-oos#raw-usb


greetz
devil
Title: Re: cant detect live media
Post by: muhammedabuali on 2014/01/03, 03:37:24
it worked! , using dd the boot was successful thanks "devil"
Title: Re: [solved] cant detect live media
Post by: devil on 2014/01/03, 11:18:13
Glad it worked :)


greetz
devil
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/03, 18:01:22
tried to put last "kde iso" on a usbpen, following manual hints suggested previously by devil - and using also other sw under Windows-, but siduction is never detected  >:( at laptop boot!
iso file works fine under Virtualbox check.
Any hints ?
Thanks
Title: Re: [solved] cant detect live media
Post by: towo on 2014/01/03, 18:03:39
Maybe your laptop has UEFI instead of BIOS?
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/03, 19:11:33
Hi towo, thanks for the reply. No, it is an HP EliteBook (~2 years old), with bios. Several liveCD boots fine (OpenSuse, aptosid, Fedora, etc).
I can browse the content of the usbpen with a file manager, but gparted reports problem at partition table:this is anyway the usual behaviour I note when an iso is copied on the pen ...
Title: Re: [solved] cant detect live media
Post by: devil on 2014/01/03, 19:16:13
The problem about the partition table is because of the way dd works. That is ok and normal.


About your boot: how far do you get in booting? Are you sure you used sdx instead of sdxy with dd (eg sda instead of sda1) dd needs to write on the device, not on a partition.


greetz
devil
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/03, 20:22:27
this is the comand I used (from console history) :
sudo dd if=/media/disk1part4/ISO/siduction-13.2.0-december-kde-amd64-201312310241.iso of=/dev/sdc


thanks .
Title: Re: [solved] cant detect live media
Post by: devil on 2014/01/03, 21:40:51
dd does not need root.
What graphics card is that?



greetz
devil
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/04, 13:47:16
thanks for the dd hint .

Here the info collected on this HP notebook, booting OpenSuse and inxi :

System:    Host: linux.site Kernel: 3.7.6-1.2-desktop x86_64 (64 bit) Console: tty 1 Distro: openSUSE 12.3 (Dartmouth)
Machine:   System: Hewlett-Packard (portable) product: HP EliteBook 8460p version: A0001D02 serial: CZC140CWVR
           Mobo: Hewlett-Packard model: 161C version: KBC Version 97.45 serial: PCGTF00QE1L7E7
           Bios: Hewlett-Packard version: 68SCF Ver. F.08 date: 08/26/2011
CPU:       Dual core Intel Core i5-2540M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx)
           Clock Speeds: 1: 800.00 MHz 2: 800.00 MHz 3: 800.00 MHz 4: 800.00 MHz
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series]
           X.org: 1.13.2 drivers: ati,radeon (unloaded: fbdev,vesa) tty size: 98x30 Advanced Data: N/A for root out of X
Audio:     Card-1: Advanced Micro Devices [AMD] nee ATI Caicos HDMI Audio [Radeon HD 6400 Series] driver: snd_hda_intel
           Card-2: Intel 6 Series/C200 Series Family High Definition Audio Controller driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture ver: k3.7.6-1.2-desktop
Network:   Card-1: Intel 82579LM Gigabit Network Connection driver: e1000e
           IF: eth0 state: down mac: 10:1f:74:ee:35:20
           Card-2: Intel Centrino Advanced-N 6205 driver: iwlwifi
           IF: wlan0 state: up mac: a0:88:b4:ce:55:7c
Drives:    HDD Total Size: 339.9GB (0.6% used) 1: id: /dev/sda model: TOSHIBA_MK3261GS size: 320.1GB
           2: USB id: /dev/sdb model: Storage_Media size: 15.8GB 3: USB id: /dev/sdc model: USB2FlashStorage size: 4.0GB
Partition: ID: / size: 4.6G used: 2.7G (58%) fs: ext3
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 152 Uptime: 0:41 Memory: 1466.6/3912.5MB Runlevel: 5 Client: Shell (bash) inxi: 1.9.17

Here the spec(HP 8460p) :
http://h18004.www1.hp.com/products/quickspecs/13947_na/13947_na.pdf (http://h18004.www1.hp.com/products/quickspecs/13947_na/13947_na.pdf)


Title: Re: [solved] cant detect live media
Post by: devil on 2014/01/04, 13:57:56
With AMD Graphics you should use the second option when booting the iso, not the standard one.


greetz
devil
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/04, 14:25:51
mmh, what does the second option means ? During boot the usbpen is not detected at all ...
Sorry, I do not catch Your suggestion.
Thanks
Title: Re: [solved] cant detect live media
Post by: devil on 2014/01/04, 19:35:06
So the boot does not even start? Can you boot other distros with usb-pen?
If so, show us the line you used for dd.

greetz
devil
Title: Re: [solved] cant detect live media
Post by: Ercolinux on 2014/01/05, 13:16:03
OK, I changed usb-pen and written the iso : now it can boot.

Thanks,
Ercolinux