LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2002, 11:57 PM   #1
smurray723
LQ Newbie
 
Registered: Nov 2002
Posts: 5

Rep: Reputation: 0
Angry kernel panic message (for dual booting of win2k and 7.3


hi...iam trying to dual boot win2k with red hat 7.3
i have 60gig hard drive that is partitioned like this:

1st partition: 3.5gig for win2k
2nd partition: 56.5 gig for 7.3

I am choosing to use lilo as my boot loader (which operates fine)
my problem is this....

when i select linux at lilo it starts to come up then spits out the following message:

"EXT-fs: ide0(3,3) could not mount because of unsuported optional features
kernel panic: VFS: unable to mount root fs on 03:03"

I have made sure that /boot is on the first sector of the 2nd partion (i know this cause i CAN boot win2k from lilo with no problem)

my lilo.conf is as follows:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
mesage=/boot/message
lba32
default=linux
image=/boot/vmlinuz-2.4.18-3
label=linux
read-only
root=/dev/hda3
other=/dev/hda1
optional
label=win2k

there is lilo.conf

can anyone give me a clue and send me in a direction to fix this??
i am about to give up!!

thank you all!
regards
sean
 
Old 11-19-2002, 11:58 PM   #2
smurray723
LQ Newbie
 
Registered: Nov 2002
Posts: 5

Original Poster
Rep: Reputation: 0
to make it easy...you can email me at my home:

sean.murray11@verizon.net

Thanks everyone!
~Sean
 
Old 11-20-2002, 06:28 PM   #3
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
I'm assuming you formatted your Linux partition when you installed RH 7.3, right?, because what that errors seems to complain about is that it cannot recognize your Linux partition as EXT file system. And/or, that your hardrive wasn't correctly detected by Linux's installation. I'm assuming you have IDE hardrives and not SCSI, right?, I believe this is the case.

Anyway, try changing your lilo.conf to look like this: (I changed a couple of things, check to see if it works this way)

prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
mesage=/boot/message
lba32

image=/boot/vmlinuz-2.4.18-3
label=linux
read-only
root=/dev/hda3

other=/dev/hda1
optional
label=win2k


hmmm, weird, after a fresh RH install, there is always some kind of line that goes like this:

initrd=/boot/initrd-2.4.18-3enterprise.img

this usually goes right between the label=linux
and the read-only, anyway, you don't really need it when you upgrade your kernel by yourself. But after Redhat fresh install there is always a line like that there...weird. Anyway, try it this way and see if it works.
Good luck,

Last edited by zLinuxz; 11-20-2002 at 06:30 PM.
 
Old 11-21-2002, 11:54 AM   #4
smurray723
LQ Newbie
 
Registered: Nov 2002
Posts: 5

Original Poster
Rep: Reputation: 0
hey there! thank you for your suggestion...but unfortuantely it did not do the trick!!

but you are correct in assuming that i did format these partitions as ext3's and yes...it is ide and not scsi....

im still stumped!!!
 
Old 11-21-2002, 10:46 PM   #5
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
hmmmm, wait a second. I should have asked you this way before everything....
If you can't boot Linux, then how in the world do you get access to your lilo.conf???
 
Old 11-22-2002, 07:20 AM   #6
smurray723
LQ Newbie
 
Registered: Nov 2002
Posts: 5

Original Poster
Rep: Reputation: 0
oh...cause im booting from a cd
when i use cd 1 of the installation...i can type "linux rescue" and it boots up into like a "safe mode" i type "chroot /mnt/sysimage" and it will get me around.
 
Old 11-22-2002, 12:14 PM   #7
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
have you tried re-installing RH again?

what is your fstab like? show me your partitions and how you've setup everything.
 
Old 11-22-2002, 05:33 PM   #8
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
whenever i've seen this error, it's because the wrong hda is specified as the root partition... instead of /dev/hda3, it might be /dev/hda5, or something else entirely, depending on how your partitioned your disk.
 
Old 11-22-2002, 07:47 PM   #9
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
that's what i'm thinking.
 
Old 11-22-2002, 10:54 PM   #10
smurray723
LQ Newbie
 
Registered: Nov 2002
Posts: 5

Original Poster
Rep: Reputation: 0
im rocking and rolling now....thank you so much for your help!!
hda was pointing to wrong root partition....

now..the only problem im having now is that during the boot up...when its going through diagnostics...when it gets to my eth0 it fails......any thoughts?? we are getting closer!!

i really appreciate all the help!
~sean
 
Old 11-22-2002, 11:16 PM   #11
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
well, what's your internet like?, DSL, cable modem?, satellite dish?,
service provider, ethernet card? what modem?, need lots of info,
 
  


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
Dual booting Win2k and Mandrake 10.1 lm317t Mandriva 5 02-15-2005 10:37 PM
Dual-booting Mandrake & Slackware: Kernel panic: VFS: Unable to mount root fs vasudevadas Linux - General 5 08-22-2004 04:43 PM
Dual booting redhat and win2k violentpurrr Linux - Newbie 15 04-23-2004 03:31 PM
which is better for dual booting w/Win2K: Mandrake or RH? rayne Linux - Distributions 3 09-20-2002 01:02 PM
Dual Booting Mandrake 8.1 with Win2K Link Linux - General 2 10-31-2001 09:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:01 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