Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th April 2008, 02:43 AM
jendim's Avatar
jendim Offline
Registered User
 
Join Date: Apr 2008
Location: Manila , Philippines
Posts: 23
Won't Both on FC6 or not present on selection bootup

2 OS
1. FC6 (5 cd's)
2. FC8 (Werewolf 1 cd only)
I have a problem , i cannot boot from my first OS FC6 , in 40GB HD with 2 partitions ,I installed FC6 OS then on my second i installed FC8 KDE (werewolf) , unfortunately i cannot boot now with my FC6 but i can access my files on FC6.

How can i reboot to my FC6 ? Any help from you will be great for me...

Thanks,
Jay
__________________
Jay C. Dimayuga
:cool: Life is Cool with Fedora.
Reply With Quote
  #2  
Old 15th April 2008, 03:14 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
Can you post the output of following:

cat /boot/grub/grub.conf
and
fdisk -l

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 15th April 2008, 03:23 AM
jendim's Avatar
jendim Offline
Registered User
 
Join Date: Apr 2008
Location: Manila , Philippines
Posts: 23
Hi Seve,

Im in the office right now and the problem with this thread i left the unit in my home so i will post the grub.conf output for you tomorrow.


Thanks for now,
Jendim
__________________
Jay C. Dimayuga
:cool: Life is Cool with Fedora.
Reply With Quote
  #4  
Old 16th April 2008, 06:50 AM
jendim's Avatar
jendim Offline
Registered User
 
Join Date: Apr 2008
Location: Manila , Philippines
Posts: 23
Hello ,

Can you post the output of following:

cat /boot/grub/grub.conf
and
fdisk -l

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,1)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
title Other
rootnoverify (hd1,0)
chainloader +1


and fdisk -l

[root@cep /]# fdisk -l

Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0c440c44

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 2550 2574 200812+ 83 Linux
/dev/sda3 14 2549 20370420 8e Linux LVM
/dev/sda4 2575 4865 18402457+ 5 Extended
/dev/sda5 2575 4865 18402426 8e Linux LVM

Partition table entries are not in disk order

Disk /dev/dm-0: 10.9 GB, 10905190400 bytes
255 heads, 63 sectors/track, 1325 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 536 MB, 536870912 bytes
255 heads, 63 sectors/track, 65 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-1 doesn't contain a valid partition table

Disk /dev/dm-2: 19.1 GB, 19193135104 bytes
255 heads, 63 sectors/track, 2333 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-2 doesn't contain a valid partition table

Disk /dev/dm-3: 1610 MB, 1610612736 bytes
255 heads, 63 sectors/track, 195 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800

Disk /dev/dm-3 doesn't contain a valid partition table

Disk /dev/sdb: 1527 MB, 1527775232 bytes
16 heads, 32 sectors/track, 5828 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x000087ad

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 5828 1491952 b W95 FAT32
[root@cep /]#


I hope this will help my problem , advance thanks to seve

Jendim
__________________
Jay C. Dimayuga
:cool: Life is Cool with Fedora.
Reply With Quote
  #5  
Old 16th April 2008, 04:17 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Quote:
Originally Posted by jendim

2 OS
1. FC6 (5 cd's)
2. FC8 (Werewolf 1 cd only)
I have a problem , i cannot boot from my first OS FC6 , in 40GB HD with 2 partitions ,I installed FC6 OS then on my second i installed FC8 KDE (werewolf) , unfortunately i cannot boot now with my FC6 but i can access my files on FC6.

How can i reboot to my FC6 ?
Hello jendim,

Well, to summarize your fdisk:

You have two drives (40GB and 1.5GB). The 40GB drive has three primary partitions and one extended partition that is completely filled with a single logical partition. All 4,865 cylinders of the drive are accounted for. The fdisk device names are not in disk order. Of the four partitions on this drive, two are native Linux and two are LVM physical volumes. The two native partitions are both probably boot partitions because of their small size. The 1.5GB drive contains a single primary FAT32 partition that completely fills the drive. It may be a Windows OS but may only be storage because of its small size.

Summary of the grub.conf:

The grub.conf is the F8 grub.conf, and it does not contain a menu entry for another Fedora system. It reveals that the F8 boot partition is probably /dev/sda2 (hd0,1). The F8 system is using Logical Volume Management, so one of the LVM PVs belongs to F8. The "Other" menu entry may be for a Windows OS on the 1.5GB drive, and if so, it probably doesn't boot as written because it is on a "non-first" drive and would likely require map commands in the grub.conf to boot.

What I would do:
  1. Write an entry for FC6 in the F8 grub.conf.
  2. Edit the "Other" section of the F8 grub.conf to add map commands to boot the Windows system. Or, if it is merely a storage partition, remove that section entirely.
HOWTO add an entry to the F8 grub.conf for FC6:
  1. Since it is known from the the grub.conf that (hd0,1) contains the boot directory for F8, then the only only other possible partition that could contain the FC6 boot directory is (hd0,0).

  2. Open the F8 grub.conf for editing like this...
    Code:
    su
    gedit /boot/grub/grub.conf
    Add a section for FC6 like this...
    Code:
    title FC6
    configfile (hd0,0)/grub/grub.conf
    Save the grub.conf. Reboot and try booting FC6 from the F8 menu.
HOWTO edit the "Other" section of the F8 grub.conf:
  1. If that FAT32 partition really is a Windows OS, then change that section of the F8 grub.conf as follows. If it is merely a small storage partition, then skip what follows (perhaps just remove that entire section from the menu).
    Code:
    title Windows
    rootnoverify (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
  2. Save the grub.conf. Reboot and try to boot the Windows system from the F8 menu.
P.S.: No promises. I guessed at all of this. There are plenty of reasons for some or all of this not to work. If that happens, return and tell what went wrong.

Last edited by stoat; 17th April 2008 at 02:59 AM.
Reply With Quote
  #6  
Old 17th April 2008, 03:21 AM
jendim's Avatar
jendim Offline
Registered User
 
Join Date: Apr 2008
Location: Manila , Philippines
Posts: 23
Thanks again i'm so lucky to be part of this community. I will give the result tomorrow i mean my unit is in my house.

Thanks,
Jendim
__________________
Jay C. Dimayuga
:cool: Life is Cool with Fedora.
Reply With Quote
Reply

Tags
bootup, fc6, present, selection

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RPM selection rycar Using Fedora 3 11th February 2008 10:18 AM
Package Selection Help Paranoia Installation and Live Media 2 21st December 2006 03:48 PM
Monitor Selection in FC5 shredzone Hardware & Laptops 3 3rd August 2006 07:27 AM
selection of distros? ReMy Using Fedora 2 28th July 2006 01:26 PM


Current GMT-time: 13:49 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat