LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-09-2006, 02:40 AM   #1
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Rep: Reputation: 15
SATA 2 @ Debian Stable, No Partitionable media


Hi everybody,

I have a brand new ASUS mother board (details are given at PS 1)
with an AMD64 on it and has two ~150GB SATA2 Seagate hard disks.
Via BIOS settings I configured them as each others mirror (raid).

I did boot from Debian Stable Sarge 3.1 DVD
and even tried with linux26 boot option. However, I consistently receive two error messages.

First one, ethernet obstacle:
[!] Detect Network hardware
No ethernet card detected.
If you bila bila bila...
. No ethernet card
. varios ethernet types
.
.
.
.
. none of the above

If I select no ethernet card, installation goes on.

Second Error Message
[!] Partion disks
No partitionable media
No patitionable media found.
Please check that a hard disk is attached to this machine.

At this point installation halts, I reboot.

What am I suppose to do?
Is Debian the right way?
What was the mistake? Asus NVDIA or debian?
Waiting for your support.

PS1:
These are the lines on my motherboards box
Socket AM2, NVDIA nForce 430 MCP, HT2000 Mt/s
Dual-Ch, DDR2 800, PCI-E x16 slot, 6-CH HD Audio
Gigabit Lan, SATA 3Gb/s, ASUS O.C Profile Q-connector, Q-FAN2, Green ASUS <RoHS Compliant>

PS2:
Mirroring is not mandatory. I would appreciate Debian if I can install it on at least one of my sata disks.
 
Old 11-09-2006, 04:23 AM   #2
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
I have disabled the raid/mirroring form BIOS settings.
Tried to install Windows XP and it did it well enough...

Then tried to do it with Debain stable DVD (including the boot option linux26)
but yet again the same error message (of course no ethernet therefore net install cd of Debain seems useless)
"No partitionable media
No patitionable media found.
Please check that a hard disk is attached to this machine."

I believe neither Debian Sarge nor kernel 2.6 support SATA.
However, I presume that this cannot be the case since there are a lot of people with Sarge & Sata.
But there is something really wrong that I am not aware of...
 
Old 11-09-2006, 04:35 AM   #3
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
No, it's not. I had the same problem back in June when the AM2 platform became available. The standard 2.6 kernel in Stable is just too old. See also this thread where I refered to this link.
 
Old 11-09-2006, 10:43 AM   #4
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
Thanks for your valuable support Dutch master.

However, my problem prevails.
I booted my server from sarge-amd64-2.6.12-netinst.iso, the linked that you've provided from http://tinyplanet.ca/~lsorense/amd64/
but I still confront with the same error messages.

No Ethernet detected
and No partitionable media found

Since I cannot access my SATA disks and without Ethernet I cannot go any further, installation aborts.

I am frustrated because even the sarge-amd64-2.6.12-netinst.iso, which has obviously a 2.6.12 kernel, could not detect my SATA disks.

Now I am downloading the testing version of Debian
http://cdimage.debian.org/cdimage/we...4-binary-1.iso



Let me know if I have some other changes
or a different way to run Debian on my server
or testing version is enough?
 
Old 11-09-2006, 01:36 PM   #5
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Testing (also known as Etch) has an even more recent kernel (2.6.16) so it should work. However, I'm very surprised that the boot CD from Mr Sorensen didn't work, it worked for me. Did you also updated the pci-ids file as I did?
 
Old 11-09-2006, 02:45 PM   #6
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
Thank you for keeping your interest...

While I was in the office I could not arrange my time properly
and just downloaded sarge-amd64-2.6.12-netinst.iso
and burned it to a cd. As you already know it did not work out.

But correct me if I am wrong,
I will unrar sarge-amd64-2.6.12-netinst.iso
and shall locate the latest pci.ids file where appropriate
and burn it to a cd and try to boot from it once again...

I appreciate your support.
Thank you very much
 
Old 11-09-2006, 03:00 PM   #7
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Latest pci-ids file can be obtained here: http://pciids.sourceforge.net/ Put that file in /usr/share/misc and it should be found by any kernel.

I do have an IDE disk for the system to reside on, and use the SATA drive as /home. Makes live much easier, I admit
 
