Red Hat Installation - Multiple Fedora Core 3 installs

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Installation > November 2004 > Multiple Fedora Core 3 installs





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Multiple Fedora Core 3 installs
MC

2004-11-11, 7:47 am

Greetings, all.

I have pasted my grub.conf contents below for comment.

I have installed FC3 on an AMD 64 box, both the 32 and 64 bit distros.
First I installed the 32 and then 64. I edited the grub.conf file as
below to add the 32 bit partition information to boot the 32 bit. I
receive an error that referes to the label "root=LABEL=/12" and drop to
the diagnostic prompt. I found some web hits regarding this, but cannot
seem to get the settings tweaked. Please offer any suggestions.

FWIW, the 32 bit did boot (the important lines are copied and pasted
(and unaltered from their installed content) from the 32 bit boot
directory I mounted in 64 bit session) prior to the 64 bit install.

Also, the 32 bit directory is mounted in the 64 bit install at mount
point /32bit in case there is a hint [there].

Thanks in advance.

MC

# 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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=2
timeout=30
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core 3 64-bit AMD (2.6.9-1.667)
root (hd0,8)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img
title Fedora Core 3 32-bit (2.6.9-1.667)
root (hd0,11)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/12 rhgb quiet
((added in ng post ^^^^for emphasis - just above is problem I believe))
initrd /boot/initrd-2.6.9-1.667.img
title WIndows XP
rootnoverify (hd0,0)
chainloader +1
Kyuso Cahi

2004-11-16, 2:47 am

MC wrote:

> Greetings, all.
>
> I have pasted my grub.conf contents below for comment.
>
> I have installed FC3 on an AMD 64 box, both the 32 and 64 bit distros.
> First I installed the 32 and then 64. I edited the grub.conf file as
> below to add the 32 bit partition information to boot the 32 bit. I
> receive an error that referes to the label "root=LABEL=/12" and drop to
> the diagnostic prompt. I found some web hits regarding this, but cannot
> seem to get the settings tweaked. Please offer any suggestions.


Try to use actual /dev names instead of labels. Look at your root=/dev/hda9
as an example. In your case, (hd0,11) would be root=/dev/hda12.

I find labels confusing, and they seem to get changed when installing to a
different partition.

> # 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,8)
> # kernel /boot/vmlinuz-version ro root=/dev/hda9
> # initrd /boot/initrd-version.img
> #boot=/dev/hda
> default=2
> timeout=30
> splashimage=(hd0,8)/boot/grub/splash.xpm.gz
> hiddenmenu
> title Fedora Core 3 64-bit AMD (2.6.9-1.667)
> root (hd0,8)
> kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
> initrd /boot/initrd-2.6.9-1.667.img
> title Fedora Core 3 32-bit (2.6.9-1.667)
> root (hd0,11)
> kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/12 rhgb quiet
> ((added in ng post ^^^^for emphasis - just above is problem I believe))
> initrd /boot/initrd-2.6.9-1.667.img
> title WIndows XP
> rootnoverify (hd0,0)
> chainloader +1


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com