From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAnoU-0007Dh-RT for qemu-devel@nongnu.org; Sun, 09 Sep 2012 16:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAnoT-000788-VA for qemu-devel@nongnu.org; Sun, 09 Sep 2012 16:09:02 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:47192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAnoT-000782-Na for qemu-devel@nongnu.org; Sun, 09 Sep 2012 16:09:01 -0400 Received: by eeke53 with SMTP id e53so660211eek.4 for ; Sun, 09 Sep 2012 13:09:00 -0700 (PDT) Message-ID: <504CF759.700@gmail.com> Date: Sun, 09 Sep 2012 22:08:57 +0200 From: Jiri Slaby MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Cannot load initrd > 32M via TFTP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, it looks like the largest initrd qemu can pass/pxe can load from the qemu's TFTP server is 33553920 bytes long. If a larger file is passed, the laoding in pxelinux hangs (stops printing dots). It seems that qemu supports tsize, but now it looks like it does not work well? The command-line I use: qemu-kvm -k en-us -usbdevice tablet -balloon virtio -hda /win/vm/suse-stable.img -smp 2 -m 1000M -net user,tftp=tftp,bootfile=/pxelinux.0 -net nic,model=e1000 -usb Any ideas? thanks, -- js