LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-31-2003, 03:22 PM   #1
guldo
Member
 
Registered: Aug 2003
Location: Morio Cho
Distribution: debian sid
Posts: 124

Rep: Reputation: 15
booting 2.4.22


Hello everybody!
I'm GULDO, new here!
I just found out this site I was anaware of!
I was looking for help with a kernel problem.
I compiled and installed 2.4.18 and 2.4.20 before, with no
problem at all, but now I can't get 2.4.22 to work.
I tried 7 different configs for it, with no luck.
The thing is that I get this error:
VFS: cannot open root device "210b" or 21:0b
Please append a correct "root=" boot option
Kernel panic: VFS: unable to mount root fs on 21:0b

I know there are some posts here about this, but I
still need help. I tried some options fot boot, such as
mem=192M or root=/dev/hde11, but this is not working
at all.
I tried even to copy my config for 2.4.20, which works,
but I still had no luck.
So what's wrong with me?!?
Would you please help me?

Thanks a lot,

Guldo
 
Old 08-31-2003, 04:29 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
What does your lilo.conf file look like? Seems as if it can't boot cause its not finding your root partition, etc, or something along those lines.
 
Old 08-31-2003, 04:35 PM   #3
guldo
Member
 
Registered: Aug 2003
Location: Morio Cho
Distribution: debian sid
Posts: 124

Original Poster
Rep: Reputation: 15
Here's my lilo.conf; everything works but the default...

lba32
disk=/dev/hde
bios=0x80
boot=/dev/hde
root=/dev/hde11
install=/boot/boot-menu.b
map=/boot/map
delay=20
prompt
timeout=100
# prompt
# single-key
# delay=100
# timeout=100
vga=normal
default=Linux

image=/boot/vmlinuz-2.4.22.310803.2
label=Linux
read-only
append="hdb=ide-scsi"

image=/boot/vmlinuz-2.4.18.270803
label=Linux_18
read-only
append="hdb=ide-scsi"
# restricted
# alias=1

image=/boot/vmlinuz-2.4.18-bf2.4
label=Linux_bf2.4
read-only
# restricted
# alias=2

image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=3

image=/mnt/tmp/vmlinuz-2.4.20-686-1.250803
label=DebianBunk
root=/dev/hde6
read-only
append="hda=ide-scsi hdb=ide-scsi"

other=/dev/hde2
label="Winzozz"
 
Old 08-31-2003, 04:47 PM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Try adding root=/dev/hde11 in the config of the default instead at the top of your configuration. I personally will have a root= for each image, not just one global one at the top of the lilo.conf file.
 
Old 08-31-2003, 05:11 PM   #5
Oxagast
Member
 
Registered: Aug 2003
Location: Mocksville, NC, USA
Distribution: Gentoo, Slackware.
Posts: 410

Rep: Reputation: 30
i think he just forgot to include VFS soupport in his kenrel.... donno why it'd be needed, and dont know why he'd recompile 7 times and still not put it in.... but?
 
Old 08-31-2003, 06:02 PM   #6
guldo
Member
 
Registered: Aug 2003
Location: Morio Cho
Distribution: debian sid
Posts: 124

Original Poster
Rep: Reputation: 15
Putting one more root=/dev/hde11 in lilo.conf was useless.
D'oh! I didn't realize that about VFS! So it is a file system?!?
WOW
Ehm.... which one, among the following?!?

Thanks a lot,

Guldo

# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_QFMT_V2 is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
 
Old 09-01-2003, 10:38 AM   #7
guldo
Member
 
Registered: Aug 2003
Location: Morio Cho
Distribution: debian sid
Posts: 124

Original Poster
Rep: Reputation: 15
up

Which one is the right item for VFS in the kernel config?

Thanks,

Guldo
 
  


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
Booting into Single User on MDK 9 asks for root password instead of booting into root acadcworks Linux - General 6 01-10-2006 06:51 AM
booting new kernel. Booting new kernel dies with INIT: VFS issue, really mus335 Linux - General 0 04-21-2004 11:52 AM
Are you dual booting and Windows stopped working (booting) then here's the answer: rberry88 Linux - General 1 02-12-2004 09:05 AM
Booting in X cstehle Linux - Newbie 2 02-21-2002 01:48 PM
booting ,dual booting kmadhukar Linux - Newbie 1 02-02-2002 09:32 PM

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

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