Windows 10: How do I re-install Windows with or without recovery partition?

Discus and support How do I re-install Windows with or without recovery partition? in Windows 10 Installation and Upgrade to solve the problem; Hello, I accidentally installed grub onto my windows partition and erased the whole thing while trying to perform a Linux install. My laptop shipped... Discussion in 'Windows 10 Installation and Upgrade' started by GarrukApex, Apr 7, 2016.

  1. How do I re-install Windows with or without recovery partition?


    Hello,
    I accidentally installed grub onto my windows partition and erased the whole thing while trying to perform a Linux install. My laptop shipped with win 8, but I upgraded it to win 10 a few months ago. Now, there are no operating systems detected. I am using a dell laptop, which is why I am worried about burning installation media on this device as it may not be compatible.
    Anyway, does anybody have a good reference for gateway recovery media? I'm not sure how to access the partition, as F8 and other windows related keys do not work anymore.

    This is what my PC shows me-
    Imgur: The most awesome images on the Internet

    I can't seem to get any other replies on other forums, so I thought I'd try here. I just want to re-install windows and reformat the partitions back to their normal state.

    Thanks

    :)
     
    GarrukApex, Apr 7, 2016
    #1

  2. How do I install MCPC again WITHOUT re-purchasing it?

    Open the Store

    Click the ellipsis in the top right corner of the screen (...)

    Click My Library

    Scroll through the list then click the Minecraft app if its listed there, then click the download button.

    If doesn't help, let us know and we can explore more options.

    If this does not help, get in touch with support, so they can sort out your existing purchase so you can have access to it:

    https://support.microsoft.com/en-us/contactus/
     
    Andre Da Costa, Apr 7, 2016
    #2
  3. How do I install MCPC again WITHOUT re-purchasing it?

    I have 2 computers. Both were gifts for Christmas and both have been replaced since purchasing Minecraft PC for Windows 10 for both.

    When I am on the kids PC and opened his email, I clicked on the confirmation email from Mojang regarding the purchase. That brought me to the Microsoft store, and the button "buy" is the only option on MCPE.

    How do I install MCPC again WITHOUT re-purchasing it?
     
    KristenHitchcock, Apr 7, 2016
    #3
  4. NavyLCDR New Member

    How do I re-install Windows with or without recovery partition?

    NavyLCDR, Apr 7, 2016
    #4
  5. This is a disk management view that I had taken from gparted in Linux. I forgot to mention that I am able to run a live version of Linux off a USB drive, but otherwise I get a black screen. Also, the laptop is a Gateway NE46RU.

    Imgur: The most awesome images on the Internet
     
    GarrukApex, Apr 7, 2016
    #5
  6. NavyLCDR New Member
    It looks like you still have the Windows partitions there. sda2 should be your Windows boot partition, and sda4 should be your Windows OS partition. I also happen to have 2 Gateway NE46RU laptops at my house How do I re-install Windows with or without recovery partition? :), but I'm not a home.

    A couple things come to mind. First would be to go into Bios setup and see if there is a selection there to set the boot order for the different UEFI partitions available and point it to the Windows boot partition. It might be listed as Windows Management. There might also be a key to press during the initial boot screen to select what to boot from. I'll have to experiment when I get home.

    Second would be to go back to Post #2 above. Make the Kyhi recovery disk (USB flash drive or DVD/CD). Boot the computer from that. Run Macrium Reflect. Under the restore menu is an utility to fix windows startup/boot problems. Run that utility and see if that fixes it.
     
    NavyLCDR, Apr 7, 2016
    #6
  7. jimbo45 Win User
    Hi there
    I'd go this route -- since W10 has already been activated on your machine you can do a clean install.

    1)On another machine download from Ms site the Media creation tool and create according to the instructions a bootable USB stick.
    2) Boot it up ----> Repair windows--->command
    3) now re-formnat the HDD in Cmd mode :
    DISKPART
    LIST DISK
    SELECT DISK nn where nn is the HDD you want to install windows on
    CLEAN
    CREATE Partition Primary
    LIST PARTITION
    SELECT PARTION nn
    FORMAT fs=ntfs quick
    (Convert GPT ------> if you want GPT / UEFI boot)
    EXIT

    now re-boot the USB drive and install clean Windows -- it will be activated if you already activated your previous W10 version.

    Job done

    If you don't want to do a complete clean install - if the old HDD was MBR then from the command mode as before simply type FIXMBR which will get rid of the GRUB stuff - now you can then do RECOVER WINDOWS also from the USB stick --it should re-create the boot partition and recover your existing Windows installation.

    BTW once you've recovered Windows - get MACRIUM FREE and IMAGE the OS on to some sort of external media --makes recovery really simple if you get the OS hosed up again.

    Cheers
    jimbo
     
    jimbo45, Apr 7, 2016
    #7
  8. NavyLCDR New Member

    How do I re-install Windows with or without recovery partition?

    I never could understand why people always want to create a partition before installing Windows? Why not just delete all the partitions, install to the unallocated space and let Windows create what it wants to for partitions?

    And isn't Convert GPT in DISKPART just going to erase the partitions there anyway? So why create one that is just going to be deleted with the next command (if you are going to convert to GPT)?
     
    NavyLCDR, Apr 7, 2016
    #8
  9. jimbo45 Win User
    Hi there.

    if it's an MBR HDD Windows doesn't re-write the Boot master record (track 0) --the MBR so when you boot up windows you'll get a message like GRUB >
    and that's all.

    Windows won't fix that on install on MBR HDD's. If you've got a spare machine --try it !!!! set the machine if it's UEFI enabled to boot in legacy mode and have a go !!!!. Ensure originally it was a dual boot system Linux / Windows.

    GPT enabled HDD's might do it differently - but I've seen too many systems where on boot you just get the message GRUB> with the system waiting for you to enter commands.

    Erasing the HDD if you are going to clean install Windows takes about 25 secs so no problem and you are 100% certain you are starting with an HDD with no junk left on it.

    Cheers
    jimbo
     
    jimbo45, Apr 7, 2016
    #9
  10. NavyLCDR New Member
    You are not understanding what I am asking. You go through this:

    DISKPART
    LIST DISK
    SELECT DISK nn where nn is the HDD you want to install windows on
    CLEAN

    Now, my point is: Why not just stop right there? Go back to the custom install option in Windows setup and point Windows to install to the unallocated space. Windows will not only make it's own partitions to install to, but it will also select MBR or GPT as well.
     
    NavyLCDR, Apr 7, 2016
    #10
  11. jimbo45 Win User
    Hi there

    You might want to Manually create partition sizes - rather than mess around afterwards with Partition re-sizing software etc.
    CLEAN of it's own doesn't re-write the MBR in any case on non GPT drives -- the MBR is written BEFORE the partition table in sector 0 which is where Windows starts when Windows creates the partition table.

    On bootable MACRIUM there's an option to restore the MBR without touching the partition table too (if you need to use it). Windows on MBR systems won't write the MBR if one exists even when it creates a brand new partition table on the HDD..

    Anyway I'm not getting involved in this anymore over a couple of lines in a script which take a few seconds to execute in any case.

    Cheers
    jimbo
     
    jimbo45, Apr 7, 2016
    #11
  12. *Ditto I've done countless installs just letting setup install to unallocated space and had zero issues. UEFI and legacy BIOS. Why overcomplicate things?
     
    alphanumeric, Apr 7, 2016
    #12
  13. NavyLCDR New Member

    How do I re-install Windows with or without recovery partition?

    and you don't even have to go into command prompt to do it. After clicking on custom install just click on each partition on the hard drive and delete it.
     
    NavyLCDR, Apr 8, 2016
    #13
  14. Berton Win User
    I also just delete any partitions on an HDD [using GPARTED] which makes Windows see it as a new-out-of-the box drive and booting to the installation CD or DVD lets Windows create partitions as needed.
     
    Berton, Apr 8, 2016
    #14
  15. fdegrove Win User
    Hi,

    So, you guys waste an entire drive on just an OS ?
    Regardless of its actual size ?

    Seems like a strange policy to me.


    Cheers, *Wink
     
    fdegrove, Apr 8, 2016
    #15
