Results 1 to 6 of 6
I'm trying (so far unsuccessfully) to install OpenSuSE 10.2 on my P4 using the DVD.
The computer boots to DVD fine and the install application starts. It gets to the ...
- 03-14-2007 #1Just Joined!
- Join Date
- Mar 2007
- Location
- Canada
- Posts
- 3
Installation Problem
I'm trying (so far unsuccessfully) to install OpenSuSE 10.2 on my P4 using the DVD.
The computer boots to DVD fine and the install application starts. It gets to the point where it asks me to insert CD 1 and then reports that it is unable to mount the CDROM. I am given two options ('Try again' [I think] and 'back'). Clicking 'Try Again' just keeps giving the error. When I press 'Back', it takes me to a Main Menu (where I can see various settings, Start Installation, Eject CD, Reboot etc). When I try to start the installation, it asks whether I want to use the CD/DVD, hard disk or network. I choose CD/DVD and it asks me to insert CD1. I click on OK -- because the DVD is already in there -- and then it says that it cannot mount the CDROM.
This really makes no sense to me because I couldn't have gotten this far if it couldn't read the DVD.
Any suggestions would be greatly received.Last edited by expatcdn; 03-15-2007 at 10:04 AM. Reason: Change Title
- 03-15-2007 #2Linux Newbie
- Join Date
- May 2006
- Location
- Kansas
- Posts
- 187
Try and upgrade the bios on your motherboard and see if that helps.
- 03-15-2007 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
Did you do a checksum on your media?
- 03-16-2007 #4Just Joined!
- Join Date
- Mar 2007
- Location
- Canada
- Posts
- 3
I upgraded the BIOS with no effect.
I did a checksum on the ISO... I swear it matched when I did it on Wednesday but I just checked the MD5 hash again and this time it doesn't match... so that's probably the root of the problem. Back to square one.
- 03-17-2007 #5Just Joined!
- Join Date
- Mar 2007
- Location
- Canada
- Posts
- 3
I downloaded the DVD ISO again and then checksum'd it again -- using a different MD5 program. This time, the checksums matched. So, I thought my problem had been solved.
Not so much. Trying to install it again, fails in the same spot. After booting to the DVD, openSUSE can not mount it. If I go into (I think it's the settings option) and then choose Hard Drive and CD ROMs, the DVD shows up there, so it would seem that the drive is recognized.....
I've just booted using the LiveDVD so that I can actually see openSUSE before I decide to keep trying or to switch and try installing Fedora Core 6. From what I've read, I think I'd like openSUSE though...
- 03-17-2007 #6It makes sense, the BIOS loaded the installer from the DVD, not Linux and now Linux is trying to find your DVD drive to begin the installationThis really makes no sense to me because I couldn't have gotten this far if it couldn't read the DVD.
To answer the original question: SuSE has had some problems loading the kernel modules at boot time, you will need to go to a terminal and find the right modules to load before telling it to mount.
Hit Ctrl-Alt-F1
This commands will give you the list of modules you can load related to ATA, SATA, SCSICode:modprobe -l | grep -i ata modprobe -l | grep -i scsi
Then you can load them like this:
Suppose you want to load
/lib/modules/2.6.x/kernel/drivers/scsi/ata_piix.ko
Issue
Load as many modules as you wantCode:modprobe ata_piix
If this is way too hard for you, you should consider trying a different distroPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote