Results 1 to 9 of 9
Hi,
I'm a newbie and attemped to install Ubuntu 7.1 on my new second hard drive. As soon as the install finished, I got an o/s error when windows xp ...
- 01-04-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
Grub O/S error
Hi,
I'm a newbie and attemped to install Ubuntu 7.1 on my new second hard drive. As soon as the install finished, I got an o/s error when windows xp pro sp2 started to boot up. I tried installing with the alternate text installer and got the same result. I can load ubuntu with my live cd, but I don't know how to fix the installer. Please advise.
Thanks in advance,
Charles
- 01-04-2008 #2
- 01-05-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
I get an error that says "error loading o/s"
I have to press the reset button on the computer to start the system again.
As soon as the error appears everything stops booting. It does not boot to completion. I can only get the system to boot using the Windows install CD or the Ubuntu CD.
- 01-05-2008 #4
Have a look at the super grub disc. Download the iso and burn to a cd. Reboot from the cd. It is an easy way to restore grub
- 01-05-2008 #5
Its GRUB/BIOS compatibility issue.
* First of all, unplug second HD and boot up from first HD having Windows OS. If Windows OS doesn't boot up, boot up from SuperGRUB CD and select 'Fix Windows Boot Loader'. Windows OS will boot up on reboot.
* Unplug Windows HD and plug-in second disk as Primary. Install Ubuntu. Installation will work fine and Ubuntu will boot up properly.
* Plug-in Windows HD as Secondary. Ubuntu will boot up by default. Open Terminal and execute this
==: -l, Its small L.Code:sudo fdisk -l
Post output here. We'll post code for setting up Dual Boot. You have edit only one file for that.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-06-2008 #6Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
per above instructions
Followed above instructions and here is the output.
disk / dev/sdb 120 gb
device boot start end blocks id system
/devsdb1 * 1 14593 1172182417 7 hpfs/ntfs
thanks in advance for future help,
Charles
- 01-06-2008 #7
Press Alt+F2 and type this
It will open menu.lst file in Gedit.Code:gksu gedit /boot/grub/menu.lst
Add this code at the end of file
Save file and reboot machine. Select Windows XP title in GRUB Menu.Code:title Windows XP rootnoverify (hd1,0) map (hd1) (hd0) map (hd0) (hd1) chainloader +1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-06-2008 #8Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
Works just fine can dual boot now
Thanks so much for the help.
charles
- 01-06-2008 #9
Glad to help you Charles2008 !!

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

