mac os系統下制作u盤啟動的Windows的系統鏡像


教你如何在安了黑蘋果想在黑蘋果下安回windows

安裝過程出現問題:使用mac自帶的啟動轉換助手,提示u盤無法格式化等問題

所以沒辦法只好查詢資料,然后經過我實驗過后,終於成功的從黑蘋果安裝回windows了,所以發表一下,給需要的同學。

支持: windows7、8、10

需要的文件與設備:

1. windows ISO鏡像(系統鏡像不能超5G大小(windows10官方下載的超過了大小是不行的,親測,原因是因為文件格式的問題,如果你能在mac下格式化為ntfs那就可以),推薦去msdn下載鏡像)
2. u盤(8g以上)

制作windows安裝u盤步驟:

可視化操作:

  1. 打開磁盤工具
    2.將u盤格式化為ms-dos或者FAT32或者ntfs(如果可以的話)
    3.然后雙擊打開下載好的windows鏡像,然后復制全部內容到格化好的u盤,完成,重啟按F12 或者 del,選擇你的u盤啟動即可

命令操作:

1.打開下載好的windows鏡像,讓mac會掛載到系統上。

2.列出磁盤,找到你的u盤: sudo diskutil list

3.格式化U盤的內容格式:sudo diskutil eraseDisk FAT32 "u盤名稱" MBR "list上列出的名字" 比如: diskutil eraseDisk FAT32 "WINDOWS10" MBR disk2
解釋:此步驟是清空磁盤並將u盤的文件系統格式化為FAT32,並將u盤重命名為WINDOWS10.

4.拷貝windows鏡像盤到U盤中的命令:cp -rp windows的掛載盤名 u盤的掛載盤名 比如cp -rp /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WINDOWS10/
注意:要根據你實際的盤名修改(diskutil list 中name那一項就是),復制約需5-10分鍾。

好了,復制完就完成了,就可以去重啟用這個u盤啟動去安裝了

以上參考於:
https://www.zhihu.com/question/19630406?sort=created

其他相關:

mac下制作Linux的啟動u盤:

Create a Bootable USB Flash Drive for Linux on MAC OS

***** Step 1 **** hit space and command at the same time. -> type terminal

***** Step 2 **** Type in terminal ( diskutil list ) this well show al the disk what is mounted to your machine. ** Note ** Make sure you memorize your usb disk on the left side you well see /dev/disk0 etc.

***** Step 3 **** Here we going to unmount the usb flash drive diskutil unmountDisk /dev/yourusbflashdrive -- example ( diskutil unmountDisk /dev/disk2 )

***** Step 4 **** Now we going to install the iso in the usb. Make sure you have a Windows ISO sudo dd if=yourisofilelocation of=/dev/yourusbflashdrive bs=1m -- example ( sudo dd if=/Users/Delgesh/Desktop/Wind10_english_x64.iso of=/dev/disk2 bs=1m) Enter your user password to contine.

***** Step 5 **** Wen Step 4 is done we going to eject the usb flash drive diskuntil eject /dev/yourusbflashdrive -- example ( diskutil eject /dev/disk2 )

Now we succesfull created Bootable USB Flash Drive


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM