Windows 10: Install from D Drive?

Discus and support Install from D Drive? in Windows 10 Installation and Upgrade to solve the problem; Hi...can I install Windows 10 from iso that I can mount from D Dive on my laptop to my C Drive or do I have to boot from disk? 87583 Discussion in 'Windows 10 Installation and Upgrade' started by Deblk, Jun 25, 2017.

  1. Deblk Win User

    Install from D Drive?


    Hi...can I install Windows 10 from iso that I can mount from D Dive on my laptop to my C Drive or do I have to boot from disk?

    :)
     
    Deblk, Jun 25, 2017
    #1

  2. How do you disable windows from blocking intalls?

    D-Links drivers are unsigned. Win 10 prevents unisgned drivers from being installed for security reasons. Contact D-link for a signed driver.
     
    ZigZag3143 (MS -MVP), Jun 25, 2017
    #2
  3. Cleats Win User
    D Drive Installation

    D Documents - That should be perfect then. I thought it may of been locked into the c drive.

    Thanks - Now I just need to move pictures. - I have a Programs - Downloads and Documents there so far.

    If you have any insight about installing that would be great also.

    But either way - Thanks a lot - You were really helpful. ^5
     
    Cleats, Jun 25, 2017
    #3
  4. swarfega Win User

    Install from D Drive?

    Perhaps a simpler option is to use a usb drive using Media Creation Tool.
     
    swarfega, Jun 25, 2017
    #4
  5. Deblk Win User
    I have the iso installed on my D Drive at the moment that's why i though i would check. Not sure if i can boot ftom usb on my laptop. Can I copy the iso to a usb drive and use it that way if I can boot from usb?
     
    Deblk, Jun 25, 2017
    #5
  6. swarfega Win User
    No, you can't just copy the ISO, you have to use a program called Rufus to set up a bootable option.

    You should be able to get into your bios in order to set the boot priority so you can use the USB drive.
     
    swarfega, Jun 25, 2017
    #6
  7. NavyLCDR New Member
    You do not have to use a program called Rufus. You don't need any extra program at all to created a bootable USB flash drive from a Windows ISO, it's very easy to do within Windows itself.

    @Deblk, In order to do a clean install of Windows, the computer must be booted from a Windows installation media. It can be a USB flash drive created from the ISO file, DVD, or a bootable partition on a second hard drive (either internal or external).
     
    NavyLCDR, Jun 25, 2017
    #7
  8. Deblk Win User

    Install from D Drive?

    I used the media creation tool to download the iso onto my D Drive so can I just burn that to DVD to boot from? If I wanted to use a usb flash drive how do I create that from my iso on d drive? Thanks
     
    Deblk, Jun 25, 2017
    #8
  9. Berton Win User
    I've used Mount and setup.exe to install Win10 as an Upgrade over an installed/running previous version. The key was that the .iso file was not stored on the C:/boot/system partition or was on a USB drive.
     
    Berton, Jun 25, 2017
    #9
  10. Bree New Member
    As Berton says, you can do an upgrade just by mounting the .iso and running Setup.exe from within your existing Windows. For a clean install you need to boot from the install media.

    The simplest way to make USB bootable install media is, as Swarfega suggests, to run the media creation tool again, this time selecting the option to make a USB rather than the .iso.

    How to make a bootable USB from your existing .iso depends on whether you want it to boot on a UEFI or a Legacy BIOS system. For both the USB must be formatted with Fat32, then just mount the .iso and copy all the files and folders to the USB. This is sufficient to boot on UEFI systems, but for Legacy BIOS systems the USB's partition must be marked Active. This can be tricky for most USBs as they don't have (or need) a MBR (master boot record).

    The technical way to partition a USB, format to Fat32 and mark Active is to use Diskpart from a command prompt. The easy way to get the correct format is to first make the USB into a recovery drive, (type 'create recovery drive' in the Cortana/Search box). Untick 'include system files' - you don't need them because the next step is to delete all the files/folders on the recovery drive USB and replace them with the ones from your mounted .iso.
     
  11. bobkn Win User
    I suppose that the "easy way" is to use Diskpart, though you don't say.

    It's what I have always done. There are a couple of down sides:

    1) It's a command line utility. Some are uncomfortable with that.

    2) With a little carelessness, a wrong partition can be deleted.
     
    bobkn, Jun 25, 2017
    #11
  12. NavyLCDR New Member
    @Bree,

    Respectfully, you are making it more complicated than it needs to be. To create a Windows 10 USB flash drive for both UEFI and BIOS computers from a saved ISO file - insert an 8 GB or larger USB flash drive. Open a Command Prompt (admin) or Powershell (admin). Run:

    diskpart
    list disk
    select disk # <-replace # with the drive number of the USB flash drive
    clean <- this will erase the entire drive selected in the step above, make sure it is the USB flash drive!
    create part pri
    format fs=fat32 quick
    active
    assign
    exit
    exit

    Then mount the ISO file and copy all the files and folders from the mounted ISO file to the USB flash drive.

    That's it. The diskpart commands take less than a minute to do. How long it takes to copy the files and folders depends on the speed of the flash drive.

    I can have the flash drive done before most people can enter the correct settings in the proper order in Rufus, and it is guaranteed to be configured to work in both UEFI computers and legacy BIOS computers as long as the computer has the capability to boot from a USB flash drive.

    I believe you can also do all of the diskpart steps in Windows disk management, I'll try when I get home. You can definitely do them all in any decent partitioning program like MiniTool Partition Wizard or AEOMI Partition Assistant.
     
    NavyLCDR, Jun 25, 2017
    #12
  13. Bree New Member

    Install from D Drive?

    Yes, and that's my preferred method (and I did say that you could do it this way). But some people are less comfortable using command prompt than you or I, the 'create a recovery drive' method can be used by anyone, regardless of technical skills.
     
  14. NavyLCDR New Member
    It's just that a lot of people are making it sound like there is something special that has to be done to a flash drive to make it bootable, and that just isn't true. All that is required for both UEFI and legacy BIOS computers regarding the flash drive is a FAT32 primary partition marked as active. It is the files contained in the ISO file that make the flash drive bootable - not any secret, difficult or hidden code embedded on the flash drive.

    These two posts, for example, make it sound like there is some magic trick to it. And there really is not.
     
    NavyLCDR, Jun 25, 2017
    #14
  15. Bree New Member
    Not a magic trick, but a genuine stumbling block for those without the necessary knowledge. USBs often come supplied ready-formatted without using a MBR. Such USBs cannot be marked Active in Disk Management, even if you reformat them. Only Diskpart can create an Active partiton.
     
Thema:

Install from D Drive?

Loading...
  1. Install from D Drive? - Similar Threads - Install Drive

  2. Error message: "You can't install Windows on a USB flash drive using Set-up." But I'm not...

    in Windows 10 Gaming
    Error message: "You can't install Windows on a USB flash drive using Set-up." But I'm not...: Trying to upgrade not clean install to Win 11 from Win 10 using Windows11InstallationAssistant.exe but fall at the last hurdle as the message says see attached "You can't install Windows on a USB flash drive using Set-up." But I'm not using a flash drive at all. Am trying to...
  3. Error message: "You can't install Windows on a USB flash drive using Set-up." But I'm not...

    in Windows 10 Software and Apps
    Error message: "You can't install Windows on a USB flash drive using Set-up." But I'm not...: Trying to upgrade not clean install to Win 11 from Win 10 using Windows11InstallationAssistant.exe but fall at the last hurdle as the message says see attached "You can't install Windows on a USB flash drive using Set-up." But I'm not using a flash drive at all. Am trying to...
  4. external hard drive lost all the files I saved after trying to install windows 10 installation

    in Windows 10 Software and Apps
    external hard drive lost all the files I saved after trying to install windows 10 installation: Hey,first I will say I didn't notice something that says I will lose all my files when I tried to do that.second I would like to know if there is any solution to recover all the lost files especially all my txt files.I tried use recuva, easeUS and diskdrill and nothing...
  5. external hard drive lost all the files I saved after trying to install windows 10 installation

    in Windows 10 Installation and Upgrade
    external hard drive lost all the files I saved after trying to install windows 10 installation: Hey,first I will say I didn't notice something that says I will lose all my files when I tried to do that.second I would like to know if there is any solution to recover all the lost files especially all my txt files.I tried use recuva, easeUS and diskdrill and nothing...
  6. external hard drive lost all the files I saved after trying to install windows 10 installation

    in Windows 10 Gaming
    external hard drive lost all the files I saved after trying to install windows 10 installation: Hey,first I will say I didn't notice something that says I will lose all my files when I tried to do that.second I would like to know if there is any solution to recover all the lost files especially all my txt files.I tried use recuva, easeUS and diskdrill and nothing...
  7. When installing windows eleven onto a new hard drive using a USB the installation process...

    in Windows 10 Gaming
    When installing windows eleven onto a new hard drive using a USB the installation process...: Hello I had to replace the hard drive in my computer and I created a Windows 11 installation media using the Microsoft USB Media creation tool. When I go through the process of installing from the flash drive, the system will begin the installation and at about 30% it will...
  8. When installing windows eleven onto a new hard drive using a USB the installation process...

    in Windows 10 Software and Apps
    When installing windows eleven onto a new hard drive using a USB the installation process...: Hello I had to replace the hard drive in my computer and I created a Windows 11 installation media using the Microsoft USB Media creation tool. When I go through the process of installing from the flash drive, the system will begin the installation and at about 30% it will...
  9. I want to do a clean install but the drives do not appear

    in Windows 10 Gaming
    I want to do a clean install but the drives do not appear: I am trying to make a clean install of windows 11, however, the drives do not appear during the installation. I had asked the same question before:...
  10. I want to do a clean install but the drives do not appear

    in Windows 10 Software and Apps
    I want to do a clean install but the drives do not appear: I am trying to make a clean install of windows 11, however, the drives do not appear during the installation. I had asked the same question before:...