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-05-2007, 06:20 PM   #1
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Kernel Panic! Using WinXP...(ech)


Hey, I am trying to install Slackware. Never had luck, but trying again. I was able to install Debian, but it had goofed up on me twice now and I lost a lot of data. I need something stable...that said, here is what I got.

I tried to use cfdisk and it said fatal error, so I tried fdisk, this seemed OK, but given there was a problem with cfdisk, I wondered if there was potentially wrong with my CD and would install a faulty system. So, I typed halt in to shut it down and got this msg:

Quote:
System halted.
Kernel panic: attempted to kill init!
I need some help, and fast, until then, I'm stuck in Windows. I have Solaris running, but don't have K3B or any other burner on it, and I have the software it takes on Windows.

Thanks!
 
Old 06-05-2007, 06:28 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Quote:
Originally Posted by phantom_cyph
I need some help, and fast, until then, I'm stuck in Windows. I have Solaris running, but don't have K3B or any other burner on it, and I have the software it takes on Windows.
Do you mean you need a CD burning program? If so, I've used CDBurnerXP Pro on Windows XP and it works well.

For partitioning, I like the GParted LiveCD (see my signature).
 
Old 06-05-2007, 06:50 PM   #3
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Yah, I have GParted, but I need to know if I need to download and burn new isos. I have...10.2 cds. Is the 11.0 recommended? Is there an iso compressed in the .tgz file? Also, using GParted, please post what partitions you would make for an 80 Gig HDD. I need to know explicitly what partitions to create. Being able to go in and just start setup would be very helpful.
 
Old 06-05-2007, 07:25 PM   #4
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
If you wanna know if any DVD or CD media is corrupt, check the md5sum with that on the mirror.
 
Old 06-05-2007, 07:33 PM   #5
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
I know that. The problem is, those CDs are already burned. The isos deleted. I'm not entirely stupid, I check the md5sums to start with. Problem is, things can happen, one of the scratches could affect the quality of it. I'm trying to download 11.0, but I don't know if I burn the .tgz file or extract it. Problem is, can Windows extract a tgz? I still need to know which partitions to make.
 
Old 06-05-2007, 07:44 PM   #6
erklaerbaer
Member
 
Registered: Mar 2006
Posts: 381

Rep: Reputation: 30
tgz is an abrevation for tar.gz ; those are only the individual packages (to open them in windows use e.g. winrar )
you should be able to find torrents for isos or, on some mirrors, the isos themselves.
on the other hand, although 11.0 is the latest and greatest, 10.2 should be just fine, too.

How you partition your harddrive is entirely up to you. i would not make the /slack partition any smaller than 6G, though.

you're welcome.
 
Old 06-05-2007, 08:13 PM   #7
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
OK. Thank-you.

So I would need what? The following partitions?

/slack=6gb
/swap=1gb
/root=20gb
/home=whats left
 
Old 06-05-2007, 08:24 PM   #8
erklaerbaer
Member
 
Registered: Mar 2006
Posts: 381

Rep: Reputation: 30
so you don't want to preserve windows?

just make 1G swap ( + 100M or so if you actually have 1G ram; you might want hibernate later)

the rest just one partition ( or if you want to test other distributions, make one extra 10G partition. you don't have to mount it)

i'd format it with ext3

Quote:
/slack=6gb
/swap=1gb
/root=20gb
/home=whats left
(hope you don't mind..)

/slack what would you put there?
swap is not mounted
/root is the home directory of the root user; no need to make it that big
you don't have a root filesystem...
 
Old 06-05-2007, 08:46 PM   #9
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
Well if you had access to a Linux CLI, you could just md5sum the device. Like:

Code:
md5sum /dev/hdc
Then check that with the one on the mirror (assuming you put the disk in /dev/hdc). That's what I meant.
 
Old 06-05-2007, 09:03 PM   #10
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
OK, erklaerbaer, since you have offered the most help with this as far as partitioning, how would you have it partitioned? I don't need room for another distro. I have HDDs laying around for that...
 
Old 06-05-2007, 09:17 PM   #11
erklaerbaer
Member
 
Registered: Mar 2006
Posts: 381

Rep: Reputation: 30
79G /
1G swap

the rest does the setup
 
Old 06-05-2007, 09:40 PM   #12
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Just wanting to verify that there are only 3 isos for Slack 11...I'm downloading #3 right now, and on the mirror did not see a 4.
 
Old 06-06-2007, 04:05 AM   #13
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hallo,

well, there are only 3 CDs and the third one is only for the internationalizationfiles for kde. You can install the base-system (and much more) with only the first CD. If you need the sources of slackware-11, there will be CDs 4 to 6 http://ftp.gwdg.de/pub/linux/slackwa...ware-11.0-iso/ (this is where I got slackware-11).

Markus
 
Old 06-06-2007, 04:16 AM   #14
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
The 2nd CD is mostly KDE stuff, so if you prefer lightweight DE's you probably only need CD1.
Ooops, sorry, you'll need CD2 if you want the 2.6 kernel modules.

Last edited by brianL; 06-06-2007 at 05:00 AM.
 
Old 06-06-2007, 10:52 AM   #15
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by erklaerbaer
79G /
1G swap

the rest does the setup
So if I set that up with GParted, I can just start setup with the Slack discs?
 
  


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 on Boot (WinXP + Slackware 10.1, Dell 8400) tronayne Linux - Hardware 2 08-14-2005 07:36 AM
Kernel panic puts me in a panic theeeg Linux - Software 2 07-31-2004 04:46 PM
RedHat 8.0 Install + WinXP = Kernel Panic fiddelm3742 Linux - General 7 12-12-2002 08:54 AM
kernel panic (narius panic) narius Linux - Newbie 3 06-20-2002 03:56 PM
Kernel panic making me panic! Linux_N0oby Linux - Software 19 05-29-2002 12:31 AM

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

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