Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-13-2006, 12:11 PM
|
#1
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Rep:
|
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.
|
|
|
08-13-2006, 01:14 PM
|
#2
|
Member
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108
Rep:
|
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.
|
|
|
08-13-2006, 02:00 PM
|
#3
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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.
|
|
|
08-13-2006, 02:11 PM
|
#4
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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
|
|
|
08-14-2006, 07:13 PM
|
#5
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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.
|
|
|
08-14-2006, 10:06 PM
|
#6
|
Member
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285
Rep:
|
Could the install CD be bad? I've had problems when I've burned my own CDs. Apparently buring at slow speed can help.
|
|
|
08-15-2006, 05:50 AM
|
#7
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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!!!
|
|
|
08-16-2006, 07:44 AM
|
#8
|
Member
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108
Rep:
|
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
|
|
|
08-16-2006, 11:50 AM
|
#9
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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
|
|
|
08-17-2006, 03:41 AM
|
#10
|
Member
Registered: May 2004
Location: Wash DC Metro Area
Distribution: Slackware 11
Posts: 108
Rep:
|
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...
|
|
|
08-18-2006, 06:05 AM
|
#11
|
LQ Newbie
Registered: Aug 2006
Posts: 14
Original Poster
Rep:
|
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
|
|
|
09-08-2006, 11:16 AM
|
#12
|
Member
Registered: Jul 2006
Location: Grand Rapids, MI
Distribution: Slackware
Posts: 44
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 09:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|