Ubuntu :: 10.04.01 And Win7 - No Grub Menu Pops Up

Oct 12, 2010

I finally got it and windows 7 installed on separate hard drives. Windows installed first, then ubuntu 10.04.01. Had to use the alternate ubuntu install cd to make it work. During the install it said there were no other operating systems installed on the computer and asked if grub could overwrite the master boor record. I knew this was something I wanted to do and if it was wrong it could most likely be fixed later. So that being said, ubuntu has taken over the boot of my pc. No grub menu pops up. Not sure how to add windows to grub to make it give me a choice. I did try pressing shift during startup to get grub to load, and nothing happened.

Here is my fdisk.
Windows is on sda and ubuntu is on sdb.
Disk /dev/sda: 74.4 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ddedc

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 9040 72508416 7 HPFS/NTFS

Disk /dev/sdc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x02f94d51

Device Boot Start End Blocks Id System
/dev/sdc1 * 1 19458 156295361 7 HPFS/NTFS

Disk /dev/sdb: 74.4 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005cb95

Device Boot Start End Blocks Id System
/dev/sdb1 1 8666 69606400 83 Linux
/dev/sdb2 8666 9040 3004417 5 Extended
/dev/sdb5 8666 9040 3004416 82 Linux swap / Solaris

Disk /dev/sdd: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0195c00b

Device Boot Start End Blocks Id System
/dev/sdd1 2 30401 244188000 f W95 Ext'd (LBA)
/dev/sdd5 2 30401 244187968+ 7 HPFS/NTFS

View 8 Replies


ADVERTISEMENT

Ubuntu Installation :: Cannot Access Grub Menu After Win7 Upgrade

Feb 6, 2010

My machine is an hp 2133 mininote. It came factory installed with Windows vista, which repeadtedly crashed on me. To compenstate for this i installed gOS to dual boot with Vista. This was working fine but I was recently given a Windows 7 install disk, so I decided to upgrade. Windows seven installed without a problem but now I can't access the GRUB bootloader, windows 7 just loads automatically. I tried to restore it using the Super GRUB Disk usb utility but it didn't work, windows 7 still boots regardless.

View 1 Replies View Related

OpenSUSE Install :: Get Win7 Visible In Grub Menu?

Mar 14, 2011

I have Opensuse 11.2 installed (on hd0 at the time of installation) To install Windows 7 alongside I had to switch my hard drives (hd0 became hd1 and vice versa) What is the best approach to reinstall grub and get both Opensuse and Win7 visible in the grub menu?

View 1 Replies View Related

Ubuntu Installation :: Installed Alongside Win7 But GRUB Doesn't Appear; Just Boots Win7

Dec 31, 2010

Just installed Ubuntu 10.10 onto my new netbook from a USB stick. The laptop came with Win7 Starter, which I kept on a small partition. Installation was apparently successful, but when I start up the computer, it will go straight to Win7 and GRUB doesn't appear.

View 9 Replies View Related

Ubuntu :: Cant Boot To Win7 From Grub / Win7 Partition Doesn't Appear?

Sep 1, 2011

i have ubuntu 10 and win 7 dual booting on one hdd, all of a sudden grub says error no such partition when i select windows at the boot menu. and i cant get to the win7 partition from ubuntu (to play music and stuff, this used to work, places, mount filesystem, 250 gigs whatever). i've tried the stuff in these links and nothing has worked so farpartition info

sudo fdisk -l /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 1 29094 233697523+ 7 HPFS/NTFS
/dev/sda2 * 29095 30401 10498477+ 83 Linux

View 8 Replies View Related

Fedora :: Why GRUB Does Not Display Menu Based On Grub.conf/menu.lst

Jul 28, 2009

I am testing my crash recovery strategy for my linux system and I am having trouble with GRUB. I am basically restoring my backup (i.e. tar) unto a different hard drive, but I am having problems getting the machine to boot without me having to type the GRUB commands at the GRUB prompt that is presented when the machine boots up off the new hard drive. I have tried to restore the MBR in two ways (the 2nd one is the one that gets me to the GRUB prompt):

1. Get the MBR off the original drive and write it unto the new drive (all via dd), but that did not work at all: the machine hangs right away during boot up. It seems to hang right at the point where the BIOS tries to read the MBR.

Code:

On original drive:

# dd if=/dev/sda of=mbr+part.bin bs=512 count=1

On new drive (new drive is now in place of original drive):

# dd if=mbr+part.bin of=/dev/sda bs=1 count=446 conv=notrunc

