From Fedora Project Wiki

Revision as of 07:55, 7 April 2010 by Tyan (talk | contribs) (Created page with 'Actions: 1. Add console=ttyS0,115200 to guest kernel line. 2. Add the following XML section to a domain. <serial type='pty'> <source path='/dev/pts/3'/>...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Actions:

  1. Add console=ttyS0,115200 to guest kernel line.
  2. Add the following XML section to a domain.
     <serial type='pty'>	
         <source path='/dev/pts/3'/>
         <target port='0'/>
     </serial>        		
     <console type='pty'>	
         <source path='/dev/pts/3'/>
         <target port='0'/>
     </console>
  3. Start the domain.
  4. Run virsh console [domain id]. A booting message will be displayed in the terminal.
  5. Log on to the guest.

Expected Results:

Successful connection to a guest via virtual console and serial.