Overblog Tous les blogs Top blogs Économie, Finance & Droit Tous les blogs Économie, Finance & Droit
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU
http://kdut.over-blog.com/

kdut.over-blog.com/

Publicité

Usb Windows To Mac



Many times you want to install Windows 10 on a Mac computer with the intention of running your favorite windows games, applications which don't have a version for Mac OS, or solve some Windows issue especially for boot-related issues. Regardless of the causes, you need to first create a Windows 10 bootable USB from ISO on Mac OS. As a Mac users, you might know that Apple provides an custom-tailored solution called Bootcamp to help create a Windows bootable USB. But in fact, creating Windows bootable USB on Mac isn't as straightforward as you think, in the creating process, naturally there will be a variety of problems.

We've also received lots of emails from readers asking why Bootcamp wouldn't allow me to use Windows 10, despite the fact that my laptop is compatible. BootCamp doesn't always work well, especially in creating Windows 10 bootable USB installation media, the most common errors you will encounter: 'failed to load BOOTMGR' or 'not Enough Space'. Another reason is Apple has already stripped the ability to make Windows 10 bootable USB in last release of Mac OS, and it is a problem because that require uses other tools. It's believed that each software has its own pros and cons, Boot Camp is no exception. But it's still a outstanding tool which is developed by Apple, so, this article will give priority to Boot Camp and also shows 4 intuitive approach to help you make a Windows 10 bootable USB on mac with or without Boot Cam Assistant.

Download Windows 10 ISO file to create bootable USB from iso on Mac Note: Ascertain that it is Windows 10 version 1511 since older versions don't let you use Windows 7 or 8 keys to activate. Moreover, ignore the 'K', 'N', 'KN', 'Simple Language' or other suffixes. Step 2 - Copy Windows Setup to the USB flash drive. Use File Explorer to copy and paste the entire contents of the Windows product DVD or ISO to the USB flash drive. Optional: add an unattend file to automate the installation process. For more information, see Automate Windows Setup. Formatting With Windows 8.1: Insert the USB drive into an open port on your Windows computer.

Method #1: Create A Bootable Windows 10/8/7 USB on Mac with Bootcamp

As a dual-boot booting tool, Boot Camp Assistant is highly regarded in the field of creating Windows 7/8/10 bootable USB since it was released, it provides the ability to download drivers, re-partition, and add new partition on your Mac. But sometimes you will find bootcamp tool doesn't allow any customization of the process. Before using it, you need to know that your USB installation media will be formatted as FAT32 file system, which can't store files larger than 4 GB. Let's see how it works.

Step 1. First of all, make sure you've download a Windows 10, or Win7, 8 ISO image file on your Mac computer. Then you need to move ISO file to your USB drive by using Boot Cam.

Step 2. Now, insert your USB dive with at least 8GB to your Mac computer, make sure you've created a copy for your important file because your USB will be formatted.

Step 3. Launch the Boot Cam Assistant from Utilities, then check the two options: Create a Windows installation disk and Install Windows 7 or later version. Click Continue to proceed.

Step 4. when you go to this step, Boot Cam Assistant will detect and locate your ISO image file, click choose button to find and import the right one, and click continue. It may take some times to format your USB, please wait.

Step 5. When the process is complete, you will see that your USB drive will be renamed as WINNSTALL, this is your windows 10 bootable USB tool! Click Quit to close the app and then Eject the USB drive.

That's it! You've successfully made a bootable USB drive with Windows 10 OS, and you can use it to configure new Windows 10 PCs from scratch.

Method #2: Create A Bootable Windows 10 USB On Mac with PassCue for ISO

Making a bootable USB is not as easy as copying ISO file to your USB drive,it requires professional ISO writing tool to burn it to USB drive instead of copying. For Mac users, There may have many chance to encounter some unknown errors when using Bootcamp to create a Windows 10 USB disk on Mac, like Bootcamp failed to load bootmgr, not recognizing iso or usb not enough space,etc. So you desperately need to find a way to create bootable USB without Bootcamp.

Fortunately, PassCue for ISO is a wonderful tool which can burn, create, edit and extract ISO files from any files, folders and operating system files. It has been adopted on a large scale by various users and widely recommended. It provides 5 key functions for your ISO operations including: Burn ISO, Extract ISO, Edit ISO, Create ISO and copy disc, it works very effectively in both Windows and Mac OS.

