Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
01-10-2006, 06:25 AM
|
#1
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Rep:
|
custom kernel does not boot
I compiled kernel 2.6.15 without initrd, and I get a kernel panic:
kernel panic - not syncing: VFS: unable to mount root fs on unknown-block (3,5)
I have only ext2 partitions so i don't see the reason why this happens.
Any suggestions?
|
|
|
|
01-10-2006, 06:46 AM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
It's not which file system you choose that determines whether you need an initial RAM disk, it's whether the file system support is compiled in the kernel or as a module. This sounds like you don't have initrd set up and you have your kernel set up with ext2 as a module.
The way around this is to either keep your current kernel and re-build your initrd, or you can recompile your kernel with ext2 in the kernel and not as a module.
|
|
|
|
01-10-2006, 06:59 AM
|
#3
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
You're right. I thought i had it compiled in but missed the dot and looked at the v on extended attributes below it in qtconfig 
|
|
|
|
01-10-2006, 01:46 PM
|
#4
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
Now I have ext2 in the kernel and I get the same kernel panic error at boot.
Anybody understand any of this? I have only ext2 partitions...
|
|
|
|
01-10-2006, 01:51 PM
|
#5
|
|
LQ Newbie
Registered: Dec 2005
Distribution: Slackware
Posts: 16
Rep:
|
Are you using a SATA drive?
|
|
|
|
01-10-2006, 04:41 PM
|
#6
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
No, an ordinary IDE 40 gb drive. 1 HD, 2 cdroms (DVDreader and CDburner)
|
|
|
|
01-11-2006, 03:57 AM
|
#7
|
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Maybe you forgot something with IDE?
Have a look at
make menuconfig
an search (/) for
[^a-z]ide
May help you, I have this:
Code:
BLK_DEV_IDE = y
BLK_DEV_IDEPCI = y
BLK_DEV_IDEDMA_PCI = y
BLK_DEV_IDEDISK = y
BLK_DEV_IDECD = y
|
|
|
|
01-11-2006, 03:15 PM
|
#8
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
hm, it wasn't in the kernel..
Incredible, this was the config from kernel.org
--how could they not include that?
no more questions about this until I've scrutinized the config file.
Come to think of it i have everything working with 2.4.27...
|
|
|
|
01-11-2006, 04:46 PM
|
#9
|
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 13.37
Posts: 4,084
Rep: 
|
If you still have it, copy your old .config file into the source directory for your new kernel after you've run `make mrproper` and then run `make oldconfig`. It will use your old settings and then prompt you for the new settings specific to the new kernel.
|
|
|
|
01-11-2006, 05:24 PM
|
#10
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
yes, thanks, I could do that.
I'm using the debian 2.4.27-k7 kernel now, thought I would drop the initrd.
|
|
|
|
01-12-2006, 01:01 PM
|
#11
|
|
Member
Registered: Oct 2005
Location: Bergen, Norway
Distribution: 2005: Libranet 2.8.1 expanded with Debian Sarge 2012: Kanotix 64 bit, antiX 8.5, Crunchbang
Posts: 139
Original Poster
Rep:
|
I got 2.6.15 running but went back to 2.4.27 as i still cannot get my tv card working with 2.6.
Thought maybe it would be better with in-kernel support for mppe for instance but newer is just not always better.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:33 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|