General :: Ubuntu 10.04 Grub Menu Doesn't Get Display
Jul 15, 2010
I have noticed whenever someone install Ubuntu 10.04 the grub menu doesnt get display. Is this a bug? Recently I did installed Ubuntu 10.04 with Windows as dual boot config and I did notice nothing like menu.1st instead it had grub.cfg. how to fix it?
View 2 Replies
ADVERTISEMENT
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
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
Dec 24, 2010
This is an existing 10.4 installation, I decided to install XFCE through the package manager, hoping to get a little bit better performance. After I rebooted, I was greeted with the Grub command prompt. Not sure if this triggered this issue or whether it is convenience.I can boot into my system using the command line, however, I can't get Grub to use my menu again. Grub version is 1.98 (which I guess makes it Grub2). I've tried grub-install and grub-upate, neither of which returns any errors, however, after rebooting I still see the command prompt. I have verified that the config file in /boot/grub/grub.cfg does exist and appears to be correct as far as I can tell. Is there something I need to do to tell grub to look at this config file and display the menu?
View 9 Replies
View Related
Jan 22, 2011
I would like to hide the Grub menu, but still display a splash screen, and be able to blindly select the items.
View 3 Replies
View Related
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
Aug 9, 2010
I want to change my default boot to Vista.I follow https://help.ubuntu.com/community/Gr...hangeDefaultOS
I try
Code:
gksudo gedit /boot/grub/menu.lst
[code]...
View 8 Replies
View Related
Jul 17, 2010
Since upgrading to Lucid (I think), I can't boot into Windows. When I select the Windows Vista entry in GRUB, the screen goes blank for a moment before returning me to the GRUB menu.I have tried pressing 'e' to edit the GRUB entry before booting, and what I find is that it says the root is hd0,1Since my Windows partition is sda1 in GPartEd, should that translate to, for example hd0,0 ?The only reason I want to boot into Windows in the first place is to install a BIOS upgrade from HP, which only works with their Windows software. If someone can suggest an alternative way of doing this then I won't need to boot into Windows at all.
View 9 Replies
View Related
Dec 3, 2010
I am using Ubuntu 10.10, manually installed, on a Dell Studio 15 laptop, dual booting with Windows 7.While a few kids were playing nearby where I was working, one of the pillows they were playing with hit my laptop's screen and moved the screen's hinge backwards, applying pressure past where the hinge ends. This didn't seem to cause any physical harm to the computer, but I moved away from where they were playing, and in the process, shut the laptop, putting it into sleep mode. I opened the laptop and entered my password to unlock it. About half a second after entering my password and displaying the desktop and open windows, it brought up the password prompt again, as if I'd just opened my laptop up and removed it from standby, although I had not in fact touched it since I had entered my password a mere half second before. I thought that that was strange, and then attempted to continue my work. However, although the mouse worked fine, when I attempted to apply a keyboard shortcut (Ctrl+Alt+2, which runs a 2-finger scroll script and has to be run every time I take the computer out of standby), Ubuntu didn't register it (I didn't touch the keyboard otherwise, although I should have checked whether it worked all =).
I tried it again, and it still did not apply the script. Then I thought, "Oh, the pillow must have knocked something out of whack. I'll restart." When I restarted, grub loaded as usual, but the timeout ("loading the primary in Xs." sort of thing) that it usually displays did not display this time. I didn't notice it at the time; I selected Ubuntu, and it appeared to be loading it, removing the grub menu, but then hung. I waited 5 minutes for the computer to display the login screen, but it did not, so I restarted again, thinking that it might just be something stupid. It didn't work again, hanging again. I tried this with both the most recent linux kernel and the second most recent kernel, neither of which worked. But what was interesting is that Windows 7, which is also on the grub menu, loaded and displayed perfectly, as did GRUB Invaders, a game that can be loaded directly from grub.After this little escapade, I thought something was just wrong in grub.cfg, and it somehow wasn't mapping the Ubuntu menu entries to the appropriate OS and kernel. So I loaded up a live CD, and attempted to look at the linux entries. These are the menu entries 10_linux, 00_header, and 20_linux_xen.
10_linux:
Code:
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
[code]....
View 9 Replies
View Related
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
Aug 12, 2010
Contents of grub.conf
Code:
# grub.conf generated by anaconda
#
[code]...
View 10 Replies
View Related
Apr 30, 2010
I tend to update stuff slower than most - I'm still using Hardy and I probably won't upgrade to Lucid until June-ish. I wanted to test drive GRUB2 so I upgraded following instructions here:When I chainloaded GRUB2, I got a menu that only contained Ubuntu; my Windows Vista bootloader entry had disappeared. I couldn't find a sample "40_custom" entry to modify when I tried to create an entry for Vista myself. Had no problem booting into Ubuntu and I could still boot Vista from the old menu. Spent about 20 minutes on it, then I gave up and reinstalled legacy GRUB.
View 9 Replies
View Related
Oct 12, 2010
I'm encountering an unusual problem with GRUB 2. Whenever I start up my system, my BIOS'es load and do their thing, and then hand the show over to GRUB, which is supposed to not appear or do anything because my GRUB countdown is set to 0, but instead I get two errors like this that appear for about 5 or 10 seconds (greatly delaying startup) and then Xubuntu, the first entry on my Grub menu, loads: (I set GRUB to automatically boot my first entry):
Code:
error: no suitable mode found
error: unknown command 'terminal'
View 9 Replies
View Related
Dec 19, 2009
I just installed OpenSuse 11.1 alongside of Ubuntu 9.10. After finishing up the installation I find that I can't get into Ubuntu. I have tried adding Ubuntu to the OpenSuse /boo/grub/menu.lst but it doesn't seem to be working.
View 9 Replies
View Related
May 4, 2010
I recently upgraded to 10.04. The grub menu shows my windows partition but does not load it when I select that OS.
View 2 Replies
View Related
Nov 22, 2010
I have updated my php from version 5.3.2 to version 5.3.3 on Centos OS. And after updating, when click to phpmyadmin-URL, it displays a blank page. I tried updating phpmyadmin to latest version, it still doesn't display phpmyadmin page. And when I clicked to [url], it downloaded automatically the file.
View 14 Replies
View Related
Oct 14, 2010
i am using the global menu applet on ubuntu desktop edition. almost all of the apps shows its main menu on the global menu applet, but lyx doesn't. am i the only one experiencing this problem? i am using updated maverick.
View 2 Replies
View Related
Jan 7, 2010
I am trying to boot linux kernel from a USB stick. I performed following steps:
1. wrote Grub stag1 to MBR of USB with this command on my linux host.
dd if=/boot/grub/stage1 of=/dev/sdb1 bs=512 count=1
2. Mounted the USB and I copied the following files in my USB.
boot/grub/stage1
boot/grub/stage2
3. Plugged in the USB in the the target machine. Rebooted and changed the booting sequence to boot from USB
My problem is that instead of getting a boot prompt, iIam getting GRUB GRUB GRUB all over the display. I googled out for it and found that if we change the auto-detection oh HDD in bios to manual that may solve the issue, but that did not help. If you happen to know that I am following the correct steps and in right order please point me how can I resolve this issue of GRUB.
View 5 Replies
View Related
Jul 28, 2011
i am trying to declare an environmental variable in the /etc/profile' (as per the tutorial i'm following) but when i declare it and do an echo i get nothing.Here's what i've done so far..nside /etc/profile:
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ -d /etc/profile.d ]; then
[code]...
View 12 Replies
View Related
May 8, 2011
Netbeans menu doesn't go on global menu. It stays in application. Well, OK, I can live with thatAfter dragging anyting inside Netbeans (windows, menus, ETC), Unity Launcher stops dodging windows and autohiding. It just sits on the screen. It starts to behave normally only after I restart Netbeans. Now- that's pretty annoying.EDIT: Even worse: If I exit Netbeans during debugging session, I must exit Firefox as well before launcher starts behaving normally again. Now, that's entirely unacceptable. Good enough reason to remain on "Ubuntu Classic" (what's left of Gnome that is), and eventually switch do different distro or even... ungh... WAMP.
View 5 Replies
View Related
Jan 20, 2010
I'm using this command: wget --convert-links -np --wait=20 --limit-rate=20K -m -k -p -U Mozilla -c [URL]
I can only use konqueror (asus eeepc 701) to completely view kneetest.html . The image taimoshan-front-qtr.jpg does not show, but if I right click and save, I can view the jpg. I was able to see this jpg earlier in the day, but not now. I've wget'd the site about 5 or 6 times in a day and sometimes I'll miss 2 images. I've also tried without the -U Mozilla option. BTW: Is there a way to get Mozilla to read files from wget?
View 6 Replies
View Related
May 17, 2010
I just upgraded to Ubuntu 9.04. I inherited a problem from previous versions. The panel doesn't display the applications menu. Only a tiny, useless gray strip shows. Thus, i can't not just run apps, but i can't open a shell terminal to do something radical eithe
View 4 Replies
View Related
Jan 30, 2010
I have a problem with my GRUB bootloader. I have Ubuntu 9.10 and Win XP installed on my laptop. But only the list of Ubuntu appears in the menu and NOT win XP.
Some instructions say try to edit the "menu.lst" file in "/boot/grub/" menu.
But there is no such a file in my /boot/grub/" folder.
View 14 Replies
View Related
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
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
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
Sep 3, 2010
I have installed ubuntu 9.10 after the windows xp os, and then my grub.cfg file only contained information about linux.. my windows os couldnot be booted..But thats fine because i now work only on linux, so I could normally boot into ubuntu..
But now i tried to install fedora 12 on that partition on which windows was installed, and i set the space of that partition as "free". And then something went wrong, and i could not install fedora.
Now wen i boot into the normal ubuntu linux from the local hard disk, this error appears on screen - "No bootable media present, enter bootable disk and press enter."
I can boot into the installed os by first booting from a live cd, and selecting the "boot from local disk" option. But i cannot boot without a live cd.
I also reinstalled grub-pc package, but no change.
View 9 Replies
View Related
Nov 3, 2010
How can I modify my grub menu? I remember that on openSuSe was /boot/grub/menu.lst. But in debian there isn't it. In ubuntu is the same for modifying grub menu?
View 1 Replies
View Related
Mar 22, 2011
I'm running Kubuntu and have tested flash video sites with firefox, chromium and rekonq. I have installed all the available packages from Software Management but flash videos still don't display correctly. All get is a small rectangle of video on the bottom left hand side of the video box (which is otherwise grey).
View 4 Replies
View Related
Jun 10, 2010
i wiped my entire hard drive that had xp as its only OS. I freshly installed a Windows 7 ultimate and everything went perfectly. I then decided to install 10.4. I split the partitions correctly (i had experience doing this already with my laptop, which has xp/10.4). Ubuntu 10.4 install went flawlessly, except for one thing. Now when i boot up the pc, it goes straight into 10.4. I have tried holding shift during the start up to force the boot menu, and it just shows the Ubuntu 10.4 OS as choices. Any clue what i could do to make Win7 appear in the boot menu?
View 9 Replies
View Related