Skip to content

Instantly share code, notes, and snippets.

@pankaj-gecko
Created January 15, 2022 04:34
Show Gist options
  • Save pankaj-gecko/2a95200a01a8d3c325d809c2b519259a to your computer and use it in GitHub Desktop.
Save pankaj-gecko/2a95200a01a8d3c325d809c2b519259a to your computer and use it in GitHub Desktop.
COMMAND : sudo woeusb --device ~/Downloads/Win10_21H2_English_x64.iso /dev/sdb --target-filesystem NTFS
OUTPUT:
WoeUSB v3.3.1
==============================
Mounting source filesystem...
(BWiping all existing partition table and filesystem signatures in /dev/sdb...
(B/dev/sdb: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sdb: calling ioctl to re-read partition table: Success
Ensure that /dev/sdb is really wiped...
(BCreating new partition table on /dev/sdb...
(BCreating target partition...
(BMaking system realize that partition table has changed...
(BWait 3 seconds for block device nodes to populate...
Cluster size has been automatically set to 4096 bytes.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
--2022-01-15 13:30:54-- https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img
SSL_INIT
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 13.234.210.38
Connecting to github.com (github.com)|13.234.210.38|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img [following]
--2022-01-15 13:30:55-- https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img
SSL_INIT
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576 (1.0M) [application/octet-stream]
Saving to: '/tmp/WoeUSB.Dm93iP.tempdir/uefi-ntfs.img'
0K .......... .......... .......... .......... .......... 4% 5.33M 0s
50K .......... .......... .......... .......... .......... 9% 2.93M 0s
100K .......... .......... .......... .......... .......... 14% 5.88M 0s
150K .......... .......... .......... .......... .......... 19% 15.0M 0s
200K .......... .......... .......... .......... .......... 24% 3.26M 0s
250K .......... .......... .......... .......... .......... 29% 4.88M 0s
300K .......... .......... .......... .......... .......... 34% 10.3M 0s
350K .......... .......... .......... .......... .......... 39% 6.68M 0s
400K .......... .......... .......... .......... .......... 43% 13.8M 0s
450K .......... .......... .......... .......... .......... 48% 2.80M 0s
500K .......... .......... .......... .......... .......... 53% 6.93M 0s
550K .......... .......... .......... .......... .......... 58% 10.1M 0s
600K .......... .......... .......... .......... .......... 63% 4.21M 0s
650K .......... .......... .......... .......... .......... 68% 19.6M 0s
700K .......... .......... .......... .......... .......... 73% 6.71M 0s
750K .......... .......... .......... .......... .......... 78% 6.29M 0s
800K .......... .......... .......... .......... .......... 83% 2.83M 0s
850K .......... .......... .......... .......... .......... 87% 7.98M 0s
900K .......... .......... .......... .......... .......... 92% 6.04M 0s
950K .......... .......... .......... .......... .......... 97% 10.5M 0s
1000K .......... .......... .... 100% 1.63M=0.2s
2022-01-15 13:30:55 (5.35 MB/s) - '/tmp/WoeUSB.Dm93iP.tempdir/uefi-ntfs.img' saved [1048576/1048576]
dd: writing to '/dev/sdb2': No space left on device
1025+0 records in
1024+0 records out
524288 bytes (524 kB, 512 KiB) copied, 0.260214 s, 2.0 MB/s
The command "dd if="${download_directory}/uefi-ntfs.img" of="${uefi_ntfs_partition}"" failed with exit status "1", program is prematurely aborted
(BUnmounting and removing "/media/woeusb_source_1642221037_78496"...
(BYou may now safely detach the target device
(B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment