General :: Restore Grub - After Rebooting The Menu Is Not Displaying
Jul 13, 2010
I have two operating systems installed in my computer. one is Windows XP( sp2 ) and another is Ubuntu Linux 10.04Lts. I reinstalled Windows XP. After rebooting, the grub menu is not displaying, only windows is booting, there is no sign of Ubuntu. Is there any way to restore the Ubuntu or I have to freshly install Ubuntu again ?
View 3 Replies
ADVERTISEMENT
Aug 5, 2010
Upon booting, the existing grub menu shows the Debian OS, but I also have Ubuntu installed on the same hard disk. It does not show in the menu. Previously I had Debian, Ubuntu, and Mint. In Ubuntu config file (menu.lst) I wanted to delete Mint and an old Ubuntu. I did so. In doing this I must have removed the 'full' menu.lst,leaving only Debian. So now I cannot boot into the new Ubuntu. I presently have only two OS on the hard disk: Debian and Ubuntu. I cant see Ubuntu, How do I correct this problem?
View 14 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
Nov 24, 2010
I created a new partition in Windows Vista which, after rebooting, screwed up Grub. I believe that I need to reinstall Grub and everything should be fine, and I remember reading the command to do this on this forum, but I can't find it. When I boot, I now get a black screen with white letters instead of the Grub boot menu. It says something about "Minimal Grub" at the top and gives me a prompt that looks like this.
grub>
I can boot the live CD and I have internet access with it, but I can not remember the terminal command to repair Grub. Can someone tell me this command?
View 7 Replies
View Related
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 21, 2010
I've recently installed Ubuntu 10.04 onto a PC that has a Radeon HD2600 XT graphics card. I tried to install the proprietary driver from the AMD website and from what I can tell, it seemed to work (my xorg.conf file is shown below)
Code:
The problem is that the catalyst control centre does not show up anywhere on the menu bar (such as in system>administration etc.). From advice given on a seperate post (link), I can load up the control centre from typing in a command in terminal, but is there a way to put this in the menu bar?
View 2 Replies
View Related
Jan 24, 2010
When he rebooted his Grub gave the error: Grub error 22. He doesn't have internet right now. Know of any fixes? He's booted into a live cd.
View 9 Replies
View Related
Nov 10, 2010
I recently pulled out my old computer and decided I would install linux on it so I could get online. The specs aren't the greatest (Pentium II processor, 94 MB RAM, and an 8 GB HDD). I chose AntiX 8.0 as my OS. Anyways, I got through the installation just fine, but when it said "Try rebooting your computer without the CD"...So I did, and what happened? I got that error. I've tried rebooting with different Live CDs to no avail. Is there anything I can do to get back up and running?
View 4 Replies
View Related
Oct 24, 2010
I just made my system unbootable... Here is what i did.. I have two sata HDDs
160 GB (Contained Windows 7)
500 GB
I copied entire 160 gb as an mirrored image to 500GB HDD using Acronis Disk Director. I deleted entire 160 GB HDD.. Removed the 500 GB HDD and kept it seperate.. Installed ClearOS Enterprise 5.2 Worked a little bit... The i wanted to delete ClearOS.. So i connected 500GB HDD and booted again in Acronis Disk director Formated the entire 160GB HDD.. Copied back the entire 160 from 500GB HDD.. Now my sytem refuses to boot... Just 4 letters "GRUB" appears on the screen... I tried booting using XP CD.. It gives a blue screen.. I tried Windows 7 CD.. It says unable to fix due to MBR problem..
View 8 Replies
View Related
Feb 4, 2010
After completing the installation of Fedora-FEL edition, I cant boot from my hard disk. "No bootable device found " error appears.
I have one Windows XP & 2 Linux installation in my disk.
I tried to restore grub using "setup (...)" command.but same error repeats.
Even I cant restore Windows XP using "fxmbr" command in... recovery console .
But I can boot from that drive by "chainloader" command in grub. code...
Running above command in grub terminal boots my hard disk ("hd1" is my "unbootable disk")
View 2 Replies
View Related
Apr 20, 2010
I'm keeping my documents, music, and videos etc. on a separate partition from my home directory, formatted with encrypted fat32 so that I can access it from both my windows and my ubuntu installation. So I've made the folders, transferred the files, and I selected custom icons (by right-click, properties, click on custom icon, then select the file from /usr/share/icons/Humanity/places/4.
So far so good. The problem is that the custom icons don't appear in the Places sidebar in Nautilus or the main Places menu in gnome. It just comes up as a regular folder.
See a screenshot of it here.
Does anyone have an idea/workaround so that I can use my custom icons in the Places menu as well? I have tried it with scalable icons, with no difference. I've also tried looking for a configuration file which might have the details in, but I haven't found it - I suppose this probably has something to do with how the Places menu is automatically generated.
I'm running Ubuntu 9.10 Karmic Koala with Gnome.
View 9 Replies
View Related
Jun 3, 2010
Im finally deleting vista from my disk, but as I am game addict I will re-install it afterwards just for games. Now I assume that will overwrite GRUB, so how do I restore boot record and at same time keep my grub config?
View 5 Replies
View Related
Jan 31, 2010
I my trying to install Ubuntu onto a new 1 TByte Sata HDD on my Dell 8400. The computer has no other OS installed as the old HDD containing Windows XP has being removed. The new hdd has being fully formatted and is set up as a NTFS with a single partition of 1 TByte. I downloaded the latest version of UBuntu and burned it to a cd as a ISO file. When I boot my computer up from this cd I am asked to enter my language of choice and then I get the main menu screen. On this screen I choose option (2) - Install Ubuntu. After a few minutes during which time you can hear the cd being accessed the screen just displays this main menu and never changes. I have tried twice using this install option but after 45-50 minutes the screen still never changes. No progress information is given. If it is normal how long does the installation generally take?
View 2 Replies
View Related
May 23, 2009
I've just installed Fedora10 from the live cd.
My setup is as follows:
Hard disk 1 - Dedicated to XP(160Gb) - Not used at all during installation!
Hard disk 2 - Used entirely for Fedora (250Gb)
I used the "Delete all partitions and create default layout" option.
Hard disk 2 was the only drive ticked to be used for this installation.
Hard disk 2 was selected as the drive to boot from.
On the next menu I put the bootloader in the primary partition of Hard disk 2 (NOT THE MBR OPTION) Then selected the default OS to load as Windows XP.
But now, when I start the computer, it justs loads XP like a single OS system. I never see any hint of GRUB running or attempting to run.
View 4 Replies
View Related
Apr 30, 2010
Just before the computer boots into the grub menu, I noticed a message on the prompt saying that a file was not found. I had reinstalled Ubuntu 10.04 prior to this. Maybe the grub was not configured properly but I don't know how to fix or find the missing file. I also noticed that I don't have /boot/grub/grub.cfg.
View 3 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
Apr 19, 2010
change the boot menu - GRUB
I regularly update my ubuntu (10.04), and new minor versions keep accumulating on the GRUB screen. Right now I have 5 different versions listed on the GRUB, even though I always select the latest version to work with.
Am I supposed to do anything to get rid of the old version references? Do these old versions affect disk space/performance?
View 2 Replies
View Related
Aug 4, 2010
I have two separate Linux installations on my system which I can access from grub. Is there a way to get back to the grub menu to access the other system without having to reboot?
View 2 Replies
View Related
Aug 16, 2011
I had Windows Vista installed on my computer and created a partition to install Fedora 15. I chose the option to install fedora on any free space, so it should have installed on the empty partition. When I boot up, there are two boot options. Fedora and Other. When I select other, it gives an error:BOOTMGR not found.Is there a way to add Windows Vista to the Grub Bootloader by editing the grub menu. I don't know if it will help, but here is what I get when I run fdisk in the terminal:
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 1 Replies
View Related
Jan 9, 2010
if it's possible to see or retrieve from the system which menu option from the grub boot menu was selected afterall.
View 1 Replies
View Related
Feb 1, 2011
I had debian squeeze already installed, then installed win 7. Windows overwrote by MBR, as I expected it to, so I used an ubuntu live cd to reinstall grub2 to debian root.
I rebooted, and sure enough I had grub back. The boot menu has debian on it. Just debian (crunchbang actually, but its the same thing).
So I added a script in /etc/grub.d (called Windows_11) to create a windows chainloader entry in grub.cfg, and ran update-grub.
Update-grub picks up my /etc/grub.d/Windows_11 script, and adds an appropriate chainloader entry to /boot/grub/grub.cfg.
So I would expect this new chainloader entry to show up in my boot menu when I boot up. But it doesn't; on booting I only have the option to select debian.
Here is my /boot/grub/grub.cfg -
Code:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'CrunchBang Linux, with Linux 2.6.32-5-686' --class crunchbang --class gnu-linux --class gnu --class os {
insmod part_msdos
[Code].....
View 11 Replies
View Related
Apr 1, 2011
I have a Laptop where I installed both Fedora 11 and windows 7 dual boot.
While I was upgrading Fedora 11 to Fedora 14 using preupgrade, I tried to edit /boot/grub/menu.lst file to make an option to continue upgrading the system after rebooting.
Accidentally, I deleted the file content and I couldn't restore it
I knew then that I'll face a problem when I reboot the system, and I faced it >> the grub selection menu disappeared , and only the line (grub> ) appeared when I reboot the system.
1- These commands:
Code:
But when I rebooted , nothing changed and the same (grub> ) appeared again.
2- I used the instructions in the PDF attached, but unfortunately nothing changed.
I think that I have to rewrite the menu.lst and grub.cnf files but I'm not expert and I don't know exactly what was there (locations , commands , etc. )
The current system monitor for the file system is shown in the next image:
View 6 Replies
View Related
Jul 24, 2010
Im running ubuntu 10.04 and I recently had a little adventure whilst trying to disable KMS and deleted all the stuff out of the # kopt line and added the nomodeset thing.Now I crash to easybox everytime I try to boot, how do I restore the backup of said file that I noticed beside it in the folder. Also I saved one to my desktop.
View 7 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 13, 2009
Here is how I created a Grub2 boot-cd with a (grub.cfg) menu:
mkdir /tmp/cdroot
mkdir /tmp/cdroot/boot
mkdir /tmp/cdroot/boot/grub
cp /boot/grub/grub.cfg /tmp/cdroot/boot/grub
cd /tmp
[code]....
NOTE: The above proceedure assumes you already have a grub.cfg file. If you don't, create one in the /tmp/cdroot/boot/grub directory
View 6 Replies
View Related
Jan 31, 2010
In my Red Hat 7.2 , the /boot/grub/grub.conf has the following data :
But when I reboot my Red Hat server , I don't see the Grub menu to say edit the boot kernel .
View 15 Replies
View Related
Sep 11, 2009
I hav two 40 GB hard disks.RHEL5 is installed on 1st and Windows on 2nd. In order to use each OS I manually hav to go and change the "first boot device" option in BIOS setting and boot into required OS. GRUB doesn't show Windows in its boot menu.How can I make GRUB recognize Windows and boot into both OS using GRUB boot menu?
View 1 Replies
View Related