antiX-forum Forum Index antiX-forum
Forum for users of antiX linux. "Mean and Lean"
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Welcome
Welcome to antiX-forum.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

PANIC: CPU too old for this kernel.

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    antiX-forum Forum Index -> antiX-M7-beta
View previous topic :: View next topic  
Author Message
fizzfoam



Joined: 28 Sep 2007
Posts: 2

PostPosted: Sun Sep 30, 2007 11:44 am    Post subject: PANIC: CPU too old for this kernel. Reply with quote

Hi! I'm new to Antix, and i love it! It sounded perfect for my old box: AMD K6 350 Mhz. 256M RAM. Right? Well here's what I've found. "Spartacus" runs fine on this box, and zips right along, no problem. But antix-M7-rc1 begins to load, then says:
PANIC: CPU too old for this kernel.

OK, I saw a hint in one of these forums, so I tried MEPIS-6.9.89 beta5, and look at that! ... PANIC: CPU too old for this kernel.

So it does appear that the latest kernel has dropped support for this old processor; but of course the whole point is that I want to revive this old box with Antix. Now I'm at the edge of my Linux skills, I don't know where to go next to attack this problem. Any ideas? I'll be glad to try whatever may help.

Thanks!
Back to top
View user's profile Send private message
oldbox rework



Joined: 15 Sep 2007
Posts: 5

PostPosted: Sun Sep 30, 2007 5:38 pm    Post subject: Reply with quote

I'm seeing the same thing with a pentium 200MMX.
AntiX 6.5 will boot from CD but I haven't yet had success installing it. I think the installation problem is mine, not AntiX, and I would suggest installing 6.5 for now.
Back to top
View user's profile Send private message
anticapitalista
Site Admin


Joined: 11 Sep 2007
Posts: 1026
Location: Greece

PostPosted: Sun Sep 30, 2007 8:59 pm    Post subject: Reply with quote

At the moment antiX-M7 uses an i686 kernel (The same as Mepis 7) and K5/K6 and I think PII is not supported.
I hope this will change in the future, but I will need help and advice in how to do so.
I'm not sure if simply reconfiguring the Mepis kernel for older hardware ie for i386 and including k5/k6 options will suffice.

So for those with such boxes, I'm afraid, at the moment, only Spartacus (antiX-Mepis6.5) will/should work.
_________________
Philosophers have interpreted the world in many ways; the point is to change it.


Last edited by anticapitalista on Fri Oct 12, 2007 10:38 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
fizzfoam



Joined: 28 Sep 2007
Posts: 2

PostPosted: Sun Sep 30, 2007 11:59 pm    Post subject: Reply with quote

Thanks anti. I am researching how to do this recompile for 386, but I may not be knowledgeable enough yet. I hope we solve it; I have M7 running on a newer box, and 6.5 on the old one, and now I want the M7 improvements on the old box as well! Very Happy

Thanks again!
Back to top
View user's profile Send private message
fizzfoam



Joined: 28 Sep 2007
Posts: 2

PostPosted: Sun Sep 30, 2007 11:59 pm    Post subject: Reply with quote

Thanks anti. I am researching how to do this recompile for 386, but I may not be knowledgeable enough yet. I hope we solve it; I have M7 running on a newer box, and 6.5 on the old one, and now I want the M7 improvements on the old box as well! Very Happy

Thanks again!
Back to top
View user's profile Send private message
coyotito



Joined: 27 Sep 2007
Posts: 22
Location: Norway

PostPosted: Thu Oct 11, 2007 1:02 am    Post subject: Reply with quote

I could take a shot at that

