Windows 10: Missing Operating System - Win10 Won't/Virtual Install

Discus and support Missing Operating System - Win10 Won't/Virtual Install in Windows 10 Installation and Upgrade to solve the problem; Hi guys - I've browsed the forums for solutions but thought I'd ask here anyway: Summary: I'm trying to install Windows 10 on my HP G4 Pavillion... Discussion in 'Windows 10 Installation and Upgrade' started by Epoch83, Jan 29, 2016.

  1. Epoch83 Win User

    Missing Operating System - Win10 Won't/Virtual Install


    Hi guys - I've browsed the forums for solutions but thought I'd ask here anyway:

    Summary: I'm trying to install Windows 10 on my HP G4 Pavillion laptop and I'm encountering a Missing Operating System loop after a seemingly successful first phase install.

    Details:

    • My Hp laptop came with Win7 Home PreInstalled
    • Two months ago I upgraded to Win10
    • Last week my harddrive failed although I managed to recover some data
    • I purchased a new 1TB harddrive and mounted it on my Desktop PC using a USB harrdrive dock. This desktop runs Win8.1. Like a smart alec I created 3 partitions - 1 for the new Windows to come, 1 for the old laptop data & one for all my dropbox files.
    • I installed this drive into the laptop.
    • I attempted to install Win10 via USB
    • I'm greeted with a window that displays the 3 partitions (Where Do you Want to Install Windows).
    • After receiving a few errors (in haste I did not record these - I recall the term GPT) I formatted and deleted these partitions to create one singular unallocated harddrive
    • I tried reinstalling Win10 via the USB
    • I got to the same window and selected this drive
    • Windows 10 finalised the install process and notified me that the laptop would reboot
    • After the ''Press Esc key for Startup Menu'' I am greeted with a ''Missing Operating System'' message
    • I restart & select USB drive to install windows again
    • I'm greeted with the same screens as previously
    • The Window showing the harrdrives and partitions however, now shows the following:

    Drive 0 Partition 1: Recovery Total Size: 450mb Freespace 147.0 MB Type: Recovery
    Drive 0 Partition 2: Total Size: 100MB Freespace 76MB Type: System
    Drive 0 Partition 3 Total Size: 16MB FreeSpace 16MB Type MSR (Reserved)
    Drive 0 Partition 4 Total Size: 931 GB Free Space 914GB Type Primary

    16. Naturally I select Drive 0 Partition 4 (Primary) and click Next
    17. Windows Installs as previously and reboots
    18. I am met with the same Operating System Missing message.
    19 I have tried a Repair Install instead of the Install feature but was greeted with the 'There was a problem resetting windows'
    20. I did try certain bootrec commands and sadly in haste didn't record the results - all the operations completed successfully but it appears Windows has not installed to this disc. (I forget which command informed me of this but No OS partition was found.
    21. I have tried formatting and deleting the above 1-4 partitions to make 1 ''original'' unallocated disc but am greeted with the same state.

    Item: I've tried updating the BIOS but HPs instructions on the subject do not seem to work. (Basically I havent found a way to a) create a Bios recovery USB nor have I found a method to upgrade using the existing bios.) The BIOS is Insyde F.25 version. I was previously able to upgrade the machine to Win10 via MS Upgrade within windows.
    Item: When I remove the USB drive or CD I'm greeted with a ''No Bootable Device - insert boot disk and press any key'' message
    Item: If I select Notebook Harddisk from the boot menu I am greeted with the Missing OS message as usual.
    Item: I have tried both with Product Key and I dont have a Product Key Options (I have a printed sticker for Win7)
    Iitem: Knoppix works - I'm wondering if I should try formatting the HD through that

    The only way to progress is to install Win10 from the USB or DVD all over again, format the partitions and watch it install only to get stuck in an endless loop. It's almost as if the installation is running virtually and no files are actually being copied!

    Any help would be much, much appreciated as I don't have time to order HP recovery discs and need to use the laptop for a presentation on Monday. Thank you very much and I'm ready to supply any further info.

    :)
     
    Epoch83, Jan 29, 2016
    #1
  2. BulldogXX Win User

    Is it possible to install older Windows OS on Modern Machines with Windows 10 Pre-installed

    Yes, and it's not difficult. Create virtual machines; one for each operating system. I have a virtual machine that runs MS-DOS, for when I miss Reversi.
     
    BulldogXX, Jan 29, 2016
    #2
  3. BulldogXX Win User
    Unable to run old games after upgrading to Windows 10

    1- Find out which operating system the game runs best on.

    2- Install that operating system to a virtual machine on your computer.

    3- Install the game to the virtual machine.

    4- Enjoy!
     
    BulldogXX, Jan 29, 2016
    #3
  4. cereberus Win User

    Missing Operating System - Win10 Won't/Virtual Install

    It sounds to me like your pc is trying to boot in legacy bios mode, but install is eufi based. I am guessing original Windows 7 wass installed in legacy bios mode.

    Check your bios settings - there is often a switch to change to eufi mode.

    If there is no switch, you could download Windows 10 iso, create a usb stick using rufus, and make an installation suitable for mbr based partitions ie a legacy biosd install instead.
     
    cereberus, Jan 29, 2016
    #4
  5. jimbo45 Win User
    Hi there.

    I think your original problem is that you were trying to INSTALL windows on a USB drive so you've have problems as Windows (unless it's Windows to Go) will NOT boot from a USB device.

    You can of course Boot from a USB drive to INSTALL Windows..

    So I'd start again -- do the following

    1) Insert the HDD into your laptop
    2) ensure you have a bootable USB Windows install USB stick -- you can make one from the Ms site.
    3) Install W10

    Should boot from the HDD now. Windows should format the HDD etc.

    If the HDD is hosed up enter RECOVERY MODE

    Use ADMIN mode with Dos prompt (sorry Cmd mode --must be showing my age !!!).

    1) DISKPART
    2) LIST DISK
    3) SELECT DISK nn where nn is the nr of your HDD
    4) CLEAN
    5) CREATE PARTITION PRIMARY
    6) FORMAT FS=NTFS QUICK
    7) ACTIVE
    8) EXIT

    Now have another go at W10 install.

    As it's a laptop and a 1TB drive you can leave it as MBR even with a UEFI computer - Windows install will take care of it. Leave UEFI on but don't use Secure Boot.

    I'd still at Windows install time say create a 70GB partition for Windows and use the rest for Data etc --it's a lot easier if you backup / restore windows again and you won't lose any data. Set up partitions when the Windows install prompt comes up showing the HDD.

    If for some strange reason your computer doesn't like MBR on UEFI mode BIOS then get back into Windows recovery mode and use admin CMD Prompt :

    1) DISKPART
    2) LIST DISK
    3) SELECT DISK nn where nn is the HDD nr
    4) CONVERT GPT
    5) EXIT.

    Now insert USB drive and re-install again.

    Cheers
    jimbo
     
    jimbo45, Jan 29, 2016
    #5
  6. Epoch83 Win User
    Thank you so very much for your swift and succinct replies - I used Rufus to prepare the USB and everything went ahead like a charm. I didn't need to use any recovery or cmd features either.

    Thanks again!
     
    Epoch83, Apr 4, 2018
    #6
