Ubuntu Installation :: Setting Up Grub After Windows 7 Install
Jul 16, 2010
I have a laptop which this morning had Ubuntu installed on it with no partitioning. Since then I have partitioned the hard-drive into three sections: A partition called "William", the original Ubuntu partition and a general data storage partition called "DATA" (in that order). I then installed Windows 7 Professional 64-Bit on the William partition with no problems to speak of. I have been following the instructions on how to re-enable grub & grub2 after a Windows install at URL...
View 4 Replies
ADVERTISEMENT
Jul 2, 2011
i always had windows as default in my grub (this is my desktop pc, mostly for gaming, i use windows here for about 98% of the time linux is just for working)i lastly upgrades to 11.04 (bad idea never change a running system)and now my grub starts linux as default and i dont know why.i started startupmanager and set windows as default no change i clicked myself into the /boot/grub/grub.cfg and opened it as su - it looks like everything is right here too but i could think of something, i need to change there.
View 3 Replies
View Related
May 4, 2010
I have to install Windows XP on another partition which already has Windows Seven installed.. but I want to preserve my GRUB2 installation without going through that GRUB reinstall process. Can I copy my /boot/grub that works fine and then paste it again through the live CD?
View 1 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
Apr 12, 2011
Currently I installed Windows Starter, then installed Fedora 15 Alpha from the 'Fedora 15 LiveCD'.Now, I have reinstalled Windows Starter and now my grub loader has been removed.How can I get the grub loader back, with just the LiveCD?Is it possible to do this without the LiveCD?
View 2 Replies
View Related
Jul 15, 2010
I just got a Zino HD from Dell, and was planning to use it connected to my TV, dual booting Xubuntu 10.04 and Windows 7. I did, however, run into some issues. I suspect I'm just going to have to burn a restore disc and start over, but I'd like to fix this if possible. Here's what I had to start with:
1 vfat partition (bootup?)
1 dell restore partition
1 Windows partition
Because the restore partition was a bloody 20 GB, and I could always get the restore done via disc, I reformatted it as ext4 and used it as "/". I then shrunk the Windows partition and allocated a home partition and some swap space. Note that immediately after the installer, I reformatted the home partition manually with an inode size of 128 to use with the Windows ext2 driver, but that shouldn't have really changed anything. End result file system order:
1 vfat
1 ext4 mounted as "/"
1 Windows
1 Swap
1 ext3 mounted as "/home"
I now have two problems:
1) I do not get any GRUB menu at all! It just boots directly into Xubuntu with no choices (not even memory test or restore mode).
2) I, obviously, can no longer boot Windows.
Keep in mind that this a fresh install on a brand new machine; I can't think of any reason GRUB wouldn't even show me a menu.
View 1 Replies
View Related
Mar 27, 2010
I'm using the Live CD and have followed steps to recover grub2 after XP install. (damn Windows)!
Upon rebooting I get the grub> prompt with no where to go. Upon installing grub via the Live CD I get this:
Quote:
Update:
When I do this link, upon doing the
Quote:
I get this:
Quote:
View 1 Replies
View Related
Jan 23, 2011
I've just installed a second hard drive in my laptop with windows 7 on one drive and Ubuntu on the other. I selected the side-by-side install in the Ubuntu install and let Ubuntu do the rest. Unfortunately Grub isn't seeing the windows install even after reconfiguring grub. However, the windows 7 drive is visible in Ubuntu and all the windows files are there intact.
Does anyone know how I can make grub see Windows 7 so I can boot into it?
View 5 Replies
View Related
May 25, 2011
I was getting ubuntu grub menu, and i was able to login to windows xp, windows server 2008 and ubuntu 10.10. Recently there was some problem with windows server 2008 and i had to reinstall it, once i did that i lost my grub menu. now i am getting plain windows menu with option of login into windows xp and windows 2008. So how can i restore the grub menu, so that i can login into all the three os from one point.
View 9 Replies
View Related
Aug 24, 2010
I had to dual boot my computer again with windows unfortunately for school. This is something I've dealt with dozens of times in the past but when I try to recover grub 2 with the ubuntu live cd I get this:
sudo grub
sudo: grub: command not found
View 4 Replies
View Related
May 4, 2010
I just upgraded to Lucid Lynx, and while everything kernel-wise is running fine so far, I have a problem that is giving me heartburn. It appears that I have broken my Windows XP boot command, as selecting that boot option will only loop back to the GRUB selection menu. The Partition is there, and I can access it through ubuntu's file manager, but right now I simply cannot boot into windows. Partition information: 540gb set for windows (NTFS), 55 set for unbuntu.
[Code]....
During the update, an autoconfig screen came up asking me to select what I wanted to boot from in GRUB. I selected what I thought referred to the harddisk partitions (and not simply selecting all of them. ) Is there any way to bring that window back up to change that? while I am a *cough* Windows power user *cough*, I don't understand ubuntu (or Linux) very well, so please keep that in mind when replying.
View 5 Replies
View Related
Apr 22, 2010
installed windows 7..then tried restoring grub using live cd....mounted partition somewhere else....then installed ubuntu again where it was installed previously and now grub is not detecting windows 7 but i am able use my windows files
used sudo update-grub2.
View 9 Replies
View Related
Mar 27, 2010
I'm running Karmic Server with GRUB2 on a Dell XPS 420. Everything was running fine until I changed 2 BIOS settings in an attempt to make my Virtual Box guests run faster. I turned on SpeedStep and Virtualization, rebooted, and I was slapped in the face with a grub error 15. I can't, in my wildest dreams, imagine how these two settings could cause a problem for GRUB, but they have. To make matters worse, I've set my server up to use Luks encrypted LVMs on soft-RAID. From what I can gather, it seems my only hope is to reinstall GRUB. So, I've tried to follow the Live CD instructions outlined in the following article (adding the necessary steps to mount my RAID volumes and LVMs). [URL]
If I try mounting the root lvm as 'dev/vg-root' on /mnt and the boot partition as 'dev/md0' on /mnt/boot, when I try to run the command $sudo grub-install --root-directory=/mnt/ /dev/md0, I get an errors: grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea. grub-setup: error: Embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.
Somewhere in my troubleshooting, I also tried mounting the root lvm as 'dev/mapper/vg-root'. This results in the grub-install error: $sudo grub-install --root-directory=/mnt/ /dev/md0 Invalid device 'dev/md0'
Obviously, neither case fixes the problem. I've been searching and troubleshooting for several hours this evening, and I must have my system operational by Monday morning. That means if I don't have a solution by pretty early tomorrow morning...I'm screwed. A full rebuild will by my only option.
View 4 Replies
View Related
Apr 27, 2010
I have a used PC that came pre-installed with suse 11.2.Unfortunately, I do not have the install disk to use in case of whatever.I already know that when configuring a dual boot with Windows and Linux, it is recommended to install Windows first.I do not have that luxury now as 11.2 is installed and GRUB is the boot loader.Question is, if I boot the Windows 98 install disk on boot, how to not mess up GRUB and still add Windows 98 to GRUB menu?
One hard drive only here. 98gb free.It seems that W98 install will overwrite GRUB in this situation - causing problems. Maybe not, I don't really know for sure.I just need to install windows 98 on the same hard drive and if possible, have suse and w98 visible on boot in GRUB.
View 9 Replies
View Related
May 24, 2010
I do not know what to do, i cannot load windows partition. it just loads grub again. this must have been something that happened when i upgraded to the 10.04 or w/e. can someoen help me out with what i can do to stop this or fix it. maybe i can reinstall but i want to know what will work first, i do not have a lot of time to fool with my computer like this again. i spent a week getting ubuntu on my computer the first time so i do not ever want to spend that much time again especially in finals week. !
View 1 Replies
View Related
Mar 21, 2011
I've been using squeeze for a year or two now, on a PC dual booting with windows xp. Not long ago I thought that, as it's now become the stable release version, I'd do a fresh install, which I've been trying to do with the first two dvds. The installation proceeds as expected, up to and including setting grub. However, although grub saysthat it has detected windows xp, and I tell it to set up the dual boot, the computer on reboot goes straight into windows xp, with no on-scrteen option shown for choosing debian.
View 6 Replies
View Related
Mar 30, 2011
Durring the upgrade from lenny to squeeze everything went fine but grub2 fails to configure
Setting up grub-pc (1.98+20100804-14) ....
and it hangs, even freezes there...
Is it safe to restart the server, will grub1 still function if I do ?
View 4 Replies
View Related
Aug 31, 2010
I have created usb stick from which I install fedora. The bootloader is on the MBR of the usb stick and I want to put it onto the harddrive.I have tried running grub and setting up the MBR on the hard drive, but attemts to load the kernel fail with "Error 15: File not found".
View 2 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
May 7, 2010
I had 9.10 installed and I did an upgrade to 10.04. However I cannot see anymore my Windows Vista partition with grub.. I have a Toshiba laptop Satellite p305.This is my boot script output:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in [code].......
View 3 Replies
View Related
Mar 5, 2011
how to be able to add windows 7 to my grub menu or to even be able to boot to windows 7. I am currently unable to do it and my system just automatically goes straight to ubuntu. I've tried holding down SHIFT during startup and all that appears in my list is ubuntu entries and a memtest entry. My windows 7 files are still intact because I can see the drive through ubuntu and see all my files. I am trying to have Windows 7 on one hard disk that is 640GB and ubuntu on a second hard disk that is 160GB
[Code]...
View 9 Replies
View Related
Aug 5, 2011
Ive been running windows 7/Ubuntu dualboot for some years now and never had any problems.Some months ago I got a new Patriot Inferno ssd. Ofc the first thing I did was to installl windows 7, it had no problems, ran fast and smooth. Then when I reinstalled grub I started to get error when trying to start windows, the logo never apeared and all I got was the message "Windows failed to start. A recent hardware or software"Status: 0x00.00F" "Info: The boot selection failed because a required device was inaccessible.". It does not matter what order I install windows and ubuntu in, or how many times Ive tried to reinstall grub. Windows 7 will not work while I have grub/windows installed. Right now Ive got them installed on separate drives, ubuntu on the ssd and windows on a partition on a 1tb hdd. Unfortunately I need to have windows for .net programing and gaming..
[Code]...
View 1 Replies
View Related
Dec 3, 2010
I got this laptop that's 3 years old. Previously, I installed Ubuntu 10.04 (32-bit) using a bootable CD. Occasionally, Ubuntu would freeze and I did not know of a way to safe-shutdown. Everytime it froze, I simply did a hard-shutdown. And there we go. This hard-shutdown damaged the OS. Anyway, I downloaded Ubuntu 10.04 (64-bit) and burned a CD. Magic! Laptop won't read the CD. Boot is far ahead, it's just not reading it at all! Looked around, found that setting up a PXE server is my last hope. The guides? They weren't nice to read. What I'm looking for is to set up a PXE server on the PC (running Windows 7 / Ubuntu 10.04 dual-boot) and boot from the PC through the PXE server. I have downloaded Ubuntu 10.04 Desktop AMD64
View 2 Replies
View Related
Jan 5, 2010
Fairly new to Karmic - wanting to setup some Windows Shares on an external Hard drive. I understand that I need to install Samba to do this but when I try to install it I get the following message:-
pat@CCBC-13112:~$ sudo apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package samba is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
However the following packages replace it:
samba-common-bin smbclient samba-common
E: Package samba has no installation candidate
View 2 Replies
View Related
Jun 9, 2011
I have been trying out different Linux distros to dual boot with Windows Vista. First I tried Ubuntu and it worked fine. Then I tried Fedora 15 and it worked fine as well. Then I went back to Ubuntu but now I have decided to stick with Fedora. The first time I installed Fedora it gave me options for choosing default OS and other things, now I can't remember how I did that and can't figure out how to do that agian. How do I do that agian? I want it to automatically boot into Windows Vista. I am installing Fedora on a seperate hard drive.
View 1 Replies
View Related
May 10, 2011
after I install windows the grub is gonei tried to do some thing and i follow the steps listed in this linkhttp://ubuntuforums.org/showthread.php?t=922678because it was very similar to my problem, i did every thing up to step #10 which issudo mount -o bind /dev /mnt/dev sudo mount -t proc none /mnt/proc sudo chroot /mnt apt-get install grub update-grub exit know when i reboot i became to grub screen ( grub> with no option. even my windows is gone I don't know what to do
View 9 Replies
View Related
Mar 10, 2010
I virus got my XP installation this morning. I have to install it. When I install windows it will write over the GRUB and I will no longer be able to re-boot my openSusie OS. My question is After XP is installed is there a way to re-install GRUB without having to re-install openSusie 11.2?
View 9 Replies
View Related
Feb 22, 2010
i've been using ubuntu with wubi, and I'd like to install it on my new hard drive (so windows is on one hdd and ubuntu is on another). afaik, grub will be installed on the hdd w/ ubuntu, and i have to set it to recognize the other (windows) hdd. assuming that i want to get rid of ubuntu and just use windows, what steps do I have to take to do so? (if grub is only on the ubuntu hdd, then would I just have to format it?)
View 2 Replies
View Related
May 29, 2010
I have already had Vista installed on another drive and from what i've read on the webs you get to dualboot if you install ubuntu after vista. when i did install it (i installed on a blank hdd with no partitions, choosing the "erase entire disk" option since for some reason default option was attempting to eat a part of my windows 1 gb drive instead of using disk i specially made for it) and the grub 2 loaded for the first time, there was NO option to run vista. only 2 linux (normal and recovery) and 2 memtests. I've ran linux and went to google this. I found that i should add something to some config files in /etc/grub.d/From reading the readme file i understood i could add my own files that are named like NUMBER_SOMENAME and insert code into them. Because it said:Quote: For example, you can add an entry to boot another OS as01_otheros, 11_otheros, etc, depending on the position you want it to occupy inthe menu; and then adjust the default setting via /etc/default/grub. But then i found a file 40_custom that said:
Code:
#!/bin/sh
exec tail -n +3 $0
[code]....
View 9 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