Installed new HD, now says no bootable disk found?

My hard drive failed on my HP G62 notebook PC, Model #G62-234DX. I went to Best Buy and bought a new HD today. I opened the old one, removed, removed bracket, installed bracket on new one and then plugged new on in. Upon start up the computer says:
"No bootable device found-----please insert disk and press any key"
So I inserted my reboot disk (Also from Best Buy, where I purchased the computer) and pressed any key. The same message keeps popping up. What am I doing wrong?
This question was solved.
View Solution.

Hi,
Try the following.
Shutdown the notebook.  Tap away at the esc key as you start the notebook to enter the Start-up Menu.  Insert the 1st Recovery Disc.  Select Boot Options ( usually f9 ), then use the arrow keys to highlight the CD/DVD drive and hit enter - if prompted, press any key to continue.
Does the notebook boot from the disc now?
Regards,
DP-K
****Click the White thumb to say thanks****
****Please mark Accept As Solution if it solves your problem****
****I don't work for HP****
Microsoft MVP - Windows Experience

Similar Messages

  • My itunes cannot be update on my windows xp. so i delete my itunes and install new, but now i got new problems, it says "The file itune.library.itl cannot be read because it was created by newer version of itunes." so how can it be solved?

    my itunes cannot be update on my windows xp. so i delete my itunes and install new, but now i got new problems, it says "The file itune.library.itl cannot be read because it was created by newer version of itunes." so how can it be solved?

    Hello Bebyida,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    http://www.apple.com/itunes/download/
    Best of luck,
    Mario

  • What happened to my power pc it worked fine i tried to install new osx now it does this and woot load my orginal tiger disk

    What happened to my power pc it worked fine i tried to install new osx now it does this and woot load my orginal tiger disk

    Hello, what OS did you try to instal & what exact Install Disc did you use? Maybe the 2z691-****-A number of the Disc?

  • After install it just says "No bootable device found" [SOLVED]

    I have been trying (several times now) to install Arch Linux. After the install, it just showed the message "No bootable device found".
    I have already asked for a solution here, but until now no one could really help me.
    I will paste my text from the other site here, to explain exactly my situation:
    I've been trying to install Arch Linux. After the installation, it shows the BIOS screen and after that there just comes a message that says "No bootable device found".
    I have retried the whole scenario now some times, still it just shows the same message...
    At installing, I have followed the Unofficial Beginner's Guide from the ArchLinux wiki.
    Here is what I did:
    First of all, I wiped the hard drive (on which before the wipe was Windows Vista installed) and put GPT on it by using gdisk. Then I set up some partitions, which now look as the following (output of parted):
    Model: ATA ST9160310AS (scsi)
    Disk /dev/sda: 160GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    Disk Flags:
    Number  Start   End     Size    File system     Name                 Flags
    1      1049kB  2097kB  1049kB                  BIOS boot partition  bios_grub
    2      2097kB  107MB   105MB   ext2            Linux filesystem     
    3      107MB   21.6GB  21.5GB  ext4            Linux filesystem     
    4      21.6GB  30.2GB  8590MB  linux-swap(v1)  Linux swap           
    5      30.2GB  160GB   130GB   ext4            Linux filesystem     
    Then I mounted the root partition (sda2) to /mnt, after that also the boot and the home partition (sda3 and sda5) to /mnt/boot and /mnt/home and at the end formatted and activated the swap partition (sda4).
    Now I began installing the base system. After selecting the mirrors, I installed base and base-devel.
    At the end of the install I generated an fstab.
    Then I finally chrooted into /mnt, set up some Locales, set a root password and then installed and configured Grub2, exactly as it is explained here.
    At the end I exited from the chroot environment, unmounted the partitions and rebooted. You know the rest... It just showed the message that it coudn't find any bootable devices.
    By the way, I tried to install it on this computer.
    Hopefully someone finds out what I did wrong, thanks in advance!
    Last edited by brgr (2013-04-03 17:58:20)

    So, here is the /boot/grub/grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 f8d04422-e0a0-486e-ab$
    else
    search --no-floppy --fs-uuid --set=root f8d04422-e0a0-486e-abfd-43fa63f5e10e
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'g$
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4ada76a3-b73a$
    else
    search --no-floppy --fs-uuid --set=root 4ada76a3-b73a-4ddd-94e2-e723e15cdc84
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $m$
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4ada76a3-b73a$
    else
    search --no-floppy --fs-uuid --set=root 4ada76a3-b73a-4ddd-94e2-e723e15cdc84
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    and here the /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e /mnt ext4 rw,relatime,data=ordered 0 1
    # /dev/sda2 LABEL=boot
    UUID=4ada76a3-b73a-4ddd-94e2-e723e15cdc84 /boot ext2 rw,relatime 0 2
    # /dev/sda5 LABEL=userdata
    UUID=964b46b9-8b33-4978-bcef-5c9e41ade8c6 /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda4 LABEL=swap
    UUID=276da045-ffba-4b20-9230-2540898541b1 none swap defaults 0 0
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e /mnt ext4 rw,relatime,data=ordered 0 1
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e / ext4 rw,relatime,data=ordered 0 1
    # UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e LABEL=system
    /dev/sda3 /mnt ext4 rw,relatime,data=ordered 0 1
    # UUID=4ada76a3-b73a-4ddd-94e2-e723e15cdc84 LABEL=boot
    /dev/sda2 /boot ext2 rw,relatime 0 2
    # UUID=964b46b9-8b33-4978-bcef-5c9e41ade8c6 LABEL=userdata
    /dev/sda5 /home ext4 rw,relatime,data=ordered 0 2
    # UUID=276da045-ffba-4b20-9230-2540898541b1 LABEL=swap
    /dev/sda4 none swap defaults 0 0
    @Scimmia: I will try this out tomorrow, I don't have enough time to do it now.

  • Error 8062 when I try to copy or move files on my macbook: "This operation could not be completed because an unexpected error occurred (error code -8062)". Can even not install new software now!!

    Since a few days when I try to copy or move files on my macbook, I often get an error message saying "This operation could not be completed because an unexpected error occured (error code -8062)". And then it just quits the copy or move.
    I searched a lot on the internet, but only found solutions for cases you cannot empty the trash due to this issue.
    I tried those solutions for my trash and that helped after some trying.
    However, I still have the problem with copying and moving files.
    I even cannot install new software now, as it has to copy itself to the programs-directory, and gives the same error-message.
    Who can help me??
    Cannot seem to find any info on it on the support-forums or elsewhere.
    My user-account is administrator, I use a 13" Macbook Aluminium (Late 2008). Mac OS X 10.6.8 CPU 2Ghz Intel Core Duo, RAM: 4GB 1067 MHz DDR3.
    Any help would be greatly appreciated...
    Otto

    Tips I received so far (thanks to A-Mac via Twitter http://www.a-mac.nl and Remco Kalf http://www.remcokalf.nl/)
    - make sure you have at least 10% of your harddisk in free space (I had only 5%).
    - do a PRAM-reset (http://support.apple.com/kb/ht1379)
    - perform a hardware test (http://support.apple.com/kb/HT1509)
    - make a complete backup (with for example Carbone Clone Copier, see http://www.bombich.com/)
    - after complete backup: use diskwarrior (boot from Diskwarrior DVD, first perform diagnostics, then perform "Rebuild" which rebuilds your file directory).
    So far I only cleared up some space on my HD, and already the problem occurs less.
    Still, I will go through the other tips too.
    (will post progress)

  • HT1151 I keep getting an error message when installing new software that says "System extension cannot be used /system/library/extension/IoFireWireWDHID.kext was installed improperly" I have no idea what this means and all of my software seems to install

    I keep getting an error message when installing new software that says "System extension cannot be used /system/library/extension/IoFireWireWDHID.kext was installed improperly" I have no idea what this means and all of my software seems to install okay

    Hello Valerie Anderson,
    I'm Harry from Norton Support team. Please check the information provided in a similar thread here:
    https://discussions.apple.com/message/21854775#21854775
    Let me know if this helps.
    Thanks!
    Harry

  • Was upgrading from Leopard to Snow Leopard. Install failed. Now says I'm in 10.6 but I'm incomplete. Screen goes gray. Can't boot from disk.

    Snow leopard install failed. Comp says I have 10.6.8 but get gray screen when trying to install.

    Run through this list of fixes
    Step by Step to fix your Mac

  • Installed New Printheads Now Printer Just Keeps Automatically Aligning printheads & using ink

    After installing new cyan print cartridge, printer automatically required printhead alignment, cleaning, etc. It then said that the Cyan/Magenta Printhead would need replacement soon. Print quality page said everything else was good, but when I went to print document, everything was BAD.
    I replaced the cyan/magenta printhead w/brand new HP. Automatically it attempted to align printhead. It has been automatically aligning printheads constantly for 2 weeks now, it has sucked down TWO cyan ink cartridges, one yellow and one magenta, yet I have printed NOTHING but alignment pages, which I cannot get the printer to stop doing.
    I NEED MY PRINTER. PLEASE HELP!!!!! Cannot afford another, cannot afford to go out of house to print, and already (with mutliple ink cartridges) have hundreds of dollars into this mailing that was supposed to go out three weeks ago.

    Hello there @skirdie ,
    I read your posts about the printhead issue you have been having. I just wanted to reach out and let you know what my suggestion is and what I think is happening.
    I believe the printheads are failing or at least on their way. My best suggestion to you, is to follow the steps in the guide below. I have looked through the steps and I would personally recommend them. If anything is going to cure the printheads from consistently running an alignment or perhaps seeing the  "checking printer" message, it would be those steps. Clean the contacts very well and power reset the printer and give the printer a direct connection to the wall, avoiding power bars and surge protectors.
    'The Following Printhead Appears to be Missing or Damaged' or 'The Following Printhead has a Problem...
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. They may have a trade in offer available.
    If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    I hope that helps, enjoy the rest of your day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Tried installing new IOS, now itunes cant find backup?

    Backed up iPhone last night, went to install new IOS and it wiped my phone (phone has the cord/itunes thing it had when new) and when itunes opens it says my phones in "recovery Mode" and that I must restore my iphone before I can use it with itunes. Phone is a 5s.  iTunes doesn't recognize the phone and I don't know how to restore it to that latest back up??  Please help.  I'm not that great with these things so the easier the better in your explanation .  Thank you in advance

    Place the device in DFU mode (google it) then restore.

  • Installed new update, now Itunes won't open

    I installed the new update, now when I try to open itunes it just stays on the bottom. The arrow is under it like it's open, but the window doesn't come up. Also, it won't even force quit, to get it to turn off I have to reboot.
    Jason

    Jason, I just downloaded the latest update as well and sure enough, iTunes crashes during start-up every single time - the good ol' rainbow pinwheel keeps going and I can't force quit either. I will probably try to delete preferences or something. If you find a fix or if anyone else knows of a fix, I would very much appreciate it. By the way, I am running iTunes on a 15" MBPro and running the latest OS update. Wondering what computer you are running it on. Good luck. I will post back if I figure out a fix.

  • Installed new RAM now computer wont start up

    I just installed 2GB of RAM in my iMac and removed the 512mb card it had originally.when i pressed the power button it beeps fast a few time then the fan starts working really fast. The screen doesnt turn on only the sleep light blinks as the fan runs. I replaced one of the new cards with the original 512mb card and it starts but when i check the memory the slot where the new 1GB card appears "empty" why could this be? did i install incorrectly?

    When you install new RAM you have to push much harder than you think you should. You won't damage the RAM, but you have t give a mighty push to seat it, make sure you hear a click.

  • Macs don't show me created the partition for windows. And if through Bootcamp that says "No bootable device found" . Please HELP.

    Shared disk (Tried 2 methods BootCamp and Disk Utility) to install windows, but the section is not shown, to be precise, when you turn the Mac while holding Alt key shows the partition for system restore and disk partition with OSX, and not created by me. If you try through Bootcamp that actually says "No bootable device". What could it be? I have a macbook pro 371ll/a, OSX 10.9.5 . Thanks for the reply.

    Thank you! All established, but a new problem with Windows 7 partition. If you install Windows on a Mac, say you gave 30GB on widows, after installation you have 2GB from 30GB, while the size of the files in Windows is 18 GB, should be free 12 from 30. Hidden files on large amounts of no (100 MB all hidden files together). Know that there is a disk which reserves memory for the system, but I don't have, I look through the taskbar there is a disk with osx and bootcamp and all. What could it be, if you of course know.

  • X300 want to install new os and get message: no harddrive found

    hi, want to install a new windows because of virus. thing is, when i try to boot from installation cd, i do get message: no harddrive found an installation is aborted. its an ssd on the x300. i have no idea what to do!

    I am installing Windows XP now. I changed Compatibility Mode several times. Maybe because of Rescue and Recovery Function I had some Bluescreens, but now it seems to work. The Harddrive is a Solid State Drive from Samsung. I thought it would be known in this Board. The exact Signification I dont know. May be the combination of Virus win32:vitro and ThinkPad Rescue Functions, I did not know that good.

  • HP G42 Notebook Windows 7 - continued to crash - now says Reboot Device not found.

    I have a HP G42 Notebook Laptop 
    Product Number - XZO46UA#ABA 
    It is a Windows 7 64 - bit PC  
     What it has been doing is Constantly Crashing and going to blue screens, and when you move the mouse to turn it on the fans ill be very loud, and at times Lap-top will get extremely hot!!  Just Yesterday it crashed and then restarted but then it went to a black screen that says (Boot Device Not Found) and i don't think that i have a Reboot Disk!! 
    And there has been absolutely no Changes made to the PC before this issue had accured. 
    If anybody can give me any information on how to Fix this problem or if i have to go to HP store or have Technition come out? 
                      >>>Thank you!<<< 

    Please close the topic:
    Suddenly the system now recognises that the monitor has a 5-touch input and the installation is running.
    Not sure what solved it:
    - Had Windows check for a frech driver (it was up-to-date)
    - Fiddled around a little in Paint just to see if 5-touch input is working
    - Activated a second display (not touchscreen)
    I then looked at the System information screen again, and the number of tocuh point appeared correctly

  • My old laptop broke so i've now bought a new one. When i've installed itunes it now says there is new software but if i want to download it will delete all of my apps, photos etc... what do i do?

    I have an iphone 4 and the laptop i used to have it synced with (itunes) has broken and i can no longer get to it. I've now bought a new laptop but when i try to update to ios5 it says i will lose all of my apps and any purchases i've bought? Also it won't let me load any new music to my phone? what should i do?

    if you didn't do a backup of the old laptop so you can get the itune lib back the way it were
    you have to sync and lose the data
    but you can never lose the apps they are tied to the appleID and can always be redownloaded from both the iphone under purchases and in itunes on the computer

Maybe you are looking for