Disable PXE progamatically in parallels?
        Posted  
        
            by 
                Stefan Lasiewski
            
        on Super User
        
        See other posts from Super User
        
            or by Stefan Lasiewski
        
        
        
        Published on 2010-10-29T22:05:14Z
        Indexed on 
            2011/01/16
            10:54 UTC
        
        
        Read the original article
        Hit count: 412
        
I'm running Parallels 4.0 on Mac OS X 10.5.8.
I'm trying to create a bunch of Virtual Machines from the commandline, using the prlctl tool, like so:
$ prlctl create test1 -o linux -d centos
$ prlctl set test1 --device-del cdrom0
$ prlctl start test1
Now, each time I start a new VM, the VM spends time waiting for a PXE boot. I'd like to turn this off.
Can I disable PXE requests using Parallels or a Parallels commandline tool?
Or, can I set the boot order of a VM from the commandline?
© Super User or respective owner