Ubuntu :: How To Access Grub Menu

Jan 23, 2011

How do I access the grub menu from a computer running Maverick that was loaded from the Alternate CD ?

View 5 Replies


ADVERTISEMENT

Ubuntu :: How To Access The Grub Boot Menu On 10.04

Aug 30, 2010

How to access the grub boot menu on ubuntu 10.04 cause due to a couple of days ago i had to reinstall ubuntu cause of this crappy program called STARTUP-MANAGER SCREWED my computer. and wouldn't let me start up. it kept coming up with a message saying input signal is out of range so i had to reinstall ubuntu losing EVERYTHING. i was thinking about rolling back to xp but i thought what the heck il give it another go. how do i access this grub boot menu. cause holding shift while starting the pc up does NOT work. im using lucid lynx 10.04.

View 5 Replies View Related

Ubuntu :: Any Way To Access Grub Menu From Windows?

Jun 15, 2011

I just installed ubuntu on a remote windows server, using wubi. How can I launch ubuntu? Restarting the remote machine obviously disconnects my session. Is there some way to access the grub menu from windows?

View 9 Replies View Related

Ubuntu :: Can't Access The Grub Menu - Get A Blank Screen

Apr 25, 2011

i have 2 hard drives connected to sata ports randomly on my motherboard ( i didnt do it in any order )

1. Western digital 500GB - Windows 7
2. Seagate 500GB - Linux HDD - had ubuntu 10.04 on it before suse

Ok basically, ive been trying distro's by installing them on my linux HD, my favourite is ubuntu, but i wanted to see what else is out there so i tried out OpenSUSE, and with suse i unfortantly came across many problems with grub-legacy, and i solved that eventually by changing my boot hard disk in BIOS to the seagate, and installing grub on that Ive never had a grub issue in the past using ubuntu, only with suse Then i decided to go back to ubuntu because everything just works and i like .deb packages, so i installed 10.10 32Bit

Everything went fine, chose default install options, formatted the Seagate drive, and installed to the seagate, HD changedt the boot drive to the western digital in BIOS ( were ubuntu likes to install grub in the past ) booted fine, installed fine, grub showed fine, booted to linux then i went back to windows for a day of gaming and fun, i just rebooted about 30 minutes ago to play with linux, and i cant access the grub menu my pc goes to the POST screen and then were grub should show, i get a blank screen and the pc just reboots to the POST constantly this problem has never happened with ubuntu, ive had 10.10 before, this is all started after removing opensuse

ive tried F8 and booting from both drives, the seagate i just get a white underline for ages and nothing happens and i cant boot to windows on the WD Im currently on my livecd im using the 11.04 livecd, all my cds arent labelled, so i have no idea which is which, i just chucked one in to get a browser, but i gotta say natty 11.04 IS AWSOME

View 9 Replies View Related

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

Ubuntu :: Can't Access My Grub Menu / Replace Latest Kernel With 2.6.31?

Aug 4, 2010

I can't access my grub menu (by pressing space bar on boot) to select a kernel to boot from, and I need to boot into 2.6.31 to fix an intel chip issue. How can I replace the current 2.6.32x kernel with 2.6.31, so it is the ONLY option grub can boot up with?

View 9 Replies View Related

Ubuntu Installation :: 9.10 - Black Screen No Grub / Cannot Access BIOS Menu

Jun 28, 2010

