techPowerUp! Forums

Go Back   techPowerUp! Forums > Hardware > General Hardware

Reply
 
Thread Tools
Old Feb 26, 2012, 11:12 PM   #1
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

Laptop Drive problem - help please

Short version:


I have a HP DV6304TX laptop. the primary sata port is dead, and no power goes to a hard drive in that slot.


the DVD drive works fine however, to launch an OS or bootable CD/DVD.


What i've done is acquired an adaptor to let me put a 2.5" HDD in the ODD bay and used a USB stick to install windows 7 - and it worked fine.

the problem is that the laptops BIOS refuses to see the hard drive as bootable in the DVD bay.


Now it DOES have an SD card slot, so if i can get the bootloader onto that, i can use that as the boot device and load the OS off this hard drive. does anyone know how to do that?
Mussels is offline  
Reply With Quote
Old Feb 26, 2012, 11:54 PM   #2
streetfighter 2
1000 Posts
 
streetfighter 2's Avatar
 
Join Date: Jul 2010
Location: Philly
Posts: 1,599 (1.55/day)
Thanks: 1,004
Thanked 765 Times in 539 Posts

System Specs

Howdy Mussels, long time no see. I see your avatar hasn't changed much

Could you use something like plop boot manager?

You might be able to get it to load from an SD card using plop boot instructions:
Quote:
Download the current boot manager [64]plpbt-5.0.10.zip. Extract it to
get the floppy disk image plpbt.img.

DOS: You can use [65]diskimg.com with diskimg -d a -w plpbt.img

Windows: Write the disk image with the program [66]rawwritewin to the
floppy disk

Linux: dd if=plpbt.img of=/dev/fd0
Dunno if it'll work, but it is easy to try.

Personally I'd grab a soldering iron and get to fixing the primary drive connection.
streetfighter 2 is offline  
Reply With Quote
Old Feb 26, 2012, 11:56 PM   #3
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

the primary port has no visible damage, so i cant fix it. its just that the damned BIOS wont see a hard drive in the DVD bay, while it shows the DVD drive itself fine. stupid limitations.


turns out the SD reader isnt bootable, but a regular USB stick is. so thats the plan for now.


will try your suggestions.
Mussels is offline  
Reply With Quote
Old Feb 27, 2012, 12:21 AM   #4
temp02
200 Posts
 
Join Date: Mar 2009
Posts: 490 (0.32/day)
Thanks: 0
Thanked 171 Times in 158 Posts

Assuming you can later mount the HDD drive connected on the ODD slot, how about installing GRUB on the USB flash drive and set it to chain load the Windows install on the HDD?
temp02 is offline  
Reply With Quote
Old Feb 27, 2012, 12:54 AM   #5
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

Quote:
Originally Posted by temp02 View Post
Assuming you can later mount the HDD drive connected on the ODD slot, how about installing GRUB on the USB flash drive and set it to chain load the Windows install on the HDD?
that could work, i'm just new to alternate boot loaders. the one streetfigher linked to is umm... complicated. i'll see how grub goes.


edit: the links from that page dont seem to work, and they mention files from other sources without links or even naming them.
edit 2: theres ANOTHER link down lower, for windows users XD
edit 3: and that method requires you to boot into windows, which i cant do.
Mussels is offline  
Reply With Quote
Old Feb 27, 2012, 02:15 AM   #6
streetfighter 2
1000 Posts
 
streetfighter 2's Avatar
 
Join Date: Jul 2010
Location: Philly
Posts: 1,599 (1.55/day)
Thanks: 1,004
Thanked 765 Times in 539 Posts

System Specs

Quote:
Originally Posted by Mussels View Post
that could work, i'm just new to alternate boot loaders. the one streetfigher linked to is umm... complicated. i'll see how grub goes.
It's not that bad, but I've never tried it with loading onto a USB or SD so I don't know if it will work.

Just follow the instructions here. In brief:
  1. Format USB drive as fat32
  2. Download zip
  3. Copy plpbt.bin to the FAT formatted drive.
  4. Run "plpmkboot" with the USB drive letter, ie:
    Code:
    plpmkboot F:

Let me know if it works
streetfighter 2 is offline  
Reply With Quote
The Following User Says Thank You to streetfighter 2 For This Useful Post:
Old Feb 27, 2012, 11:07 AM   #7
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

Quote:
Originally Posted by streetfighter 2 View Post
It's not that bad, but I've never tried it with loading onto a USB or SD so I don't know if it will work.

Just follow the instructions here. In brief:
  1. Format USB drive as fat32
  2. Download zip
  3. Copy plpbt.bin to the FAT formatted drive.
  4. Run "plpmkboot" with the USB drive letter, ie:
    Code:
    plpmkboot F:

Let me know if it works
step 4 is what throws me off. where/when do i run that? is there an exe or batch file i do that with?

edit: found the exe hiding in a folder. will figure it out.


edit 2: it loaded, but god is this a weird manager. half the time it sits on a blank screen with a blinking A, and a menu flashes up. so far no luck booting windows from it.

edit 3: well duh, i formatted the drive earlier and didnt install windows on it. no wonder it didnt load into windows XD doing that now.

Last edited by Mussels; Feb 27, 2012 at 11:14 AM.
Mussels is offline  
Reply With Quote
Old Feb 27, 2012, 11:32 AM   #8
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

Quote:
Originally Posted by streetfighter 2 View Post
It's not that bad, but I've never tried it with loading onto a USB or SD so I don't know if it will work.

Just follow the instructions here. In brief:
  1. Format USB drive as fat32
  2. Download zip
  3. Copy plpbt.bin to the FAT formatted drive.
  4. Run "plpmkboot" with the USB drive letter, ie:
    Code:
    plpmkboot F:

Let me know if it works
it worked! bahahaha. the USB shows as "HDA" while the drive is "HDB" so all i need to now is automate it loading from Hard Drive B.
Mussels is offline  
Reply With Quote
The Following User Says Thank You to Mussels For This Useful Post:
Old Jun 22, 2012, 01:54 AM   #9
Mussels
Doctor Moderator
 
Mussels's Avatar
 
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts

System Specs

bumping because i got around to repairing the CPU fan, and now this laptop works just fine
Mussels is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help me fix my hard drive problem? cheesy999 Storage 53 Jul 26, 2011 02:12 PM
Help Me Please With My Laptop! iBramley General Hardware 12 Feb 20, 2010 08:21 PM
Advice please: External Blu-Ray USB drive on laptop connected to HDTV HookeyStreet General Hardware 0 Sep 10, 2008 01:29 PM
Need help on laptop custimization please Black Panther General Hardware 34 Jun 30, 2008 02:44 PM
Dvd drive problem, Please help :) Waterer General Hardware 10 Oct 15, 2006 06:29 PM


All times are GMT. The time now is 07:31 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts