Ubuntu Installation :: Find Out Which Partition Got GRUB?

Jul 4, 2011

i have 500 GB SATA drive with windows 7 and Ubuntu 11.04 500 GB drive divided in 3 partitions on one partition thers is windows 7 and on 2nd Ubuntu now i'm installing a software it's asking where you want to load your Grub and i don't know in which partition my GRUB is. my question is is there any way to find out which parition got my Ubuntu GRUB?

View 3 Replies


ADVERTISEMENT

Ubuntu Installation :: Grub Is Unable To Find Partition

Oct 4, 2010

I have a 9.10 ubuntu desktop on a tower (bought 2004) working fine, and wanted to add a 10.4 server on an additional partition. After install, I stated grub may be newly written, as the list of os was fine. After reboot I got "grub rescue>" I managed to get the system working again, and now I have a grub2 menu list stating correct entries. But when I select the server entry the boot fails telling "disk not found" (The UUID of the partition given is correct, and also shown when accessing the partition from the 9.10 desktop (this needs an additional authentification when mounting) grub shell command ls does not show the partition, all other tools (life-CD, working installation, gparted etc.) do show it normally, I cannot find any difference. The partition is on the beginning of the disk

View 3 Replies View Related

Ubuntu :: Grub - Lost My Windows Partition - Can't Find Menu.lst In /boot/grub

Nov 1, 2010

I got ubuntu 10.04 lucid lynx along with windows (dual boot) and using Grub. On my computer, I have my C:/ (programs) and D:/ (data). I've never used my D:/ before that day that I've lost my windows partition on my grub menu. I usually use my D:/ with windows. The first time I used my D:/ to store data with linux, I lost my windows option in my grub menu. I'm not sure what I did wrong but I do want to restore my windows option in my grub menu.

After "fdisk -l",

I checked in /boot/grub and there is no menu.lst to modify. how I can get back my windows option in my grub menu ?

View 24 Replies View Related

Ubuntu :: Grub Can't Find Partition At Boottime

Sep 14, 2010

I had my HD partitioned with Win7 and 2 versions of Xubuntu (32 and 64 bit). and Grub as multiboot loader. I removed the 32 bit version and assigned the free space to the 64 bit version using the Gparted bootCD, but now Grub can't find any partition anymore at boottime. All I get is this message and prompt when I try to boot my computer: error: no such partition grub rescue. My Linux partition is supposed to be sda6. When using the 'ls' command I get quite few entries, from which one is (hd0,6), which is sda6 I suppose.I can list the contents of directories on (hd0,6).I've tried instrucions from this page, but many commands don't work, like 'linux', 'initrd' and 'boot'.I really don't want to loose my current OS's. Is there a way to recover fom this so I get the Grub boot menu with my Win7 and Xubuntu entries again?

View 4 Replies View Related

Ubuntu :: GRUB Does Not Find WIndows 7 Partition?

Jan 7, 2011

I messed up my mbr by deleting my other drive which I guess had the MBR for both my OS (2 Windows 7's). So i installed Ubuntu in an attempt to fix it all hoping to get the GRUB. It then booted directly into Ubuntu.So I ran bootsect.exe tx the mbr and it said success.Still boots into Ubuntu directly without and grub.

I ran sudo update-grub
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found memtest86+ image: /boot/memtest86+.bin
done

View 9 Replies View Related

Ubuntu :: Grub Cannot Find Partition / Set It To Search?

Jun 27, 2011

I recently installed Ubuntu 11.04 on a clean hard drive. Everything went well and I ended up giving /home it's own partition. After a while I figured I would dual boot with windows 7 and my mbr got overwritten. Now after this happened I googles how to fix it and found the same answer almost everywhere. It had me go into terminal and run grub an find my partition and setup grub again. All of this was done off a livecd. The only problem was that my livecd didn't have the grub shell installed. Everytime I ran "sudo grub" it would say "sudo: grub: command not found" I tried to install it but it kept giving me errors and I only once actually got into grub, but it could not find my partition. Whenever I typed "find /boot/grub/stage1" it said directory does not exist. So I attempted to fix it my own way. I installed another version of ubuntu along Sid the first. This allowed me to triple boot between the two versions of ubuntu and windows 7. So I booted into my original ubuntu (11.04) and deleted the older version of ubuntu with gparted. I deleted the partition and restarted, but when I restarted I got an error saying that grub could not find the partition. I can boot into my original ubuntu through the ultimate boot cd but it is a round a bout way of doing it. Is there anyway I can set grub to search for ubuntu 11.04 on startup instead of the deleted version of ubuntu?

View 9 Replies View Related

General :: GRUB: How Find Partition Number - Hd0,x ?

Aug 29, 2010

I am playing with grub and i change the root using:

How can i know what's x for /dev/sda7 ?

The problem is that in Gparted view, the order is not like sda5, sda6, sda7, ...but the order is like:

So what's x for /dev/sda7 ?

View 2 Replies View Related

Fedora :: Reinstalling Grub To Find Vista Partition?

Apr 14, 2011

I deleted the wrong line in grub.conf, and now cannot boot into my Windows Vista anymore. I really need to get it back right away, I am trying to do my taxes, and they are on there, and I can't get to them. I added this to grub.conf, but no luck.

Vista
root (hd0,0)
chainloader +1

View 2 Replies View Related

Ubuntu Installation :: Grub Rescue Mode - Error: Cannot Find A Device For /boot/grub (is /dev Mounted?)

Dec 16, 2010

I updated yesterday and now when I start my laptop it goes in to grub rescue mode. I have booted from a 'live cd' and thought I could repair grub from there. In gparted however the partition with ubuntu (sda1) is seen as unknown file system, in terminal when I list the partition table it shows up as FAT16 type. When I try a grub-install it gives this error message:

[Code]....

View 9 Replies View Related

Ubuntu Installation :: Grub - Setup: Warning: Attempting To Install GRUB To A Partition Instead Of The MBR - Install - Lvm - Luks - Raid - Karmic Server

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

Ubuntu Installation :: Grub Won't See Win 7 Partition?

May 25, 2010

Just installed 10.04, loving the new theme and default background. My problem is that Grub won't detect my Win 7 boot. I installed it the way i normally do, seemed to work for the last few times. I put in my Windows recovery disc to try and fix the MBR but that failed as the disc wont even see my Win 7 install. I have included my boot info script file.

View 9 Replies View Related

Ubuntu Installation :: Can't Find WinXP Partition

Apr 19, 2011

So I recently started using Windows 7, but it kept crashing so i thought "OK back to WinXP and Ubuntu 10.10" So I installed Windows (urrrggh) and that went fine, but now that I have come to installing Ubuntu Desktop 10.10, it cant seem to find the Windows XP partition, I tried manually editing partitions but it wouldnt let me resize the partition. But it did give me the option to install the Bootloader (GRUB) to the partition labelled "Windows XP Professional".

I have used this setup before and ran fine, bare in mind that was with 9.10, maybe I should install 9.10 and then use "sudo apt-get install dist-upgrade"?If i cant get this working I will try another distro and see if its Ubuntu or whether its a Windows or disk issue.

View 5 Replies View Related

Ubuntu Installation :: Partition - CAN'T Find The Drive - D

Jun 30, 2011

I use Windows 7: Home Premium and I have three partitions on my hard disk. Lately I installed Ubuntu NOT on C: (win 7) BUT on D: (size 104 GB). Now, I CAN'T find the drive (D:) on Ubuntu. However I can still find it on Win 7.

View 9 Replies View Related

Ubuntu Installation :: Grub Doesn't Find Windows After 10.10

Oct 11, 2010

i have a 250gb hdd and a 160 hdd. i installed wind0ws 7 on the 250 and then ubuntu 10.10 on the 160. In the past (8.04-10.04) after install ubuntu on boot grub would give me the option to go into ubuntu or windows, now ti doesnt give me that option and boots directly into ubuntu. I dont even think it has recognized that windows is there.

View 9 Replies View Related

Ubuntu Installation :: Grub Can' Find/load Kernel?

Nov 25, 2010

After installation of Ubuntu 10.10, grub loads and has the right menu list. However, Ubuntu doesn't load and I get an error message of :Gave up waiting for root device. (with a list of common problems)There is also:ALERT! /dev/disk/by-uuid/1584598e-b8e5..... does not exist.

View 9 Replies View Related

Ubuntu Installation :: Sh:grub> After Redimensionning A Partition?

Sep 12, 2010

I resized a partition and now I boot directly into GNU grub rescue

Code:

sh:grub:>

if I type

Code:

sh:grub> linux /boot/vmlinuz-2.6.32-22-generic
sh:grub> initrd /boot/initrd.img-2.6.32-22.generic
sh:grub> boot

I have the following messages :

Code:

Gave up waiting for root device. Common problems:

- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)

ALERT! does not exist. Dropping to a shell!

[code]....

View 7 Replies View Related

Ubuntu Installation :: Grub Partition Selection ?

Oct 5, 2010

Installing 10.10 RC dual boot with Win7. Is there no place in the installer to specify where Grub will be installed? I don't want it installed in the MBR I want it in the partition with / (I usually only create two partitions for Linux / and swap). I prefer to chain load grub from my windows bootloader.

View 4 Replies View Related

Ubuntu Installation :: Why GRUB Reinstall Using A Partition Instead Of MBR

Dec 28, 2010

I'm trying to re-install Grub2 on a dual boot (Win/XP & Ubuntu 10.10) system which will not boot. I am following the guide here:

Code: [URL] This guide explicitly states that the procedure will re-install GRUB to the Master Boot Record, overwritng whatever is there. However, the final step results in this warning message: "grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea....."

I guess I agree - that's not what I want to do. Where is the defect in the procedure and how do I overcome it? If I try alternative advice, available in the forums, by using the command

Code:
sudo grub-install /dev/sda
then I receive the error message

Code: grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?) Looking at the mount command output, I think the required device is mounted.

