DebuggingKVM

Differences between revisions 2 and 3
Revision 2 as of 2008-06-23 22:32:27
Size: 1007
Editor: c-24-21-234-111
Comment:
Revision 3 as of 2008-06-23 22:33:55
Size: 1026
Editor: c-24-21-234-111
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * If you linux guest can't boot, start kvm with {{{ -serial file:kvm_guset_debug.log }}}.  * If your linux guest can't boot, start kvm with {{{ -serial file:kvm_guset_debug.log }}}.
Line 22: Line 22:
CategoryServerTeam CategoryBugSquad CategoryServerTeam CategoryBugSquad CategoryDebugging

Include(Debugging/Header)

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 .

}}}

  • 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)