From 4c9adc0b67d82f893a2e96da72edb0feaed7427b Mon Sep 17 00:00:00 2001 From: James Mckenzie Date: Fri, 25 Sep 2009 16:17:22 +0100 Subject: [PATCH] Add AMT serial options, make other maintance options use xen-debug.gz --- .../target_xenclient_skeleton/etc/grub.cfg | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/target/generic/target_xenclient_skeleton/etc/grub.cfg b/target/generic/target_xenclient_skeleton/etc/grub.cfg index 8275bb5..7d8380b 100644 --- a/target/generic/target_xenclient_skeleton/etc/grub.cfg +++ b/target/generic/target_xenclient_skeleton/etc/grub.cfg @@ -11,21 +11,33 @@ menuentry "===========" { menuentry "XenClient - No autostart" { set root=(xenclient-root) - multiboot /boot/xen.gz console=com1 dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old com1=115200/921600,8n1,magic + multiboot /boot/xen-debug.gz console=com1 dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old com1=115200/921600,8n1,magic module /boot/vmlinuz console=xencons root=/dev/mapper/xenclient-root module /boot/initramfs.gz } menuentry "XenClient - Cancel last upgrade" { set root=(xenclient-root-old) - multiboot /boot/xen.gz console=com1 dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old com1=115200/921600,8n1,magic + multiboot /boot/xen-debug.gz console=com1 dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old com1=115200/921600,8n1,magic module /boot/vmlinuz console=xencons root=/dev/mapper/xenclient-root cancel_upgrade=1 module /boot/initramfs.gz } menuentry "XenClient - Full console output" { set root=(xenclient-root) - multiboot /boot/xen.gz console=vga dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old + multiboot /boot/xen-debug.gz console=vga dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old module /boot/vmlinuz console=tty root=/dev/mapper/xenclient-root nopcihide module /boot/initramfs.gz } + +menuentry "XenClient - AMT serial output" { + set root=(xenclient-root) +# multiboot /boot/tboot.gz loglvl=none + multiboot /boot/xen-debug.gz console=com1 dom0_mem=256M iommu=1 max_dom0_vcpus=1 ioapic_ack=old com1=115200/921600,8n1,amt + module /boot/vmlinuz console=xencons root=/dev/mapper/xenclient-root autostart + module /boot/initramfs.gz +# module /boot/lcp_data.bin +# module /boot/sinit_acm.bin +} + + -- 2.39.5