cbrundage,
If you boot into the bios, then:
do you see the drive? yes/no
DiskPart is a powerful program that comes with your Win 7.
I will give you instructions on how to use DiskPart.
The objective here is to see if DiskPart sees the drive.
Incidentally, forget all of that "low level" format stuff. That belongs to the dark ages of hard drive hardware.
To start DISKPART:
WIN | type CMD | do NOT hit ENTER | CTRL + SHIFT + ENTER keycombo | ALT + Y
WIN=key with the microsoft logo on top
You are now running cmd.exe with administrative privileges.
This is what is called an "elevated" command prompt since your privileges for cmd were elevated.
Even if you are logged on as administrator, you still must "elevate".
Now type, and hit ENTER
DISKPART
this puts you in the diskpart program which has its own little set of commands.
type, followed by ENTER
LIST DISK
that will list the disks found
type, followed by ENTER
SELECT DISK 0
that selected the first disk in the list
DETAIL DISK
this will give more info about the disk
SELECT DISK 1
DETAIL DISK
and so on soforth for all the disks that were shown when you said List Disk
You can use
EXIT to exit DiskPart
and
EXIT again to exit the command shell
Questions are:
did your old disk show up?
If your old disk showed up, then I'll give more commands so that you can regain use of the disk.
I recommend that you find another computer repair shop.
At least come here first, the next time you have a problem.