Differences between revisions 1 and 2
Revision 1 as of 2014-04-28 22:08:38
Size: 262
Editor: frank
Comment:
Revision 2 as of 2014-04-28 22:12:31
Size: 461
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * With kickstart
 {{{
mboot.c32 xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz ks=http://ca-sysinfra604.us.oracle.com/systest/public/installation/ks.cfg ksdevice=eth0 --- initrd.img
}}}

Boot entry

  • 3.2
    label xen
            kernel mboot.c32
            append xen.gz dom0_mem=max:128G --- vmlinuz --- initrd.img
  • 3.3
    label xen
            kernel mboot.c32
            append xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz --- initrd.img
  • With kickstart
    mboot.c32 xen.gz dom0_mem=max:128G dom0_max_vcpus=20 --- vmlinuz ks=http://ca-sysinfra604.us.oracle.com/systest/public/installation/ks.cfg ksdevice=eth0 --- initrd.img

Tech/OVMServer (last edited 2015-07-20 18:36:51 by frank)