From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Gnata Subject: kvm-76 fails to boot kubuntu 64bits (ok with kvm-75) Date: Sun, 05 Oct 2008 02:03:04 +0200 Message-ID: <48E80438.90108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from fg-out-1718.google.com ([72.14.220.155]:36615 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbYJEADJ (ORCPT ); Sat, 4 Oct 2008 20:03:09 -0400 Received: by fg-out-1718.google.com with SMTP id 19so1485188fgg.17 for ; Sat, 04 Oct 2008 17:03:07 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: Hi, kubuntu 64bits 8.10 beta boots without problem with kvm-75 using this command line: qemu-system-x86_64 -no-quit -serial file:serial.log -hda intrepid.img -boot c -m 1024 -smb qemu -soundhw es1370 It never boots with kvm-76. Here is the serial output: it always crashes at boot time with kvm-76: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.27-4-generic (buildd@yellow) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu7) ) #1 SMP Wed Sep 24 01:29:06 UTC 2008 (Ubuntu 2.6.27-4. 6-generic) [ 0.000000] Command line: root=UUID=cab01a2d-f54f-4c16-be37-4555fd50a068 cons ole=ttyS0,115200 earlyprintk=serial,ttyS0,115200 quiet splash [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) [ 0.000000] BIOS-e820: 000000003fff0000 - 0000000040000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fffbd000 - 0000000100000000 (reserved) [ 0.000000] console [earlyser0] enabled [ 1.575835] pci 0000:00:01.0: PIIX3: Enabling Passive Release Loading, please wait... Couldnt get a file descriptor referring to the console *** glibc detected *** modprobe: realloc(): invalid next size: 0x0000000000ef8c4 0 *** Aborted *** glibc detected *** modprobe: realloc(): invalid next size: 0x00000000015ddc4 0 *** Aborted usplash: libusplash.c:289: switch_console: Assertion `(saved_vt >= 0) && (saved_ vt < 10)' failed. *** glibc detected *** modprobe: realloc(): invalid old size: 0x0000000000725160 *** Aborted *** glibc detected *** modprobe: realloc(): invalid old size: 0x0000000001b76160 *** Aborted *** glibc detected *** modprobe: realloc(): invalid old size: 0x0000000001f88160 *** Aborted *** glibc detected *** modprobe: realloc(): invalid old size: 0x0000000000db4160 *** Aborted *** glibc detected *** modprobe: realloc(): invalid old size: 0x0000000001d0d160 *** Aborted *** glibc detected *** modprobe: realloc(): invalid old size: 0x00000000008d5160 *** Aborted udevd[952]: parse_config_file: error parsing /etc/udev/udev.conf, line 1:0 udevd[952]: add_to_rules: invalid rule '/etc/udev/rules.d/05-options.rules:1' udevd[952]: add_to_rules: invalid rule '/etc/udev/rules.d/05-options.rules:2' udevd[952]: parse_file: line too long, rule skipped '/etc/udev/rules.d/20-names. rules:7' udevd[952]: add_to_rules: invalid rule '/etc/udev/rules.d/40-basic-permissions.r ules:7' udevd[952]: parse_file: line too long, rule skipped '/etc/udev/rules.d/60-persis tent-storage.rules:7' udevd[952]: add_to_rules: invalid rule '/etc/udev/rules.d/61-persistent-storage- edd.rules:7' udevd[952]: parse_file: line too long, rule skipped '/etc/udev/rules.d/90-modpro be.rules:13' udevtrigger[954]: parse_config_file: error parsing /etc/udev/udev.conf, line 1:0 uname -a 2.6.26.5-1 #1 SMP processor : 0 (and 1) vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Any idea? Xavier