I am having weird problem with Grub Menu listing during Grub display at Boot. I Multiboot with Lucid Lynx, openSUSE and Windows7. My Grub is installed along with Ubuntu. I did not install bootloader when installing openSUSE.
Now during boot Grub Menu displays five entries for openSUSE. However when I did grub-update in the terminal it shows only one image for openSUSE in terminal.
Quote:
But again Grub Customizer shows or lists five entries for openSUSE. (Please see the attached screenshot)
There are no problems during boot (except that Ubuntu takes a bit longer to load). I am really annoyed by the multiple SUSE entries in the GRUB and also by the fact that Ubuntu takes a bit longer than normal to boot.
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):
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?
I'm using 11.04 and when I boot I see post messages and then when it gets to grub I just see black screen with a monitor timing not supported issue. I have a geforce 6100 nforce 405 video card with a Dell U2311H monitor. It does boot to the desktop eventually, and everything from there on works as expected.
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?
The project was an update of a cluttered dual boot ubuntu/XP laptop to ubuntu 10.10. For work, I sometimes need Windows, regrettably some software needs Explorer or indeed W$ itself to operate.Grub 2 still seems buggy, install was fixed by
Code: sudo mount /dev/sda6 /mnt sudo grub-install --root-directory=/mnt/ /dev/sda
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?
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.
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 ?
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).
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.
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.
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.
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
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.
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?
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?
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
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.
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.
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
I need some help. I'm not exactly new to linux but I'm not an expert either. I decided to try and play around with GRUB and see if I could get the GRUB gui and themes working. Apparently I did something and now, when I start up my computer, all I get is code...
I know little to nothing about grub. I will welcome any and all help or advice with this. Let me know if you need any other information and I will try to post it. Also, I have no idea whether I am running legacy or 2. It originally told me I was running legacy and I attempted to upgrade to 2 but I have no idea if it actually upgraded.
/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.
I see too many entries upon turning on my laptop: [URL]..There should only be 3 entries: Windows partition, Ubuntu partition, and the memtest thing, I believe. The *doubling* up of Windows and Ubuntu is due to me wiping Ubuntu, then reinstalling Ubuntu. The third entry for Ubuntu is due to re apt-get install'ing gnome-desktop. How can simplify the menu?
My girlfriend has installed Ubuntu, but does not find the menu.lst file in /boot/grub folder, even though she has run 'sudo update-grub'. When she types 'grub' however, she gets told that she does not have grub installed.
About a week ago my netbook (Samsung N220) stopped booting, after been working fine since installing it 4 months ago - not aware of any changes, though some updates may have been applied. It is not getting to the grub menu and instead just getting a flashing cursor in the top left corner of the screen. Booting fine from a USB, and the bootinfo results.txt is:
Code: Boot Info Script 0.55 dated February 15th, 2010 => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #5 for /boot/grub. => Syslinux is installed in the MBR of /dev/sdb sda1: _________________________________________________________________________ File system: ntfs [Code]...
It works in the BIOS and no problems after boot. I had been trying to get my iPod Shuffle working without using iTunes... without success and had installed and then uninstalled GTKpod, Hipo, Floola and at the end of (frustrating) messing around with all that, grub wouldn't let me use my last resort, booting to windoze. Maybe something to do with uninstalling GTKpod?