DebuggingKVM
Differences between revisions 1 and 2
|
⇤ ← Revision 1 as of 2008-01-16 20:44:35
Size: 959
Comment:
|
Size: 1007
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| [[Include(Debugging/Header)]] | |
| Line 21: | Line 22: |
| CategoryServerTeam | CategoryServerTeam CategoryBugSquad |
ContentsBRTableOfContents |
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 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
}}}
And edit grub to boot kernel with earlycon=ttyS0 console=ttyS0 {{{ kernel /vmlinuz root=/dev/sda1 earlycon=ttyS0 console=ttyS0
}}}
DebuggingKVM (last edited 2015-06-18 16:22:08 by serge-hallyn)