LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-19-2007, 05:50 PM   #1
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Rep: Reputation: 30
10.2 major boot problem after pc change


A little background first... I had an old hd I setup w/ 10.2 in a 1.8Ghz machine. Got it running good and updated the way I wanted. I then took the hd and put it into my old p3 machine and tried booting. That was a no go. So I used Slack 10.2 disk 1 to boot w/ and voila booted up. I then proceeded to reconfigure the kernel. Thought there may have been some issues w/ different cpu and other hardware, but after reconfiguring kernel still no boot up. This is the errors that came up during boot ->
unable to handle kernel paging request at virtual address 88fef0dc
*pde = 00000000
Oops: 0000
Cpu : 0
EIP : 0010:[<E0A7943E>] Tainted : P
EFLAGS : 00010282
eax:c02e0e37 ebx:88fef024 ecx:00000000 edx:ffffffed
esi:00000000 edi:00001043 ebp:00000000 esp:de187ec4
ds: 0018 es:0018 ss:0018

Process ifconfig (pid:303,stackpage=de187000)
Stack: 0804af81 00000000 de5ba000 00000000 00001043 00000000 e02dccc6
de5ba000 c02e0e37 de5ba000 de5ba000 00001002 c02de323 de5ba000
bffffcb0 c02dc86e de187f50 de5ba000 de187f70 bffffcb0 c031ec02
de5ba000 00001043 00000000
Call Trace:[<c02dccc6>] [<c02e0e37>] [<c02de323>] [<c02dc86e>] [<c031ec02>] [<c02d5a10>] [<c0151365>] [<c010723b>]
Code: 8b 93 b8 00 00 00 86 02 c7 04 24 00 00 00 00 66 8b 40 5c 83
(then back to boot)
Starting super-server daemon ..
...
...
Starting sendmail /usr/sbin/sendmail -L sm-mta -bd -q25m
<< FROZE UP >>

If there is any other info I can provide to help you help me let me know. I swapped this drive w/ another drive and it went into the 1.8gig cpu machine. I reconfigured the kernel in it and booted just fine. The main reason for the switch is hd space and the way I had this hd w/ boot prob. setup.

Help.. Thank you.!.

Last edited by Rollo69; 05-19-2007 at 05:52 PM.
 
Old 05-19-2007, 05:52 PM   #2
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Try to rerun lilo.
 
Old 05-19-2007, 05:57 PM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Code:
unable to handle kernel paging request at virtual address 88fef0dc
*pde = 00000000
Oops: 0000
Cpu : 0
EIP : 0010:[<E0A7943E>] Tainted : P
EFLAGS : 00010282
eax:c02e0e37 ebx:88fef024 ecx:00000000 edx:ffffffed
esi:00000000 edi:00001043 ebp:00000000 esp:de187ec4
ds: 0018 es:0018 ss:00180
This suggest probably a bug in Linux kernel. Might wanna report that:
http://www.kernel.org/pub/linux/docs...ting-bugs.html

What kernel version did you boot ?
 
Old 05-20-2007, 09:10 PM   #4
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Original Poster
Rep: Reputation: 30
Thanks for such a quick response..

Alien - I did run lilo twice.. had to change after first time so fixed and re-ran lilo -v -> showed my new linux Slak10.2, old linux LinuxOld, and winbloze XP. No problems. The first time XP wasn't configured correctly (typo). I will load it up via slack disc and try rerunning lilo again to see if that will help... thanks.!
Tex - It's the stock 2.4.31 kernel and both System.map and bzImage are showing up in there respected directories.

Just to make sure of something. This is the steps I used to re-configure my kernel (let me know if good/bad/easier method).

in ~/linux-2.4.31 directory
1st - make menuconfig
2nd - make dep
3rd - make clean (changed kernel for p3 added/subtr'd modules and such)
4th - make bzImage
5th - make
6th - make install
7th - make modules
8th - make modules_install
9th - cp System.map /boot/System.map (9th & 10th redundant I know)
10th - cp arch/i386/boot/bzImage /boot/bzImage
11th - lilo -v
All this was done as root and not su'd into root from user. Is there anything that would conflict in kernel going from 1.8Ghz to 800Mhz cpu.? Also, Is there an easier way to switch hd among different pc's.?

Thanks a lot for your help guys.!!
 
Old 05-20-2007, 09:32 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Can you post your lilo.conf, please ... it may be something in there.
 
Old 05-21-2007, 01:49 AM   #6
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Ideally, there should be no problems in switching if no optimization (chipset/cpu specific) is built into the kernel.
 
Old 05-21-2007, 08:45 PM   #7
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Original Poster
Rep: Reputation: 30
I'll have to switch computers and reboot but I'll get the lilo file for you. I have to get my old bookmarks anyways for this updated 10.2 . Also, why would dma be on in p3 pc and off in 1.8 celeron pc.?? Back in a few...

[edit]

Ok, here is my lilo.conf file -->

append="boot= /dev/hda1"
boot = /dev/hda
map = /boot/map
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# (took out all xtra vga lines)
# Linux bootable partition config begins
#image = /boot/bzImage30
# root = /dev/hda1
# label = Linux-30 ( ** this was old image for 1.8 cpu ** )
# read-only
image = /boot/bzImage
root = /dev/hda1
label = Slak10.2
read-only
image = /boot/vmlinuz.old
root = /dev/hda1
label = Linux
read-only
other = /dev/hdb
label = XP
map-drive = 0x80
to = 0x81
map-drive = 0x81
to = 0x80
# Linux bootable partition config ends

Also, I looked in the /var/log/messages and found this --

May 19 17:25:24 kernel: wlan: 0.8.4.2 (0.9.2)
May 19 17:25:24 kernel: ath_rate_sample: 1.2 (0.9.2)
May 19 17:25:25 kernel: ath_pci: 0.9.4.5 (0.9.2)
May 19 17:25:25 kernel: PCI: Found IRQ 10 for device 00:0f.0
May 19 17:25:25 kernel: PCI: Sharing IRQ 10 with 00:11.0
May 19 17:25:25 kernel: wifi0: Atheros 5212: mem=0xf0010000, irq=10
May 19 17:25:25 insmod: Warning: loading /lib/modules/2.4.31/net/ath_hal.o.gz will taint the kernel: non-GPL
license - Proprietary
May 19 17:25:25 insmod: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
May 19 17:25:25 insmod: Module ath_hal loaded, with warnings
May 19 17:25:25 insmod: Module wlan loaded, with warnings
May 19 17:25:25 insmod: Module ath_rate_sample loaded, with warnings
May 19 17:25:25 insmod: Module ath_pci loaded, with warnings

You didn't respond to my kernel config process (good/bad/easier so I assume it's ok.?.

Hopefully this will help .. thanks again.!!

Last edited by Rollo69; 05-21-2007 at 09:35 PM.
 
  


Reply

Tags
boot



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
major problem -- linux swapped partitions around, won't boot windows! iamzim Linux - Software 27 06-12-2006 12:11 AM
major hardware change Latem Mandriva 3 06-30-2005 11:31 AM
Problem trying to change boot loaders with RedHat 9... Sindai Linux - Newbie 1 06-01-2004 09:15 PM
Major problem, cant login to x11 at boot, changed fx86config blither Linux - General 3 10-20-2003 08:49 PM
boy I screwed up...tale of a major boot problem dckrt8 Linux - General 8 09-08-2003 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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