Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-05-01 Thread David Brown
> How big is your initrd image ? There was a QEMU bug which causes the > end of the initrd to be overwritten by the kernel if the initd was > larger than 1 MB IIRC. Upstream QEMU CVS has the patch, but the current > KVM SVN repo does not seem to have it. I'm attaching the patch we applied > to KV

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-05-01 Thread Daniel P. Berrange
On Mon, Apr 30, 2007 at 11:45:36AM -0700, David Brown wrote: > > Host cpu type, host bitness, guest bitness, and qemu command line please. > > > > [EMAIL PROTECTED]:~# cat /root/bin/start-debian > #!/bin/bash > > KVER="2.6.18-4-686" > INITRD_BASE="initrd" > INITRD_APPEND=".img" > APPEND="ro root=

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-05-01 Thread Avi Kivity
David Brown wrote: >> > qemu -kernel "/root/boot/vmlinuz-${KVER}" \ >> >-initrd "/root/boot/${INITRD_BASE}${INITRD_APPEND}-${KVER}" \ >> >-append "${APPEND}" \ >> >-m 512 --no-rtc \ >> >\ >> >-usb \ >> >-soundhw es1370 \ >> >-net nic,vlan0,macaddr=52:54:56:34:12:00 \ >>

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-05-01 Thread David Brown
> > qemu -kernel "/root/boot/vmlinuz-${KVER}" \ > >-initrd "/root/boot/${INITRD_BASE}${INITRD_APPEND}-${KVER}" \ > >-append "${APPEND}" \ > >-m 512 --no-rtc \ > >\ > >-usb \ > >-soundhw es1370 \ > >-net nic,vlan0,macaddr=52:54:56:34:12:00 \ > >-net tap,vlan=0,ifname=

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-04-30 Thread Avi Kivity
David Brown wrote: >> Host cpu type, host bitness, guest bitness, and qemu command line >> please. >> > > Oh sorry, forgot about that stuff. > > model name : Genuine Intel(R) CPU U2500 @ 1.20GHz > Ugh, a Core-not-2. I'll see if I can find one here. > > qemu -kernel "/root/boot/v

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-04-30 Thread David Brown
> Host cpu type, host bitness, guest bitness, and qemu command line please. > Oh sorry, forgot about that stuff. [EMAIL PROTECTED]:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Genuine Intel(R) CPU U250

Re: [kvm-devel] 2.6.21.1 and kvm-21 just plain stopped...

2007-04-30 Thread Avi Kivity
David Brown wrote: > Yeah, for some reason part way through the boot up of a guest OS it > just stops booting, there isn't any sort of defined place where it > stops either. However, the guest OS does always get to the initrd (but > that maybe because the kernel is so simple). Sometimes it will get