search for: sync_console

Displaying 20 results from an estimated 54 matches for "sync_console".

2011 Jul 02
2
Losing serial console boot output / sync_console
...tput on boot: http://lists.xensource.com/archives/html/xen-users/2011-04/msg00340.html Unfortunately it got no replies. I was just wondering and hoping if any developers could answer the following questions: - Should I open a bug regarding the loss of serial console output on boot, and; - Is sync_console as bad an idea as the warning suggests it is? I get all my serial console output if I use sync_console, but I haven''t really put the machines under heavy load and would rather trade off truncated boot messages as opposed to performance under load. Cheers, Andy __________________________...
2006 Nov 27
0
Troubles Using the serial console
...the xen0 kernel, it will never boot (maybe locked due to the xen''s serial bug). title xen kernel (hd0,0)/xen.gz com1=115200n8 console=com1 xencons=serial module (hd0,0)/vmlinuz-2.6.12-26mdkxen0 root=/dev/sda2 console=ttyS0,115200 module (hd0,0)/initrd-2.6.12-26mdkxen0.img Then I tried sync_console and it worked fine, icblenke from the irc channel (#xen) told me to report this issue. title xen kernel (hd0,0)/xen.gz com1=115200n8 console=com1 xencons=serial sync_console module (hd0,0)/vmlinuz-2.6.12-26mdkxen0 root=/dev/sda2 console=ttyS0,115200 module (hd0,0)/initrd-2.6.12-26mdkxen0.img Do...
2006 Sep 11
2
Xen does not load kernel at system boot
...linux-modules-2.6.17-2-xen-686 xen-docs-3.0 xen-hypervisor-3.0-i386 xen-ioemu-3.0 xen-linux-system-2.6.17-2-xen-686 xen-tools xen-utils-3.0 /boot/grub/menu.lst: -------------------- title Debian Xen 3.0 root (hd0,0) kernel /boot/xen-3.0-i386.gz dom0_mem=128M noreboot sync_console module /boot/vmlinuz-2.6.17-2-xen-686 root=/dev/hda1 ro console=tty0 Boot process stops at the messages: ----------------------------------- [XEN] Scrubbing free RAM ... [XEN] Xen trace buffers: disabled Root fs is at /dev/hda1 Could anyone give some hints on solving the problem? Than...
2010 Apr 15
5
RE: [SEMI-SOLVED] XenSerialConsole help + GRUB2 (Machine locks up on boot)
...rub.conf again. > > Attached is grub.cfg. Please notice: menuentry "Xen 4.0.0 / PVOPS 2.6.32-4-xen-amd64 with a serial console" { insmod ext2 set root=(hd2,1) search --fs-uuid --set 13f83e98-6e2e-48a5-992e-b266d17bbfd3 multiboot /xen.gz dom0_mem=2048M loglvl=all guest_loglvl=all sync_console console_to_ring com1=115200,8n1,0x1000,0 console=com1 module /vmlinuz-2.6.32-4-xen-amd64 root=UUID=a8129b5a-f8cc-460e-bda4-93cc547b9f7e ro console=hvc0 earlyprintk=xen module /initrd.img-2.6.32-4-xen-amd64 } I have tried using both 0x1000 and 0x1008 with IRQ 21 and 22 and 0 > > > &g...
2012 Oct 04
3
Serial Console Not Connecting to Dom0 on Ubuntu Server 12 Running Xen 4.1.3
...peed=115200 --word=8 --parity=no --stop=1" GRUB_DEFAULT="Xen" #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=32 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_XEN="loglvl=all com1=115200,8n1 console=com1,vga console_to_ring, sync_console" GRUB_CMDLINE_LINUX_DEFAULT="" GRUB_CMDLINE_LINUX="console=hvc0 earlyprintk=xen" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach...
2007 Feb 27
6
AMD-64 install hangs on kernel load
...rub spits this out, and the machine reboots: root (hd0,0) Filesystem type is ext2fs, partition type 0x83 kernel /xen-3.0.4-1.gz [Multiboot-elf, <0x100000:0x9a878:0x5a788>, shtab=0x1f5078, entry=0x100000] module /vmlinuz-2.6.16.33-xen root=/dev/sda2 ro console=ttyS1,115200 noreboot sync_console [Multiboot-module @ 0x1f6000, 0x52afa0 bytes] module /initrd.img-2.6.16.33-xen [Multiboot-module @ 0x721000, 0x4b6000 bytes] Is there anything I''m missing? Anything I can do to help debug the problem? Paul -- ---------- # pwd /loony/bin ---------- ________________________...
2011 May 20
1
Help! Xen dom0 kernel-2.6.38 shows blank screen!
...rks fine. I just see nothing at monitor screen. Why? May be I have error in my grub.conf settings, please help! My video card: ATI Technologies Inc M92 [Mobility Radeon HD 4500 Series] My grub.conf: title ArchLinux-2.6-my-xen root (hd0,0) kernel /archlinux/xen-4.1.0.gz dom0_mem=2048M noreboot sync_console console_to_ring loglvl=all guest_loglvl=all module /archlinux/vmlinuz26-my ro root=/dev/disk/by-label/ROOT panic=30 resume=/dev/disk/by-label/RW resume_offset=2750468 console=tty0 console=hvc0 earlyprintk=xen module /archlinux/kernel26-my.img My dom0 kernel compilation options (grep -i xen ....
2006 Mar 16
3
xen hg tree from yesterday hangs, when kernel console is directed to ttyS0
Hi, I am having the following setup: the kernel displays its messages to vga and to ttyS0. This works without xen. When I reboot my system with xen with the following options to xen and vmlinuz, xen.gz com1=115200,8n1 console=com1,vga vmlinuz console=ttyS0,115200 console=tty0 the system hangs up while booting the dom0 kernel. Has anyone such a setup working? The thin is, I want a console on
2006 Mar 16
3
xen hg tree from yesterday hangs, when kernel console is directed to ttyS0
Hi, I am having the following setup: the kernel displays its messages to vga and to ttyS0. This works without xen. When I reboot my system with xen with the following options to xen and vmlinuz, xen.gz com1=115200,8n1 console=com1,vga vmlinuz console=ttyS0,115200 console=tty0 the system hangs up while booting the dom0 kernel. Has anyone such a setup working? The thin is, I want a console on
2010 Nov 15
5
Poor performance on bandwidth, Xen 4.0.1 kernel pvops 2.6.32.24
...: xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : loglvl=all guest_loglvl=all sync_console console_to_ring com1=19200,8n1 console=com1 cc_compiler : gcc version 4.3.2 (Debian 4.3.2-1.1) cc_compile_by : root cc_compile_domain : test.com cc_compile_date : Thu Oct 14 03:37:34 EDT 2010 xend_config_format : 4 #ethtool -i peth0 driver: bnx2 version: 2.0.2...
2010 Jul 22
4
Installation
...13 and xen.4.0.gz under /boot 5. make initrd.img by the command: mkinitramfs -o initrd.img-2.6.31.13 2.6.31.13 6. Edit the grub/menu.lst adding the following line title xen 4.0 Linux Kernel 2.6.31.13 root (hd0, 1) kernel /boot/xen-4.0.gz dom0_mem=512M loglvl=all guest_loglvl=all sync_console console_to_ring com1=1152000, 8n1 console=com1 iommu=off module /boot/vmlinuz-2.6.31.13 ro root=UUID=xxxxxxxxxxxxxxxxxxxxxxx console=hvc0 earlyprintk=xen nomodest loglevel=10 module /boot/initrd.img-2.6.31.13 7. run ''update-rc.d xend defaults 20 21'', ''upda...
2009 Nov 25
2
Xen fails with garbled boot screen - incompatible hardware?
...(hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.18-164.6.1.el5xen) root (hd0,0) kernel /xen.gz-2.6.18-164.6.1.el5 com1=115200,8n1 sync_console loglvl=all module /vmlinuz-2.6.18-164.6.1.el5xen ro root=LABEL=/ console=ttyS0 console=tty module /initrd-2.6.18-164.6.1.el5xen.img title CentOS (2.6.18-164.6.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-164.6.1.el5 ro root=LABEL=/ initrd /initrd-2.6.18-164.6.1...
2013 Jun 18
3
Help on getting serial output on the arndale board
Hi, Now that the Arndale board is supported in upstream Xen I don''t get any output on the serial console. I followed the instructions on the wiki with no luck: The xen repository I''m using is: git://xenbits.xen.org/xen.git last commit: 61c6dfce3296da2643c4c4f90eaab6fa3c1cf8b3 The linux repository is: git://xenbits.xen.org/people/julieng/linux-arm.git last commit:
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
...3.2.0-1-amd64 e XEN 4.2 - RAID - Debug su Seriale'' --class debian --class gnu-linux --class gnu --class os { set root=''(RAID-ROOT)'' echo ''Caricamento Hypervisor Xen 4.2...'' multiboot /boot/xen.gz placeholder dom0_mem=1024M loglvl=all guest_loglvl=all sync_console console_to_ring com2=19200,8n1 console=com2 echo ''Caricamento Linux 3.2.0-1-amd64...'' linux /boot/vmlinuz-3.2.0-1-amd64 placeholder root=/dev/mapper/RAID-ROOT ro console=hvc0 earlyprintk=xen nomodeset echo ''Caricamento ramdisk iniziale...'' initrd /boot/initrd...
2010 May 21
2
Xen 4.1-unstable does not boot up
...(XEN) Xen version 4.1-unstable (root@sky.yk.fujitsu.co.jp) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) Fri May 21 11:56:27 JST 2010 (XEN) Latest ChangeSet: Wed May 19 22:59:52 2010 +0100 21438:840f269d95fb (XEN) Console output is synchronous. (XEN) Command line: loglvl=all guest_loglvl=all sync_console console_to_ring com1=9600,8n1 console=com1 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: V2; EDID transfer time: 2 seconds (XEN) Disc information: (XEN) Found 1 MBR signatures (XEN) Found 1 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 00000...
2011 Jan 21
11
[PATCH]x86:x2apic: Disable x2apic on x86-32 permanently
x86:x2apic: Disable x2apic on x86-32 permanently x2apic initialization on x86_32 uses vcpu pointer before it is initialized. As x2apic is unlikely to be used on x86_32, this patch disables x2apic permanently on x86_32. It also asserts the sanity of vcpu pointer before dereference to prevent further misuse. Signed-off-by: Fengzhe Zhang <fengzhe.zhang@intel.com> diff -r 02c0af2bf280
2013 May 14
5
4.2.2 pci-passthrough crashes Dell Poweredge R710
Hello everyone, i just updated from 4.2.1 to 4.2.2. If i try to fire up my win2k8 domU with a pci device attached, the dom0 machine hardcrashes. my system log (idrac) shows the following: CPU 2 has an internal error (IERR). A bus fatal error was detected on a component at bus 0 device 0 function 0. CPU 1 machine check detected. and plenty of other entries. The machine hardresets then. If i
2011 Dec 20
10
Problem booting xen 4.1.2 on Athlon 64 X2
Adding apic_verbosity=debug gives me that (hope nothing miss-typed as I have no serial console on this box). I found a lot of suggested workarounds: - noapic as suggested in output gives an noapic isn''t support - acpi_skip_timer_override has no effect at all Thx, Florian (XEN) Initing memory sharing. (XEN) AMD-Vi: IOMMU not found! (XEN) I/O virtualisation disabled (XEN) Getting
2011 Dec 20
10
Problem booting xen 4.1.2 on Athlon 64 X2
Adding apic_verbosity=debug gives me that (hope nothing miss-typed as I have no serial console on this box). I found a lot of suggested workarounds: - noapic as suggested in output gives an noapic isn''t support - acpi_skip_timer_override has no effect at all Thx, Florian (XEN) Initing memory sharing. (XEN) AMD-Vi: IOMMU not found! (XEN) I/O virtualisation disabled (XEN) Getting
2007 Sep 04
0
capture xen & dom0 serial output in HP ILO''s virtual serial port
...d Lights-Out) interface? Plain linux is no problem, but combined with Xen it seems to go haywire :-) So far I''ve been combining options and the only thing that actually gave me some output (albeit only the Xen console, not dom0) was this: menu.lst: root (hd0,0) kernel /xen.gz com1=115200 sync_console module /vmlinuz-xen root=/dev/cciss/c0d0p3 splash=0 console=ttyS0,115200 console=tty module /initrd-xen The dump I got told me: (XEN) Xen is auto-sensing VGA console. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen). (XEN) *** Serial input -&gt...