Veröffentlicht 11. Februar 20223 j Hallo , wenn ich sudo woeusb --device /home/mike/Downloads/Win10_21H2_English_x64.iso /dev/sdb --target-filesystem NTFS bekomme ich folgende Fehlermeldung: "Failed to wait for daemon to reply : Connection timed ouT" Bearbeitet 11. Februar 20223 j von ti_ler2021
11. Februar 20223 j Hallo, was passiert, wenn du versuchst den USB Stick manuell zu Partitionieren und bei dem woeusb Tool die Partition statt dem Device angibst? Ansonsten gib mal bei dem Befehl noch den Parameter "--verbose" hinzu und poste hier mal die Ausgabe. MfG
11. Februar 20223 j Autor vor 2 Minuten schrieb Interrupt: Hallo, was passiert, wenn du versuchst den USB Stick manuell zu Partitionieren und bei dem woeusb Tool die Partition statt dem Device angibst? Ansonsten gib mal bei dem Befehl noch den Parameter "--verbose" hinzu und poste hier mal die Ausgabe. MfG mit --partition kriege ich check_runtime_parameters: Error: Target media "/dev/sdb" is not an partition! mit --verbose kriege ich Failed to wait for daemon to retply: Connection timed out
11. Februar 20223 j Zitat mit --partition kriege ich check_runtime_parameters: Error: Target media "/dev/sdb" is not an partition! Ja klar, weil du das Teil erstmals Partitionieren musst! Unter Ubuntu kannst du das ganz einfach mit der Laufwerksverwaltung machen. Anschließend gibst du bei dem Befehl nicht das Device sondern die Partition an. Also z.B. /dev/sdb1
11. Februar 20223 j Autor vor 4 Minuten schrieb Interrupt: Ja klar, weil du das Teil erstmals Partitionieren musst! Unter Ubuntu kannst du das ganz einfach mit der Laufwerksverwaltung machen. Anschließend gibst du bei dem Befehl nicht das Device sondern die Partition an. Also z.B. /dev/sdb1 die volle Fehlermeldung: WoeUSB v3.3.1 ============================== determine_target_parameters: Info: Target device is '/dev/sdb'. determine_target_parameters: Info: Target partition is '/dev/sdb1'. Mounting source filesystem... Wiping all existing partition table and filesystem signatures in /dev/sdb... /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... Creating new partition table on /dev/sdb... Failed to wait for daemon to reply: Connection timed out Failed to wait for daemon to reply: Connection timed out Creating target partition... Failed to wait for daemon to reply: Connection timed out Failed to wait for daemon to reply: Connection timed out Making system realize that partition table has changed... Wait 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. Failed to wait for daemon to reply: Connection timed out Failed to wait for daemon to reply: Connection timed out --2022-02-11 20:15:48-- https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img [following] --2022-02-11 20:15:48-- https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8003::154, 2606:50c0:8000::154, 2606:50c0:8002::154, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8003::154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1048576 (1,0M) [application/octet-stream] Saving to: ‘/tmp/WoeUSB.RcGUDc.tempdir/uefi-ntfs.img’ uefi-ntfs.img 100%[=======================>] 1,00M 6,64MB/s in 0,2s 2022-02-11 20:15:48 (6,64 MB/s) - ‘/tmp/WoeUSB.RcGUDc.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,119469 s, 4,4 MB/s The command "dd if="${download_directory}/uefi-ntfs.img" of="${uefi_ntfs_partition}"" failed with exit status "1", program is prematurely aborted Unmounting and removing "/media/woeusb_source_1644606213_62555"... You may now safely detach the target device
11. Februar 20223 j Ok. Und du hast bei dem Befehl den Parameter --partition hinzugefügt? Weil: Wiping all existing partition table and filesystem signatures in /dev/sdb... Generell verhält sich das Tool merkwürdig, da dieser irgendwas noch von Github herunterladen möchte. Mach den ganzen Prozess mal manuell: https://wiki.ubuntuusers.de/Windows-Installation_vom_USB-Stick/ Bearbeitet 11. Februar 20223 j von Interrupt
11. Februar 20223 j Autor vor 14 Minuten schrieb Interrupt: Ja klar, weil du das Teil erstmals Partitionieren musst! Unter Ubuntu kannst du das ganz einfach mit der Laufwerksverwaltung machen. Anschließend gibst du bei dem Befehl nicht das Device sondern die Partition an. Also z.B. /dev/sdb1 ich wollte es mit GParted partitionieren aber irgendwie öffnet sich das programm nicht
12. Februar 20223 j Autor vor 13 Stunden schrieb ti_ler2021: ich wollte es mit GParted partitionieren aber irgendwie öffnet sich das programm nicht Was mir geholfen hat: Insert your usb stick and open gparted. Delete whatever partitions you have on the device so it's blank. From the menu go Device-->Create Partition Table and select 'ms-dos'. Next create a single NTFS partition on the usb stick and set the label to msdos. Next right click on the partiton and go Manage Flags and choose the 'boot' option. Apply all settings and exit gparted. und dann von Terminal woeusb: sudo woeusb --partition /home/username/Downloads/Win10_21H2_English_x64.iso /dev/sdc1
Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.