LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 08-13-2006, 12:11 PM   #1
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Rep: Reputation: 0
Segmentation Fault when installing


Hey ya'll

THis is my first go w/ slackware. I've been running ubuntu on my TP600e. I posted a few days ago about how to save my /home partition... but I can't even get that far!!

Here's the deal, I boot w/ disk 1 slackware iso. I get to the step about logging in as root, and setting up partitions. The 600e currently has dev/hda1 (/), /dev/hda3 (/home), and /dev/hda5 (swap). When I enter fdisk /dev/hda I get an error "Segmentation fault". I;m sure it's something stupid, but where am I going wrong?

It's bad to get hung on step 3!!

rob

on edit.... looks like it may be memory related (from what i've read). Only odd thing is it still boots into xubuntu fine......

Last edited by foggymtn; 08-13-2006 at 12:46 PM.
 
Old 08-13-2006, 01:14 PM   #2
vonst
Member
 
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108

Rep: Reputation: 15
Slackware loads the CDROM OS into memory when it loads up. How much memory is on the TP?

If your memory is kind of small, then after you log in as root, type "swapon" since it appears that you already have /dev/hda5 set to swap. This should allow Slackware to add the swap space to your memory space.

NB: That would also explain why you can run xubuntu. The OS doesn't need that much memory when it already has swap.
 
Old 08-13-2006, 02:00 PM   #3
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
It shows 130496 on boot check. Surely 128 is enough to install. isn't it? I'll try it tho,

Thanks, and I'll post back
rob

BTW it's a 300mhz (I think 300 is right) PII 6gb Thinkpad 600e

Last edited by foggymtn; 08-13-2006 at 02:13 PM.
 
Old 08-13-2006, 02:11 PM   #4
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
I tried the "swapon"

I get

#fdisk /dev/hda
attempt to access beyond end of device
01:00: rw=0, want =1073825997, limit=6464
attempt to access beyond end of device
01:00: rw=0, want =1073825921, limit=6464
attempt to access beyond end of device
01:00: rw=0, want =0, limit=6464
attempt to access beyond end of device
01:00: rw=0, want =1073827465, limit=6464
Segmentation fault


Does that mean somethings wrong (supposedly) with my ram? It's all good when running xubuntu....

Any thoughts?

rob
 
Old 08-14-2006, 07:13 PM   #5
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Bumpity Bump bump...

Maybe this will help deflect some attention away from that [I]other[I] post!

Any one have any thoughts on my predicament?

Thanks!!

Rob


on edit: BTW ran memtest86 and all shows good.....

Last edited by foggymtn; 08-14-2006 at 08:57 PM.
 
Old 08-14-2006, 10:06 PM   #6
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Rep: Reputation: 40
Could the install CD be bad? I've had problems when I've burned my own CDs. Apparently buring at slow speed can help.
 
Old 08-15-2006, 05:50 AM   #7
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
You know it's sad, but I didn;t think of that. I vefified the checksums, and burnt at the slowest (4x i think), so it never crossed my mind!

I'll re-download and try it again.

Thanks!!!
 
Old 08-16-2006, 07:44 AM   #8
vonst
Member
 
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108

Rep: Reputation: 15
Here's another couple of ideas...

In another thread, we've been helping a guy start Slack installs and everybody recommends both performing an "fdisk -l" (small L) and also using cfdisk instead of fdisk to actually view your partitions. fdisk is buggy and not user friendly (except when getting a nice "list" out of it).

It's entirely possible that Slackware gave /dev/hda to something else. (I'm not sure what is all on a Thinkpad.) Maybe your HDD is /dev/hdb. ("fdisk -l" will verify.)

--vonSt
 
Old 08-16-2006, 11:50 AM   #9
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vonst
Here's another couple of ideas...

In another thread, we've been helping a guy start Slack installs and everybody recommends both performing an "fdisk -l" (small L) and also using cfdisk instead of fdisk to actually view your partitions. fdisk is buggy and not user friendly (except when getting a nice "list" out of it).

It's entirely possible that Slackware gave /dev/hda to something else. (I'm not sure what is all on a Thinkpad.) Maybe your HDD is /dev/hdb. ("fdisk -l" will verify.)

--vonSt

I tried another disk, and the same thing happened. I also tried cfdisk, and it tells me something to the effect of "cannot open cfdisk.bin", which is odd, I'm logged in as root.

The only other thing that was pointed out to me is my fstab file doesn't show a swap partition... should it at this point?

I'll give fdisk -l a shot and post back

thanks!!
rob
 
Old 08-17-2006, 03:41 AM   #10
vonst
Member
 
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108

Rep: Reputation: 15
I haven't heard of this "cfdisk.bin" that you speak of. So, I googled it. It pointed me to another LQ thread.

http://www.linuxquestions.org/questi...d.php?t=463427

It looks like your problem might be in a BIOS shortcoming with ThinkPads...
--vonSt
PS: Perhaps a broader LQ search of ThinkPads might prove enlightening...
 
Old 08-18-2006, 06:05 AM   #11
foggymtn
LQ Newbie
 
Registered: Aug 2006
Posts: 14

Original Poster
Rep: Reputation: 0
Still no luck... I'm beginning to agree it's a bios issue. As a side note, vector linux failed to install (slack based), slax hangs on boot, and slackware is a no-go. Just to see if ubuntu was the ONLY distro that would run, I installed FreeBSD last night. It didn't recognize the cardbus and wireless card, but other than that went off without a hitch.

Thanks to all for the help. I guess slackware will just have to wait until I can get a newer (or different) laptop.

Rob
 
Old 09-08-2006, 11:16 AM   #12
McSlack
Member
 
Registered: Jul 2006
Location: Grand Rapids, MI
Distribution: Slackware
Posts: 44

Rep: Reputation: 15
I had the same trouble.

I have a thinkpad 600 that wouldn't run fdisk (segmentation fault) untill I upgraded to the latest BIOS. Mine isn't the 600e but the latest BIOS might fix yours too.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Segmentation fault after installing Mozilla 1.7.5 GuestFox Slackware 6 12-31-2004 08:18 AM
Installing Oracle 9.2: runInstaller gives Segmentation Fault deanbrown3d Linux - Newbie 3 06-21-2004 09:39 PM
XMMS Segmentation Fault After Installing From RPM's drdroid Linux - General 3 02-15-2004 06:38 PM
Segmentation Fault when installing pptp client elluva Linux - Networking 0 12-09-2003 12:08 PM
Segmentation fault when installing packages mdebolt942 Linux - Software 4 11-13-2002 05:58 AM

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

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