Old 11-09-2006, 04:21 PM   #8
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
ooooo
ooooooooo
and
oooooooooooooo
that changes everything...
I let you know tomorrow
Lets see what is going to happen..
 
Old 11-10-2006, 08:07 AM   #9
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
OK
I've added one IDE disk to my mother board.
And installed Sarge with linux26 boot option, everything is OK, up and running.

What am I suppose to do know in order to use my SATA disks?
:-)
 
Old 11-10-2006, 08:57 AM   #10
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Upgrade the kernel to the latest stable version. You won't find it in the Debian repositories, but building one from source isn't as difficult as one might fear Get the full source from http://www.kernel.org/ I've used this HOWTO several times with success, although it needs one minor adjustment: when building the initrd image, add the -o flag to mkinitrd as it otherwise will send it's output to /dev/null (default behavior now) The command should look like this:
Code:
mkinitrd -o /boot/initrd-2.6.18.2.img 2.6.18.2
if you use the 2.6.18.2 source.
 
Old 11-10-2006, 11:50 AM   #11
Cyber_Paladin
LQ Newbie
 
Registered: Mar 2006
Location: Hong Kong
Distribution: Debian
Posts: 24

Rep: Reputation: 15
Here's how you do it the "Debian way":
http://newbiedoc.sourceforge.net/system/kernel-pkg.html

If you put in --initrd in the make-kpkg line it'll make the initrd image when you actually install the kernel package.

I've been compiling kernels on a nearly weekly basis, and doing that under Debian is painless so far.

Have fun
 
Old 11-12-2006, 05:32 AM   #12
janus_tr
Member
 
Registered: Sep 2004
Posts: 30

Original Poster
Rep: Reputation: 15
Thanks for your valuable support guys...

I will try to compile the new kernel (Debian way) late Monday night.
At the moment, still at work :-), and I am checking/comparing Linux distributions' Sata support.
Shall inform you soon

Thanks in advance

PS 'Debian Testing' detect automatically.
 
Old 11-25-2006, 12:20 PM   #13
katyusha
LQ Newbie
 
Registered: Nov 2006
Posts: 4

Rep: Reputation: 0
Debrief the updation of pci-id file

Hi,

I do face the same problem as Janus did. My system has same config but for the processor being a Pent D. I would be thankful if anyone can explain me how to update the PCI-id file. I have both the DVD version and also CD version of Sarge. I uncompressed the debian-31r3-i386-binary-1.iso and tried to locate pci-id file but couldnt.

Thanks alot

Last edited by katyusha; 11-25-2006 at 12:29 PM.
 
Old 11-25-2006, 12:46 PM   #14
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Isn't that difficult. Download the latest file from the source previously mentioned in this thread and copy that (as root) to /usr/share/misc
Code:
cp <path/to/file> /usr/share/misc
 
Old 11-26-2006, 03:14 AM   #15
katyusha
LQ Newbie
 
Registered: Nov 2006
Posts: 4

Rep: Reputation: 0
Hi Dutch Master,

First let me thank you for the interest shown.

I'm a beginer and this is the first I'm trying to install a Linux OS .

My problem is that the installer does not detect network card and the SATA disk. First I tried to run with boot option 'linux26'. No use.

Here I take your advice that updating pci-id file could help.

I have downloaded the latest pci id file from the link you have provided. When I tried for updation I couldnt find the directory 'misc' in /usr/share.
And as per Nix's advice ( cyberciti.biz/tips/importance-of-linux-pci-id-repository.html) I tried dpkg command (dpkg -L pciutils | grep pci.ids) to locate pci-ids, but I found that dpkg does not exist at all.

Im really confused. Kindly advice if upgrading the pci-ids will work and that I'm proceeding in the right direction.

Thanks again.
 
  


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
No partitionable media were found chameleonic Debian 5 07-28-2006 02:36 PM
Laptop SATA CD drive not detected with latest stable kernel 23meg Linux - General 1 06-15-2006 05:17 AM
No partitionable media were found mahmutesat Debian 4 05-04-2006 02:38 PM
No Partitionable media were found rajeevpn Linux - Laptop and Netbook 0 09-20-2005 09:58 AM
Debian stable or non stable 1702fp Debian 19 02-24-2005 04:54 AM

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

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