| Fedora - Installation This forum is for the discussion of installation issues with Fedora. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
|
11-13-2006, 01:27 AM
|
#16
|
|
LQ Newbie
Registered: Nov 2006
Location: San Diego, CA
Distribution: Fedora
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by 2damncommon
Upon re-reading I think we are making more progress than I had thought.
The one thing stumping me now is /dev/VolGroup. Using Google I see this means you are using Logical Volume Management. Is that something you did on purpose?
You got a lot of errors after the "grub-install" and I will guess it is for the same reason you saw the other errors. Is there something unusual about your primary master? RAID? Encrypted?
Apparently grub did install the basic version. We should be able to get it configured better.
First chroot from the rescue system.
Type "ls /boot" (list the contents of the boot directory). Look for something like "vmlinuz-2.6.18-1.2798.fc6" and "initrd-2.6.18-1.2798.fc6.img". That means the Linux kernel is in your boot partition.
Type "cat /boot/grub/menu.lst". That will display the contents of your grub configuration file.
Post back what you see in /boot and menu.lst and we may be able to get you going.
|
I just let Fedora set up its default partitions automatically.
As for my Primary Master, it isn't encrypted. Though, it is disabled. No RAID anywhere.
Finally! Some good news. I'll have to give your instructions a try tommorow morning. I'll be sure to post the results ASAP.
|
|
|
|
11-13-2006, 05:39 PM
|
#17
|
|
LQ Newbie
Registered: Nov 2006
Location: San Diego, CA
Distribution: Fedora
Posts: 21
Original Poster
Rep:
|
http://img355.imageshack.us/img355/3155/dsc00494nl7.jpg
("Fedora Corpse" came from when I went back into the install utility and put the boat loader on some place I don't even remember. As you can tell, I figured Fedora was dead at that point  )
There are the two pieces of information you asked me to get.
I tried, booting from the HDD, now I don't even get a GRUB screen anymore I get a message saying that ____ will load in 2 seconds, but it is followed up with an error that tells me the volume doesn't exist. I must have done something when I was messing with the Grub commands.
Also, before I actually go about using Fedora, I want to just start over and set up the partitions myself (while doing all the steps I've learned so far to get grub and whatnot configured). What partition settings should I use?
Last edited by Linux>Me; 11-13-2006 at 05:42 PM.
|
|
|
|
11-13-2006, 06:06 PM
|
#18
|
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: Linux Mint 12
Posts: 2,838
Rep:
|
Starting from scratch is not a bad idea.
I like to keep things simple on most of my home installs. I use only a "swap" parttion and a "/"(root) partition. The swap partition is whatever percent of your RAM you prefer (half, equal, double?). If you have enough space you may want to leave room to try a second distribution (swap partition can be shared), or create a FAT32 partition to transfer files.
I would really suggest you have all drives enabled and installed as you will use them and just be careful during the install with partition and install choices. I would also suggest you just install the Linux bootloader GRUB to the MBR of your primary master to boot both Linux and Windows. The caveat is that, yes, there are sometimes problems, ever seen the NTLDR missing threads? I would suggest following this to create a backup boot method.
If you do that things should work right after install.
I found this to be a helpful guide.
|
|
|
|
11-13-2006, 06:47 PM
|
#19
|
|
LQ Newbie
Registered: Nov 2006
Location: San Diego, CA
Distribution: Fedora
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by 2damncommon
Starting from scratch is not a bad idea.
I like to keep things simple on most of my home installs. I use only a "swap" parttion and a "/"(root) partition. The swap partition is whatever percent of your RAM you prefer (half, equal, double?). If you have enough space you may want to leave room to try a second distribution (swap partition can be shared), or create a FAT32 partition to transfer files.
I would really suggest you have all drives enabled and installed as you will use them and just be careful during the install with partition and install choices. I would also suggest you just install the Linux bootloader GRUB to the MBR of your primary master to boot both Linux and Windows. The caveat is that, yes, there are sometimes problems, ever seen the NTLDR missing threads? I would suggest following this to create a backup boot method.
If you do that things should work right after install.
I found this to be a helpful guide.
|
Thanks a lot.
Though, I would like to see if I can get Fedora to boot at the stage it is currently at; I don't want to reinstall Fedora and end up in the same situation I am in now (still not booting up right). Is there anything you can surmise from the boot list that you can deem as problematic? Or any modifications I should make to the grub configuration in relation to the new found information?
I don't want go about doing true multiple booting until I gain a little more comfort with Fedora, first.
|
|
|
|
11-13-2006, 08:39 PM
|
#20
|
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: Linux Mint 12
Posts: 2,838
Rep:
|
It looks to me like there are conflicting entries. There is both a "root (hd2,0)" and a "rootnoverify (hd2,0)".
If you want to try again, at the GRUB prompt type:
root (hd2,0) <enter>
kernel /xen.gz-2.6.18-1.2798.fc6 <enter>
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet <enter>
module /initrd-2.6.18-1.2798.fc6xen.img <enter>
boot <enter>
Just like is shown in the config file. If that boots your system you should comment out the second entry by putting a "#" in front of each line. You would do that as root with any text editor. Then run "grub-install /dev/hdc" (as root) again.
|
|
|
|
11-14-2006, 12:10 PM
|
#21
|
|
LQ Newbie
Registered: Nov 2006
Location: San Diego, CA
Distribution: Fedora
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by 2damncommon
It looks to me like there are conflicting entries. There is both a "root (hd2,0)" and a "rootnoverify (hd2,0)".
If you want to try again, at the GRUB prompt type:
root (hd2,0) <enter>
kernel /xen.gz-2.6.18-1.2798.fc6 <enter>
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet <enter>
module /initrd-2.6.18-1.2798.fc6xen.img <enter>
boot <enter>
Just like is shown in the config file. If that boots your system you should comment out the second entry by putting a "#" in front of each line. You would do that as root with any text editor. Then run "grub-install /dev/hdc" (as root) again.
|
I was able to get it to boot with the above commands. However, the root command would not allow me to switch to "(hd2,0)" as the command said the device didn't exist. Though, I was able to run all the other commands successfully without even using the root command. It booted right up.
After I played with Fedora for a little bit, I decided to just go ahead and nuke the partitions and start over again. This time, I took out all my other harddrives except for the one I was planning on installing Fedora on, which I moved to the primary IDE cable as master. This last time around, I didn't get ANY errors at all, Fedora installed and rebooted right into the OS (Though, I did have to try installtion two times because the installation utility froze, though it seemed like a fluke).
Is there any tools I should run or checks I should perform within Fedora to ensure that it is actually going to run stabil? (Meaning, any common check points)
Thanks again for getting my on my Fedora feet!
|
|
|
|
11-14-2006, 01:49 PM
|
#22
|
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: Linux Mint 12
Posts: 2,838
Rep:
|
Quote:
|
(Though, I did have to try installtion two times because the installation utility froze, though it seemed like a fluke).
|
As I recall, I had to run the installer twice when I installed Fedora 6. It froze when I selected to add another source to the updater or something like that. I did not choose it again the second attempt.
Quote:
|
Is there any tools I should run or checks I should perform within Fedora to ensure that it is actually going to run stabil?
|
If it seems okay now just try out different applications and see how they run.
Quote:
|
Thanks again for getting my on my Fedora feet!
|
You're welcome, hope you have fun with it.
|
|
|
|
11-14-2006, 06:28 PM
|
#23
|
|
LQ Newbie
Registered: Nov 2006
Location: San Diego, CA
Distribution: Fedora
Posts: 21
Original Poster
Rep:
|
Quote:
|
Originally Posted by 2damncommon
If it seems okay now just try out different applications and see how they run.
You're welcome, hope you have fun with it.
|
Fedora seems to be running flawlessly. I'm just amazed at all the functions it has and I haven't even installed any applications yet. The shear amount of native hardware support is phenomenal. I was fearing that I was going to have to search for hours just to find software to drive my multifunction HP printer, nope! Fedora was able to print and scan without my doing anything. Even my PC tablet ran without any drivers (though it is a little jumpier than normal and no pressure sensitivity.)
The real good news is that I now have all my HDDs running at once. I moved my Fedora HDD back to the secondary master and I reinstalled my Primary Master and Slave. Booting with F11 actually works. If I want to boot Fedora, I'll just hit it and select my HDD from the BIOS boot options list. If I want to load windows I just let it be.
Boot up time is a little lengthier than windows. I don't know if that is normal or because I opted to install every single option available to me when I installed Fedora. However, once everything is loaded and I log on, everything runs fast and smooth as ice.
The only thing I believe I even need to do with Fedora at this point is find some way to get a driver for my wireless network card. Though, I'm sure I'll find a solution myself soon enough.
I can't thank you enough for all your help. I'm well on my way to learning a whole new area of computing.
-West
P.S. I can't stop playing with the cube and window jiggle effects. I'm like a cat batting around a foam ball. 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:38 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|