Contents

VZLinuxBootLoader

An object that loads and configures a Linux kernel as the guest system of your VM.

Declaration

class VZLinuxBootLoader

Mentioned in

Overview

Create and configure a VZLinuxBootLoader object during the initial configuration of your VM. Use this object to specify the location of the Linux kernel that serves as the guest operating system. You can also specify additional information to use during the boot process, such as command-line parameters to pass to the kernel. Assign the VZLinuxBootLoader object to the bootLoader property of your VZVirtualMachineConfiguration object.  A configuration with VZLinuxBootLoader is only valid if used with VZGenericPlatformConfiguration.

Topics

Creating the Linux boot loader

Configuring the boot parameters

Getting the kernel file

See Also

Related Documentation

Boot loaders