Jump to content

Necis Orcus

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Location
    N/A

Necis Orcus's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. it boots and I now have a fully automatic VM creation script using powershell and ImgBurn. Thank you for the amazing tool
  2. google was useless for me too and my hyper-v vm is running UEFI. i found out the correct command was as follows: & 'C:\Program Files (x86)\ImgBurn\ImgBurn.exe' /MODE BUILD /BUILDOUTPUTMODE IMAGEFILE /SRC "C:\ISO\Source\" /DEST "C:\ISO\.iso\test121" /VOLUMELABEL "test121" /VOLUMELABEL_UDF "test121" /START /CLOSE /NOIMAGEDETAILS /ROOTFOLDER YES /PRESERVEFULLPATHNAMES NO /OVERWRITE YES /BUILDINPUTMODE STANDARD /BOOTEMUTYPE 0 /BOOTIMAGE C:\ISO\Source\boot\etfsboot.com /BOOTDEVELOPERID "Microsoft Corporation" /BOOTLOADSEGMENT 07C0 /BOOTSECTORSTOLOAD 8 /FILESYSTEM "UDF" Never seen "CDBOOT: Cannot boot from CD - Code: 3" before only 5, 4 and 1 Thank you for the quick reply, if you want any information on the automation script or the use of your product feel free to ask. kind regards Necis Orcus
  3. i get the following error code on vm boot using a powershell script "CDBOOT: Cannot boot from CD - Code: 3" my current powershell command for creationg the .iso file is as follows: ($newN is a varible made in the script that choses its name based on input | Error continues with preset names) & 'C:\Program Files (x86)\ImgBurn\ImgBurn.exe' /MODE BUILD /SRC "C:\ISO\Source\" /BUILDOUTPUTMODE IMAGEFILE /DEST "C:\ISO\.iso\$newN" /VOLUMELABEL $newN /START /CLOSE /NOIMAGEDETAILS /ROOTFOLDER YES /PRESERVEFULLPATHNAMES NO /OVERWRITE YES /BUILDINPUTMODE STANDARD /BOOTEMUTYPE 0 /BOOTIMAGE C:\ISO\Source\boot\etfsboot.com /BOOTSECTORSTOLOAD 8 Please ask away for any information needed or wanted. \:)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.