I just upgraded from 9.04 to 9.10 (using Update Manager) in an attempt to get to 10.04. Installation and upgrade seemed to go OK until reboot. Now I only get a black screen - I don't see the grub menu, I don't even see any way to access the BIOS menu- not even a blinking cursor. I can hear it start and I can see the numlocks key go on. Ctrl-Alt-PrtScrn-B does not reboot (nor does Ctrl-Alt-Backspace- but I didn't expect that would) Surprisingly Ctrl-Alt-Del does (or at least it sounds like it does) reboot the system. I do have a NVIDIA cards and after reading around I suspect that this is likely the problem but I have no idea what to do now..

Here's what I've attempted:
I figured since I wanted to get to 10.04 anyway and this was so troublesome I could just go do a fresh install with a Live CD or USB to 10.04. However, even with a live CD or USB I still just get a blank screen.
Continually holding down F2 (and other function keys to try to access Bios)
Holding down Shift while booting
Esc while booting
Moving the monitor to the VGA port (as opposed to the NVIDIA card).

Other information...
Previously I had tried to upgrade to 9.10, but ran into problems with it not recognizing my RAID, so I just found it easier to go back to 9.04. (So although this is likely a graphics problem I guess the possibility is that now it doesn't even see my boot drive- although- if that was the case, I'd assume I wouldn't have the same problems from the CD or USB boot.) My ultimate goal is to get this to 10.04, if I could do it with an upgrade instead of a fresh install I'd prefer that, but at this point just getting back to a functioning computer would be ideal. I see many options in other posts for how to get back once you can access a command line- but since I can't even see that, I'm not sure what to do now.

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

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

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 :: Cannot Access Added Shortcut To The Menu - Access Is Denied

Sep 11, 2010

i put a windows program on my ubuntu pc and it's a portable program so i had to add a shortcut to the menu myself, well, i got the shortcut added but when i click it, it says that it cannot access it and it also says Permission Denied.

View 7 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 :: Grub Doesn't Load The Menu From Grub.cfg

Aug 19, 2010

When I start the computer the boot menu doesn't prompt, when I try to load it manually it doesn't prompt neither, it just reset the command line.The grub.cfg was generated by update-grub.It's really annoying to load the kernel manually each time the computer starts.

View 3 Replies View Related

Ubuntu :: GRUB Menu Not Coming After GRUB-UPDATE?

Apr 19, 2011

I updated my grub yesterday using the command:

Quote:

sudo grub-update

and I rebooted and grub menu not coming now. I have a dual boot with Win7. Ubuntu 10.04 is installed with WUBI. I can run WIN7 but can't run Ubuntu now.

View 7 Replies View Related

Software :: Grub Drops To Grub Prompt On Boot / But Can Use Commands To Find Menu

Jun 5, 2009

I've got myself the curious situation where, when I boot the system, I can get grub to start, but it always drops to the prompt.

I can run:configfile /grub/menu.lst

and this brings up the menu with no problems, and from there I can boot the system to either linux or windows. What I don't understand is why it wont go to the menu in the first place?As far as I can tell, grub/Kubuntu got confused when installing, as each of the hd#,# settings in the menu.lst have needed tweaking to let the system boot. (e.g. windows is actually hd0, but the original install had it at hd2. Likewise linux is on hd1, but the menu.lst had it at hd0). I've happily tweaked these to make the system boot, but would appreciate any help in convincing grub to actually load the menu without me having to use the prompt.

View 7 Replies View Related

OpenSUSE Install :: Commands Make System Boot To Grub Shell Instead Of Grub Menu?

Apr 17, 2010

I started another thread about this to get help booting into openSUSE after Fedora rewrote my bootloader and deleted all other entries. I managed to fix it but I never did find out why the following commands caused my system to boot to the grub shell instead of the grub menu.

Code:
grub
root (hd0,3)
setup (hd0)
quit
reboot

Can anyone explain to me why these commands caused my system to boot directly to a grub shell? It's as if there were no /boot/grub/menu.lst files for it to use, but after I got everything back to normal, the files were still there.

If it helps, this is how the drive was setup before and now, except Fedora was on /dev/sda4 and has since been deleted.

Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 13316 104856255 83 Linux
/dev/sda3 * 13317 14621 10482412+ 83 Linux

View 6 Replies View Related

OpenSUSE Install :: Not Mess Up GRUB And Still Add Windows 98 To GRUB Menu?

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

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 :: Change GRUB Boot Order: No /boot/grub/menu.lst File

Nov 29, 2010

i am trying to change the boot order on the GRUB menu so that the countdown automatically starts on an older kernel. From what i can see all the solutions on the web want me to edit the /boot/grub/menu.lst file. The problem is that i don't have one. Someone also mentioned that if i don't have a menu.lst file then i should look for the grub.conf file. I don't have on of those either. The closest thing in /boot/grub is grub.cfg but that looks nothing like the descriptions i have heard of /boot/grub/menu.lst file

View 5 Replies View Related

Ubuntu :: Getting Rid Of GRUB Menu?

Jul 11, 2010

I've just moved from Windows-Ubuntu dual boot to Ubuntu 10.04 single boot. However GRUB menu stills appears when I power my on my computer. I would like to boot directly on Ubuntu (the only OS installed) when I power on the PC.

View 4 Replies View Related

Ubuntu :: Can't See Grub Menu At All

Dec 26, 2010

I recently moved back to linux after a brief on/off affair with Windows. I just installed Ubuntu Maverick on my netbook (hp mini 1000) and I don't see a grub menu at all. I'm not dual booting. Linux is the only OS on this machine.

I tried installing the startup-manager program and changing screen resolutions and even the delay time, but I don't see anything. I did some forum searching and some threads mentioned holding the shift key. That's a no go as well. The computer totally ignored the shift key and doesn't do anything.

I'm trying to get a custom kernel built, but the first step is making sure I'm going to be able to boot it.

View 4 Replies View Related

Ubuntu :: No Grub Menu Until Ctl-Alt-Del / Get That?

Jul 10, 2011

Sorry if this has already been answered somewhere. I can't find the exact problem i have.

It's on 11.04, grub 1.99rc1. Single boot.

When i boot or restart, after the POST i get a blank, purple screen. It never moves to the grub menu.

If i wait a few seconds and Ctl-Alt-Del, the machine reboots and i get the grub menu after the POST, and everything is normal after that.

How can i make it so that it goes to the grub screen without having to Ctl-Alt-Del?

View 2 Replies View Related

Ubuntu :: Cant Access Shut Down Menu?

Jun 24, 2010

i can't access my shutdown menu due to over lapping mirror images of my name and date on the top right side of my gnome gui screen. I am running ubuntu 10.04.how to shut down with terminal, but the mirror image covering my graphical shutdown menu is quite annoying )

View 8 Replies View Related

Ubuntu :: Unable To Access The Menu's

Sep 2, 2010

I run Ubuntu 10.04 & recently installed the Gnome 3 shell. Everything was fine until I fooled around with some preferred settings regarding startup settings. Now I do not have anything but the desktop showing & icons I had previously placed there. I am unable to access anything else except applications that have shortcuts. I would appreciate any assistance to remedy this including how to unintall Gnome 3 if I have no other choice.

View 2 Replies View Related

Ubuntu :: Add Text To Grub Menu?

Jan 23, 2010

Is it possible to add text to the grub menu? I was thinking of adding a Lost Please Return To etc etc text...

View 1 Replies View Related

Ubuntu :: 9.10 -- Accessing The GRUB Menu?

Jan 18, 2010

It took me 3 shots at installing 9.10 (some people are just a little slow) in dual mode with Vista, but I finally got it right. As a by-product of stumbling around like that I now have multiple entries in the GRUB menu and would like to remove the ones I no longer need. How do I do that? I assume each menu entry represents a chunk of code that is, likewise, no longer needed. I would like to free up that space. How can I make sure I'm deleting the correct version?I also wonder how I can copy/paste the menu here to make it easier for all to see.Finally, I assume the latest entry in the menu is shown first. Is there any way to get at time and date when entries are made

View 9 Replies View Related







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