I used to make my own kernels when i used Libranet 2.8.1 - Sarge
(those were the days Wink

But it seems it's harder to make a custom kernel work these days.
Back to top
View user's profile Send private message
anticapitalista
Site Admin


Joined: 11 Sep 2007
Posts: 1026
Location: Greece

PostPosted: Thu Oct 11, 2007 1:25 am    Post subject: Reply with quote

coyotito wrote:
I could take a shot at that

I used to make my own kernels when i used Libranet 2.8.1 - Sarge
(those were the days Wink

But it seems it's harder to make a custom kernel work these days.


It would be really appreciated.
I have managed to recompile the Mepis 2.6.22.9 kernel to i586 so k5/k6 is bootable (not k7 as I posted earlier) and from an already installed antiX-M7-rc1 it booted and worked relatively well.

But the problem I am having is getting it to work in a livecd.

See here:
http://www.mepislovers.org/forums/showthread.php?t=10461
_________________
Philosophers have interpreted the world in many ways; the point is to change it.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
eriefisher



Joined: 07 Oct 2007
Posts: 676
Location: Canada's South Coast

PostPosted: Fri Oct 12, 2007 5:47 pm    Post subject: Reply with quote

I have AntiX-M7-rc1 on two boxes.

The first one is an old Dell Optiplex with a pII266 and 96meg of ram.

The second is a HP with a celeron 466 and 256 ram.

Both run well but hang when booting. They get as far as retrieving and address via dhcp. They get the address and then sit there for a couple of minutes and then finish booting. Don't know why but then all run good.

eriefisher
Back to top
View user's profile Send private message Send e-mail
anticapitalista
Site Admin


Joined: 11 Sep 2007
Posts: 1026
Location: Greece

PostPosted: Fri Oct 12, 2007 7:20 pm    Post subject: Reply with quote

eriefisher

I have noticed this too, but only when running the livecd. Installed doesn't cause a hang at dchclient on my box.
Check that the /etc/resolve.conf has the correct address.

You may also want to do an
apt-get update
apt-get upgrade
_________________
Philosophers have interpreted the world in many ways; the point is to change it.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
eriefisher



Joined: 07 Oct 2007
Posts: 676
Location: Canada's South Coast

PostPosted: Fri Oct 12, 2007 11:33 pm    Post subject: Reply with quote

anticapitalista wrote:
eriefisher

I have noticed this too, but only when running the livecd. Installed doesn't cause a hang at dchclient on my box.
Check that the /etc/resolve.conf has the correct address.

You may also want to do an
apt-get update
apt-get upgrade


Both boxes are point to the router (nameserver 192.168.0.1) so I don't think this is the problem.

I noticed in the menu that the install option is still there so I have to ask, Is this an actual full conventional install or does it just copy the files over similar to say Puppy linux?

eriefisher
Back to top
View user's profile Send private message Send e-mail
anticapitalista
Site Admin


Joined: 11 Sep 2007
Posts: 1026
Location: Greece

PostPosted: Sat Oct 13, 2007 12:17 am    Post subject: Reply with quote

It's a full conventional install. I haven't scripted it to be removed when antiX is installed to hd (don't know how to).
_________________
Philosophers have interpreted the world in many ways; the point is to change it.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
oldbox rework



Joined: 15 Sep 2007
Posts: 5

PostPosted: Thu Oct 18, 2007 2:19 am    Post subject: pII works... Reply with quote

I've just booted the livecd with default options on a Pentium II/266 machine with 196MB of memory. It's the first distro I've tried on it from CD that has failed to automatically initialize the network card, but it does fully boot.
More later as I proceed...
Back to top
View user's profile Send private message
impuwat



Joined: 13 Sep 2007
Posts: 194
Location: Idaho

PostPosted: Thu Oct 18, 2007 12:28 pm    Post subject: Reply with quote

I have the dhcp hang on this P3 test box. It worked fine under Spartacus but hangs for a minute or less on installed M7 (both rc1 & 2). Did apt-get update & upgrade's right after installing...still hangs.

This box will also not complete shutdown. Shutdown was complete on Spartacus.
Back to top
View user's profile Send private message
eriefisher



Joined: 07 Oct 2007
Posts: 676
Location: Canada's South Coast

PostPosted: Fri Oct 19, 2007 1:12 am    Post subject: Reply with quote

impuwat wrote:
I have the dhcp hang on this P3 test box. It worked fine under Spartacus but hangs for a minute or less on installed M7 (both rc1 & 2). Did apt-get update & upgrade's right after installing...still hangs.

This box will also not complete shutdown. Shutdown was complete on Spartacus.


I still have this problem and have not had time to look into it. Same with shut down. It goes to system halt and just sits there until I hit the power button.

If someone knows a fix please share.

eriefisher
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    antiX-forum Forum Index -> antiX-M7-beta All times are GMT + 3 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Community Chest


Powered by phpBB
Hosted by FreeForums.org