[solved] cant detect live media

Started by muhammedabuali, 2014/01/02, 12:59:13

Previous topic - Next topic

muhammedabuali

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.

devil

I would guess, you ISO is broken somehow. Please verify md5sum. What medium are you booting from?


greetz
devil

muhammedabuali

I am using unetbootin installer to boot my usb . I verified sha256sum and it is correct

devil

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

muhammedabuali

it worked! , using dd the boot was successful thanks "devil"

devil


Ercolinux

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

towo

Maybe your laptop has UEFI instead of BIOS?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Ercolinux

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 ...

devil

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

Ercolinux

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 .

devil

dd does not need root.
What graphics card is that?



greetz
devil

Ercolinux

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



devil

With AMD Graphics you should use the second option when booting the iso, not the standard one.


greetz
devil

Ercolinux

mmh, what does the second option means ? During boot the usbpen is not detected at all ...
Sorry, I do not catch Your suggestion.
Thanks