LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-27-2006, 07:29 PM   #1
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Rep: Reputation: 36
Does a boot disk exist for fedora core 6?


I have a multi-boot system and have been unable to get fedora to boot after the initial install without using its grub. At the moment, I have windows, suse 10.0 64 bit and suse 10.0 32 bit using the suse grub loader. The first time, I let fedora update my original core 1. All seemed fine, then noticed the fedora grub loader and when fedora tried to boot, it craped out. I restored my original suse grub loader with super grub disk. I then removed the fedora partition and let it format the free space. I did an install with an internet file update. At reboot using super grub disk to boot the fedora partition, I received an error (this would be the first boot after a fresh install). I am about to give up on fedora. Is there a fedora boot disk image to use, or do I need it to install its oun grub?
 
Old 11-27-2006, 09:39 PM   #2
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
you can use the fedora 6 install cd, and boot it using "linux rescue"

that will then ask a couple of questions (like, language, keyboard networking, mount installed system)

then it should give you a prompt and have your installation mounted in /mnt/sysimage (it tells you the actually mountpoint ... despite typing it quite a few times last night i'm now not sure ... i blame lack of sleep :P ).

From there you can then chroot to your FC install, fix grub and go from there.

That said, i'd just point out: be sure that it mounted FC6, rather that nuking one of your other installs.

Oh yeah, and one final point, you should be able to edit the grub start configuration in grub on boot... provided grub is installed right that is ...

Good luck
 
Old 11-28-2006, 06:57 PM   #3
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I followed your directions and was able to mount fc6 in rescue mode. It looks like everything is intact, it just needs to be jump started. I found the grub directory which contained only splash.xpm.gz. Under the root folder was: system.map, config, grub, initrd, symvers and vmlinuz. I am not sure how to proceed with a repair or what to look for that is out of the ordinary. I wrote down the fedora core type: (2.6.18-1.2798.fc6). Do I need to create a new grub.conf file and if so, under which directory?
 
Old 11-28-2006, 07:54 PM   #4
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I just edited the suse grub config file with the following:

title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,2)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/
initrd /initrd-2.6.18-1.2798.fc6.img

Instead of booting fc6, I saw 'error 15: file not found'

My fedora partition is hda3 and I made it root during the install.
 
Old 11-28-2006, 08:08 PM   #5
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
It should be
Code:
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,2)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
 
Old 11-28-2006, 08:13 PM   #6
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Replace:

Code:
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/
initrd /initrd-2.6.18-1.2798.fc6.img
with this:

Code:
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/
initrd /boot/initrd-2.6.18-1.2798.fc6.img
Lol, seems like I have been too slow. That's what happens when you reply to a post while reading other posts.

Last edited by glussier; 11-28-2006 at 08:14 PM.
 
Old 11-30-2006, 08:23 PM   #7
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I received the same error after fixing the grub file. Here is a copy/paste from the menu.lst file:

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,6)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 10.0
root (hd0,6)
kernel /boot/vmlinuz root=/dev/hda7 vga=0x31a selinux=0 resume=/dev/hda5 splash=silent showopts
initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: SUSE LINUX 10.0 (/dev/hda6)###
title SUSE LINUX 10.0 (/dev/hda6)
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 vga=0x31a selinux=0 resume=/dev/hda5 splash=silent showopts
initrd (hd0,5)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 10.0
root (hd0,6)
kernel /boot/vmlinuz root=/dev/hda7 vga=normal showopts ide=nodma apm=off acpi=off noresume selinux=0 edd=off 3
initrd /boot/initrd

title Fedora Core (2.6.18-1.2798.FC6)
root (hd0,2)
kernel /boot/vmlinuz-2.6.18-1.2798.FC6 ro root=LABEL=/
initrd /boot/initrd-2.6.18-1.2798.FC6.img

I am using hda3 for Fedora. Is there anything else to check?
 
Old 11-30-2006, 08:37 PM   #8
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
Here is the error message:

Root (hd0,2)
Filesystem type is ext2fs, partition type 0x83
Kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/
error 15: file not found

I am thinking that maybe my cd image was bad. I remember they did not pass the checksum test during install due to the checksum not found on any of the media.
 
Old 11-30-2006, 08:38 PM   #9
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Where are vmlinuz-2.6.18-1.2798.FC6 and initrd-2.6.18-1.2798.FC6.img files? Find them and enter their full path or move them to your /boot.
 
Old 12-03-2006, 09:48 PM   #10
sirius57
Member
 
Registered: Jun 2004
Distribution: puppy linux, suse 10.0, opensuse 11.3, 12.1, mythdora, opensuse 13.1, opensuse tumbleweed
Posts: 602

Original Poster
Rep: Reputation: 36
I have worked on getting core 6 to boot and need some additional help. I know now how to use the install disk as a rescue disk. Once in the linux native mode, I become lost due to not being familiar with command line syntax. I need to see what the command line syntax would be to search for the core 6 kernel once I log in as root. Then I would be able to edit the suse boot loader. I know it has to be there. When I did the install, I included the fedora extras option over the internet. The install then said I only needed disk one and disk two to do the install, while the rest of the files I am assuming came from the Fedora extras. Is that a normal install since the complete set consists of 6 cds? Can fedora be booted from the command prompt after booting the rescue cd? The installer gave me a choice of where boot would reside. My choices were:
/
/boot
and so on. I chose /. Any other choice and a message pop up said I had to fix my choice. Why does the installer give those options and how do they matter?

Last edited by sirius57; 12-03-2006 at 09:54 PM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to boot fedora core 5 from floppy disk ? wesam2004 Linux - Software 1 09-16-2006 05:30 PM
Fedora Core 2 boot disk devinWhalen Fedora 5 10-15-2005 10:51 PM
Name of Boot kernel on Fedora core 3 disk 1. Hartford Fedora 0 02-18-2005 01:43 PM
Need a boot disk to load Fedora Core 3 duclu Linux - Newbie 17 01-20-2005 11:50 AM
Fedora Core 2 x86_64 boot disk? diesel_travis Fedora 7 08-07-2004 12:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration