From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mr. Teo En Ming (Zhang Enming)" Subject: Re: Xen Paravirt Operations Domain 0 Serial Console Problem Date: Tue, 25 Aug 2009 01:37:04 +0800 Message-ID: <4A92CFC0.1070707@asiasoftsea.net> References: <4A92BD31.2040406@asiasoftsea.net> <20090824164416.GR19938@edu.joroinen.fi> <4A92CF3E.8010008@asiasoftsea.net> Reply-To: enming.teo@asiasoftsea.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A92CF3E.8010008@asiasoftsea.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: enming.teo@asiasoftsea.net Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org See my latest screenshot here: http://3.bp.blogspot.com/_zzjv8MCM2sk/SpLOXl9IoWI/AAAAAAAAAT0/rdlMAFeQAKY/s1600-h/xen+serial+console+02.JPG -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering) Technical Support Engineer Information Technology Department Asiasoft Online Pte Ltd Tampines Central 1 #04-01 Tampines Plaza Singapore 529541 Republic of Singapore Mobile: +65-9648-9798 MSN: teoenming@hotmail.com Alma Maters: Singapore Polytechnic, National University of Singapore On 08/25/2009 01:34 AM, Mr. Teo En Ming (Zhang Enming) wrote: > Dear Pasi, > > Thanks for your help! It works! > > I wonder why this didn't work: > > title Fedora (2.6.31-rc6-enming.teo) Serial Console > root (hd0,0) > kernel /xen.gz iommu=1 com1=115200,8n1 console=com1 > module /vmlinuz-2.6.31-rc6-enming.teo ro > root=/dev/mapper/vg_fedora11_host-lv_root selinux=0 console=ttyS0,115200 > module /initrd-2.6.31-rc6-enming.teo.img > > And this worked: > > title pv_ops dom0-test (2.6.29-rc7-tip) with serial console > root (hd0,0) > kernel /xen-3.3.gz dom0_mem=1024M loglvl=all guest_loglvl=all > com1=19200,8n1 console=com1 > module /vmlinuz-2.6.29-rc7-tip ro root=/dev/vg00/lv01 > console=hvc0 earlyprintk=xen > module /initrd-2.6.29-rc7-tip.img > > Anyway, I still got a tty1 output! I thought that after using serial > console, it is not supposed to output to a monitor anymore? > > As a result of this, I still can't hide the VGA card from dom 0 and > pass it through to the Windows Dom U. > > Any ideas? >