Step 1. Get the software downloaded from above button and install it on your Mac with proper step instructions. Launch the tool with admin privileges to enable every kind of possible authorities. Once the tool screen turns up, you should see there are five functions including Burn, Extract, Cretae, Edit and Copy Disc. To make a Windows 10 bootable USB, then you need to choose the first option 'Burn' and next.

Step 2. As you can see, you're allowed to create a Windows 10 bootable disk with USB drive or DVD/CD, here, just insert your USB drive to your Mac, then import ISO file by clicking browse button. Select your file format from the 'System File' section as FAT, FAT 32, NTFS.

Windows To Mac Theme

Step 3. In the partition style, it provide two mode to choose based on your ISO file: MBR or UEFI. If MBR won't boot, then change UEFI mode to create again. When all settings are complete, click Burn button to begin, it will take 5 - 10 minutes to complete the burning process.

Step 4. When the burning is complete, you can open your USB drive and see there are many boot files inside it. Take out of your USB drive and try to install Windows OS on your other computers.

As you can see, this method is so easy and safe! Never damages your ISO file. If you don't find the method satisfactory and have plans to try out a different approach, you are most welcome to do so. Card five lbr150 driver.

Part 3 : Create A Windows 10 Bootable USB on Mac without Bootcamp

As we mentioned above, creating a bootable USB Windows 7/8/10 on mac OS isn't as simple as you might think. You will need Terminal tool on Mac to perform some command. Before we start make sure you have an effective ISO file and have USB flash drive with not less than 4GB capacity. Here are the steps to be performed on a Mac to create a Windows 10 USB Bootable Installation Drive on mac.


Step 1. Connect your USB drive to your Mac.

Step 2. Open a Terminal (under Utilities)

Step 3. Now you need to Run diskutil list and confirm the device node assigned to your USB flash media disk2.

Step 4. Type the following command.

hdiutil convert -format UDRW -o ~/path/to/windows-10-iso.img ~/path/to/windows-10-iso.iso

Step 5. Replace /path/to/downloaded.iso with the path to where the image file is located; for example, ./windows10.iso). This command will convert the ISO file to IMG format.

Step 6. Type the following command to check the location of your USB drive:

diskutil list

Step 7. Next, you need to type the command to Unmount the USB drive, then replace /dev/diskX with the location of your USB drive.

diskutil unmountDisk /dev/diskX

Step 8. Finally, run the following command to create Windows 10/8/7 bootable USB on Mac.

sudo dd if=/path/to/windows-10-iso.img of=/dev/rdiskX bs=1m

Step 9 . Then try to replace /path/to/windows-10-iso with the real filepath of the ISO file and /dev/diskX with the location of the USB drive. This command will take some time, and once it's complete, you can eject the USB drive by this command: diskutil eject /dev/diskX

Once the process is complete, you can see the data will be copied and your USB will be bootable.

Part 4 : Create Bootable USB Windows 10 on Mac with UNetbootin

UNetbootin is free software and the latest release of new features in UNetbootin focuses on cross-platform technology that allows you create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without a CD. It can run on Mac, Windows and Linux. https://zzbl.over-blog.com/2021/02/how-to-add-music-in-imovie-mac.html. Now, I will show a detailed tutorial.

Step 1. Like other method 1, you can also need to check the path name of the USB drive. After you insert your USB to your Mac, open the Disk utility on Mac OS X, select the USB drive from the left panel and click Info button. Write down the USB name info for the next usage.

Step 2. Now, you need to download UNetbootin tool then install it on your Mac, launch it. And copy the app to the /Application folder. Select the Diskimage button and import your ISO image file.

Step 3. In the panel, select the USB drive in the Type option, and select your USB drive on UNetbootin. Click on the OK button and wait to the process end!

In my opintion, It's easy to use and doesn't damages your system. But there still some users reported that UNetbootin is not working. Good luck to you!

Related Articles

https://7habermocho3x.wixsite.com/downloaddocu/post/bloom-1-0-493-download-free. This tutorial will show you how to create a Windows To Go USB drive that supports Mac computers, then you can run Windows to go on a Mac computer to complete the work that must be done under Windows.

