SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#51 2012-09-16 17:21:31

corenominal
root
From: Lincoln, UK
Registered: 2008-11-20
Posts: 4,888
Website

Re: 20120806 Install Hangs at "Detect Disks"

xaos52 wrote:

Solved in the new debian-installer beta2 version.

I read about that too, good news. All being well, I will try and update the images with the new installer.

Offline

Be excellent to each other!

#52 2012-09-16 22:01:09

Dave W.
#! CrunchBanger
From: Pennsylvania, USA
Registered: 2010-04-11
Posts: 197

Re: 20120806 Install Hangs at "Detect Disks"

corenominal wrote:

I read about that too, good news. All being well, I will try and update the images with the new installer.


Wow.  I thought I was the only one with this problem.  I wound up installing Ubuntu 12,04 on my daughter's new lappy rather than #!.  sad


Compaq SR5610F, NVidia 6150SE
HP dv5-2077cl, ATI Radeon HD 4250
Waldorf 64 bit, LMDE Cinnamon 64bit,
Ubuntu 12.04 64bit

Offline

#53 2012-09-17 08:07:45

vicshrike
#! by Default
From: /threadkill
Registered: 2009-02-13
Posts: 2,442

Re: 20120806 Install Hangs at "Detect Disks"

^^Should I download the updated torrent images all over again for helping out with seeding?


#!, all else is but a shadow!

ENOUGH;)

Offline

#54 2012-09-17 08:11:58

corenominal
root
From: Lincoln, UK
Registered: 2008-11-20
Posts: 4,888
Website

Re: 20120806 Install Hangs at "Detect Disks"

vicshrike wrote:

^^Should I download the updated torrent images all over again for helping out with seeding?

Any help with the torrents is always appreciated, thank you. I will post something in 'News and Announcements' when the images are ready. smile

Offline

#55 2012-09-17 08:36:44

vicshrike
#! by Default
From: /threadkill
Registered: 2009-02-13
Posts: 2,442

Re: 20120806 Install Hangs at "Detect Disks"

^Good, asked to be 800% sure.


#!, all else is but a shadow!

ENOUGH;)

Offline

#56 2012-10-24 21:07:53

metapunk
New Member
Registered: 2012-10-24
Posts: 1

Re: 20120806 Install Hangs at "Detect Disks"

Hi there!

I was having the same problem, hanging up on detect disks.
My problem was with the firmware. Dont know witch one I think it was the wifi firmware.

Here is my lspci:

00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
01:03.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a9)
01:03.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a9)
01:03.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 01)
01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)

So I was searching, and finding a workaround here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681656

The bug is in the /bin/check-missing-firmware.

Todo:
1. boot the install media, and select install
2. Press alt+ctrl F2, then enter to activate the prompt
3. nano /bin/check-missing-firmware
4. Insert “exit 0” directly after “#!/bin/sh” line
5. Save file with ctrl-o
6. Press alt+ctrl F5 to go back to the install gui
7. Now you can continue the install progress and it wont hang up

I was doing it with no Logical volumes at the start, but I was setting up some within the install.

Wifi, and everithing is working after the install.

Anyway this is a great distro. Respect for the developers. Nicest defaults ever saw. smile

Offline

#57 2012-12-02 17:41:49

NuclearKommando
New Member
Registered: 2012-12-02
Posts: 4

Re: 20120806 Install Hangs at "Detect Disks"

Hi, In new here and also somewhat new to Linux, and I really want to install this on my think pad, I have tried what "metapunk" posted above and didn't work for me,

not sure what he meant by "insert after" "4. Insert “exit 0” directly after “#!/bin/sh” line"

I tried the following:

[#!/bin/sh exit 0]

and

#!/bin/sh
exit 0

-----------------
This happens on both CB 10 and CB 11
As soon as I get this working I'm going to make a video tutorial how to fix this.
Someone please help me, I really really love this OS, its amazingly good in every way!

Thanks

Last edited by NuclearKommando (2012-12-02 17:59:16)

Offline

#58 2012-12-04 05:23:50

NuclearKommando
New Member
Registered: 2012-12-02
Posts: 4

Re: 20120806 Install Hangs at "Detect Disks"

I got it to work finally, here I wrote a post to help everyone big_smile

http://crunchbang.org/forums/viewtopic.php?id=23430

Offline

#59 2013-01-04 00:49:48

mos_
Member
From: France
Registered: 2013-01-03
Posts: 16

Re: 20120806 Install Hangs at "Detect Disks"

Hey all,

I have a Hp envy 13-1150ef, i tried many things including the fstab method but i had the same problem on the disk-detect step.
Anyway, i've to thank metapunk a lot for his solution, i managed to install waldorf and everything is working smoothly.

Also thank you to corenominal and the crunchbang community for this amazing distro who makes my laptop so sexy  tongue

see you!

Last edited by mos_ (2013-01-04 00:51:08)

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo