LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-29-2005, 12:49 PM   #1
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
kernel panic in linux after reinstalling windows


Hello all,
i've windows XP, slackware 10.1 and redhat 9 on my machine.
yesterday i reinstalled XP.
i do not have common /boot or /home for my linux distros.
the bootloader is of redhat and the entries of slackware are in the /etc/grub.conf of redhat.
after reinstalling XP, as was quite obvious, i lost grub.
i booted with redhat 1st cd, reinstalled grub. O/S options are now there.
i can perfectly boot into XP and slackware but can't make it into Redhat.
when i'm trying to boot Redhat its giving the following error

**************
EXT 2-fs : ide0(3,9) :couldn't mount b'coz of unsupportd optional features (4)
kernel panic: VFS :unalbe to mount root fs on 03:09

**************
i've only one hard drive.

/dev/hda7 is for slackware
/dev/hda8 is for swap and
/dev/hda9 is for Redhat

i tried reinstalling grub 2-3 times but its of no avail.

what should i do now???
any kind of help will be appriciated.

regards

Edit: i also can't mount the redhat in slackware and the fs of redhat was ext3

Last edited by b0nd; 08-29-2005 at 12:52 PM.
 
Old 08-29-2005, 01:26 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
post ur grub.conf and output of

fdisk -l

from slack

regards
 
Old 08-29-2005, 01:41 PM   #3
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Original Poster
Rep: Reputation: 45
since don't have access to redhat so can't post the entries of /etc/grub.conf

root@darkstar:~# fdisk -l

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

Device Boot Start End Blocks Id System
/dev/hda1 * 1 637 5116671 b W95 FAT32
/dev/hda2 638 4864 33953377+ f W95 Ext'd (LBA)
/dev/hda5 638 1274 5116671 7 HPFS/NTFS
/dev/hda6 1275 3696 19454683+ b W95 FAT32
/dev/hda7 3697 4257 4506201 83 Linux
/dev/hda8 4258 4282 200781 82 Linux swap
/dev/hda9 4283 4864 4674883+ 83 Linux
 
Old 08-29-2005, 01:43 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
so what errors do u get on mounting hda7 and hda9
 
Old 08-29-2005, 01:44 PM   #5
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Original Poster
Rep: Reputation: 45
root@darkstar:~# mount /dev/hda9 /mnt/redhat/
mount: wrong fs type, bad option, bad superblock on /dev/hda9,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

root@darkstar:~#
 
Old 08-29-2005, 01:51 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what do u have in /etc/fstab

and what do u get for

dmesg | tail

regards
 
Old 08-29-2005, 01:57 PM   #7
rextor
Member
 
Registered: Jul 2005
Location: india
Posts: 47

Rep: Reputation: 15
i got similar problems with LFS. still have not solved it.
this link similar to your problem? this thread may also help ME sove this

Last edited by rextor; 08-29-2005 at 01:59 PM.
 
Old 08-29-2005, 01:58 PM   #8
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Original Poster
Rep: Reputation: 45
root@darkstar:~# cat /etc/fstab
/dev/hda8 swap swap defaults 0 0
/dev/hda7 / reiserfs defaults 1 1
/dev/hda1 /mnt/winC vfat defaults 1 0
/dev/hda5 /mnt/ntfs ntfs defaults 1 0
/dev/hda6 /mnt/winE vfat defaults 1 0
/dev/hda9 /mnt/refhat auto defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0


root@darkstar:~# dmesg | tail
hw_random: misc device register failed
[drm] AGP 0.99 Aperture @ 0xe8000000 64MB
[drm] Initialized i810 1.2.1 20020211 on minor 0
mtrr: base(0xe8000000) is not aligned on a size(0x180000) boundary
PCI: Found IRQ 11 for device 00:01.0
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
EXT2-fs: ide0(3,9): couldn't mount because of unsupported optional features (4).
root@darkstar:~#
 
Old 08-29-2005, 02:00 PM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
did u recomplie this kernel and what do u get for

cat /proc/filesystems


regards
 
Old 08-29-2005, 02:04 PM   #10
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Original Poster
Rep: Reputation: 45
no i didn't recompiled this kernel.

root@darkstar:/proc# cat filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext3
ext2
nodev ramfs
umsdos
msdos
vfat
iso9660
nodev nfs
reiserfs
nodev devpts
ntfs
nodev usbdevfs
nodev usbfs
root@darkstar:/proc#
 
Old 08-29-2005, 02:22 PM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
well it loks to me that there is some problem with your partiton

just google for

"couldn't mount because of unsupported optional features (4)."
and u can se what u can get from there

regards
 
  


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
Reinstalling windows on linux infantpapa Linux - Software 1 01-13-2005 06:16 AM
Linux Help (Reinstalling Windows) Deanznet Linux - Laptop and Netbook 34 12-30-2004 11:08 PM
Question about dual booting (reinstalling windows with linux already on) calimer Linux - Software 11 10-23-2003 10:57 PM
Kernel panic after windows installation UprightMan Slackware 3 08-26-2002 05:01 PM
reinstalling windows into a partition, without affecting linux urfrndvd Linux - General 4 08-16-2002 03:02 PM

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

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