Hi @troymeyer
Have you tried performing Windows repair by booting from the ISO?
Using antMan, you can go to your antlet > Virtual Disk > Import Disk. You can upload the ISO by choosing File Upload or by Path. Then click on Add as CD-ROM checkbox.
After adding the ISO, use this command to edit your antlet's XML to add CD-ROM booting.
virsh edit antlet_name
where antlet_name is the name of your antlet.
Add the <boot dev='cdrom'/> line in front of <boot dev='hd'/> line:
<boot dev='cdrom'/>
<boot dev='hd'/>
Save the file.
When you start your antlet, you should be taken to the Window recovery screen.
Hi @troymeyer
Have you tried performing Windows repair by booting from the ISO?
Using antMan, you can go to your antlet > Virtual Disk > Import Disk. You can upload the ISO by choosing File Upload or by Path. Then click on Add as CD-ROM checkbox.
After adding the ISO, use this command to edit your antlet's XML to add CD-ROM booting.
virsh edit antlet_name
where antlet_name is the name of your antlet.
Add the <boot dev='cdrom'/> line in front of <boot dev='hd'/> line:
<boot dev='cdrom'/>
<boot dev='hd'/>
Save the file.
When you start your antlet, you should be taken to the Window recovery screen.