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. When installing an app on Microsoft Store, App fails and Drive becomes inaccsessable.

    in Windows 10 Gaming
    When installing an app on Microsoft Store, App fails and Drive becomes inaccsessable.: For the past 2 or so days I have tried to download Forza Horizon 4 and 5 onto my PC. I got Forza Horizon 5 but I would constantly get the Low Streaming Bandwidth Error, so I tried to download Forza4 and then it would continuously fail no matter if i tried it on my Secondary...
  3. When installing an app on Microsoft Store, App fails and Drive becomes inaccsessable.

    in Windows 10 Software and Apps
    When installing an app on Microsoft Store, App fails and Drive becomes inaccsessable.: For the past 2 or so days I have tried to download Forza Horizon 4 and 5 onto my PC. I got Forza Horizon 5 but I would constantly get the Low Streaming Bandwidth Error, so I tried to download Forza4 and then it would continuously fail no matter if i tried it on my Secondary...
  4. one drive install

    in Windows 10 Gaming
    one drive install: cannot install microsoft one drive https://answers.microsoft.com/en-us/windows/forum/all/one-drive-install/5a3d1aec-8087-4856-bca4-d05b8d663708
  5. one drive install

    in Windows 10 Software and Apps
    one drive install: cannot install microsoft one drive https://answers.microsoft.com/en-us/windows/forum/all/one-drive-install/5a3d1aec-8087-4856-bca4-d05b8d663708
  6. one drive install

    in Windows 10 Installation and Upgrade
    one drive install: cannot install microsoft one drive https://answers.microsoft.com/en-us/windows/forum/all/one-drive-install/5a3d1aec-8087-4856-bca4-d05b8d663708
  7. booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...

    in Windows 10 Gaming
    booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...: Hi, needs help with booting problem: remove the hard drive A which is windows, put a new one B, installed a Linux on B, remove the hard drive B, put back A, it no longer boots.Could you please help?...
  8. booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...

    in Windows 10 Software and Apps
    booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...: Hi, needs help with booting problem: remove the hard drive A which is windows, put a new one B, installed a Linux on B, remove the hard drive B, put back A, it no longer boots.Could you please help?...
  9. booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...

    in Windows 10 Customization
    booting problem: remove the hard drive A, put a new one B, installed a linux, remove the...: Hi, needs help with booting problem: remove the hard drive A which is windows, put a new one B, installed a Linux on B, remove the hard drive B, put back A, it no longer boots.Could you please help?...
  10. Is it possible to install Windows 7 on an external SSD hard drive?

    in Windows 10 Gaming
    Is it possible to install Windows 7 on an external SSD hard drive?: Specifically this Amazon listing https://www.amazon.com/gp/product/B0BJV16HC6ref=ppx_pt2_dt_b_prod_image&th=1These were the multitude of errors that I got when trying to install Windows 7 on it:Windows cannot be installed to this disk. the selected disk is of the GPT...