Bug 827644

Summary: any linux will not install on my machine because it cannot find the disc drive...
Product: [Fedora] Fedora Reporter: SF <shadowyfreak>
Component: dracutAssignee: dracut-maint
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 17CC: awilliam, bloch, dracut-maint, greno, harald, jonathan, kevin, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-06 09:38:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screen shot uploaded incase website does not work
none
ls -l /dev/disk/by*
none
output from suggested dracut command none

Description SF 2012-06-01 23:54:33 UTC
Created attachment 588601 [details]
screen shot uploaded incase website does not work

Description of problem:
After many attempts to install Fedora onto my computer - it fails.

Before I give you full details - I need to provide a bit of a background - 
1.) I downloaded and checksum F16 the dvd iso and then burned to disk.
2.) I was able to successfully install F16 onto my computer with an internet connection.
3.) upon formatting and trying to install f16 onto my computer - the installation failed because it would not allow me to do so without an internet connection.
4.) talking to the fedora irc channel on freenode - they suggested I wait until F17
5.) i downloaded and checksum f17 dvd iso full - tried to install that and received this screen shot
http://www.wolfpack.net.au/fedora/img_3316.jpg
6.) i tried "options nouveau noaccel=1"  under the common bugs but that gave me this screenshot
http://www.wolfpack.net.au/fedora/img_3318.jpg
7.) please note: i am not using a live cd - im using a full DVD iso of 3.6gb
8.) i tried to debug dracut (http://fedoraproject.org/wiki/How_to_debug_Dracut_problems) but got to where it said 
"#less /init.log
 # dmesg | less
"

and it said it could not find file - so im here logging a bug report
9.) i have had numerous hours - to which i am grateful for - speaking to the #fedora channel - to which they are at a loss.
10.) im not using RAID or firewire or external drives or vitual host - im just using a standard computer box

mobo: p6x58d premium
ram: 12gb
video card : nvidia gtx 480
sound card : razor
hdd: 5 x removable hdd (but i only use one hdd)
(http://www.jj-computer.com/media/cm_images/la_st-136ss-03.jpg)
media: lg dvd burner

points of note:
1.) f16 dvd iso did not crash to dracut - i got to "select network interface" and then it died because it did not have an internet connect
2.) f17 died on me after selecting install
3.) i do not believe it to be hardware related because windows 7 installs fine on the machine - without a hitch
4.) i unplugged the empty hard drive bays so that only the 1 hdd and 1 dvd pay is connected
5.) the boot options for bios is dvd, hdd - and the dvd boots but then it appears that it loses the  location of the cd rom drive
6.) someone recommended that i change the boot option to "sr0" something and that failed too
7.) this is out of my league to fix =D im but a humble web developer.
8.) if there is anything else that i can provide you with i will do my best - but i do not wish to start tearing out parts of my machine to try and resolve it



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. place install dvd into drive and boot
2. press enter to select "install or upgrade fedora"
3. falls to dracut 
  
Actual results:


Expected results:


Additional info:

Comment 1 Harald Hoyer 2012-06-04 09:17:10 UTC
if you are in the dracut debug shell, can you type:

# ls -l /dev/disk/by*

any attach a photo?

Comment 2 Gerry Reno 2012-06-04 19:24:41 UTC
Today tried installing F17 x86_64 from DVD and get these errors:

    ERROR: could not insert 'floppy': No such device
    Loading Fedora 17 x86_64 installer...

    dracut Warning: Unable to process initqueue
    dracut Warning: /dev/disk/by-label/Fedorax2017x20x86_64 does not exist
    dracut Warning: /dev/mapper/live-rw does not exist

    Dropping to debug shell.

    dracut:/#


This laptop does not have a 'floppy' device.

Comment 3 Gerry Reno 2012-06-04 19:35:42 UTC
Created attachment 589265 [details]
ls -l /dev/disk/by*

Attached a screenshot.

Comment 4 Adam Williamson 2012-06-04 19:47:18 UTC
The 'floppy' error has nothing to do with it, to be clear: the key issue here is the:

    dracut Warning: /dev/disk/by-label/Fedorax2017x20x86_64 does not exist
    dracut Warning: /dev/mapper/live-rw does not exist

Comment 5 Will Woods 2012-06-04 20:10:16 UTC
Your system doesn't recognize the CD/DVD in the drive. Likely causes:

  * Bad burn / bad media

    This is pretty common. Try using "checkisomd5 /dev/sr0" (from the existing
    F16 install) to check the burned media. If it fails, burn a new one.

  * Your DVD drive doesn't like that type/brand of media

    This is also not uncommon. DVD/CD-RW drives can be very picky.
    I've seen drives that would happily *write* to a certain brand of media
    but not *read* it after they burned it.

    If you can't verify the media, try using a different type/brand.

Basically, you need to verify that drive can actually read the media you burned. The easiest way is to use 'checkisomd5' after burning it. If the check is successful *every* time, but the installer *still* doesn't start when you reboot, there might be something else going on here (driver problems etc.)

Comment 6 Adam Williamson 2012-06-04 20:29:05 UTC
will: there's nothing odd about the 'x's in the label?

Comment 7 Gerry Reno 2012-06-05 00:24:39 UTC
Will, you were right.

I burned another sloptical disk on a different machine and this one seemed to work better.  Albeit not perfect.

Still got some rpcbind errors that zoomed by before the installer started.

.

Comment 8 Harald Hoyer 2012-06-05 09:23:32 UTC
try this workaround:
- press tab to get to the kernel command line
- replace "root=...." with "root=live:/dev/sr0"

Comment 9 Harald Hoyer 2012-06-05 09:24:32 UTC
(In reply to comment #7)
> Will, you were right.
> 
> I burned another sloptical disk on a different machine and this one seemed
> to work better.  Albeit not perfect.
> 
> Still got some rpcbind errors that zoomed by before the installer started.
> 
> .

ah, ok.. cool forget about comment 8

Comment 10 SF 2012-06-05 10:05:14 UTC
Created attachment 589464 [details]
output from suggested dracut command

Comment 11 SF 2012-06-05 10:15:59 UTC

i ran the command
# ls -l /dev/disk/by* 
as suggested and have uploaded the picture to the attachments...

i do not believe it to be the media because it starts to install proceedure from the menu and then dies so clearly the disk is working


someone on the irc channel suggested the command
root=live:/dev/sr0 as per the post above and that didnt work either - it couldnt find sr0 rather then the normal error of /dev/mapper  (as per original image)



i did a check sum on the downloaded iso and not sure how to check the burned iso on the disk under windows my knowledge of linux is tiny

Comment 12 SF 2012-06-05 10:54:58 UTC
can it be bios related?

i dont really wish to flash my bios

Comment 13 Harald Hoyer 2012-06-05 16:17:36 UTC
(In reply to comment #11)
> 
> i ran the command
> # ls -l /dev/disk/by* 
> as suggested and have uploaded the picture to the attachments...
> 
> i do not believe it to be the media because it starts to install proceedure
> from the menu and then dies so clearly the disk is working

Ah, so _you_ see the "install" button and have a mouse and desktop?

Comment 14 SF 2012-06-05 23:47:26 UTC
sorry i dont understand your point mr hoyer...could you clarify please?


I have managed to fix the problem - or at least found a hack for it


in exec summary
* tried installing from a live version installed on usb and it did not work because it could not find the hard drive

* i updated my bios (scary stuff for me)

* i tried installing from a the usb again and it didnt want to boot

* i turned off my hard drive - booted again - usb worked - turned on my hard drive when the usb install was just starting and fedora picked up the hard drive


its definatly something hardware/bios related so yeah ...

Comment 15 SF 2012-06-05 23:48:22 UTC
should this be closed or does anyone need anything specific from me?