LinuxQuestions.org
Visit Jeremy's Blog.
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 01-24-2006, 01:56 AM   #1
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Rep: Reputation: 32
Smile kernel panic-not syncing during install [SOLVED]


i tried to install slackware 10.2 on my other test computer but during install it gives a message kernel-panic not syncing and give a lot of error code like 00 00 00 ... and the installation stops giving me back the prompt. i had properly tested the harddisk for badblock using the redhat cd and its clean. but slackware wouldn't install. i am fed up trying. what could be the problem?

Last edited by prozac; 01-25-2006 at 04:32 AM. Reason: problem solved
 
Old 01-24-2006, 02:48 AM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
The ram. Or maybe a bad cd copy.
 
Old 01-24-2006, 03:23 AM   #3
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Original Poster
Rep: Reputation: 32
the RAM is good and the CD is also good i guess. i burnt a new cd after the first failure. now a newly burnt cd can't be bad or can they? i don't know maybe.
 
Old 01-24-2006, 03:55 AM   #4
den15
Member
 
Registered: Oct 2005
Distribution: zenwalk
Posts: 88

Rep: Reputation: 15
what is with checksum?
 
Old 01-24-2006, 04:17 AM   #5
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Yes. Do md5sum on the .iso and compare it to the Slack site one's.
For the ram, try another, because those kind of errors came from it 90% of the time.
Or if you have two rams, remove one, try another etc...
 
Old 01-24-2006, 04:44 AM   #6
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Original Poster
Rep: Reputation: 32
actually i don't recall the checksum. but can a overclocked pc lead to this kind of situation? i have been brooding over what went wrong with the installation for a quite a while and i just now remembered sometime before i had overclocked my system. i think maybe this is the cause i don't know for sure but i will normalize the clock and try again. wish me luck.
 
Old 01-24-2006, 12:40 PM   #7
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
yes, it might have something to do with your overclocking... but either way you should definitely checksum all the files on the disc to make sure they are all perfect... the checksum is not something you could recall, you need to use the md5sum utility on the checksum file on the cd...

ftp://ftp.slackware.com/pub/slackwar.../CHECKSUMS.md5
 
Old 01-25-2006, 02:34 AM   #8
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Original Poster
Rep: Reputation: 32
okie allright. but i now guess the checksum must be allright since the installation was successful. the overclocking must have backfired in my case. previously during redhat days i had tinkered with the overclocking thing just out of curiosity. it didn't showed any difference and i forgot to reset to normal. i forgot the whole damn episode after a time. now its solved and i am okay. its amazing slackware installed so damn quickly even on full installation. it took all of my hardwares with out any questions. the xorgsetup worked best for my x and the sound also picked up quite nicely. this is really good uptill now. what about the wheel mouse but? i have a dell usb wheel mouse. i ran the mouseconfig and setup my mouse as usb connected. it works nicely but no wheel support. i can't scroll though the emulate three button works nicely. is this a problem with slackware? no wheel support? i hope not! maybe i just need to tinker around the different types of mouse listed my mouseconfig (but i am not so hopeful coz all others are either listed as serial or ps/2).
 
Old 01-25-2006, 02:56 AM   #9
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
for the mouse wheel you probably just need to add a line like this to the "InputDevice" section of your xorg.conf, right below the mouse protocol line (and then restart X):
Code:
Option "ZAxisMapping"   "4 5"

Last edited by win32sux; 01-25-2006 at 02:59 AM.
 
Old 01-25-2006, 03:39 AM   #10
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Original Poster
Rep: Reputation: 32
still doesn't works! here's my xorg.conf file:

Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
#DisplaySize 270 200 # mm
Identifier "Monitor0"
VendorName "PNP"
ModelName "PNP MONITOR"
HorizSync 29.0 - 57.0
VertRefresh 45.0 - 100.0
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
I used xorgsetup to first generate this fresh config file and then added the Zaxis mapping line. anything more i could do here?
 
Old 01-25-2006, 03:42 AM   #11
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Change Option "Protocol" "auto" into
Option "Protocol" "imps/2"
and restart X.
 
Old 01-25-2006, 03:45 AM   #12
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Original Poster
Rep: Reputation: 32
oooooooooooooooooohhhhhhh (thats a happy sound!) i changed the "auto" field to "IMPS/2". a reboot and voila! it worked!
 
  


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
Kernel panic-not syncing PowersurgeX Linux - Newbie 5 09-14-2006 02:27 PM
Kernel Panic (!) - not syncing Andknig Linux - General 2 09-14-2006 12:15 PM
Kernel panic - not syncing carboncopy Slackware 9 12-13-2005 05:53 AM
Kernel panic-not syncing MRDucks Mandriva 2 11-04-2005 06:57 PM
Fedora Core 3 install Kernel Panic - not syncing: Halting Hook99 Linux - Newbie 5 01-24-2005 07:30 PM

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

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