I hav a late 2016 MacBook Pro with MacOS and Windows 10 Pro dual systems installed on it, so far so good, but I only use Windows 10 Pro to play some games that can't be run on MacOS. Now I'm trying to get rid of my Bootcamp installation, because of low space on main SSD drive. I noticed that WinToUSB can install Windows to a USB drive, can the Windows USB drive created by WinToUSB be started from a Mac computer? How do I make it? Could let me know step by step for using your tools.

Usb Windows To Mac

Yes, the Windows To Go USB drive created by WinToUSB can be started from a Mac computer, but not all Windows To Go USB drive created by WinToUSB can be started from a Mac computer. So we need to understand what causes the WinToUSB USB drive to fail to boot and then we can effectively avoid it.

1. Now All of Apple's computers use Intel CPUs, and Apple selected the Intel-designed Extensible Firmware Interface (EFI) as its BIOS firmware to replace the Open firmware used on the PowerPC architecture. So in order to boot a Mac computer, we have to make sure that the Windows To Go USB drive that we created supports EFI booting.
2. For booting Windows on an (U)EFI-based computer, the Windows version must match the PC architecture, that means a 64-bit (U)EFI-based computer can only boot 64-bit versions of Windows and a 32-bit (U)EFI-based computer can only boot 32-bit versions of Windows. Mac computers use 64-bit Intel CPUs, so make sure you use 64-bit Windows to create Windows To Go.

Tutorial to create and run Windows To Go on a Mac computer with WinToUSB.

Step 1. Download Mac Boot Camp Support Software for Windows To Go, please refer to:
How to download Boot Camp Windows Support Software for Windows To Go?

Step 2. Copy the Boot Camp Support Software downloaded in the previous step to the computer with an installed copy of WinToUSB, and connect the destination external hard drive or USB flash drive to this computer, then run WinToUSB.

Step 3. Click the button, then click the button and select the Windows installation ISO file from the open dialog box.

Step 4. WinToUSB scans for and lists available operating systems. Pleae select the edition of Windows you want to install, then click 'Next'.

Step 5. Select the destination drive in the drop-down list. If the drive is not correctly recognized by WinToUSB, please click the button for the program to recognize the drive.

Step 6. A pop-up will appear asking you if you want to format it to continue, select the partition scheme you want to use and click 'Yes' to format it. Mac computer is a UEFI based computer, so you have to select the 'GPT for UEFI' or 'MBR for BIOS and UEFI' option as the partition scheme. If you choose 'Keep the existing partition scheme', you need to manually prepare the partitions on the USB drive before this step, and here is the user guide on how to manually prepare partitions for Windows To Go. Please note that the 'Keep the existing partition scheme' option is valid only for an external disk.

Step 7. Select the system partition and boot partition from the partition list, the selected partitions will be marked as red, specify the directory of the additional drivers as the save path of Boot Camp Support Software, then click 'Next'.

Tips:
  1. The directory of the additional drivers you specify should only contain drivers that need to be injected into Windows. If this directory contains too many useless files, the process of injecting drivers will become very slow.

Step 8. After clicking 'Next', WinToUSB begins installing Windows.

Step 9. It takes some time to install. After installation, safely unplug the USB drive from the Windows computer, then connect the USB drive to the Mac computer you want to boot. If you have only the USB-C interface on your Mac computer, you will need to use the USB-C to USB Adapter to connect the USB device to your Mac computer.

Step 10. Power on the Mac computer, and then immediately hold down the Option key, then select the USB drive and press Return to boot from it.

Step 11. Windows normal installation starts up and you have to complete all the installation steps. If the Mac's own keyboard or touchpad does not work, you have to use an external USB keyboard or mouse to complete the installation. After that, you can install Windows Support Software (Boot Camp drivers), programs, copy files, etc.

Now you know how to create and run Windows To Go on a Mac computer with the best free Windows To Go Creator WinToUSB, you can also use WinToUSB to clone existing Windows to a USB drive and then boot Windows from that USB drive on a Mac computer.
Related Guides

If you own a Mac and would like to run Windows on your device, you will need to create a Windows 10 bootable USB. You can use your Mac, even if it is running Mac OS to create this. It can also be useful if you want to install Windows on a new PC that you have built or if you have replaced the hard drive on your PC and you need to reinstall Windows 10. There is a range of other reasons as to why you may need to create a Windows 10 bootable USB. This article will show you how to create a Windows 10 bootable USB in 4 different ways.

Method 1: Use Boot Camp Assistant on Mac

In order to create a bootable USB using Boot Camp, you will require a USB that has 16GB of storage, or more. Please note that Boot Camp is not supported in macOS Mojave and later.

Compare Windows And Mac Os
  • Insert a USB drive into your Mac.

  • Open Bootcamp Assistant on your Mac.

  • Tick the box for 'create a Windows 7 or later version install disk' and uncheck the 'Install Windows 7 or later version' option. Then click on continue.

  • Download a Windows 10 .iso file from the Microsoft website or another reliable site. Keep this in a location that is easily found (such as the Downloads folder).

  • Bootcamp will locate the downloaded iso file automatically however if it is not found, you can use the'choose' button to locate it manually.

  • Click on Continue and wait until the USB is formatted and set up to become a bootable drive.

  • Once the process has been completed by the Bootcamp Assistant, the USB will have been renamed. You can now quit Bootcamp and then Eject the USB to safely remove it.

Usb Windows To Mac Mojave

This will have created a Windows 10 bootable USB using a Mac that can now be used on your PC.

Method 2: Use Disk Utility on Mac

If you are running an older version of Mac, you can use the built-in Disk Utility app to create a Windows 10 bootable USB drive. As this is only compatible with older versions of Mac OS, it is recommended that you use an alternative method.

  • Plug in your USB and open the disk utility tool.

  • Right-click on your USB drive on the left and format the drive (which will remove all the data) with MS-DOS (FAT).

  • Drag the Windows ISO file to the USB drive and the ISO file will begin to write on the USB.

Method 3: Use UNetbootin on Mac

UNetbootin is free to use and allows you to make a bootable USB drive for Windows 10 using your Mac. Again, like the first method, you will need a USB drive (with a capacity of 16GB as a minimum recommendation) and you will also need to download the .iso file and keep it in a memorable location.

  • Plug in your USB drive into your Mac.

  • Open Disk Utility and select your USB drive on the left. Click on the info button and write down the device name.

  • Download and install the UNetbootin utility.

  • Choose the 'Diskimage' button and then click on the '…' button to select the iso file that you have downloaded.

  • Set the Type as USB Drive and select the device name of your USB drive that you have noted down earlier.

  • Click OK and wait for the USB to be formatted to a bootable drive. Moby dick game.

Method 4: Use Terminal on Mac

The Terminal app is more complicated to use than other methods however it does not require you to use a third-party application in order to create a Windows 10 bootable USB drive. Again, you will need a USB drive.

  • Connect your USB drive to the Mac and then launch Terminal.

  • Type 'diskutil list' and hit the enter/return key to see a list of all connected drives.

  • Identify your USB drive and note down the name, such as disk3.

  • Run the command 'diskutil eraseDisk MS-DOS 'WINDOWS10' GPT disk3' without the quotation marks and you can replace the '3' at the end with the correct number.

  • Download the iso file for Windows 10 and save it in the Downloads folder if it hasn’t been saved there already.

  • Mount the .iso image by using the command 'hdiutil mount ~/Downloads/WINDOWS10IMAGE.iso' where you can replace the 'WINDOWS10IMAGE with the name of your downloaded file. Note the name of the mounted iso, which can be found by looking at the terminal. It will be similar to /Volumes/MOUNTED-NAME.

  • Next, run the command 'cp -rp /Volumes/MOUNTED-ISO/* /Volumes/WINDOWS10/' where you can replace MOUNTED with the name of your mounted ISO.

  • Once the command has finished and your files have been moved over to the USB drive, you will need to run the command 'hdiutil unmount /Volumes/MOUNTED-ISO', again replacing the word MOUNTED with the correct name.

  • Close the terminal and eject your USB drive. This can now be used as a bootable drive.

Additional Tip: One Click to Create Windows 10 Bootable USB to Reset Password

If you want to create Windows 10 bootable USB to reset the login password, we recommend a very easy to use tool to you. It is Passper WinSenior. This is only compatible with Windows however it is much easier than using the above methods which require you to complete most of the work. WinSenior automatically completes the process for you so there is a much lower risk of failing when trying to create a Windows 10 bootable USB drive. This is the recommended method when using third-party software. As this tool is extremely easy to use, it can be used by anyone. This is because you do not need any expert knowledge in how Windows works in order to reset a password.

Check more details here to know how to use Passper WinSenior.





Publicité
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article