serial --unit=0 --speed=115200 terminal_input serial console terminal_output serial console set default=0 set timeout=5 menuentry 'XCP-ng' { search --label --set root root-ufccrg multiboot2 /boot/xen.gz dom0_mem=8192M,max:8192M watchdog ucode=scan dom0_max_vcpus=1-16 crashkernel=256M,below=4G console=vga vga=mode-0x0311 module2 /boot/vmlinuz-4.19-xen root=LABEL=root-ufccrg ro nolvm hpet=disable xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash plymouth.ignore-serial-consoles module2 /boot/initrd-4.19-xen.img } menuentry 'XCP-ng (Serial)' { search --label --set root root-ufccrg multiboot2 /boot/xen.gz com1=115200,8n1 console=com1,vga dom0_mem=8192M,max:8192M watchdog ucode=scan dom0_max_vcpus=1-16 crashkernel=256M,below=4G module2 /boot/vmlinuz-4.19-xen root=LABEL=root-ufccrg ro nolvm hpet=disable console=tty0 xencons=hvc console=hvc0 module2 /boot/initrd-4.19-xen.img } menuentry 'XCP-ng in Safe Mode' { search --label --set root root-ufccrg multiboot2 /boot/xen.gz nosmp noreboot noirqbalance no-mce no-bootscrub no-numa no-hap no-mmcfg iommu=off max_cstate=0 nmi=ignore allow_unsafe dom0_mem=8192M,max:8192M com1=115200,8n1 console=com1,vga module2 /boot/vmlinuz-4.19-xen earlyprintk=xen root=LABEL=root-ufccrg ro nolvm hpet=disable console=tty0 xencons=hvc console=hvc0 module2 /boot/initrd-4.19-xen.img } menuentry 'XCP-ng (Xen 4.11.1 / Linux 4.19.0+1)' { search --label --set root root-ufccrg multiboot2 /boot/xen-fallback.gz dom0_mem=8192M,max:8192M watchdog ucode=scan dom0_max_vcpus=1-16 crashkernel=256M,below=4G module2 /boot/vmlinuz-fallback root=LABEL=root-ufccrg ro nolvm hpet=disable xencons=hvc console=hvc0 console=tty0 module2 /boot/initrd-fallback.img } menuentry 'XCP-ng (Serial, Xen 4.11.1 / Linux 4.19.0+1)' { search --label --set root root-ufccrg multiboot2 /boot/xen-fallback.gz com1=115200,8n1 console=com1,vga dom0_mem=8192M,max:8192M watchdog ucode=scan dom0_max_vcpus=1-16 crashkernel=256M,below=4G module2 /boot/vmlinuz-fallback root=LABEL=root-ufccrg ro nolvm hpet=disable console=tty0 xencons=hvc console=hvc0 module2 /boot/initrd-fallback.img }