On 30/05/13 03:45 PM, Wes Garcia wrote:
Hello all,
I am fairly new to autotest and I was wondering if someone could help me
regarding install problems wrt to XP and 2003. I have gotten 7 working
fine, however, I can't seem to get the drivers working correctly in XP
during install. I get BSOD.
Does anyone have a working config that they could share with me?
If your guest is giving you a BSOD, that's not virt-test's fault, or
autotest, or config related. It's simply a bug in your version of the
virtio-win drivers. I'd suggest trying to find newer versions of the
drivers.
Also, I was wondering if anyone had some examples on how go get a post
install step (like install app xx with via something like a bat) working
in the framework?
I'd suggest looking into the unattended files for the windows version
you're interested in, then add additional commands to be executed after
the install. You could then write a bat and call that bat from the
unattended file. Example:
[GuiRunOnce]
Command0 = "cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
Command1 = "cmd /c E:\setuprss.bat"
Command2 = "cmd /c netsh interface ip set address local dhcp"
Command3 = "cmd /c sc config tlntsvr start= auto"
Command4 = "cmd /c net start telnet"
Command5 = "cmd /c A:\finish.bat PROCESS_CHECK"
You could add a new command after Command1, with your script, inserted
on winutils.iso
Command2 = "cmd /c E:\mysetup.bat"
Same idea for the newer windows, only that you'll have to modify an XML
instead of a ini file.
Does that help?
Thanks for reading and the support,
Wes
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel