Creating a Bootable Drive

Page 2 of 2 FirstFirst 12

  1. Posts : 144
    windows 10
       #11

    thanks for the notification.

    about your steps from post above:

    7. create part pri <---- the correct cmd is "create partition primary" ?

    7a. sel part 1 <--- the correct command is "select partition 1" ?
    thanks
      My Computer


  2. Posts : 18,432
    Windows 11 Pro
       #12

    blueskyler said:
    thanks for the notification.

    about your steps from post above:



    thanks
    diskpart only requires the first three letters of commands. Watch this:

    Code:
    C:\Windows\system32>diskpart
    
    Microsoft DiskPart version 10.0.17763.1
    
    Copyright (C) Microsoft Corporation.
    On computer: JOHN-DESKTOP
    
    DISKPART> lis dis
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          931 GB      0 B        *
      Disk 1    Online          931 GB      0 B        *
      Disk 2    Online          447 GB      0 B        *
      Disk 3    Online          238 GB  1024 KB        *
      Disk 4    Online           28 GB      0 B
    
    DISKPART> sel dis 4
    
    Disk 4 is now the selected disk.
    
    DISKPART> cle
    
    DiskPart succeeded in cleaning the disk.
    
    DISKPART> con mbr
    
    DiskPart successfully converted the selected disk to MBR format.
    
    DISKPART> cre par pri
    
    DiskPart succeeded in creating the specified partition.
    
    DISKPART> sel par 1
    
    Partition 1 is now the selected partition.
    
    DISKPART> act
    
    DiskPart marked the current partition as active.
    
    DISKPART> for fs=fat32 quick
    
      100 percent completed
    
    DiskPart successfully formatted the volume.
    
    DISKPART> ass letter=t
    
    DiskPart successfully assigned the drive letter or mount point.
    
    DISKPART> exi
    
    Leaving DiskPart...
    
    C:\Windows\system32>
      My Computer


  3. Posts : 144
    windows 10
       #13

    thanks

    From other resources i find who use also this command

    bootsect /nt60

    what is used for ?
      My Computer


  4. Posts : 985
    Windows 10 Home 21H1
       #14

    blueskyler said:
    thanks

    From other resources i find who use also this command

    bootsect /nt60

    what is used for ?
    Bootsectors aren't required if you're booting with UEFI only if using Legacy boot
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:57.
Find Us




Windows 10 Forums