十一月
11
1. put tboot on Vista boot partition, usually C:\
2. Open a command prompt and make sure it’s running as administrator and type:
bcdedit /create /d "Mac OSX Leopard" /application bootsector
This will retrun a {ID}
3. Use the command line below to add the tboot, replace the {ID} accordingly:
4. bcdedit /set {ID} device boot
6. bcdedit /set {ID} path \tboot
7. bcdedit /displayorder {ID} /addlast
发表评论