Hi, how can I get a vga text console on tty0 in dom0 with xen pv_ops? I tried: kernel (hd0,1)/boot/xen.gz loglvl=all dom0_mem=512M com2=115200,8n1 console=com2,vga module (hd0,1)/boot/vmlinuz-2.6.29-tip root=/dev/md0 ro console=tty0 console=hvc0 earlyprintk=xen which only gives me a serial console in dom0. If I boot the same kernel without xen I get a console on tty0 -- so maybe I missed a kernel option? Greetings jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try inserting in the config file the line vtf=[ ''type=vnc, vncunused=1'' ] I can''t guarantee it''s going to work though. Greetings, paola 2009/4/7 jon.hart <jon.hart@web.de>> Hi, > > how can I get a vga text console on tty0 in dom0 with xen pv_ops? > I tried: > > kernel (hd0,1)/boot/xen.gz loglvl=all dom0_mem=512M com2=115200,8n1 > console=com2,vga > module (hd0,1)/boot/vmlinuz-2.6.29-tip root=/dev/md0 ro console=tty0 > console=hvc0 earlyprintk=xen > > which only gives me a serial console in dom0. > If I boot the same kernel without xen I get a console on tty0 -- so > maybe I missed a kernel option? > > Greetings > jon > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 09.04.2009 Molly Bloom wrote:> Try inserting in the config file the line > vtf=[ ''type=vnc, vncunused=1'' ] > > I can''t guarantee it''s going to work though.I recently heard that the console does not work in 32bit pv_ops dom0 kernel for the moment, it''s a known memory mapping problem related to vga memory regions. The console should work on 64bit pv_ops dom0 kernel. Cheers jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users