Thema:

How do I re-install Windows with or without recovery partition?

Loading...
  1. How do I re-install Windows with or without recovery partition? - Similar Threads - install without recovery

  2. How do i re-install Windows 7 without CD ?

    in Windows 10 Gaming
    How do i re-install Windows 7 without CD ?: Hello.I have a old laptop that i would like to sell and because of that re-install Windows 7, so that all traces of me gets deleted and also so that its like someone just bought from a store, what options do i have ?Thanks....
  3. How do i re-install Windows 7 without CD ?

    in Windows 10 Software and Apps
    How do i re-install Windows 7 without CD ?: Hello.I have a old laptop that i would like to sell and because of that re-install Windows 7, so that all traces of me gets deleted and also so that its like someone just bought from a store, what options do i have ?Thanks....
  4. How Do I Re-install Windows Without This Problem

    in Windows 10 Installation and Upgrade
    How Do I Re-install Windows Without This Problem: I've been having problems with my pc ever since I came back from holiday and its mainly due to windowsTrying to download things so I decided I would factory reset it but now it won't even allow me to as it says my PC/Device needs to be repaired so I would like to know what I...
  5. How Do I Re-install Windows Without This Problem

    in Windows 10 Gaming
    How Do I Re-install Windows Without This Problem: I've been having problems with my pc ever since I came back from holiday and its mainly due to windowsTrying to download things so I decided I would factory reset it but now it won't even allow me to as it says my PC/Device needs to be repaired so I would like to know what I...
  6. How Do I Re-install Windows Without This Problem

    in Windows 10 Software and Apps
    How Do I Re-install Windows Without This Problem: I've been having problems with my pc ever since I came back from holiday and its mainly due to windowsTrying to download things so I decided I would factory reset it but now it won't even allow me to as it says my PC/Device needs to be repaired so I would like to know what I...
  7. Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...

    in Windows 10 Network and Sharing
    Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...: if I deleted the "healthy recovery partition" then I reset the windows with "install windows 10 from the internet" will that re-create the deleted "healthy recovery partition"?...
  8. Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...

    in Windows 10 Gaming
    Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...: if I deleted the "healthy recovery partition" then I reset the windows with "install windows 10 from the internet" will that re-create the deleted "healthy recovery partition"?...
  9. Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...

    in Windows 10 Software and Apps
    Will "healthy recovery partition" will be re-created if I re-installed windows 10 from the...: if I deleted the "healthy recovery partition" then I reset the windows with "install windows 10 from the internet" will that re-create the deleted "healthy recovery partition"?...
  10. New installing without damaging recovery partition

    in Windows 10 Ask Insider
    New installing without damaging recovery partition: I bought a new laptop it comes with Win 10 home. I would like to install windows 10 pro with a clean install but would like to keep the original recovery partition just in case. I don't want to upgrade win 10 home to pro. How do I do this? submitted by /u/one_piece1...