]> xenbits.xen.org Git - xenclient/build.git/commitdiff
[skeleton/xenclient] Add a grub entry to boot of debug xen.
authorJean Guyader <jean.guyader@eu.citrix.com>
Tue, 22 Sep 2009 14:47:08 +0000 (15:47 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Tue, 22 Sep 2009 14:47:08 +0000 (15:47 +0100)
target/generic/target_xenclient_skeleton/root/grub/grub.cfg

index 0417622faf89db9897879cc9e012aaf3d8275eda..1e4500c36a84fb758ff00c6683590417f05c46fb 100644 (file)
@@ -28,6 +28,16 @@ menuentry "XenClient" {
 #      module /boot/sinit_acm.bin
 }
 
+menuentry "XenClient - debug" {
+       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,magic
+       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
+}
+
 menuentry "XenClient - archived system" {
        set root=(xenclient-root.old)
 #      multiboot /boot/tboot.gz loglvl=none