LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 06-23-2006, 10:09 AM   #1
dragon1te
LQ Newbie
 
Registered: Jun 2006
Posts: 15

Rep: Reputation: 0
Problem while installing slack on Acer Aspire 5024


Hello to all , i have a really strange problem that i have no id how to fix and u all probably already know that -.- so first i didn't know what to look for in the forum cuz i've never seen such an error before and i wanna say sorry if there is already a thread like this one. When i start installing slack on my Acer Aspire 5024 i do my linux and swap partitions i write'em i go to setup and when i try to format the swap or the linux partition it just freezes and after a while the laptop just shutdowns by itself. On my normal comp i'v never had a problem like this one -.-
 
Old 06-23-2006, 11:24 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by dragon1te
Hello to all , i have a really strange problem that i have no id how to fix and u all probably already know that -.- so first i didn't know what to look for in the forum cuz i've never seen such an error before and i wanna say sorry if there is already a thread like this one. When i start installing slack on my Acer Aspire 5024 i do my linux and swap partitions i write'em i go to setup and when i try to format the swap or the linux partition it just freezes and after a while the laptop just shutdowns by itself. On my normal comp i'v never had a problem like this one -.-
Hi,
What kernel?

I like to format my HD before I do a setup. First I will reboot the system after writing the new partition table. I will then do a;
Code:
#mkswap -c /dev/hda2               #change to your partition
#mke2fs -c -j -L Linux /dev/hda3   #change to partition
                                   #-c check -j ext3 -L label
If you are using multiple partitions then you will need to format these also.

I would then enter setup and do the install.
To assist in diagnosis of the problem please post the following;

Code:
#dmesg |grep hd                     #get recognized hd
#lspci -vv                          #pci assignments
#fdisk -l                           #what HD
Of course this assumes that ide is being used with the;
Code:
#dmesg |grep hd

Last edited by onebuck; 06-23-2006 at 11:25 AM.
 
Old 06-23-2006, 12:37 PM   #3
dragon1te
LQ Newbie
 
Registered: Jun 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Hello gwsandvik and thanks for the replay. I tried to do the "#mkswap -c /dev/hda2" and when i hit enter i get a "mkswap: warning: truncating swap area to 2097144kB" and the PC freezes just like when i do the same thing under the setup. The line is blinking and it stays this way until the laptop shutsdown -.- The same thing gose for the "#mke2fs -c -j -L Linux /dev/hda3". Its like if i couldn't write on the hd.
When i typed the "#dmesg |grep hd" i got these :
root@slackware:/# dmesg |grep hd
hda: TOSHIBA MK8025GAS, ATA DISK drive
hdc: Slimtype DVDRW SOSW-833S, ATAPI CD/DVD-ROM drive
hda: attached ide-disk driver.
hda: host protected are => 1
hda: 156301488 sectors (80026 MB), CHS=9729/255/63
hdc: attached ide-cdrom driver.
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
hda: hda1 hda2 hda3 hda4

and the #lspci -vv dosnt work :/

Any ideas why i get this kindda problem?
 
Old 06-25-2006, 09:08 PM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by dragon1te
Hello gwsandvik and thanks for the replay. I tried to do the "#mkswap -c /dev/hda2" and when i hit enter i get a "mkswap: warning: truncating swap area to 2097144kB" and the PC freezes just like when i do the same thing under the setup. The line is blinking and it stays this way until the laptop shutsdown -.- The same thing gose for the "#mke2fs -c -j -L Linux /dev/hda3". Its like if i couldn't write on the hd.
When i typed the "#dmesg |grep hd" i got these :
root@slackware:/# dmesg |grep hd
hda: TOSHIBA MK8025GAS, ATA DISK drive
hdc: Slimtype DVDRW SOSW-833S, ATAPI CD/DVD-ROM drive
hda: attached ide-disk driver.
hda: host protected are => 1
hda: 156301488 sectors (80026 MB), CHS=9729/255/63
hdc: attached ide-cdrom driver.
hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
hda: hda1 hda2 hda3 hda4

and the #lspci -vv dosnt work :/

Any ideas why i get this kindda problem?
Hi,

First, when you partitioned the HD, did you make /dev/hda2 type 82?

You should be root when you are doing the setup or changes to the OS.

What is the output of;

Code:
#fdisk -l              #show the hd
Remember to be root to do the cli for system changes. You can su and give the root password.
 
Old 06-26-2006, 11:05 AM   #5
dragon1te
LQ Newbie
 
Registered: Jun 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Well when i do fdisk -l i see my partitions the way they are suppose to be -.- a Linux one a swap one .. everything is normal. :/

Last edited by dragon1te; 06-26-2006 at 11:15 AM.
 
Old 06-26-2006, 11:24 AM   #6
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
What did you use to partition with? cfdisk? fdisk? or a (shudders) Windows app?

It sounds more like you have 'overlap' of the partitions (a common occurance I have had using Partition Magic. Never will I use it again)

Can you post the output of 'fdisk -l' please? It will help. While your reporting I am sure is accurate, new eyes may see something you missed.

A possible solution (while drastic) would be to boot with the install cd, type 'cfdisk', delete your partitions, make new ones, then run setup again.

Last edited by cwwilson721; 06-26-2006 at 11:26 AM.
 
  


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
FC5 on Acer 5024 geustace Linux - Hardware 3 04-28-2006 04:11 PM
WLAN on ACER Aspire 5024 SuSE 10.0 zatapatique Linux - Laptop and Netbook 4 12-20-2005 01:27 PM
Installing on Acer Aspire 3002WLCi Jeffimix Slackware - Installation 4 06-18-2005 12:31 AM
APM or APCI on ACER Aspire 2012WLMi (Aspire 2010 Family) FTP_Palace Linux - Laptop and Netbook 4 07-15-2004 06:08 PM
Acer Aspire 1350 laptop, need help with slack marlor Slackware 2 05-07-2004 04:09 PM

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

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