LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-06-2014, 12:39 PM   #1
nuxguy
Member
 
Registered: Oct 2009
Location: Notlob
Distribution: MX Linux
Posts: 41

Rep: Reputation: 0
hd not showing in BIOS


Hi,
I have a laptop (should i have posted in "laptops" section?) and the HD does not show in the BIOS.
It also takes longer than it should to even enter the BIOS.

Question:
How can i tell if the machine has a PATA or SATA hd please?

The machine is a Sony Vaio PCG-7134M (on the base) or a VGN-NR38M_S (in the BIOS).

p.s.
(Question 2)
Does anyone know why there are two machine types??
(On base of machine & in the BIOS)
 
Old 11-06-2014, 01:33 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
are you sure there's a hard drive in the laptop?
there should be an easily removable lid on the laptop's base, take a look.

or, maybe the contacts aren't so good anymore, try to wiggle the hd a little and see if it shows up in bios.

or, maybe the hd has died.
 
Old 11-06-2014, 03:53 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Look at drive would say what drive it is.

Look at tech specs on sony web site for computer will tell what drive it is.

It is possible to boot to linux even if it doesn't show in bios. Generally you do want it to report correctly. There may be a scan for drives.

Could be bad drive, connector, controller or some setting in bios too. Some power issue maybe.
 
Old 11-07-2014, 11:56 AM   #4
nuxguy
Member
 
Registered: Oct 2009
Location: Notlob
Distribution: MX Linux
Posts: 41

Original Poster
Rep: Reputation: 0
ondoho & jefro

I have looked on the Sony web site, can't find the info i need (even trying both of the model numbers). I tried sending their tech support team a "contact" but it showed wait until it timed out (repeated this until i got annoyed). Maybe that's something to do with the fact that they have effectively binned the laptop part of their buisness - although they do say they intend to continue to provide "support".

Yes, there is a drive in the machine as it was working and then stopped. However, there is no removable plate on the bottom of the unit. The hd is only accessible by removing the entire base (there are various videos showing this). Yes, i could take the bottom off to look (check) but these days i find taking screws out very hard, especially tiny one's, due to my RA. I was hoping to buy the correct replacement drive i need, maybe upgrading to SSD in the process, and then ask a local shop to fit it for me. This would be cheaper than just asking them to fix it for me. Or asking them to take the bottom off twice.
 
Old 11-07-2014, 02:28 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Find a live cd that has lshw like application installed on it. Like a Parted Magic Live cd.

Code:
sh-4.3# lshw
<snip>
*-scsi:0
          physical id: 1
          logical name: scsi0
          capabilities: emulated
        *-disk
             description: ATA Disk
             product: ST3160021A
             vendor: Seagate
             physical id: 0.0.0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 3.06
             serial: 3JS21EB3
             size: 149GiB (160GB)
             capabilities: partitioned partitioned:dos
             configuration: ansiversion=5 sectorsize=512 signature=d0c4b2ef
           *-volume:0
                description: Windows FAT volume
                vendor: RECOVERY
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                version: FAT32
                serial: 22d1-40e3
                size: 7190MiB
                capacity: 7190MiB
                capabilities: primary fat initialized
                configuration: FATs=2 filesystem=fat
           *-volume:1
                description: Windows NTFS volume
                physical id: 2
                bus info: scsi@0:0.0.0,2
                logical name: /dev/sda2
                version: 3.1
                serial: 9650a0ba-6090-5c44-a398-eb6ec7e3bb7c
                size: 39GiB
                capacity: 39GiB
                capabilities: primary bootable ntfs initialized
                configuration: clustersize=4096 created=2003-08-25 15:30:45 filesystem=ntfs label=HP_PAVILION modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true
           *-volume:2
                description: Linux swap volume
                physical id: 3
                bus info: scsi@0:0.0.0,3
                logical name: /dev/sda3
                version: 1
                serial: 85e762f3-0e7f-4f15-93ef-2b584ce53c45
                size: 2GiB
                capacity: 2GiB
                capabilities: primary nofs swap initialized
                configuration: filesystem=swap pagesize=4096
           *-volume:3
                description: Extended partition
                physical id: 4
                bus info: scsi@0:0.0.0,4
                logical name: /dev/sda4
                size: 100GiB
                capacity: 100GiB
                capabilities: primary extended partitioned partitioned:extended
              *-logicalvolume:0
                   description: Linux filesystem partition
                   physical id: 5
                   logical name: /dev/sda5
                   capacity: 9000MiB
              *-logicalvolume:1
                   description: Linux filesystem partition
                   physical id: 6
                   logical name: /dev/sda6
                   capacity: 39GiB
              *-logicalvolume:2
                   description: W95 FAT32 partition
                   physical id: 7
                   logical name: /dev/sda7
                   capacity: 52GiB
<snip>

Last edited by rokytnji; 11-07-2014 at 04:07 PM.
 
Old 11-07-2014, 04:11 PM   #6
nuxguy
Member
 
Registered: Oct 2009
Location: Notlob
Distribution: MX Linux
Posts: 41

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
...
It is possible to boot to linux even if it doesn't show in bios. Generally you do want it to report correctly. There may be a scan for drives.
I booted Knoppix 7.2 from a USB drive and ran Gparted & the Hardinfo prog inc with that release.
No matter what i did Gparted could not see the failed drive.
Then i took a few screenshots (attached), the file names include the Hardinfo option plus an HTML of the report option showing the details i thought might be of help. TBA i'm not sure exactly what i saw, hence me posting it, especially as it seems to say the machine has no USB's - even though i know i booted from USB.
Dunno if this matters but this Knoppix USB stick boots quite quickly on every machine i've ever used it on. However, on my broken Sony it was slow - really S-L-O-W, probably about double the normal boot time. It also took longer to get the menus, etc. Is it possible that the booted system was getting stacks of errors from the BIOS about the duff hard drive and that was slowing it down?
Attached Thumbnails
Click image for larger version

Name:	gparted - Screenshot from 2014-11-07 16:07:34 resized.png
Views:	13
Size:	172.1 KB
ID:	16824   Click image for larger version

Name:	hardinfo-filesystems - Screenshot from 2014-11-07 15:48:48 resized.png
Views:	14
Size:	178.3 KB
ID:	16825   Click image for larger version

Name:	hardinfo-pci devices - Screenshot from 2014-11-07 15:51:18 resized.png
Views:	8
Size:	190.9 KB
ID:	16826  

Last edited by nuxguy; 11-07-2014 at 05:00 PM. Reason: oops, forgot to add files
 
Old 11-07-2014, 04:19 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
I'd assume that this tends to point toward diag of hard drive. "Gparted could not see the failed drive."

I've seen many systems with drive issues that took very long to boot. It is common to act like that.

We are back to diag of hard drive, power to, controller, connectors, daughterboards and such.
 
Old 11-07-2014, 05:08 PM   #8
nuxguy
Member
 
Registered: Oct 2009
Location: Notlob
Distribution: MX Linux
Posts: 41

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by nuxguy View Post
--more..
N.B.
txt file is really HTML ... just drop the .txt extension
Attached Thumbnails
Click image for larger version

Name:	hardinfo-storage - Screenshot from 2014-11-07 15:52:25.png
Views:	12
Size:	232.9 KB
ID:	16827   Click image for larger version

Name:	hardinfo-summary - Screenshot from 2014-11-07 15:42:49 resized.png
Views:	10
Size:	162.0 KB
ID:	16828  
Attached Files
File Type: txt hardinfo_report.html.txt (49.3 KB, 9 views)
 
Old 11-07-2014, 08:16 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Unless someone else has better clues, then I still say this. We are back to diag of hard drive, power to, controller, connectors, daughterboards and such.

Didn't load web text into browser but it shouldn't improve diag path.
 
Old 11-07-2014, 09:01 PM   #10
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Didn't load web text into browser but it shouldn't improve diag path.
I did jefro for grins. It just showed the pendrive and the cd drive. No hard drive.
I'd take it apart and junk the internal drive for a good one.
Parted Magic has a drive tester built in but if it is busted. Busted is busted.
 
1 members found this post helpful.
Old 11-08-2014, 01:54 AM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
The machine is a Sony Vaio PCG-7134M (on the base) or a VGN-NR38M_S (in the BIOS).
vgn is the model #, I have a sony vaio pcg-3h1l, but the model# is vgn-fw480j. I ordered parts with the pcg# & there's a wide range so you could end up with the wrong parts. Also I did get the wrong part.
 
Old 11-11-2014, 07:25 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
nuxguy, how did these weird spots get onto the screenshots?

i mean, these are real screenshots, you didn't take actual pictures of your screen?

this might seem like an offtopic question, but it might also point to further hardware problems.
 
Old 11-11-2014, 02:49 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
"I did jefro for grins. It just showed the pendrive" Thanks rokytnji
 
  


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
dodgy bios? 'Bios may corrupt low RAM, working around it' Fred Caro Linux - Newbie 8 05-02-2011 04:29 AM
[SOLVED] Screen not showing on laptop but showing on projector when connected someshpr Linux - General 3 04-18-2011 04:58 PM
USB hard drive not showing in BIOS pranjithreddy General 3 06-01-2008 05:34 AM
MP-BIOS bug: 8254; Plus, only one processor showing zok Linux - Software 3 01-24-2007 08:24 AM
old BIOS (1992) won't detect my cdrom drive; BIOS says: neither IDE prots enabled carbono Linux - Hardware 5 05-18-2004 11:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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