LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-19-2008, 01:01 PM   #1
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Rep: Reputation: 0
cfdisk doesnt show partition and install startup hang


Hi

First of all, hi. Another newbie to the linux and slackware world So nice to meet u all

There's 2 problems i've encountered during the installation. I run the install on a Acer 4520 laptop, with amd-x2 2.0ghz, geforce 7000m

1. When i boot the slackware 12.0 dvd, it hangs halfway while booting the kernel, particularly at

ACPI: Using IOAPIC for interrupt routing

As i hit the power button once, the booting resumes back.Is there any way to fix this?


2.During the cfdisk partition, it only shows the free disk space of 4.6gb. Although i have windows XP installed in a different partition and another total unpartitioned space of 15gb.

As for fdisk /dev/hda....it stated that there isnt any valid DOS partition table.

Any idea bout this?

Thanks alot
 
Old 02-19-2008, 01:14 PM   #2
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
1) For your first issue try entering this where it says 'boot:'
Code:
huge.s noioapic
then hit <Enter>, if that still does not work try one of the following instead of 'noioapic':
nolapic
noapic
noacpi

2) I think it's not detecting the HDD, it's probably detecting the DVD only. Try #1 above and see if that helps with this problem too.
 
Old 02-22-2008, 09:38 AM   #3
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks for the feedback

First issue was solved.

But the second issue still remains
I tried using all 4 of the inputs but cfdisk still couldnt detect my partitions.
 
Old 02-22-2008, 09:53 AM   #4
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
By 'all four of the inputs' I assume you mean /dev/hd{a,b,c,d}? It's possible your disk(s) is/are scsi - try /dev/sd{a,b,c,d}. Also, you can try fdisk - it's not as twitchy as cfdisk can be. And, lastly, you can get a 'DOS can't boot this' type warning when you make a dedicated Linux disk with no 'active' partition but that canbe ignored - though this doesn't sound like what you're getting - I'm just saying that warnings can be warnings and not fatal errors, just in case.
 
Old 02-22-2008, 01:20 PM   #5
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
'cfdisk' typically detects the drive without any parameters or options, just run 'cfdisk'.

What kind of HDD do you have ? As digiot said, it may be /dev/sda instead of /dev/hda.
 
Old 02-23-2008, 12:06 AM   #6
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
I've tried fdisk /dev/sda(or b,c,d). Still can't be done

I'm using a Hitachi HDD
 
Old 02-23-2008, 03:18 AM   #7
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
Ok, I found the laptop, looks like it has a SATA HDD, but it doesn't seem to mention what SATA controller you have.

I wonder, can you run 'lspci' and take a look at what it says, it should say something about a SATA controller, like which one you have. (I hope this command works from the install DVD)

Last edited by H_TeXMeX_H; 02-23-2008 at 03:24 AM.
 
Old 02-23-2008, 03:40 AM   #8
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
From where do i run the lspci command?
i tried it at the 'root@slackware:/#' and it says not found
 
Old 02-23-2008, 12:40 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
Try booting into a live CD and running it.
 
Old 02-23-2008, 01:05 PM   #10
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
It didnt list out any SATA controller related.
Mostly are stuffs like RAM memory, USB controller, IDE interface...All are labelled as nVidia Corporation and Unknown Device.

Btw, i ran this console from the Slax livecd
 
Old 02-23-2008, 01:37 PM   #11
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
That is not good, if it says 'Unknown Device' that means that particular component is not detected properly, probably because no drivers exist for running it.

What are your BIOS settings concerning SATA ? Is it set up to use IDE or AHCI, etc.

Are you using the default BIOS settings ?
 
Old 02-23-2008, 11:20 PM   #12
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Yeah, default BIOS settings with SATA set to IDE.
But tried changing it to AHCI, doesnt make any difference from what i see

From the slax livecd, most of the hardware are labelled as unknown device

Last edited by miux; 02-24-2008 at 12:35 AM.
 
Old 02-24-2008, 07:50 AM   #13
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,
Quote:
Originally Posted by miux View Post
Yeah, default BIOS settings with SATA set to IDE.
But tried changing it to AHCI, doesnt make any difference from what i see

From the slax livecd, most of the hardware are labelled as unknown device
Could you try another Livecd? Try Knoppix and see if everything is recognized. Accelerated Knoppix is another to check out. AK does some hardware handling differently than KNOPPIX.

Make sure to select the proper boot for each. Check the alternate screens at boot, F1, F2 and F3. Change your BIOS settings to 'AHCI' and test. You can then do the 'lspci -vv' from a console. Post the relevant portion(s) so we can diagnose.

These links and others can be found at 'Slackware-Links' .
 
Old 02-24-2008, 10:28 AM   #14
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
Quote:
Originally Posted by miux View Post
Yeah, default BIOS settings with SATA set to IDE.
But tried changing it to AHCI, doesnt make any difference from what i see

From the slax livecd, most of the hardware are labelled as unknown device
This is not good, it seems one of the controllers may not be supported at all by Linux. As onebuck suggests try some live CDs and see if they can detect it properly, if not maybe try to find out what SATA/AHCI controller this laptop has, then we can check if it's supported or not.
 
Old 02-24-2008, 12:32 PM   #15
miux
LQ Newbie
 
Registered: Feb 2008
Posts: 13

Original Poster
Rep: Reputation: 0
Alright, i'll try with other livecds for the time being

But arent there any other ways to identify the SATA controller? Like thru Windows XP or somethin
 
  


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
Wbar doesnt show up getBoa Linux - Desktop 2 04-26-2008 04:04 PM
cfdisk at installing slackware 10.2 doesnt works?? who knows what happend?? eder_michael11 Linux - General 1 01-27-2006 02:32 PM
cfdisk doesnt find my sata disks :/ Alexander.s Slackware 4 09-17-2005 03:24 PM
apache doesnt show what it should jelgavchik Linux - Networking 3 02-20-2005 02:16 PM

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

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