2. By using the FEDORA rescue CD, I installed grub unto the new hard drive as follows:

Code:

# chroot /mnt/sysimage
# grub-install --root-directory=/boot hd0

reboot and remove FEDORA CD Using the 2nd option above, I get the GRUB> prompt during bootup. I can then boot into the system by issuing the commands that are in the menu.lst file, followed by the "boot" command. However, I would like for those commands to happen automatically, just like in the original configuration. It seems to me that GRUB is actually finding all its stage files because I doubt the GRUB program (the one displaying the prompt) fits entirely in the 446 bytes it has on the MBR. So, it must be loading its stage 2 (and stage 1.5??) files from my /boot partition. However, if GRUB is loading its stage files off the boot partition, why does it not load/read the menu.lst/grub.conf contained in the boot partition also?

Code:

# ls -l /boot
total 22888
-rw-r--r--. 1 root root 1274567 2009-05-27 16:39 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 1274538 2009-06-16 22:27 System.map-2.6.29.5-191.fc11.i686.PAE

[code]....

View 3 Replies View Related

Ubuntu Installation :: Boot/grub/win7 - Testdisk/update-grub Method, But It Didn't Work?

Mar 4, 2011

I have 2 hard disks. sda,sdb

In sda, I have 4 partitions, and I have windows 7 in one of the extended partitions [not in the primary partition].

In sdb, I have 3 partitions. 2 for storage, and 1 10GB drive for Ubuntu. Again, Ubuntu is not of a primary partition.

I had ubuntu 10.04 running on that for a long time. However, I wanted to reinstall ubuntu and use 10.10.This is what I did EXACTLY:Booted from Ubuntu install CD

Chose advanced istall

Selected sdb3 for Ubuntu

I installed GRUB2 on the SAME partition as Ubuntu aka sdb3 Installed then rebooted

I can boot into Ubuntu fine, but whenever I select Windows 7 bootloader from the GRUB menu, the screen goes black, and my PC reboots.

Boot Info:

Code:
Boot Info Script 0.55 dated February 15th, 2010 [code]....

ls: reading directory sda6/: Input/output error

I have tried the testdisk/update-grub method, but it didn't work.

View 9 Replies View Related

General :: Edit Grub Menu From Initial Grub Screen - Possible To It's Own 'e' Option Or 'c' From Grub Command Line?

Nov 20, 2010

my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?

View 4 Replies View Related

Ubuntu Installation :: Adding The Win7 To Grub2 Menu?

Feb 28, 2011

I installed Win7 on a 2-disk RAID0 fakeraid. I then unplugged those drives and installed linux mint on a separate drive. I did it this way because if I left the drives plugged in, linux would jack up the fakeraid for those drives and make windows upbootable, and installing linux to the fakeraid itself is just too much of a PITA. So basically, this is the disk configuration, and there's no chance of me changing it.

Right now, I can boot into either win7 or mint by pressing F12 for the boot menu, and then selecting the drive the os is installed on. It would be nice if I could just add an entry to the grub menu for win7. I've used the menu.lst file before, but apparently all that has changed with grub2. I've checked out some of the grub2 docs and poked around in /etc/grub.d, but frankly, it seems to be orders of magnitude more complicated than it should be.

View 3 Replies View Related

Ubuntu Installation :: Accidentally Deleted Win7 From Boot Menu

Jun 25, 2011

I had a win7 installed on my system first. Then I installed Ubuntu and added grub2 boot option with win7 utility program EasyBSD. But then I accidently deleted win7 boot option from windows loader menu. Now I can only chose to load Ubuntu. How can I restore Win7 loading option? I have Win7 option in grub2 but it returns me to the previous screen, from which I have deleted win7.

View 2 Replies View Related

Ubuntu Installation :: 9.10 Has No Menu.lst - ESC To Grub Menu / Solve This?

Feb 15, 2010

9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want.

In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.

Is there a document explaining all of the radical changes?

View 5 Replies View Related

Ubuntu :: Edit The GRUB Menu But Menu.1st Is Missing?

Apr 29, 2010

I want to edit the GRUB menu in ubuntu but Menu.1st is missing.When I open the /boot/grub.cfg from terminal I cant save it.

View 7 Replies View Related

Ubuntu Installation :: 9.10 Has No Menu.lst - ESC To Grub Menu / Sort It?

Apr 22, 2011

9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want. In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.

View 1 Replies View Related

Fedora :: After Every Update A Extra Comesup In Bootloader Menu With Win7?

Jun 12, 2011

after every update extra fedora link generates at bootloader menu , till today i updated thrice and 3 fedora with diferent version is comming up at the boot menu along with other (win7) so if i updated f14 100 times then 100 fedora link will come at boot menu or what ?

View 7 Replies View Related

Ubuntu :: GRUB Not Loading Win7

Apr 30, 2010

I just upgraded to 10.04 from 9.10 and when I choose to boot to my Win7 Pro it just loops back to the grub menu. I did choose the partition that Windows is on when I was upgrading and it shows up in the menu.

View 3 Replies View Related

Ubuntu :: GRUB Not Loading Win7?

Jun 3, 2010

I updated Ubuntu and part of it was an update to grub. When it came up in the installation I told it to keep the old one and left everything as it was. Then when I tried to reboot into Windows it gave an error message. So I went back into Ubuntu and reinstalled grub and now when I select Windows it just loops back to grub.

View 4 Replies View Related

Ubuntu :: Grub 2 Not Detecting Win7?

Jun 14, 2011

I just reinstalled grub 2 to / from the live cd, ran sudo update-grub, but it didn't detect windows 7.

Partitions: 100GB - NTFS
200GB - Extended
100GB - Ext4 ( Media )
15GB - Ext 4 ( / )
6GB - Swap
80GB - Ext4 ( /home )

I installed Ubuntu first, then Windows 7.

View 3 Replies View Related

Ubuntu :: Win7 Keeps On Deleting Grub, 11 04?

Sep 1, 2011

I have a dual boot system which I made from scratch Win7 and then Ubuntu 11.04.After installation all worked fine but each time I have to run Win7starting it from Grub2)when I shut it down and restart the laptop, grub2 is not there anymore and Win7 starts with its bootloader.To get back to Natty I have to go through the Live CD and install Grub + Boot Repair and run it.'m lost. I attach the boot info results.

View 8 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 Installation :: Grub Errors - More Than 1 Grub - The Change Does Not Appear In The Boot Up Menu

Dec 22, 2010

The first is I seem to have 3 GRUB installs. So whilst I update the one from my live session, the change does not appear in the boot up menu. I had installed 10.10 from a CD into a different partition (sda6), but that will not boot, so I have just deleted this and done another grub install and update. The kernel I am using has just been updated from 10.04 to 10.10 too, and it is this that I use and the Grub I have been working on (sda5).

[Code]...

View 9 Replies View Related

Ubuntu :: 10.04 Installed Now Grub Not Starting Win7

Aug 14, 2010

Last night, I formatted my laptop(Asus w5f). And I installed win7 Home Premium. Then I installed Ubuntu 10.04. After installation, I restarted the computer. When I choose win7 at grub, comp. restarted itself. But When I choose Ubuntu, started properly. Now, grub is not starting win7. At ubuntu, I can see windows disk and files. But win7 doesn't start.

View 2 Replies View Related

Ubuntu Installation :: Edit Grub.cfg To Boot Win7 First?

Feb 20, 2010

I set up a dual boot system with Win7 and Ubuntu 9.10. Ubuntu is the first OS listed in the boot menu. I would like to change the boot order so Windows is first. Also after running a few updates I now have multiple boot items listed for Ubuntu that I'm sure are no longer needed. Having never edited Grub and searching through the forum, I'm asking help. I going to guess that I want to edit grub.cfg. If so, what do I need to change within the following information?

[Code]....

View 2 Replies View Related

Ubuntu Installation :: Grub Not Detecting Win7 On RAID0?

Mar 26, 2010

Looks like Grub2 on my new installation of Ubuntu 9.10 is not picking up a Windows 7 installation on a RAID0 array (using the built-in RAID software from my Asus P5Q-Deluxe)

Here are the results of the boot info script:

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks for
(UUID=43b4cb20-dfea-4513-80e9-54d066107c71)/boot/grub.
=> No boot loader is installed in the MBR of /dev/sdb

[Code].....

View 9 Replies View Related

Ubuntu Installation :: Replaced XP With Win7 - Need To Change Grub?

Aug 28, 2010

I had XP Home on my dual boot Ubuntu 10.04 LTS amd64 PC & now installed Window 7 Home Premium 64-bit over old XP. Before installing Win7, as a precaution, I disconnected the hard drive where Ubuntu is installed. Now, naturally, the startup screen (grub?) still offers XP. Is there an easy way to re-detect & rewrite the startup menu with the Ubuntu install CD without re-installing Ubuntu 10.04 LTS amd64 again, like a GRUB repair or rewrite?

View 2 Replies View Related

Ubuntu Installation :: Win7 Does Not Boot After Installing Grub

Sep 30, 2010

After install of Ubuntu 10.04 I cant boot WIN7 from the Grub menu.

root@asus:~# fdisk -l
Disk /dev/sda: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xcb5bd2b2

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3890 31245312 7 HPFS/NTFS
/dev/sda2 3890 3892 16154 ef EFI (FAT-12/16/32)

Disk /dev/sdb: 31.9 GB, 31914983424 bytes
255 heads, 63 sectors/track, 3880 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002ac5b

Device Boot Start End Blocks Id System
/dev/sdb1 1 3391 27230840+ c W95 FAT32 (LBA)
/dev/sdb2 3391 3881 3931137 5 Extended
/dev/sdb5 3391 3852 3701760 83 Linux
/dev/sdb6 3852 3881 228352 82 Linux swap / Solaris

View 3 Replies View Related

Ubuntu :: No More Win7 After Deleting Partition - Grub Rescue

Oct 16, 2010

I have a major problem with Windows 7's MBR. I deleted Ubuntu's partition last night, and when I restarted, I saw:
Code:
error: no such partition
grub rescue>
I looked it up, put some code into a LiveCD terminal, and I thought it worked. But now, I says that I definitely need to put in a Windows 7 CD and do that MBR fix method. I did not own a Windows 7 CD; my laptop came with it pre-installed, and I have no recovery partition anymore.

View 9 Replies View Related

Ubuntu :: Grub Doesn't Boot Win7 And WinXP

Nov 3, 2010

I have Win7 installed in my notebook, after I install WinXP, after I install Ubuntu 10.10

I need WinXP to my project...

I re-install Grub2 with live CD and the WinXP doesn't show up...

So I re-install WinXP... Re-install Grub2 and WinXP doesn't show up again...

So I custumise Grub2 and I put one line for WinXP (doesn't work)

But Now, Win7 line in Grub2 boot WinXP

Code:
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 partition #6 for (,msdos6)/boot/grub.

[Code].....

View 5 Replies View Related

Ubuntu :: Deleted Grub In Win7 Disk Manager

Dec 12, 2010

My tech savvy friends built me a computer and put win7 64 bit and then installed ubuntu (upgraded to 10.10) and had grub so whenever i turned my computer on i could choose between linux and windows and everything was fine. The other day i couldn't boot into ubuntu so i went into my win7 partition and deleted ubuntu and all other partitions and/or extensions thinking that it would get rid of ubuntu. Now when i boot it doesnt recognize anything so i tried booting from my ubuntu cd (don't know if its 10.4 or version) and it will load and when i try to install it i get the grub recovery thing and then the initramfs thing and the error "initramfs Can not mount /dev/loop0 (/live/image/live/filesystem.squashfs)"

i don't need ubuntu but i do need windows as it has files and papers that i need this week.

View 7 Replies View Related

Ubuntu :: After Partitions Resize Grub Cannot Boot Win7

Apr 22, 2011

I've resized partitions with some program - perhaps even gparted - but from Win7. partitions are indeed resized, but now I can't boot Win7, grub says:
"No such device found - No such partition found".
I tried to use some advices on similar problems I found here (like adding GRUB_PRELOAD_MODULES="part_msdos" to etc/default/grub and running grub-mkconfig after), but nothing helped. I guess I could restore win7 with installation dvd but I want to fix GRUB (and have both ubuntu 10.10 and win7)

Code:
john@john:~$ sudo fdisk -l
[sudo] password for john:
Disk /dev/sda: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd576590b

Device Boot Start End Blocks Id System
/dev/sda1 1 789 6336513 f W95 Ext'd (LBA)
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 1476 4008 20346322+ 7 HPFS/NTFS
/dev/sda3 4009 9964 47841570 7 HPFS/NTFS
/dev/sda5 1 749 6008832 83 Linux
/dev/sda6 749 789 326656 82 Linux swap / Solaris

View 5 Replies View Related

Ubuntu Installation :: Reinstalled Win7 And Cannot Load Grub

Aug 21, 2011

I just finished my Windows 7 reinstall, and I go to reboot into Linux, and there's not grub loader. I go into a live CD and get into the grub prompt. Here's what I got:
sudo grub
grub> root (hd0,0)
grub> setup (hd0)
Error 17: Cannot mound selected partition

As for additional information, my fstab is listed below:
aufs / aufs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
/dev/sda6 swap swap defaults 0 0

View 4 Replies View Related







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