Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

myCapsules forum v.1.1.10

    •  
      CommentAuthorsipp11
    • CommentTimeJun 23rd 2009 edited
     permalink
    1. Get Flash drive ready =)

    Go to diskpart (cmd | diskpart)
    select disk อะไรก็ว่าไป
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit
    You may check if the partition is *really* active by type "detail" right before exit or going back to select disk & partition.

    2. Make flashdrive bootable by getting to boot directory in Win7setup.iso
    f:\boot>bootsect /nt60 i:
    while f: == virtual CD drive && i: == flash drive

    3. Copy everything from ISO image to USB flashdrive
    c:\> robocopy f: i: /mir
    • CommentAuthorprune
    • CommentTimeJun 23rd 2009 edited
     permalink
    แอบเพิ่มเติมกันลีมใน diskpart
    list disk
    select disk x
    list partition
    select partition x
    detail


    ถ้ายังไม่ active ก็
    active
Add your comments
  • Format comments as
Attachments