Ubuntu :: Fedora Not Showing A Grub Menu

Jan 12, 2011

I have a computer that only runs ubuntu and have decided to put fedora on. I put fedora on the computer and made a new partition for it. When I turn the computer on, it logs straight into fedora not even showing me a grub menu. Is there some way that I can update grub so that it knows that ubuntu is also installed

View 1 Replies


ADVERTISEMENT

Ubuntu :: GRUB Menu Showing Every Boot Up

Apr 28, 2010

I am working with a acer netbook that I originally had WinXP installed on. I downloaded Ubuntu 9.10, transferred the iso contents to a bootable USB drive and installed Ubuntu. I remember during the setup process that I made sure I chose the option to install on one partition. There is only one partition on my netbook with a small second partition as a swap.

After the installation process and reboot I noticed the grub menu would pop up every boot up giving the list of operating systems of which XP was included. I then ran the update manager and updated 9.10 with all updates. After rebooting the grub menu again showed but the option to choose XP was now gone.

Now everytime I boot up the grub menu shows. How can I modify grub so it will automatically just boot to the OS.

View 7 Replies View Related

Ubuntu :: New Kernel Not Showing In Grub Menu

Sep 2, 2010

Every time I update my kernel (today with 2.6.32-25-generic), I always have to manually run "sudo update-grub" or ells the new kernel does not show up on reboot??? Is there a config some place to get it back to automatic?

View 6 Replies View Related

Ubuntu Installation :: GRUB Menu Is Showing Two OS's ?

Sep 12, 2010

I have dual-booted Windows XP and Ubuntu. Because Ubuntu 10.04 doesn't have the required proprietary drivers for my system, I chose Ubuntu 8.04. The installation procedure went well, the drivers are there, everything's perfect but... there's a problem with the GRUB menu that appears just after launching my laptop.

When I first installed Ubuntu it showed Ubuntu (and some letters and numbers), another instance for recovery mode, some memory test lines (I guess there are two of them) and Windows XP.

But after I used the software updater in Ubuntu (to make it up-to-date), the grub bootloader shows two more lines - and those are the same as the first two - Ubuntu (with some letters and symbols) and Ubuntu recovery mode.

Why are those duplicates there? I've never installed another Ubuntu OS on my PC. Because at the moment I have two Ubuntu and two Ubuntu recovery mode lines .

View 4 Replies View Related

Ubuntu :: Kernel 2.6.38-1 Showing Up In 10.10 Grub Menu?

Mar 3, 2011

Last week i decided to give the 11.04 alpha 2 a go on my laptop but compiz is currently too unstable for the OS to be of any use so I reinstalled 10.10. In doing this I deleted all partitions and started completely afresh. Strangely since then I have kernel image 2.6.38-1 at the top of my grub menu but if i try to boot it i get either a single blinking cursor or a kernel freeze. I cant find any reason why 2.6.38-1 should be in grub on 10.10.

removing it from the config files as im not used to Grub2 and have been told i cant just directly remove it from /boot/grub/grub.cfg.

View 1 Replies View Related

Ubuntu :: After Installing 10.10 Grub Loader Menu Not Showing

Oct 31, 2010

After installing Ubuntu 10.10 dual boot with Windows 7(not inside Windows 7) and restarting I come to a blank screen with a blinking underscore.I assume the GRUB boot loader is missing or i installed Grub in some other partitions. Now i unable to enter in to Windows 7 OS.

View 8 Replies View Related

Ubuntu Installation :: GRUB Menu Items Showing Twice

May 26, 2011

I reinstalled Natty yesterday and then installed Fedora on a separate partition.

I now havedouble the menu items in GRUB2 for both of these.

I ran the update grub command in the terminal and it goes smoothly, but the extra menu items still don't go away.

Puzzingly the menu items point to the same partition on the drive as their clone. Both of the Fedora menu items point to sda8

For example.
tl;dr:

How can I remove menu entries in GRUB? I searched but could not find a reliable answer other than re-running update-grub.

How could I remove GRUB and replace it with Plymouth? Ubuntu Software Centre actually shows Plymouth as "Installed" even though it does not run on startup.

View 5 Replies View Related

Ubuntu :: Grub Menu Not Showing Up / Alarm At Startup

Sep 1, 2011

I have a National Instruments gpib interface PCI card on my machine. It has been working up till now.The computer was moved when I was gone, and now at start up I get two alarm beeps from the motherboard speaker, no grub menu (hidden line is commented out and time out is gtr than 0).In the past I had to lock the kernel to 2.6.32-28.55.newer kernels broke the interface...although prolly foolioshly, I did allow other system updates.

View 1 Replies View Related

Ubuntu :: System Didn't Showing The Grub Menu

Apr 24, 2009

Today when i browsing the net suddenly the system going HANG.....i will try to get the system monitor menu but in the menu list there is no icons. it is not displayed. then i will going to a warm restart.......
after that the system didn't showing the grub menu.....it load the WinXP.......i will try two three times but the grub menu is not showing.....i am using the UBUNTU 8.10.

View 1 Replies View Related

Ubuntu Installation :: GRUB Boot Menu Not Showing After Natty Update?

Apr 28, 2011

When I first boot up. I get the GRUB command line. What happened to the boot menu? And I can boot up into my Windows partition just fine. But when I try the other partitions i get "Unknown file system" or when I try to boot into the other ntfs drive, I get "BOOTMBR missing", but yet it does not mean Windows, because i can boot that just fine. I can't find my Ubuntu partition. How can I get the GRUB boot menu back?

View 1 Replies View Related

Debian :: Grub Menu No Boot Option Showing To Window

Mar 1, 2016

After installation of windows 7 installed debian 8.3. But in grub menu no boot option showing to windows.There ar only two option 1.)to boot in debian and 2.)advanc option for debian ONLY!!

View 1 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

Fedora :: GRUB :: Menu.lst :: GRUB Starts In Command Line?

Dec 1, 2010

Code:

grub-install -v
grub-install (GNU GRUB 0.97)

I loaded GRUB, and now when I reboot it goes straight into the 'grub>' command line. Initially GRUB had the root as (hd0,2), whereas the boot is on (hd0,1)...(hd0,2) is my '/home' partition, and (hd0,1) is my '/' partition... So on a bootup I ran...

Code:

root (hd0,1)
setup (hd0)

Now when I boot I still get the 'grub>' command line, but now the root is correct.

From 'grub>' I can type...

Code:

grub> configfile /boot/grub/menu.lst

GRUB will then show the menu, and I can click the listings to load them. All's fine, but why doesn't GRUB just load the menu.lst without my prompting? How can I automate this process of typing 'configfile /boot/grub/menu.lst' each time I boot?

View 1 Replies View Related

Fedora Hardware :: Unable To Install AMD Radeon HD 6310 - Edit Grub Menu From Initial Grub Screen?

Mar 17, 2011

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 6 Replies View Related

Ubuntu :: Grub Not Showing Fedora Partition?

Dec 5, 2010

Why is Grub2 not displaying Fedora partition??I know fedora uses Grub legacy,whereas Lucid uses Grub2 and therefore i installed fedora 14 WITHOUT boot loader.

View 2 Replies View Related

Fedora :: GRUB Showing 2 Fedoras?

Jun 26, 2009

I installed fedora about a week back, and when I first started it, it told me that it had a kernel failure, and showed me a notification on the right hand bottom corner and asked me if I wanted to submit the report.
Recently, I started noticing that GRUB shows 2 fedoras and Other (which is XP)

This is what GRUB shows me:
Fedora(2.6.29.5-191.f11.x86_64)
Fedora(2.6.29.4-167.f11.x86_64)
Other

Just now, it didnt boot into fedora saying it failed loading something, and I ran fsck, it showed 2 errors and fixed them , then I was able to get into fedora.

View 2 Replies View Related

Fedora Installation :: Windows Not Showing Up In Grub Loader?

Mar 20, 2011

I installed Fedora 14 alongside windows, overwriting my old Ubuntu 10 partition. Unfortunately, now the GRUB loader only recognizes my Fedora partition and the built-in windows recovery utility partition. I checked the disc utility and my windows partition still definitely exists, I just can't seem to boot into it.

View 7 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

OpenSUSE Install :: Grub Does Not Boot / Just Showing A Black Screen Written 'Grub'?

Feb 26, 2010

I've been running openSuse 11.2 for a while on my notebook.Today I turned it off at work and came home. When I tried to turn it on, it boots, shows a black screen written 'GRUB' and then NOTHING. It doesn't complete the boot process.

View 9 Replies View Related

Fedora :: No Grub Boot Menu

Sep 10, 2010

I don't get a boot menu when the system boots. I've commented out the hiddenmenu from grub.conf . Is there something else?

View 13 Replies View Related

Debian :: Add Fedora 15 To Grub.cfg Menu?

Aug 6, 2010

I have debian squeeze installed but i also have Fedora 14 installed on another partition, the problem is that i can't get grub to boot into fedora, it boots into debian fine but it won't boot fedora (did i have to install grub to the partition instead of the mbr) and what is the entry for it in the grub.cfg file

View 1 Replies View Related

OpenSUSE Install :: Add Fedora 13 To 11.2 Grub Menu?

Jan 24, 2009

i have a intel dual core pc with 2 hdd of 160 gb each in the 1st one i have windows 7 and open suse 11.2. in the 2nd one i have a split it into 100 gb and the rest i had kept for fedora 13. i installed the fedora 13 on the 2 nd hdd even after install.i only have the option to boot into either windows 7 or opensuse .. and no option to boot into fedora 13.how to add fedora 13 menu and boot in to it...

View 1 Replies View Related

Fedora Installation :: Getting Copy Of /grub/menu.lst?

Jun 13, 2009

The installation of Fedora 11 on my hard disk went smoothly Next I wanted to use the method posted by terry60 on 2/19/2009 to boot multiple operating systems. However, I am getting hung up on getting a copy of /grub/menu.lstcopy of menu.lst is needed for use with EasyBCDIf I try to list the contents of menu.lst the Live CD operating system says permission denied and I need to be root Hence how can I get a copy of menu.lst when the Live CD operating system blocks my access.

View 3 Replies View Related

Fedora :: Add Windows 7 In Grub Menu List?

Mar 30, 2010

I have installed f14 in my laptop. The hard disk partitions are as follows

Code:

# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes

[code].....

View 4 Replies View Related

Fedora Installation :: No Options At Grub Menu?

Mar 31, 2010

i am running windows and fedora 12..both are working smooth...today when i switch on the laptop in morning i discovered that it automatically start windows..when again i restart it..it does not give any option to me for selecting which OS to run..i have seen grub.conf file it is right...i have done nothing...windows is booting smoothly..how can i boot to fedora 12 without reinstalling.

View 4 Replies View Related

Fedora :: How To Start Grub Menu At Boot

May 27, 2010

Fedora 13..Please advise how to start the grub menu at boot? [ESC]/[Shift] etc. without function.

View 6 Replies View Related

Fedora :: Removing Old Kernel From Grub Menu?

Jun 10, 2011

How do I remove old kernels from the Fedora grub menu? I have three currently and I want to keep only one old version to fall back if I have any problems with the current one. When I was using Ubuntu, I had Ubuntu Tweak which had an option to clean up old kernels from the grub menu .. is there something similar for Fedora?

I'm using Fedora 15 32-bit with Gnome 3.

View 6 Replies View Related

OpenSUSE Install :: How To Add Fedora 13 To 11.2 Grub Menu

Jul 11, 2010

have a intel dual core pc with 2 hdd of 160 gb each in the 1st one i have windows 7 and open suse 11.2.. in the 2nd one i have a split it into 100 gb and the rest i had kept for fedora 13. i installed the fedora 13 on the 2 nd hdd even after install. i only have the option to boot into either windows 7 or opensuse .. and no option to boot into fedora 13

how to add fedora 13 menu and boot in to it..

View 7 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







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