LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-26-2003, 05:29 PM   #1
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Rep: Reputation: 15
Wink 2.4.20 kernel won't boot on mdk 7.1


I have compiled the latest kernel for a system running Mandrake 7.1, and I have upgraded all the system/software packages in /doc/Changes
(the ones required by this kernel version)
& compiled in all that can matter of filesystems etc.

but I get this error:
kmod: failed to exec /sbin/modprobe -s -k block-major-3 errno=2

VFS: cannot open root device 303 on 03:03

kernel panic VFS: unable to open root fs on 03:03

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

is this block-major thing some module I've forgotten?

anybody know about his?

the kernel fails to boot an ordinary ext2 partition, so this can't be due to patches in the mdk kernel that are not supported in the latest
'vanilla' kernel --??

I'm stuck......
 
Old 03-27-2003, 01:10 PM   #2
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
it also says: please give correct "root=" option

and why this 03:03 303 stuff

-->the / partition is /dev/hda3

??????????????????????????????
 
Old 03-27-2003, 02:41 PM   #3
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
boot problems

I would start diagnosing this problem by looking at your bootloader, lilo or grub as the case might be, to see if you told the bootloader where the kernel is, where the / partition is, etc.
 
Old 03-27-2003, 03:26 PM   #4
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
ok, thanks, but these messages are kernel output, the kernel is found, it's mounting the root partitition that somehow falls over

but lilo, some parameter or instruction to the kernel is a prime suspect

thanks
 
Old 03-27-2003, 04:44 PM   #5
m0rl0ck
Member
 
Registered: Nov 2002
Distribution: A totally 133t distro :)
Posts: 358

Rep: Reputation: 31
/sbin/modprobe -c|grep block-major-3
alias block-major-3 ide-probe-mod


Apparently its a module used to probe/id ide chipsets. You must have either not selected it or the path modprobe has is wrong.
 
Old 03-27-2003, 07:51 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Looks like you missed a few options in your kernel config, or miss configured a few. If you compiled support for the filesystem you use as a module then you can get this error
 
Old 04-07-2003, 09:10 AM   #7
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
must be somehing with lilo not being able to tell the kernel
about the partition
this partition was made with an old version of ext2fsprogs, the partttions and part table with Partition Magic 4.0, a bit old now

I´m going to take some space from Messy DOS (M$ Windoze) and make a new part. & put the boot folder there
-make sure i format it with newest ext2fsprog

I dont know abou that block major thing since the 2.2.19 kernel I use doesnt seem to have it included either
anyway i dont get that error message now but it still doesnt boot with 2.4.20
question: where do you select this module in the kernel config?

have fixed all possible config problems

now for lilo.....

new lilo, new partition sounds ok?
 
Old 04-08-2003, 08:22 AM   #8
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
kernel compilation on other system -->partition table trouble

last question: does a kernel have to be compiled on the system it is to be used on

can you get problems related to the partition table otherwise
 
Old 04-08-2003, 08:31 AM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Is there any reason why you can't upgrade to a newer version of mandrake?
To change from a 2.2.xx kernel to 2.4.xx you need to upgrade a lot more than just the kernel, and an upgrade to mandrake 9.1 would be the best alternitive. There have been numerous security updates to all parts of mandrake since 7.1 was current.
 
Old 04-08-2003, 09:11 AM   #10
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
well, my machine is a 400 mhz, I like the way the GUI is organized in 7.1 & prefer KDE 1
i use a modem, security considerations dont apply -?
mdk 7.1 is the only distro i can get to run a local dict server

mdk 8.0 and 8.1 were horrible

and I have upgraded all the things the kernel readme tells you to

--and it's a lot of work because i would have to install from scratch

but i suppose i will have to in order to get my tv card and scanner working properly

maybe one last try: follow all recommended steps in installing kernel source....

thanks for response
 
Old 04-09-2003, 10:17 AM   #11
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
LAST question: what would be the major minor notation for /dev/hda3 in lilo.conf

-->root partition on an linux extended partition

/dev/hda1 (M$ windoze) /dev/hda2 extended /dev/hda3 etc

that's what the kernel complains about: not being able to open 03:03 or 303
 
Old 04-22-2003, 08:28 AM   #12
hilde
Member
 
Registered: Mar 2003
Location: Bergen, Norway
Distribution: Libranet 2.8.1 upgraded to Debian testing
Posts: 44

Original Poster
Rep: Reputation: 15
it's been solved, among other things I had ELF, a.out MISC binaries as modules........

thanx for tips it put me on track
 
  


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
Freeze booting kernel - mdk 9.2, kernel 2.4.22-10mdk, Acer TM252LC thekro Linux - Laptop and Netbook 19 03-25-2006 04:56 AM
MDK 10.1 kernel from MDK 10.2 devel wasabi82 Mandriva 1 03-27-2005 05:15 PM
Can't boot MDK 10.1 bchivers Linux - General 0 01-09-2005 03:24 PM
mdk 10.1 kernel 2.6.8.1-12 boot problem elzo Mandriva 0 11-10-2004 04:31 AM
Installing MDK 9.1 with custom BOOT kernel n03lm Mandriva 1 09-04-2003 09:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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