Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1. vboxmanage createvm "windowsbuffet-311" --register
  2. vboxmanage storagectl "windowsbuffet-311" --name main --add ide --bootable on
  3. vboxmanage storageattach "windowsbuffet-311" --port 1 --device 1 --type hdd --medium "C:wbft311Windows 3.11.vdi" --storagectl main
  4. vboxmanage storageattach "windowsbuffet-311" --type dvddrive --medium none --storagectl main
  5. vboxmanage storagectl "windowsbuffet-311" --name fdd -add floppy
  6. vboxmanage storageattach "windowsbuffet-311" --type fdd -medium none --storagectl fdd
  7. vboxmanage createvm "windowsbuffet-95" --register
  8. vboxmanage storagectl "windowsbuffet-95" --name main --add ide --bootable on
  9. vboxmanage storageattach "windowsbuffet-95" --port 1 --device 1 --type hdd --medium "C:wbft95Windows 95.vdi" --storagectl main
  10. vboxmanage storageattach "windowsbuffet-95" --type dvddrive --medium none --storagectl main
  11. vboxmanage storagectl "windowsbuffet-95" --name fdd -add floppy
  12. vboxmanage storageattach "windowsbuffet-95" --type fdd -medium none --storagectl fdd
  13. vboxmanage createvm "windowsbuffet-2k" --register
  14. vboxmanage storagectl "windowsbuffet-2k" --name main --add ide --bootable on
  15. vboxmanage storageattach "windowsbuffet-2k" --port 1 --device 1 --type hdd --medium "C:wbft2000Windows 2000.vdi" --storagectl main
  16. vboxmanage storageattach "windowsbuffet-2k" --type dvddrive --medium none --storagectl main
  17. vboxmanage storagectl "windowsbuffet-2k" --name fdd -add floppy
  18. vboxmanage storageattach "windowsbuffet-2k" --type fdd -medium none --storagectl fdd
  19. vboxmanage createvm "windowsbuffet-nt4" --register
  20. vboxmanage storagectl "windowsbuffet-nt4" --name main --add ide --bootable on
  21. vboxmanage storageattach "windowsbuffet-nt4" --port 1 --device 1 --type hdd --medium "C:wbftnt4Windows NT 4.vdi" --storagectl main
  22. vboxmanage storageattach "windowsbuffet-nt4" --type dvddrive --medium none --storagectl main
  23. vboxmanage storagectl "windowsbuffet-nt4" --name fdd -add floppy
  24. vboxmanage storageattach "windowsbuffet-nt4" --type fdd -medium none --storagectl fdd
  25. pause
  26.  
  27. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  28. (C) 2005-2015 Oracle Corporation
  29. All rights reserved.
  30.  
  31. Usage:
  32.  
  33. VBoxManage createvm --name <name>
  34. [--groups <group>, ...]
  35. [--ostype <ostype>]
  36. [--register]
  37. [--basefolder <path>]
  38. [--uuid <uuid>]
  39.  
  40. VBoxManage.exe: error: Invalid parameter 'windowsbuffet-311'
  41. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  42. 311'
  43. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  44. nent VirtualBox, interface IVirtualBox, callee IUnknown
  45. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  46. utParam())" at line 1008 of file VBoxManageStorageController.cpp
  47. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  48. 311'
  49. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  50. nent VirtualBox, interface IVirtualBox, callee IUnknown
  51. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  52. utParam())" at line 313 of file VBoxManageStorageController.cpp
  53. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  54. 311'
  55. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  56. nent VirtualBox, interface IVirtualBox, callee IUnknown
  57. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  58. utParam())" at line 313 of file VBoxManageStorageController.cpp
  59. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  60. (C) 2005-2015 Oracle Corporation
  61. All rights reserved.
  62.  
  63. Usage:
  64.  
  65. VBoxManage storagectl <uuid|vmname>
  66. --name <name>
  67. [--add ide|sata|scsi|floppy|sas]
  68. [--controller LSILogic|LSILogicSAS|BusLogic|
  69. IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
  70. [--portcount <1-30>]
  71. [--hostiocache on|off]
  72. [--bootable on|off]
  73. [--remove]
  74.  
  75. VBoxManage.exe: error: Invalid parameter 'floppy'
  76. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  77. (C) 2005-2015 Oracle Corporation
  78. All rights reserved.
  79.  
  80. Usage:
  81.  
  82. VBoxManage storageattach <uuid|vmname>
  83. --storagectl <name>
  84. [--port <number>]
  85. [--device <number>]
  86. [--type dvddrive|hdd|fdd]
  87. [--medium none|emptydrive|additions|
  88. <uuid|filename>|host:<drive>|iscsi]
  89. [--mtype normal|writethrough|immutable|shareable|
  90. readonly|multiattach]
  91. [--comment <text>]
  92. [--setuuid <uuid>]
  93. [--setparentuuid <uuid>]
  94. [--passthrough on|off]
  95. [--tempeject on|off]
  96. [--nonrotational on|off]
  97. [--discard on|off]
  98. [--bandwidthgroup <name>]
  99. [--forceunmount]
  100. [--server <name>|<ip>]
  101. [--target <target>]
  102. [--tport <port>]
  103. [--lun <lun>]
  104. [--encodedlun <lun>]
  105. [--username <username>]
  106. [--password <password>]
  107. [--initiator <initiator>]
  108. [--intnet]
  109.  
  110. VBoxManage.exe: error: Invalid parameter 'none'
  111. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  112. (C) 2005-2015 Oracle Corporation
  113. All rights reserved.
  114.  
  115. Usage:
  116.  
  117. VBoxManage createvm --name <name>
  118. [--groups <group>, ...]
  119. [--ostype <ostype>]
  120. [--register]
  121. [--basefolder <path>]
  122. [--uuid <uuid>]
  123.  
  124. VBoxManage.exe: error: Invalid parameter 'windowsbuffet-95'
  125. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  126. 95'
  127. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  128. nent VirtualBox, interface IVirtualBox, callee IUnknown
  129. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  130. utParam())" at line 1008 of file VBoxManageStorageController.cpp
  131. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  132. 95'
  133. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  134. nent VirtualBox, interface IVirtualBox, callee IUnknown
  135. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  136. utParam())" at line 313 of file VBoxManageStorageController.cpp
  137. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  138. 95'
  139. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  140. nent VirtualBox, interface IVirtualBox, callee IUnknown
  141. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  142. utParam())" at line 313 of file VBoxManageStorageController.cpp
  143. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  144. (C) 2005-2015 Oracle Corporation
  145. All rights reserved.
  146.  
  147. Usage:
  148.  
  149. VBoxManage storagectl <uuid|vmname>
  150. --name <name>
  151. [--add ide|sata|scsi|floppy|sas]
  152. [--controller LSILogic|LSILogicSAS|BusLogic|
  153. IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
  154. [--portcount <1-30>]
  155. [--hostiocache on|off]
  156. [--bootable on|off]
  157. [--remove]
  158.  
  159. VBoxManage.exe: error: Invalid parameter 'floppy'
  160. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  161. (C) 2005-2015 Oracle Corporation
  162. All rights reserved.
  163.  
  164. Usage:
  165.  
  166. VBoxManage storageattach <uuid|vmname>
  167. --storagectl <name>
  168. [--port <number>]
  169. [--device <number>]
  170. [--type dvddrive|hdd|fdd]
  171. [--medium none|emptydrive|additions|
  172. <uuid|filename>|host:<drive>|iscsi]
  173. [--mtype normal|writethrough|immutable|shareable|
  174. readonly|multiattach]
  175. [--comment <text>]
  176. [--setuuid <uuid>]
  177. [--setparentuuid <uuid>]
  178. [--passthrough on|off]
  179. [--tempeject on|off]
  180. [--nonrotational on|off]
  181. [--discard on|off]
  182. [--bandwidthgroup <name>]
  183. [--forceunmount]
  184. [--server <name>|<ip>]
  185. [--target <target>]
  186. [--tport <port>]
  187. [--lun <lun>]
  188. [--encodedlun <lun>]
  189. [--username <username>]
  190. [--password <password>]
  191. [--initiator <initiator>]
  192. [--intnet]
  193.  
  194. VBoxManage.exe: error: Invalid parameter 'none'
  195. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  196. (C) 2005-2015 Oracle Corporation
  197. All rights reserved.
  198.  
  199. Usage:
  200.  
  201. VBoxManage createvm --name <name>
  202. [--groups <group>, ...]
  203. [--ostype <ostype>]
  204. [--register]
  205. [--basefolder <path>]
  206. [--uuid <uuid>]
  207.  
  208. VBoxManage.exe: error: Invalid parameter 'windowsbuffet-2k'
  209. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  210. 2k'
  211. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  212. nent VirtualBox, interface IVirtualBox, callee IUnknown
  213. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  214. utParam())" at line 1008 of file VBoxManageStorageController.cpp
  215. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  216. 2k'
  217. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  218. nent VirtualBox, interface IVirtualBox, callee IUnknown
  219. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  220. utParam())" at line 313 of file VBoxManageStorageController.cpp
  221. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  222. 2k'
  223. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  224. nent VirtualBox, interface IVirtualBox, callee IUnknown
  225. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  226. utParam())" at line 313 of file VBoxManageStorageController.cpp
  227. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  228. (C) 2005-2015 Oracle Corporation
  229. All rights reserved.
  230.  
  231. Usage:
  232.  
  233. VBoxManage storagectl <uuid|vmname>
  234. --name <name>
  235. [--add ide|sata|scsi|floppy|sas]
  236. [--controller LSILogic|LSILogicSAS|BusLogic|
  237. IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
  238. [--portcount <1-30>]
  239. [--hostiocache on|off]
  240. [--bootable on|off]
  241. [--remove]
  242.  
  243. VBoxManage.exe: error: Invalid parameter 'floppy'
  244. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  245. (C) 2005-2015 Oracle Corporation
  246. All rights reserved.
  247.  
  248. Usage:
  249.  
  250. VBoxManage storageattach <uuid|vmname>
  251. --storagectl <name>
  252. [--port <number>]
  253. [--device <number>]
  254. [--type dvddrive|hdd|fdd]
  255. [--medium none|emptydrive|additions|
  256. <uuid|filename>|host:<drive>|iscsi]
  257. [--mtype normal|writethrough|immutable|shareable|
  258. readonly|multiattach]
  259. [--comment <text>]
  260. [--setuuid <uuid>]
  261. [--setparentuuid <uuid>]
  262. [--passthrough on|off]
  263. [--tempeject on|off]
  264. [--nonrotational on|off]
  265. [--discard on|off]
  266. [--bandwidthgroup <name>]
  267. [--forceunmount]
  268. [--server <name>|<ip>]
  269. [--target <target>]
  270. [--tport <port>]
  271. [--lun <lun>]
  272. [--encodedlun <lun>]
  273. [--username <username>]
  274. [--password <password>]
  275. [--initiator <initiator>]
  276. [--intnet]
  277.  
  278. VBoxManage.exe: error: Invalid parameter 'none'
  279. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  280. (C) 2005-2015 Oracle Corporation
  281. All rights reserved.
  282.  
  283. Usage:
  284.  
  285. VBoxManage createvm --name <name>
  286. [--groups <group>, ...]
  287. [--ostype <ostype>]
  288. [--register]
  289. [--basefolder <path>]
  290. [--uuid <uuid>]
  291.  
  292. VBoxManage.exe: error: Invalid parameter 'windowsbuffet-nt4'
  293. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  294. nt4'
  295. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  296. nent VirtualBox, interface IVirtualBox, callee IUnknown
  297. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  298. utParam())" at line 1008 of file VBoxManageStorageController.cpp
  299. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  300. nt4'
  301. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  302. nent VirtualBox, interface IVirtualBox, callee IUnknown
  303. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  304. utParam())" at line 313 of file VBoxManageStorageController.cpp
  305. VBoxManage.exe: error: Could not find a registered machine named 'windowsbuffet-
  306. nt4'
  307. VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), compo
  308. nent VirtualBox, interface IVirtualBox, callee IUnknown
  309. VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asO
  310. utParam())" at line 313 of file VBoxManageStorageController.cpp
  311. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  312. (C) 2005-2015 Oracle Corporation
  313. All rights reserved.
  314.  
  315. Usage:
  316.  
  317. VBoxManage storagectl <uuid|vmname>
  318. --name <name>
  319. [--add ide|sata|scsi|floppy|sas]
  320. [--controller LSILogic|LSILogicSAS|BusLogic|
  321. IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
  322. [--portcount <1-30>]
  323. [--hostiocache on|off]
  324. [--bootable on|off]
  325. [--remove]
  326.  
  327. VBoxManage.exe: error: Invalid parameter 'floppy'
  328. Oracle VM VirtualBox Command Line Management Interface Version 4.3.26
  329. (C) 2005-2015 Oracle Corporation
  330. All rights reserved.
  331.  
  332. Usage:
  333.  
  334. VBoxManage storageattach <uuid|vmname>
  335. --storagectl <name>
  336. [--port <number>]
  337. [--device <number>]
  338. [--type dvddrive|hdd|fdd]
  339. [--medium none|emptydrive|additions|
  340. <uuid|filename>|host:<drive>|iscsi]
  341. [--mtype normal|writethrough|immutable|shareable|
  342. readonly|multiattach]
  343. [--comment <text>]
  344. [--setuuid <uuid>]
  345. [--setparentuuid <uuid>]
  346. [--passthrough on|off]
  347. [--tempeject on|off]
  348. [--nonrotational on|off]
  349. [--discard on|off]
  350. [--bandwidthgroup <name>]
  351. [--forceunmount]
  352. [--server <name>|<ip>]
  353. [--target <target>]
  354. [--tport <port>]
  355. [--lun <lun>]
  356. [--encodedlun <lun>]
  357. [--username <username>]
  358. [--password <password>]
  359. [--initiator <initiator>]
  360. [--intnet]
  361.  
  362. VBoxManage.exe: error: Invalid parameter 'none'
  363. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement