DebuggingKVM

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-01-16 20:44:35
Size: 959
Editor: p5B04F128
Comment:
Revision 5 as of 2008-08-06 17:00:02
Size: 1010
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| <<Include(Debugging/Header)>>
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>||
Line 14: Line 15:
 * If you linux guest can't boot, start kvm with {{{ -serial file:kvm_guset_debug.log }}}.
   {{{ kvm linux_guest.img -serial file:kvm_guset_debug.log
 * If your linux guest can't boot, start kvm with {{{ -serial file:kvm_guset_debug.log }}}.
   {{{
kvm linux_guest.img -serial file:kvm_guset_debug.log
Line 18: Line 20:
   {{{ kernel /vmlinuz root=/dev/sda1 earlycon=ttyS0 console=ttyS0    {{{
kernel /vmlinuz root=/dev/sda1 earlycon=ttyS0 console=ttyS0
Line 21: Line 24:
CategoryServerTeam CategoryServerTeam CategoryBugSquad CategoryDebugging

Debugging Central

This page is part of the debugging series — pages with debugging details for a variety of Ubuntu packages.

Debugging procedure

Reporting a bug

All reports should contain the following information. Please be sure to attach these files to the bug report.

  • uname -a > uname-a.log

  • cat /proc/version_signature > proc_version_signature.log

  • dmesg > dmesg.log

  • cat /proc/cpuinfo > proc_cpuinfo.log

  • If your linux guest can't boot, start kvm with  -serial file:kvm_guset_debug.log .

    •  kvm linux_guest.img -serial file:kvm_guset_debug.log 

      And edit grub to boot kernel with  earlycon=ttyS0 console=ttyS0 

       kernel /vmlinuz root=/dev/sda1 earlycon=ttyS0 console=ttyS0 


CategoryServerTeam CategoryBugSquad CategoryDebugging

DebuggingKVM (last edited 2015-06-18 16:22:08 by serge-hallyn)