LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-04-2005, 08:48 PM   #1
mulciber
Member
 
Registered: Feb 2005
Location: OH
Distribution: Trying to decide
Posts: 55

Rep: Reputation: 15
Why is this so hard


I have done massive amounts of searching and everything I read is different or incomplete and I am getting really frustrated. Here is my situation, hopefully someone can help me see the light.

AMD 64
ASUS K8V-X
Running XP on SATA drive.
Installed Fedora 3 on IDE drive.
The two are not physically connected.

1st) Now I cannot get into FC3_64 at all. If I use rescue and try to use either vmlinuz or login I get the following error: Kernel Panic - not syncing: VFS: Unable to mount root fs on unkown-block(3,2). I have tried clean installs twice now. Is my installation dead?

2nd) I do not want to install to the MBR because I have installed XP too many times already and Auto Recovery has never worked. I just want to be able to launch Fedora by putting in a floppy everytime and have it run. I have tried all the reccomendations I have seen for this type of fix, but it usually pukes the minute I try to dump to a floppy, or I get a 1kb file with nothing in it.

FC2 worked for me in the past all by it's self, but since I have tried to couple it with windows - no dice. I am getting really irritated at how this whole thing is going down. Why does this dual-boot thing with linux have to be so damn difficult. I have been able, quit successfully to get XP and BeOS to work perfectly together, but not FC. Is it really this hard?

Sorry if I sound angry but this is very frustrating and I really want this work.
 
Old 02-04-2005, 09:02 PM   #2
Ace07
Member
 
Registered: Feb 2005
Distribution: Fedora Core 3 (2.6.10_1.741)
Posts: 72

Rep: Reputation: 15
The support for 64 bit processors isn't top notch yet.

I had this error when the kernel I used didn't have a module loaded that was required by the kernel to run on that particular system. Did you download the 64 bit FC3 isos?

http://download.fedora.redhat.com/pu.../3/x86_64/iso/

That is the only two things I can think of.... sorry...

If you think it might be the first, I suggest you report it to bugzilla if no one here can fix it. Installation problems are annoying. X_X

https://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi

Last edited by Ace07; 02-04-2005 at 09:05 PM.
 
Old 02-04-2005, 10:34 PM   #3
NiallC
Member
 
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102

Rep: Reputation: 15
this might be irrelevant but have you downloaded the latest ASUS driver and bios updates?
 
Old 02-05-2005, 01:28 AM   #4
zajelo3
Member
 
Registered: Mar 2004
Location: Central Florida
Distribution: Gentoo & Fedora
Posts: 153

Rep: Reputation: 30
Dont start out with the 64-bit FC3 it's still to buggy and as a noob you will just get frustrated. Start out with 32-bit FC2. Your FC2 dual boot issues are because your not defining your HD geometry when you install, this is a very well documented FC2 bug. Look here: http://lwn.net/Articles/86835/ After you use FC2 for awhile and the 64-bit FC3 has a chance to mature then you can switch. Just my 2cents worth.
 
Old 02-05-2005, 02:46 AM   #5
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
I'd suggest 32bit as well for the moment, at least for you learning and/or main box. Maybe experiment with the 64bit on another partition. I still use a 32bit OS on my amd64...
 
Old 02-05-2005, 05:49 AM   #6
mulciber
Member
 
Registered: Feb 2005
Location: OH
Distribution: Trying to decide
Posts: 55

Original Poster
Rep: Reputation: 15
I'll try what you guys suggest for and go with a more stable version. I'll let you know how it goes. Thanks. By the way what does theat specific kernel error mean?
 
Old 02-05-2005, 08:36 PM   #7
zajelo3
Member
 
Registered: Mar 2004
Location: Central Florida
Distribution: Gentoo & Fedora
Posts: 153

Rep: Reputation: 30
I'm not sure what that error means, but it looks like during the partitioning part of the install it may have used some of your sata drive for installation (again, I'm not sure about this). If you install FC2 you will need to add the disk geometry on the command line. It probably will look like this: linux hda=14593,255,63 . If your IDE drive is the second drive it would be "hdb". When you get to the partitioning part pay attention to what it is doing. I have 2 HDs and if I let it, it will use both drives for the install. By suggesting for you to use the 32-bit version of FC2 or FC3, I'm just trying to save you all the grief I had when I started using Linux. At the time, the 2.4 kernel had just come out and was still buggy. Every time I had a problem I would think "what am I doing wrong?". But in retrospect it wasn't all my fault because there were still problems with the 2.4 kernel that hadn't been worked out.
 
Old 02-06-2005, 05:24 AM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
While the computer is off disconnect the SATA hard drive. Power up the computer and re-install Fedora Core 3. Let it store the bootloader on the MBR on the PATA hard drive. After the installation, you should be able to boot into Linux. Power down the computer and connect the SATA hard drive. Power up the computer and set the BIOS to boot off the SATA controller. You should be able to boot into Windows. Now you have an option to boot to either hard drive through the BIOS until you configure the Linux bootloader to boot to the SATA hard drive. Both the Windows and Linux bootloader will be intact if you did it correct. This way you do not need a floppy, but it does not hurt to make boot floppies for both Windows and Linux.

Like some people said, 64-bit support in Linux is a little glitchy. I suggest install a 32-bit version of Linux and then compile programs with 64-bit instructions when you want a little added performance like in multimedia programs. Read the gcc and gcc++ compiler manual to figure out how to pass 64-bit options.

Quote:
VFS: Unable to mount root fs on unkown-block(3,2)
This means it does not understand the filesystem on that device or the device is incorrect. The ramdisk file initrd should contain the filesystem module and be loaded before busybox, an universal program that acts like Linux and its commands to boot to the real linux system, switches or pivots to the real Linux system. If the device is incorrect, you have to change it. Its probably trying to boot to the SATA hard drive which it does not have support for.
 
Old 02-06-2005, 05:06 PM   #9
mulciber
Member
 
Registered: Feb 2005
Location: OH
Distribution: Trying to decide
Posts: 55

Original Poster
Rep: Reputation: 15
Ok, I unconnected the SATA drive and installed FC3 on the IDE with the 32bit version. I installed grub to the linux /boot and NOT the MBR. With the SATA disconnected I was able to boot directly into FC3, everything works great. I followed instructions on setting up the NT bootloader to display and link to the linux partition via dumping to a floppy(dd if=/dev/hda1 of=/root/fedora.lnk bs=512 count=1) and changing the windows boot.ini. After choosing Fedora I now get the lonely word GRUB on an otherwise black screen, for which I can do nothing but reboot. XP is still working fine. I am getting close I can feel it. Any option for resolution of this? Thanks thus far for all the great advice. There was definitely something major wrong with the 64 version.
 
Old 02-06-2005, 05:13 PM   #10
zajelo3
Member
 
Registered: Mar 2004
Location: Central Florida
Distribution: Gentoo & Fedora
Posts: 153

Rep: Reputation: 30
Did you try typing "boot" next to the word "grub"?
 
Old 02-06-2005, 06:43 PM   #11
mulciber
Member
 
Registered: Feb 2005
Location: OH
Distribution: Trying to decide
Posts: 55

Original Poster
Rep: Reputation: 15
Yeah, it would not accept any input it just hung there.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing grub to external USB hard drive for later use as internal hard drive dhave Linux From Scratch 2 12-10-2005 08:48 AM
Reiser file system / Hard Disk/ Hard Drive Problems Oxyacetylene Linux - Software 4 10-10-2005 02:24 PM
2 hard drive in system mirror 1st hard drive sburns76247 Linux - General 2 12-21-2004 01:47 AM
Grub to access new hard drive and old multi os hard drive ? gedi1 Linux - Hardware 0 06-03-2004 12:01 PM
manual mandrake shut down hard on hard drive randrake Mandriva 2 03-15-2004 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:37 AM.

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