Thema:

Missing Operating System - Win10 Won't/Virtual Install

Loading...
  1. Missing Operating System - Win10 Won't/Virtual Install - Similar Threads - Missing Operating System

  2. Missing operating system

    in Windows 10 Software and Apps
    Missing operating system: When I turn on my HP G60 notebook I am faced with a message saying "Missing Operating System", I know why it is happening, I accidentally deleted system reserved partition, I dont have installation media, I use windows 10...
  3. Missing operating system

    in Windows 10 Installation and Upgrade
    Missing operating system: When I turn on my HP G60 notebook I am faced with a message saying "Missing Operating System", I know why it is happening, I accidentally deleted system reserved partition, I dont have installation media, I use windows 10...
  4. Missing operating system.

    in Windows 10 Gaming
    Missing operating system.: My laptop shows missing operating system after I wiped some volume if not all of them in my disk from Microsoft diagnostic tool. I don't know what to do I inserted a DVD and it still shows missing operating system. It's a hp G70....
  5. Missing operating system

    in Windows 10 Gaming
    Missing operating system: My PC froze so I restarted it then it says to diagnose and repair then repair failed so went to advanced options tried system restore failed tried reset pc failed then lastly restore from sydtem image failed then came the missing operating system.Please can anyone help I'm...
  6. Missing operating system

    in Windows 10 Installation and Upgrade
    Missing operating system: Hello can someone please help me i have just tried to dual boot kali linux and windows 10 and when i try to boot it says missing operating system can somemone please help idk if my files are gone PLEASE HELP [IMG]...
  7. missing an operating system

    in Windows 10 Installation and Upgrade
    missing an operating system: so ever since I bought my Lenovo Ideapad 320, i have been experiencing the same struggle. i would be using my laptop normally then it just turns into a black screen and when I restart it, it tells me that system needs repair so I try all the advanced options and nothing...
  8. "Missing Operating System"

    in Windows 10 BSOD Crashes and Debugging
    "Missing Operating System": After the last Windows update I received an error message "Missing Operating System". The issue occurred when the system started to reboot after update. I did everything that I could, including the system repair, recovery from the system image. I used safe mode but cannot...
  9. Operating system missing

    in Windows 10 Installation and Upgrade
    Operating system missing: i downloaded an update to a program i use at work, turns out it was a virus or malware and changed several registry files and removed admin access. My laptop then started downloading programs and installing them, opening several webpages, and trying to run a virus scan that...
  10. Missing operating system

    in Windows 10 Installation and Upgrade
    Missing operating system: Hi, after the automatic update of my laptop toshiba, there was an error when i boot my computer. Then, in the left top corner there was this message error : Missing operating system. So, i check on other tread and some people said to load the command on an usb device with...