Usually work in the operation of the Linux command more, so for convenience, to the computer installed a dual system, general work, all choose to enter the Linux system. But there's a job outside today that needs to be resolved: Create a Windows Startup disk. If, as always, I will start Windows, and then work with XXX to make the U-disk startup tool, a fool to create a startup disk. But today I do not want to restart the system into Windows to make U disk Startup disk. Want to make a U disk boot disk in a Linux system.
Previously also contacted in Linux to make U disk Startup disk Some of the blog or other information, all say with the DD command can be done, have tried before, dd command to burn Windows ISO file has a problem. The system does not recognize the boot disk that was burned. Not before looking into what causes, today continue this problem, online search solutions. Looking for a long time finally found an article can do the startup disk normally. Here is the article's URL, interested people can see for themselves:
url:http://blog.csdn.net/mike8825/article/details/51138575?locationnum=9 thanks to the "extraterrestrial" sharing.
The blog also said that the Linux ISO has its own MBR, so DD burning Linux ISO when there is no problem, the MBR will be burned together into the U disk. However, the Windows ISO file does not have MBR, so when the Linux system does the Windows startup disk, the first thing you need to do is write the MBR information to the U disk. After that, you copy the ISO contents of Windows to the U disk. This allows the BIOS to correctly identify the MBR and then install the Windows system.
Creating a Windows Startup disk in a Linux system