0

I tried some programs to make a Windows bootable installation USB, like using Etcher, Rufus, WinUSB and more, but none of them are working ( WinUSB is not installing and gives me an error while I'm trying to add installation repository with this command):

xii69@xii69:~$ sudo add-apt-repository ppa:colingille/freshlight
Cannot add PPA: 'This PPA does not support focal'.

Somebody can tell me how to fix WinUSB installation or some other programs for this job?

xii69
  • 49
  • 2
    I have found that the only system capable of creating a bootable Windows installation USB device is Windows itself. You have two options: (1) Grab a Windows VM from Microsoft and run it with VirtualBox or VMware, use USB pass-through, and write the installation media (2) borrow a friend/family-member's Windows machine to create the USB stick – matigo Dec 20 '21 at 08:01
  • @matigo Nice thanks, and I have some more questions, I checked your page and it seems you are a professional Linux user, Do you have Discord? I want to ask you 1 or 2 more questions. My Discord ID : `xii69#2344 – xii69 Dec 20 '21 at 08:19
  • Does this answer your question? Unable to install package post adding ppa WoeUSB from ppa:tomtomtom/woeusb should work. – N0rbert Dec 20 '21 at 08:20
  • @N0rbert no didn't work, but anyway thanks. – xii69 Dec 20 '21 at 08:34
  • 4
    Try mkusb. It works with Windows 7 - 11 iso files. - Which version of Ubuntu are you running and which version of Windows are you trying to install? Are you sure that the Windows iso file was downloaded successfully? – sudodus Dec 20 '21 at 10:34
  • @sudodus Hello, I'm using Mint Linux version 20.2 Cinnamon edition, and I'm trying to make a bootable USB with Windows 10 64bit all in one iso file, I downloaded this iso directly from Microsoft and yes I'm sure its successfully downloaded, anyway ... thanks. – xii69 Dec 20 '21 at 14:15
  • 2
    I have successfully used Ventoy to boot my Windows installer from an Ubuntu-created USB. – user535733 Dec 20 '21 at 14:25
  • @user535733 Thank you a lot :D – xii69 Dec 20 '21 at 14:31
  • 2
    @xii69, mkusb is developed for Ubuntu and the Ubuntu family flavours, but works in Linux Mint too, so it should work to create a Windows 10 installer drive for you. - But please explain what you mean by 'all in one iso file'. Do you mean a multiboot iso file? In that case Ventoy is a good choice. Mkusb, Woeusb and Rufus make dedicated USB boot drives, not multiboot drives. – sudodus Dec 20 '21 at 15:25
  • 1
    @sudodus Hello, for All In One I mean all windows editions in 1 iso file like an iso with windows 10 pro, home and enterprice – xii69 Dec 22 '21 at 09:47
  • @karel Hello, no didn't but thank you anyway. – xii69 Dec 22 '21 at 09:48
  • @xii69, I think such an iso file will work with mkusb. If not, please let me know and specify that iso file (how to download it), so that I can make mkusb work with it. – sudodus Dec 22 '21 at 09:58
  • @sudodus Hello, C.S.Cameron's answer with pictures helped me a lot and yea works thanks, but i have another problem with my USB

    https://askubuntu.com/questions/1383263/usb-null-non-exist-problem-please-help

    and about ISO file, its Windows 10 64Bit all in one, I downloaded this file directly from Microsoft

    – xii69 Dec 22 '21 at 10:05
  • @xii69, You deleted that question. Is the problem solved? If not, analyze the problem with the USB drive according to this link, and I think you can make it work again. (It is possible that the hardware of the USB drive was damaged, such things can happen anytime, but it is more likely that there was 'confusion' or a damaged file system.) – sudodus Dec 22 '21 at 10:42
  • Questions about Linux Mint are on topic at https://unix.stackexchange.com/ – mchid Jan 02 '22 at 18:29

1 Answers1

3

Installing Windows using mkusb-plug

enter image description here

Step 1

enter image description here

Step 2

enter image description here

Step 3

[enter image description here]4]

Step 4

enter image description here

Step 5

enter image description here

Step 6

enter image description here

Step 7

enter image description here

Step 8

You should now have a USB installer ready to infect your computer with Windows

https://help.ubuntu.com/community/mkusb#Windows_USB_install_drive

C.S.Cameron
  • 19,519
  • Hello again, a long time elapsed and I need this mkusb again, but this time I'm using Kali 2021.4 and I can't install with that commands you said, I searched a lot for Debian & Kali installation but nothing of them worked, most helpful tutorial was linkthis link, I added the link manually at the directory and added the key, but gives me error for adding the key and I can't use this, can you help me this time again ? thanks error : my text is too long i post it in another command for u – xii69 Feb 02 '22 at 07:05
  • error : ┌──(xii69㉿xii69)-[~] └─$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 54B8C8AC Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Executing: /tmp/apt-key-gpghome.8X4E6lCx1v/gpg.1.sh --keyserver keyserver.ubuntu.com --recv 54B8C8AC gpg: keyserver receive failed: Server indicated a failure – xii69 Feb 02 '22 at 07:06