Edit Grub? help!


 
Thread Tools Search this Thread
Operating Systems Linux Edit Grub? help!
# 1  
Old 04-21-2009
Java Edit Grub? help!

Please help!

I have installed 5 Linux OS in the following order:

1st : OpenSUSE 11.0
2nd : Ubuntu 8.4
3rd : Ubuntu 8.10
4th : OpenSUSE 11.1
5th : Fedora 10

Here is the scenario, at the 4th installation i can still choose which OS to boot as what OpenSUSE grub displays. Now, after installing Fedora 10 all grub OS's choice are not displayed as it will only boot to Fedora.

Now, can i brought back or restore the OpenSUSE grub OS options by editing grub?
And how to do it? As I am new to linux.

Last edited by etcpasswd; 04-21-2009 at 09:32 AM..
# 2  
Old 04-21-2009
more info:

Fedora 10 fdisk -l output

Code:
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0008c500

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1306    10490413+  83  Linux
/dev/sda2            1307        1568     2104515   82  Linux swap / Solaris
/dev/sda3   *        1569        6052    36017730    f  W95 Ext'd (LBA)
/dev/sda4            6053        9729    29535502+  83  Linux
/dev/sda5            1569        2873    10482381   83  Linux
/dev/sda6            2874        3134     2096451   82  Linux swap / Solaris
/dev/sda7            3135        4350     9767488+  83  Linux
/dev/sda8            4351        4593     1951866   82  Linux swap / Solaris
/dev/sda9            4594        5809     9767488+  83  Linux
/dev/sda10           5810        6052     1951866   82  Linux swap / Solaris


Last edited by etcpasswd; 04-21-2009 at 09:35 AM..
# 3  
Old 04-21-2009
/boot/grub/menu.lst output just in case.
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,3)
#          kernel /boot/vmlinuz-version ro root=/dev/sda4
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-117.fc10.i686)
        root (hd0,3)
        kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=dd624eff-f1d0-46e2-8d60-1c15f3233f62 rhgb quiet
        initrd /boot/initrd-2.6.27.5-117.fc10.i686.img

# 4  
Old 04-21-2009
What may or may not do the trick: copy the menu entries listed in Suse's /boot/grub/menu.lst to Fedora's counterpart (see GRUB manual for some background information).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Grub password

what if grub had a password and prevented you from getting in, what should I do, regards (2 Replies)
Discussion started by: abbya
2 Replies

2. Shell Programming and Scripting

Plus edit and edit header

Dear Masters, i have a problem with unix script, till now i just know about how to create header. i want to change file below -63395.2 72653.5 -63361.3 72696.0 ... (9 Replies)
Discussion started by: ipatah
9 Replies

3. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies

4. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

5. Boot Loaders

grub - start up

I have finally set up my laptop with linux and windows. But i want the default to be windows on the grub list how can i do this? Thanks (2 Replies)
Discussion started by: syco__
2 Replies

6. UNIX Desktop Questions & Answers

grub, ok, bash, edit, kmdb and what else?

Hello There is a > prompt at Grub, # prompt for the console and $ for bash, but I am clueless about when and how to get into a specific prompt, how to move around between one prompt to another and how to exit. Is there a very basic guide anywhere that CLEARLY explains the type of shell... (2 Replies)
Discussion started by: mani1413
2 Replies

7. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

8. Linux

grub help

in dual os grub will ask like this (linux 9 (red hat)) linux(bigmem) linux(smallmem) dos so i want that grub will ask like this dos linux(bigmem) linux(smallmem) how to do this (8 Replies)
Discussion started by: seshumohan
8 Replies

9. Debian

Getting rid of grub

ok so i have two HDs on my PC, on the 1st one (master) i have w2k running, i decided to install debian on the second (slave). During the install, i was asked if i wanted to install grub, i said yes. Now debian starts just fine. Windows on the hand now takes forever to load (ie like two minutes... (4 Replies)
Discussion started by: jad
4 Replies

10. UNIX for Advanced & Expert Users

Grub and Reiserfs

Hi all I just installed Fedora Core 3 onto my pc which is running slackware as the 'main' os I have been using LILO as the boot loader for a long time but thought I'd swap to GRUB for a change. Fedora boots fine. I have a seperate /boot partition for my slackware install ......its... (0 Replies)
Discussion started by: silvaman
0 Replies
Login or Register to Ask a Question