LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-21-2008, 07:15 PM   #1
jerf
Member
 
Registered: Sep 2007
Posts: 46

Rep: Reputation: 15
Fatal install errors


Hi all.

I've had a working slack installation for a number of months but somehow i crashed it while trying to install python.

so now im trying to reinstall slackware and during the setup program as its installing everything it stops at some point with a fatal error message. occured when trying to install some package, may be corrupted media and so on. it seems to happen at the same spot everytime i try to run setup so i hope its an issue with the cd i burned but i dont understand how to check the cd for problems. i downloaded my isos onto a windows xp box and burned it using infrarecorder.

ive downloaded an md5sum utility for windows but i cant seem to get any response from it when i specify a file to check.

i know im not being very specific but i dont have much experience and im kind of lost.

thanks
 
Old 06-21-2008, 07:20 PM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Python's already included in Slackware - if you do a full install.
 
Old 06-21-2008, 11:59 PM   #3
jerf
Member
 
Registered: Sep 2007
Posts: 46

Original Poster
Rep: Reputation: 15
kernel panic

so i downloaded the slackware iso from another source and burned a new disc. this time the setup ran fine as far as i could tell, i got all the way through the setup and configuration steps but now upon boot i get a

'kernel panic - not syncing: no init found.'
 
Old 06-22-2008, 07:43 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
A double python install would not crash Slackware ??
You could have a bad harddisk, or a bad burn again.

Burn slow for best result, max x24, (if cd)
and possibly max x8 for DVD.

Rgds
 
Old 06-22-2008, 01:36 PM   #5
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by jerf View Post
Hi all.

I've had a working slack installation for a number of months but somehow i crashed it while trying to install python.

so now im trying to reinstall slackware and during the setup program as its installing everything it stops at some point with a fatal error message. occured when trying to install some package, may be corrupted media and so on. it seems to happen at the same spot everytime i try to run setup so i hope its an issue with the cd i burned but i dont understand how to check the cd for problems. i downloaded my isos onto a windows xp box and burned it using infrarecorder.

ive downloaded an md5sum utility for windows but i cant seem to get any response from it when i specify a file to check.

i know im not being very specific but i dont have much experience and im kind of lost.

thanks
Use this script to verify that the md5sum of the ISO = the md5sum of the actual burned cd. You will need to change /dev/hdd to match your optical drive.

CkBurn2ISO.sh
Code:
#!/bin/sh
# This command will check the md5sum of a cd (ignoring possible padding at the end 
# by only checking the same amount of bytes at the iso image) and also check the 
# md5sum of the ISO image.

if [ $1 ]
then
	isoFile=$1
else
	echo "ERROR.  Usage: $0 /path/to/isofile.iso"
	exit 1
fi

echo $isoFile
if [ -e $isoFile ]
then
	dd if=/dev/hdd | head -c $(stat --format=%s $isoFile) | md5sum && md5sum $isoFile
else
	echo "ERROR.  ISO image at $isoFile does not exist."
	exit 1
fi
 
  


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
fatal errors on install - hardware problem preston87 Slackware - Installation 3 11-20-2005 09:21 AM
Some non-fatal errors pokemoen Linux - Newbie 1 11-03-2005 09:10 PM
fatal errors while installing 10.0 melee Slackware 55 11-04-2004 08:11 AM
Fatal Kismet Errors Eklipz Linux - Software 1 09-10-2004 08:49 PM
Slackware 9.1: Fatal Errors During Install (Expert Please =) johnklvr Slackware 20 01-03-2004 10:59 PM

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

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