Outils pour utilisateurs

Outils du site


public:create_windows_10_usb_installation_disk

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

public:create_windows_10_usb_installation_disk [2020/03/31 09:31] – créée pcoudercpublic:create_windows_10_usb_installation_disk [2020/03/31 09:53] (Version actuelle) pcouderc
Ligne 8: Ligne 8:
  
 Save the partitio table (w). Save the partitio table (w).
 +
 +Format the UEFi partition and the NTFS one :
 +
 +<code>
 +mkfs -t vfat /dev/sdZ1
 +mkfs -t ntfs /dev/sdZ2
 +</code>
 +
 +Download a [[https://www.microsoft.com/fr-fr/software-download/windows10ISO|Win10 CD from Microsoft]] and mount it with :
 +<code>
 +sudo mount -o loop -t iso9660 /chemin/vers/image.iso /mnt
 +</code>
 +
 +Then :
 +  * copy /mnt/sources on /dev/sdZ2
 +  * copy all other files and directories on /dev/sdZ1
 +  * finish by creating sources directory in /dev/sdZ1 and copying sources/boot.wim in it 
 +
 +(WARNIN : not tested!)
 +
 +(source from https://techbit.ca/2019/02/creating-a-bootable-windows-10-uefi-usb-drive-using-linux/ where can be found less arid instructions...)
 +
public/create_windows_10_usb_installation_disk.1585647098.txt.gz · Dernière modification : 2020/03/31 09:31 de pcouderc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki