diskpart
list disk
select disk ?
clean
create partition primary
select partition 1
active
format fs=ntfs quick label=”Win8-RP-x64”
-- OR -- FS=FAT32
exit
(g: windows 8 DVD)
C:\Windows\system32>g:
G:\>cd boot
Run "bootsect /help" for detailed usage instructions.
G:\boot>bootsect /nt60 e:
Target volumes will be updated with BOOTMGR compatible bootcode.
Bootcode was successfully updated on all targeted volumes.
G:\boot>exit
xcopy g:\*.* e:\ /E /H /F
-----------------------
bcd
bcdedit
bootcfg
fixboot
fixmbr
bootsect
=========================
fdisk
fdisk /mbr
format [/s]
sys
=========================
fdisk
mkfs.ext4
=========================
No comments:
Post a Comment