How to create a bootable USB Windows OS using Mac OS XCreate a Windows 7 install USB from OS X?What is the...

GPS Rollover on Android Smartphones

What would happen to a modern skyscraper if it rains micro blackholes?

whey we use polarized capacitor?

The use of multiple foreign keys on same column in SQL Server

Do Phineas and Ferb ever actually get busted in real time?

Pronouncing Dictionary.com's W.O.D "vade mecum" in English

How to make payment on the internet without leaving a money trail?

How can I automatically replace [[ and ]] with the [LeftDoubleBracket] and [RightDoubleBracket] operators?

Continuity at a point in terms of closure

Why don't electromagnetic waves interact with each other?

How can bays and straits be determined in a procedurally generated map?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Compute hash value according to multiplication method

Email Account under attack (really) - anything I can do?

Can I make popcorn with any corn?

If Manufacturer spice model and Datasheet give different values which should I use?

What defenses are there against being summoned by the Gate spell?

Why is an old chain unsafe?

How long does it take to type this?

What would the Romans have called "sorcery"?

Is the month field really deprecated?

Do any Labour MPs support no-deal?

I probably found a bug with the sudo apt install function



How to create a bootable USB Windows OS using Mac OS X


Create a Windows 7 install USB from OS X?What is the difference between ISO and DMG images?How can I set boot flags on a USB device from OS X El Capitan?Clean install Windows on a Mac on new SSDHow to install mac on a new hard disk without a dvd or bootble usbMac OS X 10.9.3 Bootcamp: “No bootable devices.”Can't install OS with bootable USB — Reboot and select proper boot deviceHow to use Windows to create a bootable Mac OS X 10.10 (Yosemite) USB flash drive?macbook pro does not see bootable USBInstall windows 8.1 on mac pro “we couldn't create a new partition…”Make a bootable Mac OS USB which also can be read on Windows without extra softwareCan't Format my USB disk after trying to make it an install bootable key for LinuxCreate bootable usb for UEFI on mac os Sierra






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







42















I'm having trouble here because of my PC got infected today and I've tried everything to get it back to normal, but the only option left for me now is to do a clean install.



Now, what happens is that I have MacBook Pro with 8GB USB.



I've downloaded Windows 7 from my college website [With license not pirated] and wanted to make a bootable USB, so I can format my PC to get it working again.



My question is how to create a bootable USB to install Windows on my Mac OS X without using DiskUtilities.










share|improve this question

























  • There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

    – Sarge Borsch
    Nov 23 '14 at 14:16


















42















I'm having trouble here because of my PC got infected today and I've tried everything to get it back to normal, but the only option left for me now is to do a clean install.



Now, what happens is that I have MacBook Pro with 8GB USB.



I've downloaded Windows 7 from my college website [With license not pirated] and wanted to make a bootable USB, so I can format my PC to get it working again.



My question is how to create a bootable USB to install Windows on my Mac OS X without using DiskUtilities.










share|improve this question

























  • There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

    – Sarge Borsch
    Nov 23 '14 at 14:16














42












42








42


20






I'm having trouble here because of my PC got infected today and I've tried everything to get it back to normal, but the only option left for me now is to do a clean install.



Now, what happens is that I have MacBook Pro with 8GB USB.



I've downloaded Windows 7 from my college website [With license not pirated] and wanted to make a bootable USB, so I can format my PC to get it working again.



My question is how to create a bootable USB to install Windows on my Mac OS X without using DiskUtilities.










share|improve this question
















I'm having trouble here because of my PC got infected today and I've tried everything to get it back to normal, but the only option left for me now is to do a clean install.



Now, what happens is that I have MacBook Pro with 8GB USB.



I've downloaded Windows 7 from my college website [With license not pirated] and wanted to make a bootable USB, so I can format my PC to get it working again.



My question is how to create a bootable USB to install Windows on my Mac OS X without using DiskUtilities.







macos usb bootable-media






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







Ali

















asked May 7 '12 at 1:59









AliAli

71451731




71451731













  • There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

    – Sarge Borsch
    Nov 23 '14 at 14:16



















  • There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

    – Sarge Borsch
    Nov 23 '14 at 14:16

















There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

– Sarge Borsch
Nov 23 '14 at 14:16





There is no way to do this, at least if trying to use Windows 8.1. (All answers posted here at the moment are not working)

– Sarge Borsch
Nov 23 '14 at 14:16










6 Answers
6






active

oldest

votes


















29














OK. Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac... they won't make it bootable though... read on...





  1. Open a Terminal (under Utilities)


  2. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2)


  3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)


  4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)


  5. Run diskutil eject /dev/diskN, and remove your flash media when the command completes (this can take a few hours on slower drives)





Now... after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over. So... that article may prove useful, but probably not. I can find other copies of Live USB helper out there, but they are all Windows executables.



One method that will work is to swap the hard drive out of the PC and into the Mac. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. Once it is up and running (don't worry about drivers yet), follow these steps.




  1. Run Command Prompt as administrator

  2. Type to Command Prompt: %windir%System32SysprepSysprep.exe, and hit Enter

  3. In sysprep dialog that opens, choose “System Cleanup Action” as “Enter System Out-of-Box-Experience (OOBE)”, select “Generalize”, and select “Shutdown Options” as “Shutdown”. Click “OK”

  4. Sysprep generalizes now your Windows 7 setup and shuts down your computer.
    Do not run any other programs during this phase!

  5. Remove the drive from your Mac. Put it back into the PC.

  6. Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default and updating registry. One or two reboots are needed, depending on your system specifications

  7. When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation


All that is from here, but it applies in this situation a well, since you would be moving a Windows 7 installation from one computer to another. Considering that trying to make a Windows bootable USB stick with a Mac requires tools that either don't exist any more or are not being developed any more... this second method will most likely prove more dependable.






share|improve this answer





















  • 1





    Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

    – Bon Gart
    May 7 '12 at 2:35






  • 1





    Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

    – Bon Gart
    May 7 '12 at 2:42



















16














Assuming you have burnt your Windows CD into a ISO file with the tools like:
http://burn-osx.sourceforge.net/Pages/English/home.html


1. Jump into a folder here http://sourceforge.net/projects/unetbootin/files/UNetbootin/

2. Get the latest version of zip archive with the keyword "mac" in the filename.

3. Download and open it up on your Mac OS X desktop.

4. On Unetbootin interface, choose [Diskimage]->[ISO] and then select the Windows ISO file on your local hard drive.

5. Select the right USB Drive and then click [OK] to start writing ISO data onto your USB drive.



Once done, you're ready to boot your computer with this bootable USB drive, like a DVD installation disk.






share|improve this answer
























  • I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

    – Nakilon
    Nov 30 '13 at 9:56











  • ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

    – Ken Pega
    Feb 24 '14 at 23:42






  • 1





    This did not work with my Windows 8.1 iso.

    – 2rs2ts
    Jul 11 '14 at 15:20






  • 1





    Not working for me, trying to install Windows XP in an old laptop.

    – fguillen
    Feb 23 '15 at 20:07






  • 2





    Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

    – Neeme Praks
    Jun 22 '15 at 16:55



















8














You could also use VirtualBox on your Mac and install Windows quickly, then use Windows to create the media for the PC. You just need to allow windows to read from the USB port.



Microsoft published free to use Windows virtual machines for Internet Explorer testing purposes, but you can also use them to create a bootable USB stick.



To allow Windows to read from the USB port you'll need to install the VirtualBox Extension Pack. Then you can enable the USB 2.0 (EHCI) Controller in the virtual machine's settings (Ports -> USB).



Then when you insert the USB stick, it will probably first be detected by OS X, and since only one OS at a time can acces the port, you should eject it in OS X. Then it should automatically show up in Windows. If it's not, try to click the USB cable connection icon at the right bottom in the virtual machine. The USB port should be listed there and when you click it it should be mounted.



Then you can use a tool such as Rufus to create a bootable USB stick.






share|improve this answer


























  • I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

    – davidtbernal
    Aug 5 '12 at 18:45













  • Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

    – Neeme Praks
    Jun 22 '15 at 16:57



















4














There is another method that I found myself that is also useful (for someone else too I hope)



If you have Windows installed on your mac like in Parallel or Vmware



You can download those software like Windows 7 USB DVD Download Tool which is from Microsoft website. This will make a bootable for you and you can use it with your PC.



And there are plenty to choose out there, but you still need windows.






share|improve this answer































    2














    As none of the answers I found on the internet worked for me, here are the steps that I ended up following.



    First of all, brief description of my setup:




    • I want to install Windows 7 (32-bit) on a PC (not on a Mac) using a USB removable media (8GB)

    • I have an ISO image of the installation DVD

    • I want to prepare the USB media on my Mac (OS X 10.10 Yosemite)

    • my MacBook Pro only has USB 3.0 ports


    What I tried:




    • the typical suggestion of using hdiutil to convert ISO to UDRW IMG and then using dd to copy it to the USB. While I did not encounter any errors, the resulting USB media was not bootable.

    • using UNetbootin to create the media (supplying Windows installer ISO as custom ISO). While I did not encounter any errors and the resulting USB media seemed to be bootable, it just crashed during boot (started to boot then halted the system, no error).

    • using Windows inside VirtualBox to write to the USB stick did not work either, as VirtualBox does not support USB 3.0 yet (I even updated by VirtualBox to 5.0.0 RC1 but still no luck. Maybe newer versions will work)


    SOLUTION



    As none of the above worked, I ended up first installing Ubuntu and then used that Ubuntu installation (it has GRUB2!) to create a bootable USB stick.






    share|improve this answer

































      0














      If you search the web for "windows 7 unetbootin", there are various hits that claim that UNetbootin works fine for installing Windows 7, even though this utility is typically used for installing Linux distributions via USB. You may want to give it a try. UNetbootin is supposed to run on Mac OS X, though I have no direct experience with that.






      share|improve this answer



















      • 3





        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

        – Neeme Praks
        Jun 22 '15 at 16:57










      protected by Community Sep 7 '12 at 10:54



      Thank you for your interest in this question.
      Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



      Would you like to answer one of these unanswered questions instead?














      6 Answers
      6






      active

      oldest

      votes








      6 Answers
      6






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      29














      OK. Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac... they won't make it bootable though... read on...





      1. Open a Terminal (under Utilities)


      2. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2)


      3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)


      4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)


      5. Run diskutil eject /dev/diskN, and remove your flash media when the command completes (this can take a few hours on slower drives)





      Now... after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over. So... that article may prove useful, but probably not. I can find other copies of Live USB helper out there, but they are all Windows executables.



      One method that will work is to swap the hard drive out of the PC and into the Mac. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. Once it is up and running (don't worry about drivers yet), follow these steps.




      1. Run Command Prompt as administrator

      2. Type to Command Prompt: %windir%System32SysprepSysprep.exe, and hit Enter

      3. In sysprep dialog that opens, choose “System Cleanup Action” as “Enter System Out-of-Box-Experience (OOBE)”, select “Generalize”, and select “Shutdown Options” as “Shutdown”. Click “OK”

      4. Sysprep generalizes now your Windows 7 setup and shuts down your computer.
        Do not run any other programs during this phase!

      5. Remove the drive from your Mac. Put it back into the PC.

      6. Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default and updating registry. One or two reboots are needed, depending on your system specifications

      7. When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation


      All that is from here, but it applies in this situation a well, since you would be moving a Windows 7 installation from one computer to another. Considering that trying to make a Windows bootable USB stick with a Mac requires tools that either don't exist any more or are not being developed any more... this second method will most likely prove more dependable.






      share|improve this answer





















      • 1





        Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

        – Bon Gart
        May 7 '12 at 2:35






      • 1





        Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

        – Bon Gart
        May 7 '12 at 2:42
















      29














      OK. Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac... they won't make it bootable though... read on...





      1. Open a Terminal (under Utilities)


      2. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2)


      3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)


      4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)


      5. Run diskutil eject /dev/diskN, and remove your flash media when the command completes (this can take a few hours on slower drives)





      Now... after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over. So... that article may prove useful, but probably not. I can find other copies of Live USB helper out there, but they are all Windows executables.



      One method that will work is to swap the hard drive out of the PC and into the Mac. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. Once it is up and running (don't worry about drivers yet), follow these steps.




      1. Run Command Prompt as administrator

      2. Type to Command Prompt: %windir%System32SysprepSysprep.exe, and hit Enter

      3. In sysprep dialog that opens, choose “System Cleanup Action” as “Enter System Out-of-Box-Experience (OOBE)”, select “Generalize”, and select “Shutdown Options” as “Shutdown”. Click “OK”

      4. Sysprep generalizes now your Windows 7 setup and shuts down your computer.
        Do not run any other programs during this phase!

      5. Remove the drive from your Mac. Put it back into the PC.

      6. Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default and updating registry. One or two reboots are needed, depending on your system specifications

      7. When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation


      All that is from here, but it applies in this situation a well, since you would be moving a Windows 7 installation from one computer to another. Considering that trying to make a Windows bootable USB stick with a Mac requires tools that either don't exist any more or are not being developed any more... this second method will most likely prove more dependable.






      share|improve this answer





















      • 1





        Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

        – Bon Gart
        May 7 '12 at 2:35






      • 1





        Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

        – Bon Gart
        May 7 '12 at 2:42














      29












      29








      29







      OK. Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac... they won't make it bootable though... read on...





      1. Open a Terminal (under Utilities)


      2. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2)


      3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)


      4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)


      5. Run diskutil eject /dev/diskN, and remove your flash media when the command completes (this can take a few hours on slower drives)





      Now... after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over. So... that article may prove useful, but probably not. I can find other copies of Live USB helper out there, but they are all Windows executables.



      One method that will work is to swap the hard drive out of the PC and into the Mac. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. Once it is up and running (don't worry about drivers yet), follow these steps.




      1. Run Command Prompt as administrator

      2. Type to Command Prompt: %windir%System32SysprepSysprep.exe, and hit Enter

      3. In sysprep dialog that opens, choose “System Cleanup Action” as “Enter System Out-of-Box-Experience (OOBE)”, select “Generalize”, and select “Shutdown Options” as “Shutdown”. Click “OK”

      4. Sysprep generalizes now your Windows 7 setup and shuts down your computer.
        Do not run any other programs during this phase!

      5. Remove the drive from your Mac. Put it back into the PC.

      6. Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default and updating registry. One or two reboots are needed, depending on your system specifications

      7. When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation


      All that is from here, but it applies in this situation a well, since you would be moving a Windows 7 installation from one computer to another. Considering that trying to make a Windows bootable USB stick with a Mac requires tools that either don't exist any more or are not being developed any more... this second method will most likely prove more dependable.






      share|improve this answer















      OK. Here are some instructions from Gizmodo that will put the ISO onto the flash drive with a Mac... they won't make it bootable though... read on...





      1. Open a Terminal (under Utilities)


      2. Run diskutil list and determine the device node assigned to your flash media (e.g., /dev/disk2)


      3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)


      4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)


      5. Run diskutil eject /dev/diskN, and remove your flash media when the command completes (this can take a few hours on slower drives)





      Now... after you read all that, on the Gizmodo page it says that if you want to make it bootable you should use a utility called Live USB helper they link to (which isn't there any more) and use a Mac mounting tool (which isn't there either!) to force the ISO to mount on the Mac so you can copy the files over. So... that article may prove useful, but probably not. I can find other copies of Live USB helper out there, but they are all Windows executables.



      One method that will work is to swap the hard drive out of the PC and into the Mac. Put your Windows 7 installation disc into the Mac optical drive, and install Windows 7 on that drive. Once it is up and running (don't worry about drivers yet), follow these steps.




      1. Run Command Prompt as administrator

      2. Type to Command Prompt: %windir%System32SysprepSysprep.exe, and hit Enter

      3. In sysprep dialog that opens, choose “System Cleanup Action” as “Enter System Out-of-Box-Experience (OOBE)”, select “Generalize”, and select “Shutdown Options” as “Shutdown”. Click “OK”

      4. Sysprep generalizes now your Windows 7 setup and shuts down your computer.
        Do not run any other programs during this phase!

      5. Remove the drive from your Mac. Put it back into the PC.

      6. Boot the PC from sysprep generalized hard disk. You will notice Windows booting as if it was the first boot after installation, installing default and updating registry. One or two reboots are needed, depending on your system specifications

      7. When Windows finally boots up, you will need to enter all information as if this really was a new, fresh installation


      All that is from here, but it applies in this situation a well, since you would be moving a Windows 7 installation from one computer to another. Considering that trying to make a Windows bootable USB stick with a Mac requires tools that either don't exist any more or are not being developed any more... this second method will most likely prove more dependable.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Mar 5 '13 at 5:36









      Scott

      16.2k113990




      16.2k113990










      answered May 7 '12 at 2:28









      Bon GartBon Gart

      12.5k11934




      12.5k11934








      • 1





        Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

        – Bon Gart
        May 7 '12 at 2:35






      • 1





        Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

        – Bon Gart
        May 7 '12 at 2:42














      • 1





        Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

        – Bon Gart
        May 7 '12 at 2:35






      • 1





        Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

        – Bon Gart
        May 7 '12 at 2:42








      1




      1





      Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

      – Bon Gart
      May 7 '12 at 2:35





      Bootcamp is to allow you to install Windows alongside MacOSX and have a dualboot. There is at least one question here on SU where a person installed Windows 7 without Bootcamp, replacing their OS... and wanted to know how to get MacOSX back.

      – Bon Gart
      May 7 '12 at 2:35




      1




      1





      Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

      – Bon Gart
      May 7 '12 at 2:42





      Vista and Windows 7 can both make use of EFI, and there are tons of sites out there with walkthrough instructions for installing both Vista and Windows 7 on a mac without using Bootcamp (wiping the drive, etc). derekhat.com/install-vista-on-a-macbook-without-bootcamp there's a Vista one, for example.

      – Bon Gart
      May 7 '12 at 2:42













      16














      Assuming you have burnt your Windows CD into a ISO file with the tools like:
      http://burn-osx.sourceforge.net/Pages/English/home.html


      1. Jump into a folder here http://sourceforge.net/projects/unetbootin/files/UNetbootin/

      2. Get the latest version of zip archive with the keyword "mac" in the filename.

      3. Download and open it up on your Mac OS X desktop.

      4. On Unetbootin interface, choose [Diskimage]->[ISO] and then select the Windows ISO file on your local hard drive.

      5. Select the right USB Drive and then click [OK] to start writing ISO data onto your USB drive.



      Once done, you're ready to boot your computer with this bootable USB drive, like a DVD installation disk.






      share|improve this answer
























      • I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

        – Nakilon
        Nov 30 '13 at 9:56











      • ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

        – Ken Pega
        Feb 24 '14 at 23:42






      • 1





        This did not work with my Windows 8.1 iso.

        – 2rs2ts
        Jul 11 '14 at 15:20






      • 1





        Not working for me, trying to install Windows XP in an old laptop.

        – fguillen
        Feb 23 '15 at 20:07






      • 2





        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

        – Neeme Praks
        Jun 22 '15 at 16:55
















      16














      Assuming you have burnt your Windows CD into a ISO file with the tools like:
      http://burn-osx.sourceforge.net/Pages/English/home.html


      1. Jump into a folder here http://sourceforge.net/projects/unetbootin/files/UNetbootin/

      2. Get the latest version of zip archive with the keyword "mac" in the filename.

      3. Download and open it up on your Mac OS X desktop.

      4. On Unetbootin interface, choose [Diskimage]->[ISO] and then select the Windows ISO file on your local hard drive.

      5. Select the right USB Drive and then click [OK] to start writing ISO data onto your USB drive.



      Once done, you're ready to boot your computer with this bootable USB drive, like a DVD installation disk.






      share|improve this answer
























      • I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

        – Nakilon
        Nov 30 '13 at 9:56











      • ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

        – Ken Pega
        Feb 24 '14 at 23:42






      • 1





        This did not work with my Windows 8.1 iso.

        – 2rs2ts
        Jul 11 '14 at 15:20






      • 1





        Not working for me, trying to install Windows XP in an old laptop.

        – fguillen
        Feb 23 '15 at 20:07






      • 2





        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

        – Neeme Praks
        Jun 22 '15 at 16:55














      16












      16








      16







      Assuming you have burnt your Windows CD into a ISO file with the tools like:
      http://burn-osx.sourceforge.net/Pages/English/home.html


      1. Jump into a folder here http://sourceforge.net/projects/unetbootin/files/UNetbootin/

      2. Get the latest version of zip archive with the keyword "mac" in the filename.

      3. Download and open it up on your Mac OS X desktop.

      4. On Unetbootin interface, choose [Diskimage]->[ISO] and then select the Windows ISO file on your local hard drive.

      5. Select the right USB Drive and then click [OK] to start writing ISO data onto your USB drive.



      Once done, you're ready to boot your computer with this bootable USB drive, like a DVD installation disk.






      share|improve this answer













      Assuming you have burnt your Windows CD into a ISO file with the tools like:
      http://burn-osx.sourceforge.net/Pages/English/home.html


      1. Jump into a folder here http://sourceforge.net/projects/unetbootin/files/UNetbootin/

      2. Get the latest version of zip archive with the keyword "mac" in the filename.

      3. Download and open it up on your Mac OS X desktop.

      4. On Unetbootin interface, choose [Diskimage]->[ISO] and then select the Windows ISO file on your local hard drive.

      5. Select the right USB Drive and then click [OK] to start writing ISO data onto your USB drive.



      Once done, you're ready to boot your computer with this bootable USB drive, like a DVD installation disk.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Aug 9 '12 at 5:06









      Ken PegaKen Pega

      32426




      32426













      • I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

        – Nakilon
        Nov 30 '13 at 9:56











      • ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

        – Ken Pega
        Feb 24 '14 at 23:42






      • 1





        This did not work with my Windows 8.1 iso.

        – 2rs2ts
        Jul 11 '14 at 15:20






      • 1





        Not working for me, trying to install Windows XP in an old laptop.

        – fguillen
        Feb 23 '15 at 20:07






      • 2





        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

        – Neeme Praks
        Jun 22 '15 at 16:55



















      • I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

        – Nakilon
        Nov 30 '13 at 9:56











      • ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

        – Ken Pega
        Feb 24 '14 at 23:42






      • 1





        This did not work with my Windows 8.1 iso.

        – 2rs2ts
        Jul 11 '14 at 15:20






      • 1





        Not working for me, trying to install Windows XP in an old laptop.

        – fguillen
        Feb 23 '15 at 20:07






      • 2





        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

        – Neeme Praks
        Jun 22 '15 at 16:55

















      I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

      – Nakilon
      Nov 30 '13 at 9:56





      I made a .dmg from CD, renamed to .iso and used this utility. And it didn't work -- when I boot PC, it says 'syslinux can't find <smth i don't remember>'

      – Nakilon
      Nov 30 '13 at 9:56













      ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

      – Ken Pega
      Feb 24 '14 at 23:42





      ISO image and DMG image format are different so you need to convert DMG to ISO file first. Ref: superuser.com/questions/469588/…

      – Ken Pega
      Feb 24 '14 at 23:42




      1




      1





      This did not work with my Windows 8.1 iso.

      – 2rs2ts
      Jul 11 '14 at 15:20





      This did not work with my Windows 8.1 iso.

      – 2rs2ts
      Jul 11 '14 at 15:20




      1




      1





      Not working for me, trying to install Windows XP in an old laptop.

      – fguillen
      Feb 23 '15 at 20:07





      Not working for me, trying to install Windows XP in an old laptop.

      – fguillen
      Feb 23 '15 at 20:07




      2




      2





      Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

      – Neeme Praks
      Jun 22 '15 at 16:55





      Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

      – Neeme Praks
      Jun 22 '15 at 16:55











      8














      You could also use VirtualBox on your Mac and install Windows quickly, then use Windows to create the media for the PC. You just need to allow windows to read from the USB port.



      Microsoft published free to use Windows virtual machines for Internet Explorer testing purposes, but you can also use them to create a bootable USB stick.



      To allow Windows to read from the USB port you'll need to install the VirtualBox Extension Pack. Then you can enable the USB 2.0 (EHCI) Controller in the virtual machine's settings (Ports -> USB).



      Then when you insert the USB stick, it will probably first be detected by OS X, and since only one OS at a time can acces the port, you should eject it in OS X. Then it should automatically show up in Windows. If it's not, try to click the USB cable connection icon at the right bottom in the virtual machine. The USB port should be listed there and when you click it it should be mounted.



      Then you can use a tool such as Rufus to create a bootable USB stick.






      share|improve this answer


























      • I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

        – davidtbernal
        Aug 5 '12 at 18:45













      • Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

        – Neeme Praks
        Jun 22 '15 at 16:57
















      8














      You could also use VirtualBox on your Mac and install Windows quickly, then use Windows to create the media for the PC. You just need to allow windows to read from the USB port.



      Microsoft published free to use Windows virtual machines for Internet Explorer testing purposes, but you can also use them to create a bootable USB stick.



      To allow Windows to read from the USB port you'll need to install the VirtualBox Extension Pack. Then you can enable the USB 2.0 (EHCI) Controller in the virtual machine's settings (Ports -> USB).



      Then when you insert the USB stick, it will probably first be detected by OS X, and since only one OS at a time can acces the port, you should eject it in OS X. Then it should automatically show up in Windows. If it's not, try to click the USB cable connection icon at the right bottom in the virtual machine. The USB port should be listed there and when you click it it should be mounted.



      Then you can use a tool such as Rufus to create a bootable USB stick.






      share|improve this answer


























      • I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

        – davidtbernal
        Aug 5 '12 at 18:45













      • Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

        – Neeme Praks
        Jun 22 '15 at 16:57














      8












      8








      8







      You could also use VirtualBox on your Mac and install Windows quickly, then use Windows to create the media for the PC. You just need to allow windows to read from the USB port.



      Microsoft published free to use Windows virtual machines for Internet Explorer testing purposes, but you can also use them to create a bootable USB stick.



      To allow Windows to read from the USB port you'll need to install the VirtualBox Extension Pack. Then you can enable the USB 2.0 (EHCI) Controller in the virtual machine's settings (Ports -> USB).



      Then when you insert the USB stick, it will probably first be detected by OS X, and since only one OS at a time can acces the port, you should eject it in OS X. Then it should automatically show up in Windows. If it's not, try to click the USB cable connection icon at the right bottom in the virtual machine. The USB port should be listed there and when you click it it should be mounted.



      Then you can use a tool such as Rufus to create a bootable USB stick.






      share|improve this answer















      You could also use VirtualBox on your Mac and install Windows quickly, then use Windows to create the media for the PC. You just need to allow windows to read from the USB port.



      Microsoft published free to use Windows virtual machines for Internet Explorer testing purposes, but you can also use them to create a bootable USB stick.



      To allow Windows to read from the USB port you'll need to install the VirtualBox Extension Pack. Then you can enable the USB 2.0 (EHCI) Controller in the virtual machine's settings (Ports -> USB).



      Then when you insert the USB stick, it will probably first be detected by OS X, and since only one OS at a time can acces the port, you should eject it in OS X. Then it should automatically show up in Windows. If it's not, try to click the USB cable connection icon at the right bottom in the virtual machine. The USB port should be listed there and when you click it it should be mounted.



      Then you can use a tool such as Rufus to create a bootable USB stick.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Feb 11 '14 at 11:57









      gitaarik

      380317




      380317










      answered Aug 2 '12 at 13:45









      MetaGuruMetaGuru

      2,26472942




      2,26472942













      • I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

        – davidtbernal
        Aug 5 '12 at 18:45













      • Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

        – Neeme Praks
        Jun 22 '15 at 16:57



















      • I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

        – davidtbernal
        Aug 5 '12 at 18:45













      • Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

        – Neeme Praks
        Jun 22 '15 at 16:57

















      I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

      – davidtbernal
      Aug 5 '12 at 18:45







      I went through this about a month ago, and this was the only way that ended up working for me. The one tricky bit is that you need to install virtual box extension pack to get USB drives to work. Use Microsoft's Tool to set up the USB stick.

      – davidtbernal
      Aug 5 '12 at 18:45















      Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

      – Neeme Praks
      Jun 22 '15 at 16:57





      Newer Macs come with USB 3.0 ports which are currently not properly supported under VirtualBox (tried also with 5.0 RC1). Windows just "fails to start" the USB device.

      – Neeme Praks
      Jun 22 '15 at 16:57











      4














      There is another method that I found myself that is also useful (for someone else too I hope)



      If you have Windows installed on your mac like in Parallel or Vmware



      You can download those software like Windows 7 USB DVD Download Tool which is from Microsoft website. This will make a bootable for you and you can use it with your PC.



      And there are plenty to choose out there, but you still need windows.






      share|improve this answer




























        4














        There is another method that I found myself that is also useful (for someone else too I hope)



        If you have Windows installed on your mac like in Parallel or Vmware



        You can download those software like Windows 7 USB DVD Download Tool which is from Microsoft website. This will make a bootable for you and you can use it with your PC.



        And there are plenty to choose out there, but you still need windows.






        share|improve this answer


























          4












          4








          4







          There is another method that I found myself that is also useful (for someone else too I hope)



          If you have Windows installed on your mac like in Parallel or Vmware



          You can download those software like Windows 7 USB DVD Download Tool which is from Microsoft website. This will make a bootable for you and you can use it with your PC.



          And there are plenty to choose out there, but you still need windows.






          share|improve this answer













          There is another method that I found myself that is also useful (for someone else too I hope)



          If you have Windows installed on your mac like in Parallel or Vmware



          You can download those software like Windows 7 USB DVD Download Tool which is from Microsoft website. This will make a bootable for you and you can use it with your PC.



          And there are plenty to choose out there, but you still need windows.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 7 '12 at 10:20









          AliAli

          71451731




          71451731























              2














              As none of the answers I found on the internet worked for me, here are the steps that I ended up following.



              First of all, brief description of my setup:




              • I want to install Windows 7 (32-bit) on a PC (not on a Mac) using a USB removable media (8GB)

              • I have an ISO image of the installation DVD

              • I want to prepare the USB media on my Mac (OS X 10.10 Yosemite)

              • my MacBook Pro only has USB 3.0 ports


              What I tried:




              • the typical suggestion of using hdiutil to convert ISO to UDRW IMG and then using dd to copy it to the USB. While I did not encounter any errors, the resulting USB media was not bootable.

              • using UNetbootin to create the media (supplying Windows installer ISO as custom ISO). While I did not encounter any errors and the resulting USB media seemed to be bootable, it just crashed during boot (started to boot then halted the system, no error).

              • using Windows inside VirtualBox to write to the USB stick did not work either, as VirtualBox does not support USB 3.0 yet (I even updated by VirtualBox to 5.0.0 RC1 but still no luck. Maybe newer versions will work)


              SOLUTION



              As none of the above worked, I ended up first installing Ubuntu and then used that Ubuntu installation (it has GRUB2!) to create a bootable USB stick.






              share|improve this answer






























                2














                As none of the answers I found on the internet worked for me, here are the steps that I ended up following.



                First of all, brief description of my setup:




                • I want to install Windows 7 (32-bit) on a PC (not on a Mac) using a USB removable media (8GB)

                • I have an ISO image of the installation DVD

                • I want to prepare the USB media on my Mac (OS X 10.10 Yosemite)

                • my MacBook Pro only has USB 3.0 ports


                What I tried:




                • the typical suggestion of using hdiutil to convert ISO to UDRW IMG and then using dd to copy it to the USB. While I did not encounter any errors, the resulting USB media was not bootable.

                • using UNetbootin to create the media (supplying Windows installer ISO as custom ISO). While I did not encounter any errors and the resulting USB media seemed to be bootable, it just crashed during boot (started to boot then halted the system, no error).

                • using Windows inside VirtualBox to write to the USB stick did not work either, as VirtualBox does not support USB 3.0 yet (I even updated by VirtualBox to 5.0.0 RC1 but still no luck. Maybe newer versions will work)


                SOLUTION



                As none of the above worked, I ended up first installing Ubuntu and then used that Ubuntu installation (it has GRUB2!) to create a bootable USB stick.






                share|improve this answer




























                  2












                  2








                  2







                  As none of the answers I found on the internet worked for me, here are the steps that I ended up following.



                  First of all, brief description of my setup:




                  • I want to install Windows 7 (32-bit) on a PC (not on a Mac) using a USB removable media (8GB)

                  • I have an ISO image of the installation DVD

                  • I want to prepare the USB media on my Mac (OS X 10.10 Yosemite)

                  • my MacBook Pro only has USB 3.0 ports


                  What I tried:




                  • the typical suggestion of using hdiutil to convert ISO to UDRW IMG and then using dd to copy it to the USB. While I did not encounter any errors, the resulting USB media was not bootable.

                  • using UNetbootin to create the media (supplying Windows installer ISO as custom ISO). While I did not encounter any errors and the resulting USB media seemed to be bootable, it just crashed during boot (started to boot then halted the system, no error).

                  • using Windows inside VirtualBox to write to the USB stick did not work either, as VirtualBox does not support USB 3.0 yet (I even updated by VirtualBox to 5.0.0 RC1 but still no luck. Maybe newer versions will work)


                  SOLUTION



                  As none of the above worked, I ended up first installing Ubuntu and then used that Ubuntu installation (it has GRUB2!) to create a bootable USB stick.






                  share|improve this answer















                  As none of the answers I found on the internet worked for me, here are the steps that I ended up following.



                  First of all, brief description of my setup:




                  • I want to install Windows 7 (32-bit) on a PC (not on a Mac) using a USB removable media (8GB)

                  • I have an ISO image of the installation DVD

                  • I want to prepare the USB media on my Mac (OS X 10.10 Yosemite)

                  • my MacBook Pro only has USB 3.0 ports


                  What I tried:




                  • the typical suggestion of using hdiutil to convert ISO to UDRW IMG and then using dd to copy it to the USB. While I did not encounter any errors, the resulting USB media was not bootable.

                  • using UNetbootin to create the media (supplying Windows installer ISO as custom ISO). While I did not encounter any errors and the resulting USB media seemed to be bootable, it just crashed during boot (started to boot then halted the system, no error).

                  • using Windows inside VirtualBox to write to the USB stick did not work either, as VirtualBox does not support USB 3.0 yet (I even updated by VirtualBox to 5.0.0 RC1 but still no luck. Maybe newer versions will work)


                  SOLUTION



                  As none of the above worked, I ended up first installing Ubuntu and then used that Ubuntu installation (it has GRUB2!) to create a bootable USB stick.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 13 '17 at 12:22









                  Community

                  1




                  1










                  answered Sep 9 '15 at 10:32









                  Neeme PraksNeeme Praks

                  47944




                  47944























                      0














                      If you search the web for "windows 7 unetbootin", there are various hits that claim that UNetbootin works fine for installing Windows 7, even though this utility is typically used for installing Linux distributions via USB. You may want to give it a try. UNetbootin is supposed to run on Mac OS X, though I have no direct experience with that.






                      share|improve this answer



















                      • 3





                        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                        – Neeme Praks
                        Jun 22 '15 at 16:57
















                      0














                      If you search the web for "windows 7 unetbootin", there are various hits that claim that UNetbootin works fine for installing Windows 7, even though this utility is typically used for installing Linux distributions via USB. You may want to give it a try. UNetbootin is supposed to run on Mac OS X, though I have no direct experience with that.






                      share|improve this answer



















                      • 3





                        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                        – Neeme Praks
                        Jun 22 '15 at 16:57














                      0












                      0








                      0







                      If you search the web for "windows 7 unetbootin", there are various hits that claim that UNetbootin works fine for installing Windows 7, even though this utility is typically used for installing Linux distributions via USB. You may want to give it a try. UNetbootin is supposed to run on Mac OS X, though I have no direct experience with that.






                      share|improve this answer













                      If you search the web for "windows 7 unetbootin", there are various hits that claim that UNetbootin works fine for installing Windows 7, even though this utility is typically used for installing Linux distributions via USB. You may want to give it a try. UNetbootin is supposed to run on Mac OS X, though I have no direct experience with that.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered May 7 '12 at 2:31









                      jjlinjjlin

                      11.9k33842




                      11.9k33842








                      • 3





                        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                        – Neeme Praks
                        Jun 22 '15 at 16:57














                      • 3





                        Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                        – Neeme Praks
                        Jun 22 '15 at 16:57








                      3




                      3





                      Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                      – Neeme Praks
                      Jun 22 '15 at 16:57





                      Tried it with Windows 7 install DVD, didn't work. Windows and Linux boot mechanisms are sufficiently different, this will not work for non-Linux OSes.

                      – Neeme Praks
                      Jun 22 '15 at 16:57





                      protected by Community Sep 7 '12 at 10:54



                      Thank you for your interest in this question.
                      Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                      Would you like to answer one of these unanswered questions instead?



                      Popular posts from this blog

                      VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                      Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                      looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...