Results 1 to 4 of 4
Hello all.
I have been pulling teeth out of my computer trying to get Ubuntu to install and I have hit a road block with my limited tech know-how. I ...
- 03-25-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
Cannot get Ubuntu to boot after install
Hello all.
I have been pulling teeth out of my computer trying to get Ubuntu to install and I have hit a road block with my limited tech know-how. I would love some advice.
So here is what I have going on:
I have a P5Q-pro motherboard with a quad core intel and a working SATA HD with Vista Ultimate on it. Vista was installed in SATA Enhanced mode.
I bought another SATA HD and plugged it in. The Bios saw it but was calling it "hard drive" instead of its maker-label as it did with the first Vista HD. I tried installing Ubuntu on it from the CD but it couldnt find either drive. I booted up windows and formatted the second disk with it. Windows found the Disk to be without flaw. The bios then detected the drive in full detail. (weird?)
I changed the boot sequence so the second drive would boot first, I also changed the SATA config to COMPATABLE ->AHCI. Ubuntu now saw both drives and I told it to install on sdb and load the boot loader on /dev/sdb as well.
Install completed without errors but when I tried to boot up I received "error 17, cannot mount selected partition." I booted up with a slackware CD and loaded the sata.i kernel, was unable to mount /dev/sdb, "device not found."
I have a feeling this has something to do with the BIOS but I cannot figure out what to do from here. The HD is good, the computer is fairly new and the Ubuntu CD is good. Can anyone help me out here?
Thank you much.
- 03-25-2009 #2
Hi and Welcome !
Its a GRUB/BIOS compatibility problem. Unplug Hard disk having Windows OS. Plug-in other disk, set it as Primary Disk in BIOS and re-install Ubuntu.
If Ubuntu works fine, we will post necessary code for dual boot setup.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-25-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
It worked!
Can you post that dual boot code up and if you have time, can you give me somewhat of an explanation as to why your way worked? I would like to know so I can help out someone else if I run into it.
THanks again!
- 03-26-2009 #4Boot up Ubuntu, press Alt+F2 and type thisCan you post that dual boot code up
It will open menu.lst file in Gedit with root privileges.Code:gksu gedit /boot/grub/menu.lst
Add this code at the end of file :
Save file and reboot machine. Select Vista Ultimate title in GRUB Menu at startup.Code:title Windows Vista Ultimate rootnoverify (hd1,0) map (hd0) (hd1) map (hd1) (hd0) chainloader +1
In case it doesn't work, execute this in Terminal :
Post output hereCode:sudo fdisk -l
I will be glad to explain everything. Lets first setup dual boot correctly.can you give me somewhat of an explanation as to why your way worked? I would like to know so I can help out someone else if I run into it.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote