Ubuntu Installation :: Unable To See Grub Menu?

Jul 28, 2011

I installed Ubuntu 11.04 (x64) today. I use an LG LCD monitor. After installation, I am unable to see the grub menu. I get a 'D-sub out of range 92.5 kHz / 58 Hz' message on screen instead of grub menu. I know the grub menu is there because, by pressing the 'down' button 5 times and then the 'enter' button I am able to select the windows loader. If I select nothing I am able to log into ubuntu without any display problem.

View 5 Replies


ADVERTISEMENT

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 :: Unable To See The Grub Menu

Aug 10, 2011

I have grub installed, and it boots fine. But, since I grub-updated after installing windows, it boots automatically into ubuntu. This is fine, but I can no longer use recovery or memtest (should I ever need it). How can I see the grub menu again.

Extra notes: I have ubuntu 10.10 32bit and I am using grub2

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

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

Debian :: Unable To Edit Grub List (menu.lst)

Feb 19, 2011

At the moment I have a list that has: Debian 6.0 + kernel information etc Debian 6.0 same again (Recovery Mode) Windows XP Home Edition etc when all I really want is: Debian 6.0 Recovery Mode Windows XP you used to be able to just edit menu.lst but it seems not now.

View 5 Replies View Related

General :: Unable To Load Windows Xp From The Grub Menu?

Aug 27, 2010

i have windows xp operating system yesterday i installed ubuntu9.10 dual boot when the grub gets loaded it gives me four options as follows

1) linux......
2) linux......recovery...
3) mem test...
4) windows...

when 1) linux is selected it loads ubuntu properly but. but when i select 4) windows a black page with GRUB written on the top left corner of the page is displayed and will not take any command... the only option i can do is hardboot.

View 21 Replies View Related

General :: Unable To Configure Boot Grub Menu File

May 7, 2010

I tried making some changes to /boot/grub/menu.lst file by logging in thru su but it throws following error:

[root@localhost avi]# /boot/grub/menu/lst | gedit
(gedit:4874): GnomeUI-WARNING **:

While connecting to session manager:
Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based authentication failed.

bash: /boot/grub/menu/lst: No such file or directory

View 14 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 :: Grub 2 - No Menu Just Cli

May 18, 2010

single hdd

/dev/sda1 = 100mb Windows7 boot part
/dev/sda2 = Windows7 part ( encrypted w/ Truecrypt)
/dev/sda5 = /boot Ubuntu 10.04
/dev/sda6 = / Ubuntu 10.04
Truecrypt bootloader is in the MBR

The Truecrypt bootloader will boot other loaders if esc is hit, I can choose to boot /dev/sda5 and grub loads, but no menu is displayed, all I get is a GRUB> cli. I've reinstalled Grub to /dev/sda5 using the chroot method outlined in the Grub2 info page on this site, but it always results in the same outcome of ending up in the Grub cli. I can chroot that install and attempt a update-grub, but all i get is "cannot find list of partitions!" attached is the boot_info_script results.

View 9 Replies View Related

Ubuntu Installation :: GRUB Menu Won't Go Away

Dec 11, 2010

Once upon a time I had Maverick Meerkat installed on two drives. Now I've used Disk Utility's "Format Drive" to erase it and remove the Master Boot Record partitioning on one of them. Yet I still have to go through the GRUB menu each time I start up my computer, as if there are multiple bootable drives. I've read that 'sudo grub-install /dev/sdb' might work, but that only seems to reset the bootloader, not remove it.

View 5 Replies View Related

Ubuntu Installation :: No Grub Menu For OS On USB HD-GPT / Get That?

Jan 25, 2011

I have an external USB drive with Mint9 Fluxbox installed on it. At one point, I wiped the drive and set it up using GPT instead of MFT, then partitioned the drive in GParted and installed the OS.
This setup was working fine, but now I have a new laptop, and the OS won't boot. I just saw the errors, "No such partition: UUID=xxx", "Could not find kernel, hit any key to continue". So I attempted to reinstall GRUB via terminal, but saw errors saying that GPT requires a grub_bios partition. So I made a 1mb partition at the end of the drive, (the only unallocated space without moving anything) and selected the grub_bios flag.
I was then able to reinstall Grub without incident, rebooted, selected the USB drive to boot first in bios, but still no Grub menu!?! It just boots from the next device in the bios list.
I'm currently using Crunchbang on a USB stick, which is where I'm running terminal commands from. I want to be able to boot from my external drive on any computer.

View 4 Replies View Related

Ubuntu Installation :: No GRUB Menu At All?

Feb 1, 2011

I just restored my Windows partition from SFS so at least it's read by boot info. It says it's booting the Windows partition but it always boots straight into Ubuntu with no GRUB menu at all. Heres my boot info...

[Code].....

View 3 Replies View Related

Ubuntu Installation :: Grub Menu Sequence?

Feb 18, 2010

I have just installed Mythbuntu 9.10 on my Windows 7 PC to experiment with. I want to make Wingows 7 the default for the time being, but can't find a way to change grub's list. I don't seem to have the file /boot/grub/menu.lst and can't find anything else which might suit.

View 1 Replies View Related

Ubuntu Installation :: Grub Menu Changed By Itself?

May 4, 2010

I am using kubuntu 9.04 dual booting with winXP. The package kit showed that I have 179 bug fixes. So I updated them.Now the boot time grub menu shows 6(two different versions for kubuntu and kubuntu recovery mode) entries instead of usual 4(winXp + kubuntu + kubuntu recovery mode + memtest). My grub.cfg file is as follows:

Quote:

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub

[code]....

What is wrong. How can I change the entries. Which one to remove ?

View 2 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 Installation :: Why Grub Menu Doesn't Appear?

Dec 30, 2010

I've done a clean install of XP Pro on my HP XW8200 (Boot drive is 2x73GB SCSI drives set up as RAID 1)I've run the Ubuntu 10.10 desktop installer and partitioned the drive, installed ubuntu and rebooted when requested.No OS selection screen appears after POST though. Just goes straight into WinXP. The startup options in XP only show XP.Rebooted from the Ub10.10 live cd and checked that the partition is there and the OS files are there.

Any ideas why the grub menu doesnt appear?I'm assuming it's something to do with Ubuntu not seeing the RAID drive but it did install ok..

View 9 Replies View Related

Ubuntu Installation :: 11.04 - Cannot Boot Via Grub Menu

Jul 5, 2011

I've installed 11.04 on my laptop (dual boot with Win7). It goes through the grub boot menu and boots in ubuntu but displays ~inch wide band near the top, nothing else. I assume it is a display issue (it has an ATI mobile Radeon HD 3870 X2 card) but can't seem to resolve problem. I can boot into Windows via the menu. In the grub menu I can boot into the command line (grub>) but can't seem to make progress beyond that. Within this grub interface, it won't take terminal commands.

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

Fedora Installation :: Installation Success But No Boot Nor Grub Menu

Mar 18, 2011

I installed F14 from my usb according to the wiki page using unetbootin. The usb boots perfectly and i get a working F14 system. I partitioned my HD with gparted and got a /,/home and swap partition, then used the installer to install the system using them. The installer finishes without a problem and ask me to reboot. When I reboot , there is a blank black screen. No grub menu , no fedora loading. I reboot with the usb and the partitions are full with the files from F14 , there is no xorg.log in the /var/log/ so f14 doesn't even start so the problem seems to be with grub.

I check the grub.conf in /boot/ , i set the timeout to 5 secs , i check that the kernel is using nomodeset (according to this wiki page there is a problem with ati), xorg.conf is using vesa as a driver and I reinstall grub with grub-install with no problems.My notebook is a acer aspire 5552 , i don't think is a hardware problem because I've used arch and opensuse with no problems in it. Fedora seems a nice distro , but this error is preventing me from using it.

View 1 Replies View Related

Ubuntu Installation :: How To Clean Up GRUB Menu After Updates

Jan 7, 2010

After I updated my system, grub shows about 2 extra options on the boot menu. They seem to be different kernel versions. How do I clean up the menu and uninstall the older kernel versions?

View 6 Replies View Related

Ubuntu Installation :: Lost Grub Menu At Start Up?

Jan 24, 2010

Just upgraded to 9.10 on a laptop with dead Vista which I lost when I moved over to UBUNTU some time ago. Never any problems but when fiddling at boot up tonight I accidentally selected to boot up the Vista loader which went into the Vista recovery, and since then the laptop only opens up the Vista Recovery, ie it does not go to the Grub. Any ideas on how I can get to boot UBUNTU again?

View 9 Replies View Related

Ubuntu Installation :: Boot To 10.04 Or Windows XP From Grub Menu?

May 3, 2010

It would be nice to get a sticky thread up for dual boot installation issues. It seems like this is a very common problem with the upgrade from 9.10 to 10.04.

I was finally able to solve my issue dual booting 10.04 and Windows XP Home at this thread.

[URL]

I had to reinstall Grub2 and run update-grub.

Then I had to run Rescue on my XP disk. Once to the DOS command line I ran the following command:

C:Windows>fixboot c:

I rebooted and now all is well. I can boot to Ubuntu 10.04 or Windows XP from my Grub menu.

View 1 Replies View Related

Ubuntu Installation :: Editing Grub Boot Menu With 10.04?

May 7, 2010

I used to be a pro at editing Grub's menu.lst file so I could have my menu look clean, simple, and easy to read. Now that I have set up 10.04 (Working beautifully now after a couple setbacks) the menu.lst file is no longer where it used to be (/boot/grub/menu.lst)

How do I edit my boot menu now?

View 5 Replies View Related

Ubuntu Installation :: No OS Choice In GRUB Menu After Updating 10.04

May 19, 2010

I installed Lucid Lynx in my p4:2.66 hz machine with XP sp3 pre-installed and the system booted just fine with dual boot option. Then I updated my Lucid. All updates were downloaded. But during update installation a power failure caused PC reboot. Again I started update manager and it gave me option for "Partial Upgrade". I did the same and it instructed me to reboot. The the real damn thing happens now when I rebooted, In the GRUB menu it showed only Memorytest options. I see no OS choice there, I tried to reinstall GRUB from live CD with mount options. And it showed no errors during the procedure. I rebooted but the same problem exists.

View 6 Replies View Related

Ubuntu Installation :: No Grub Menu Screen After Reboot

May 21, 2010

I just installed Ubuntu on the second partition of my hard drive. I have Windows 7 installed on the first partition. My problem is is that when I rebooted after a successful OS installation and apparent grub install, it went straight to boot up Windows 7. There's probably a simple way to get the grub menu to appear that I'm unaware of, right?

View 9 Replies View Related

Ubuntu Installation :: 10.04 Menu Option Does Not Show Up In Grub

Jun 10, 2010

I've had two students report a problem whereby Ubuntu does not show up as a menu option in Grub. Both systems used Wubi installations of Ubuntu 10.04 Desktop for x86 on Windows XP. In both cases, Ubuntu completed the installation process. Upon reboot, we have the options to choose between Windows XP and Ubuntu. However, once we enter into Grub, only the Windows XP option shows.

View 8 Replies View Related

Ubuntu Installation :: Extra OS Listed In Grub Menu?

Jun 25, 2010

I have a extra OS listed in my grub menu. I'm dual booting Ubuntu 10.04 and Windows 7. I am able to boot into both Ubuntu and Windows. 30_os-prober has two menu entries for Windows though. The first one is Windows 7 (loader) (on /dev/sda1) and the second is Windows Vista (loader) (on /dev/sda2). My laptop came with Windows 7 and had 4 primary partitions (System, Windows, Recovery, HP_TOOLS). After making my recovery disks I removed the Recovery partition and shrunk the Windows partition to make space for Ubuntu. So Windows 7 (loader) (on /dev/sda1) is the System partition which I select to boot Windows. Windows Vista (loader) (on /dev/sda2) is where my Windows 7 is installed. Here is output from Boot Info Script:

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

[code]...

View 5 Replies View Related

Ubuntu Installation :: Universal USB Installer With Grub Menu?

Sep 23, 2010

I know this is not strictly a Ubuntu question, but I was unsure where to ask this question and since it is about installing Ubuntu Server, I put this question here.

I have used the Universal USB installer to create an install USB device, but I also need to be able to boot to a DOS prompt so I can update the bios if I need to. I would like to have just a single USB drive rather than having to carry two of them around.

Has anybody used the Universal USB installer and is there a way to modify the resulting USB installer so that I could say add a menu program such as grub or something else that would allow me to either access the installer or go to a DOS prompt? Kind of like the way CloneZilla does or perhaps the gparted Live CD.

View 1 Replies View Related







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