General :: Reinstall Grub After Windows Instln?
Nov 19, 2010
I had a dual boot system - windows in primary active /dev/sda1 and fedora in /dev/sda5 onwards till /dev/sda7 ( /boot, / and swap partitions).I reinstalled windows vista and it removed grub and replaced it with the MBR or windows loader.So now I can't boot into the linux OS. I tried out a live cd and tried grub-install --root-directory=/mnt/_boot /dev/sda (after mounting /boot partition at /mnt/_boot location from the live cd.)But on reboot I donot get the menu.lst options, only the black screen with a grub prompt.
View 3 Replies
ADVERTISEMENT
Sep 1, 2010
I had two OS in laptop windows vista and linux mint and when I used to start my computer I used to get different option for os like linux mint, linux mint memory check, windows vista etc.. but because of virus windows vista got crashed so I formatted disk drive C: which were containing windows vista and reinstalled fresh copy of vista.. but now when I start my computer vista start automatically, I do not see GRUB options to run windows os or linux mint..Is there a way to reinstall GRUB to get options like I used to get before formatting ?
View 1 Replies
View Related
Feb 4, 2011
how do I retrieve/reinstall Grub without having to reinstall Ubuntu?
View 1 Replies
View Related
Oct 7, 2010
I am actually facing a vague problem here. I was previously running Windows XP and Ubuntu . Ubuntu was installed Windows XP The problem is
1. First I tried to do some disk partitioning. That ended up with some error.
2. Ignoring that, I went to install Windows 7 over Windows XP but I was not able to proceed with Windows 7 , because the partitions were corrupted.
3. So I used Ubuntu LIVE CD (Grub was lost at this point )and used 'testdisk' and recovered the partitions.
4. Now installed the Windows 7 successfully.
5. Now again I moved to Ubuntu Live CD to write the GRUB. After which I tried restarting
6. Now Ubuntu is booting perfectly as before. But the problem is with Windows
7. The GRUB loader instead of showing Windows 7, it shows Windows XP !!! . and there is no other entry for windows. When I tried opening it, it says "error, cant read file" and further inout moves back to the grub loader list again.
"How do I change the entry to Windows 7 from Windows XP and boot Windows7 successfully " I tried it a couple of times, same thing happens . So how to change the entry?
View 6 Replies
View Related
Apr 18, 2011
I'm running dual OS Windows Vista Bussiness and Ubuntu 10.10 on my acer notebook. But a few days ago after I update the kernel (I think), I can't boot to my windows OS. It's only stuck at boot screen (progress b4 logon to windows), so I want to reinstall my windows with windows XP. But, if I do this, the grub must be replace by windows bootloader. how to reinstall the grub?? will the new grub, allow me to load the latest kernel which already install on my Linux?
View 1 Replies
View Related
Jan 5, 2010
How do I reinstall GRUB after a Windows install? I tried using the LiveCD but when I pop in the CD and type
Code:
View 2 Replies
View Related
Nov 21, 2010
I re-installed Windows over an old Windows partition. The hard-drive used to have Windows and Ubuntu on it. I am now in usb live ubuntu because grub doesn't appear anymore when I boot the computer (it boots in the new windows automatically). The ubuntu partition is still there, as I can access my files from this live usb. I'd just like to know how to re-install grub.
View 1 Replies
View Related
May 26, 2011
I have (had) a dual boot system of Ubuntu (11.04) and Windows 7. I was forced to reinstall Windows over itself and it installed its boot loader. How do I get my Grub boot loader back? I googled it and found instructions, but they were from 2007 so I thought it might only be for Grub Legacy. The instructions were as follows:
Boot from a live cd
run "sudo grub" in a terminal
then, "root (hd0,0)", "setup (hd0)", and "exit"
reboot and grub should be present
While I wait for ubuntu to download so I can create a live cd, can someone confirm if this is correct for Grub 2? Also, what commands will tell me which hard drive and partition I need to put in the above commands (hd0,0)? I have (4) internal hard drives and boot drive has a few partitions on it.
View 4 Replies
View Related
Jun 26, 2011
So, I'm stuck in GRUB rescue mode (stupid mistake) on a dual booted netbook (so no cd and no recovery software)
I do have a Live USB so I'm working off that.
Is there a way to reinstall the GRUB to my other partition (windows 7) or fix the MBR without recovery software?
View 9 Replies
View Related
Dec 26, 2010
for some reason Win7 has gone and run a startup repair (there was two boot options in GRUB, perhaps I chose the wrong one by accident) which has corrupted my GRUB. Now, the only way I can get anything to run is by booting Ubuntu of a live-pendrive/flashdrive! I tried following a couple of walkthroughs that claimed to fix the problem; and I don't doubt that they work - on someone elses computer! I receive errors whenever I try to use things like 'sudo grub' and often (but not always) with 'mkdir' and 'mount' - and I have very little idea what some of them are doing (I gather 'mkdir' is making a directory and 'mount' is mounting a device virtually, but some others are a little harder to guess)
So, I am wondering if someone has a little insight as to how I can fix this and perhaps point me in the correct direction to learning about making my way around ubuntu and these fancy terminal commands! Currently, I am at the stage where I can boot into my flash drive by spamming escape before the bootloader. However, when GRUB loads it tells me there is an error and gives me a command line; through which I have been unable to get anything to happen. I am running Ubuntu 10.10, I believe, and Windows 7 on the same hard-disk and possibly the same partition (though, I am unsure of how Ubuntu works itself into partition's). I also ran a little code (seemed somewhat like a batchfile in windows) that made a txt file of my boot info; I'm attaching it below if that helps at all. Boot Info Results:
[Code]......
View 9 Replies
View Related
Jun 11, 2011
After installing Windows 7 on my laptop, which was already running Natty, I am having issues reinstalling grub. I tried to do this using the method from this tutorial: [URL]... when I enter:
[Code]...
I also tried using --root-directory instead of --boot-directory, and I tried --recheck on both of them without any luck.
View 9 Replies
View Related
Jan 9, 2010
Some days ago I decided to reinstall windows, of course windows wiped Grub of the MBR. No problem. I booted of the live CD (9.10) and tried to reinstall grub, I had Ubuntu 9.10 installed before windows wiped grub. I tried the following tutorial: [URL] My fdisk -l output is the following: root@ubuntu:~# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000f2962
[Code]....
sda3 is my root partition, sda2 is the partition where all my media files are located. I mounted /dev/sda3 to /media/root and then I tried to reinstall grub with: sudo grub-install --root-directory=/media/root /dev/sda It came out with no errors, and then I restarted my computer. Grub started, but with a command line. It was the 1,97 beta-4 version. Since I'm quite unfamiliar with GRUB (or really technical linux stuff)
View 3 Replies
View Related
Jun 19, 2010
I dual-boot ubuntu 9.04 and windows 7. I recently reinstalled windows, and it wiped grub-legacy off of my MBR. Reinstalling grub shouldn't be tough, right, especially with clear instructions? Anyway, I can't get anywhere with the official instructions here: [URL]. The first issue is that the current live CD has no program "grub" in terminal. I dug up an old live cd, but I couldn't get anything with the directions:
Find where Grub is. If this gives a few different answers then you will need to find the correct one, perhaps by trial-and-error.
find /boot/grub/stage1
That command didn't find anything, nor did some similar commands found on google.
So I'm really at a loss. What should I do?
-Can I install Grub 2 on my MBR? Will that work with 9.04?
-Can I access my 9.04 install, copy files to Windows, and then just format the partition and clean install 10.04?
View 1 Replies
View Related
Jul 11, 2011
I got a system crippling virus on my windows installation. My recovery disks gave me the same problem. So I installed Win 7 enterprise using a disk my dad got from his work. The installation went smoothly. When I started my computer after it went straight to Win 7 without the GRUB bootloader (not the case with restore disks). Could somebody please help me with this issue because I cant stand using Windows for anything other than games much longer.
View 7 Replies
View Related
Jan 27, 2010
how to reinstall grub in red hat 5.4 Linux
View 2 Replies
View Related
Apr 29, 2010
I recently installed opensuse 11.2 on my laptop which also had windows vista and windows 7, i created a new partition and the installation went smoothly, after i went to boot back into windows 7 i got a blue screen of death, strangely vista boots perfectly.I could just reinstall windows 7 but its a pain to reinstall all my programs and such
View 6 Replies
View Related
Jul 12, 2010
I need to reinstall my windows 7 partition, but I don't want to lose my ubuntu partition. Currently I just have both installed and grub is dealing with my booting options.Is there any way I can reinstall windows without messing up grub or my ubuntu partition?
View 5 Replies
View Related
Jul 23, 2011
This is partly a note to myself for the future and a guide to anyone who experiences similar issues.
So, I had to reinstall Windows XP since my previous installation gave me a blue screen error due to reasons unfathomable. Naturally, this deleted the GNU Grub and I could not login to my Fedora.
I read that apparently booting from a DVD installation offers an option to enter the rescue mode. I did not have a DVD, I only had the LiveCD so I had to figure out a way to reinstall Grub from the LiveCD. The following method seemed to do the trick.
Run the LiveCD and open Terminal.
1. Find the partition where the Grub Stage1 is code...
View 1 Replies
View Related
Nov 22, 2009
I used to have 5 drives on my 120GB Hard disk. I had Windows XP and Kubuntu 9.10 installed.today I started merging the drives after I have finished the process I found that grub menu is not loading instead I get something like thisgrub rescue>I am currently using Mepis 7.0 Live CD how can I restore the grub menu so I can boot to Linux or WindowsThe current HardDisk configuration is
Code:
# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
[code]...
View 6 Replies
View Related
Dec 6, 2010
i have ubuntu 10.04 64 bit installed and configured and working sweet. I have reinstalled windows 7 and now i can't boot ubuntu i've tried easybcd to add ubuntu to win boot loader which failed and tried to follow the instructions to reinstall grub through a live cd which i am in at the moment. i go to a terminal and type sudo grub and it brings up the grub prompt. i have mounted all discs and entered the command find /boot/grub/stage1 and it keeps spitting this back at me Error 15: File not found
my hd is a 80gb with partions like this
/dev/sda1 105mb ntfs system reserved
/dev/sda2 45gb ntfs win 7 home premium 64 bit
/dev/sda3 34gb ext4 ubuntu 10.04 64 bit
/dev/sda4 1.5gb linux swap
View 9 Replies
View Related
Dec 10, 2010
I have ubuntu 10.10 running on my HP dv5 pavilion laptop So today i tried to reinstall grub on my pc .. i removed grub-pc and grub-common using synaptic then booted up with a live cd of ubuntu 10.04 i then mounted sda11 to mnt using sudo mount /dev/sda11 /mnt sda11 being my ubuntu directory containing the /boot then i installed grub to it using sudo grub-install --root-directory=/mnt /dev/sda it reported as installation finished.No error reported then i unmounted /mnt and checked for /boot/grub/grub.cfg seems like the file is missing so are the files in /etc/grub.d/ reinstall my grub back
View 9 Replies
View Related
Aug 30, 2011
I installed the Ubuntu 11.04 inside of Win 7 via Wubi. It works great and I don't want to reinstall it again, now I want to reinstall my Win 7, is there a way to keep Ubuntu?
View 1 Replies
View Related
Mar 21, 2011
I had previously installed windows xp. Then I installed ubuntu and dual booting was fine. Now my windows is corrupted. I need to either repair or reinstall it, and I think my mbr will be affected. I will test all this on vmware first.
View 2 Replies
View Related
Jun 2, 2010
Can I use the grub command line to reinstall grub from a ubuntu cd?
View 1 Replies
View Related
Jun 28, 2010
I got BSOD while attempting to uninstall a program in Win XP, so I tried to reinstall the OS (because the guy who gave me the pc wants a clean-up) but a STOP 0x0000007F (0x00000008, 0x80042000, 0x00000000, 0x00000000) occurs.I tried then to boot Kubuntu 9.04 live cd, and it booted fine, but when I tried an installation it failed too: just crashing...
I tried to change the RAM and the hard drives to no avail.I'm thinking that it's an hardware failure, but can't track it down: what could it be? Video card? Motherboard?
EDIT: I ran 7 successful memtest - not even an error. I have to look at the harddisk ribbons and the motherboard.
EDIT No.2: I tried another harddrive, switching to sata connectors to no avail: the sata harddisk it isn't even recognized...Can it be the video card, or it will be the Motherboard?
View 3 Replies
View Related
Dec 6, 2010
It happens I need to use microsoft excel, so reinstalling windows XP. Since I have no cdrom on the pc nor usb cdrom reader, I would like to sort of fake the computer installing using grub2 and booting the iso that I will create
View 2 Replies
View Related
Oct 10, 2010
I have a new Dell Inspiron 1545 with a dual-boot setup: Kubuntu and Windows 7. A long, tedious story made short, I have Kubuntu working but cannot for the life of me get the wireless adapter to work in Windows 7. Since the Microsoft universal fix consists of reinstalling the OS, that's what I plan to do.
That said, I'm concerned that Windows will not just reinstall itself, but wipe out the boot record used by grub. I've invested enough time setting up Kubuntu that I really don't want to start from scratch (again) with both OSs.
How to reinstall Windows without wiping the boot record? If not (i.e. Windows will kill whatever grub has in place), is there a way to use the Kubuntu disc, or another linux disc, to reinstall grub afterward, thereby leaving the linux partitions intact?
View 4 Replies
View Related
Feb 14, 2009
In RHEL 4 grub.conf file has to be delete. how can i reinstall the grub?
View 2 Replies
View Related
Sep 11, 2010
Is it possible to have the Windows bootloader point to Windows 7 and a Linux partition instead of using GRUB to point to Windows 7 and Linux?
View 2 Replies
View Related
Feb 18, 2009
I reinstalled winXP and lost grub loader. I have LiveCD with Fedora 10. How can I reinstall GRUB using this CD ?
View 14 Replies
View Related