View 8 Replies View Related

Ubuntu Installation :: Cannot Find Partition After Installind Windows?

Feb 14, 2011

I used to have Windows 7 dual boot with Ubuntu 10.04 but I decided to replace 7 with XP. I installed XP over 7's partition. I try to boot from a Live CD to fix GRUB2 but I can't see my Ubuntu partition. Here are the results of boot info script in case it helps

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================

[code]...

View 9 Replies View Related

Fedora Installation :: Grub Did Not Find Third OS

Jun 26, 2011

I have Fedora 15 installed alongside Windows and Debian. The bootloader found Windows without any trouble, but it did not add an entry for the Debian install. os-prober sees both Windows and Debian as follows:

/dev/sda1:Microsoft Windows XP Professional:Windows:chain/dev/sda5ebian GNU/Linux (6.0.1)ebian:linux

Since I'm new to Fedora and lack experience with Grub2, I'm asking for advice here before I go off and try to repair this in some silly way that will make life even more difficult. So...what's the tried-and-true Fedora approach to this?

View 3 Replies View Related

Ubuntu Installation :: GRUB Can't Find Menu.lst / Can't Boot Kernel

Feb 10, 2010

I seem to have determined a few other things about my "only gets as far as a GRUB command line" problem:To recap, sda3 (GRUB hd0,2) is the main Linux partition; sda9 (GRUB hd0,8) is the boot partition.GRUB is 0.92.Installation was from an 8.04LTS live CD (at least, that's what the envelope says it is)/"/boot/grub" (i.e., "/grub" on sd9/hd0,8) contains a "menu.lst" file. I modified it (had to do a "sudo gedit" from a command line!) to (1) comment out the line that hides the boot menu, (2) change the timeout from 3 seconds to 90, and (3) add a menu line based on my succesful manual IPL of DOS.

It still boots to a GRUB command line. If I do a "configfile /grub/menu.lst," a boot menu comes up. DOS will successfully IPL, but Linux still gets a "no setup signature found," (ditto for "recovery mode"), which suggests either a bad kernel, or a kernel that's too big for the GRUB to handle.Why would it be finding its way to grub, but not finding the boot menu file?Why would the live CD come up just fine, yet the GRUB and kernel it installs fail?

View 9 Replies View Related

Ubuntu Installation :: Grub Can't Find Windows Loader After Update?

Nov 29, 2010

I am running Ubuntu 10.10. Normally when I boot, I get the choice to run Ubuntu or the Windows loader, where I choose between 7 or XP. I have just noticed that when I boot now, I do not have the choice of going into windows. This has happened on two of my PC's just in the last few days. I assume one of the updates has overwritten the grub configuration file as I still get the grub menu but not the windows option. I have tried sudo update-grub but this did not solve the problem.

View 9 Replies View Related

Ubuntu Installation :: Can't Find Hard Drive On Partition Editor

Oct 13, 2010

Hey everyone, i am trying to install 10.10 on a netbook i have, and i did it all okay, but it would not boot up, so I want to re-format the hard drive, but the hard drive is not showing up on the partition editor (only thing that is showing is the usb i'm booting up off of)

I finally got it to install windows xp, but i really only want to put ubuntu on it (no need for windows on a net book)

View 1 Replies View Related

Ubuntu Installation :: Windows Install CD Cannot Find NTFS Partition

May 3, 2011

I'm running Ubuntu 11.04 on my Acer extensa 5620. I need to install windows and setup a dual boot on this machine. Here's what I did. I followed the instructions on this page

[URL]

and resized my home partition (which is differenet from the file system partition). Anyways, I resized the partition and made a new NTFS partition. This was all done from Live CD. I then rebooted and then tried the windows installation CD. Now here my problem crops up.
Windows says that no partition is found. What have I done wrong? Any ideas? Can the drive be damaged or have I made a mistake some where? I did not specify a mount point for the new NTFS partition, does that matter?

View 5 Replies View Related

Ubuntu Installation :: Grub Refuses To Install On Partition

Jan 29, 2010

I have messed up my partitions really bad and grub refuses to install. Here's how it looks:
Code:
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 2432 19430617+ 83 Linux
/dev/sda3 2433 60801 468848992+ 5 Extended
/dev/sda5 2433 2930 4000153+ 82 Linux swap / Solaris
/dev/sda6 2931 53535 406484631 83 Linux
/dev/sda7 53536 60801 58364113+ 7 HPFS/NTFS

Initially there was only Linux (Karmic) on this hdd, on what is now sda2 to sda6, current sda2 being the boot partition. Now, I decided to install Windows XP and using GParted I created an NTFS partition at the end, sda7. But it wanted to have his loader on the first one, so (now this is probably stupid what I did) I cut 100MB from Linux root and put it as NTFS at the beginning, making it sda1, boot and letting windows install it's loader there. I figured I can just reinstall grub on it later (think I have missed some tutorials). As you can probably guess, it won't. I formatted sda1 to ext4 now. What I do is run the Live CD (9.10), use terminal, then do

Code:
sudo -i
mkdir /media/boot
mount /dev/sda1 /media/boot
grub-install --recheck --root-directory=/media/boot /dev/sda1
and it goes

Code:
grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
grub-setup: error: Cannot read `/grub/core.img' correctly
also, when I do update-grub it says "grub-probe: error: cannot find a device for /."
I tried installing grub on sda2 and flagging it as a boot and still no-go.

View 4 Replies View Related

Ubuntu Installation :: Windows Partition Missing From Grub

Jan 30, 2010

I was defraging windows xp and the power want off now I can only boot into ubuntu from Grub.

View 3 Replies View Related

Ubuntu Installation :: O/S Grub - Unable To Mount Win Partition

Mar 22, 2010

had a dual O/S win Vista 64bit & unbuntu 9.10 64bit.

1. Had a virus on my Win vista side, anti virus could help (virus kept replicating itself - to halt all progs from running).
2. In the End Win Vista would start & was only used Unbuntu for about 2 days.
3. Tried to repair Win Vista, but noting worked.
4. Couldn't mount Win partition through unbuntu either - needed to copy some files across.
5. Eventually formatted Win partition side & re-installed Win Vista 64bit.
6. The problem now is that the grub option to select the O/S choice isn't there, thus i can't use Linux.
6b. The computer loads only Win vista 64bit (Like there usn't a Linux)
7.Checked at the disk management prog - could see my linux space but have no access.
8. Used a live Linux cd to access linux partition, just to check - it worked.
9. how can i acccess the Linux O/S as normal?

View 1 Replies View Related

Ubuntu Installation :: Grub Missing - Able To Boot Into Partition

Apr 10, 2010

I had a dual boot system(WinXP and Ubuntu). But something happened and I was not able to boot into my Ubuntu partition. It gave GRUB missing error. I tried reformatting the dedicated 40 GB ubuntu partition to NTFS and again try to reinstall ubuntu. But now, when I install ubuntu through boot time install, it shows that my whole hard disk is empty( but I have windows XP on whole hdd at the moment) and do not give any other option but to use whole hdd.

Alternatively when I try to install it inside windows, then after rebooting it shows, no root file system defined error and neither gives any option to do so also ( this method worked earlier o my PC). At the moment, It still shows ubuntu and windowsXP at OS choice menu at boot time but when booting in ubuntu, it shows GRUB missing. (I don't have any ubuntu installation on my hard disk at the moment).

View 5 Replies View Related

Ubuntu Installation :: Updated Grub But Still Won't Recognize 2nd Partition?

Jul 24, 2010

So I am experimenting with other linux distros.....I just installed a small partition with OpenGEU, the one still based on Ubuntu.....now it wont recognize Mint. Ubuntu Studio is next on my list, but before I invest any more work I want to make sure I can add more partitions to grub, not just the most recent linux partition...

I think that future distros of linux should have a fix for this....if you install linux it should detect every other operating system on the disk, not just windows plus the most recent linux install.

install /boot separate? I always create a / and /home partition but never separate boot. Does that make life easier?

View 9 Replies View Related

Ubuntu Installation :: Cannot Use Separate /boot Partition With Grub 2

Aug 25, 2010

While installing with a separate /boot partition I cannot get two distinct copies of ubu installed on one machine and be able to choose between them. Each is installed on a different hard drive. x64 versions. I've had this issue both ways:

Stepsinstall mythbuntu
install ubuntu
Result

Two entries in grub. Both cause ubuntu to boot

Stepsinstall ubuntu
install mythbuntu
Result

Two entries in grub. Both cause mythbuntu to boot Grub 2 is so unfriendly for fixing these things. I don't know where to make changes. Ok, Grub 2 is very powerful, maybe it's the lagging documentation, or lack of tutorials that is the problem. But I don't know how to fix this. Do I start over without the /boot partition? Do I bail on ubu?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved