Results 1 to 3 of 3
Hi,
After installing Ubuntu 8.10 in my laptop I-ve partitioned the disk and I-ve installed win xp in another partition. Since this GRUB doesn-t appears when my laptop boots and ...
- 02-13-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 25
GRUB issue
Hi,
After installing Ubuntu 8.10 in my laptop I-ve partitioned the disk and I-ve installed win xp in another partition. Since this GRUB doesn-t appears when my laptop boots and I can only use xp. How to solve this?
- 02-13-2009 #2
Windows doean't play nice with other operating systems and when installed it will overwrite the bootloader. I believe the simplest way to sort this out is to download the supergrub live CD (Linky) and use that to restore your Grub settings.
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 02-13-2009 #3
Windows Installer has removed GRUB and you have to re-install it.
Boot up from Ubuntu LiveCD, open Terminal and execute this
You will get a grub prompt, grub>Code:sudo grub
Execute this:
If you get "Error 15: File not found", try the following:Code:find /boot/grub/stage1
Using this information, set the root device (fill in X,Y with whatever the find command returned):Code:find /grub/stage1
Reboot machine. Grub Menu will appear on startup. You have to edit menu.lst to add an entry of Windows OS in GRUB Menu.Code:root (hdX,Y) setup (hd0) quit
We need to check Partition Structure of your Hard disk for that. Execute this
Post output here.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote