summaryrefslogtreecommitdiffstats
path: root/xenserver/grub.cfg
blob: 0cf04a0f588fea81db11824ede43f0c96011aeee (plain)
1
2
3
4
5
6
menuentry 'XenServer' {
        search --label --set root root-mvkkxi
        multiboot2 /boot/xen.gz dom0_mem=752M,max:752M watchdog ucode=scan dom0_max_vcpus=4 crashkernel=128M@256M vga=mode-0x0311 iommu=1
        module2 /boot/vmlinuz-3.10-xen root=LABEL=root-mvkkxi ro hpet=disable xencons=hvc console=hvc0 quiet vga=785 splash plymouth.ignore-serial-consoles xen-pciback.hide=(0000:0d:00.0) xen-pciback.hide=(0000:09:00.0) xen-pciback.hide=(0000:0a:00.0)
        module2 /boot/initrd-3.10-xen.img
}