From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAcwv-0005mF-NI for qemu-devel@nongnu.org; Sun, 22 Jun 2008 23:42:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAcwq-0005l5-8m for qemu-devel@nongnu.org; Sun, 22 Jun 2008 23:42:36 -0400 Received: from [199.232.76.173] (port=35424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAcwq-0005l2-41 for qemu-devel@nongnu.org; Sun, 22 Jun 2008 23:42:32 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:65458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAcwp-0001B0-RO for qemu-devel@nongnu.org; Sun, 22 Jun 2008 23:42:32 -0400 Received: by rv-out-0708.google.com with SMTP id f25so6714689rvb.22 for ; Sun, 22 Jun 2008 20:42:29 -0700 (PDT) Message-ID: <485F1B91.1060703@codemonkey.ws> Date: Sun, 22 Jun 2008 22:42:09 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] How to use -append to automate Ubuntu install? References: <485F085C.5060209@quinthar.com> In-Reply-To: <485F085C.5060209@quinthar.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org David Barrett wrote: > What's the proper way to use -append to automatically select and begin > an Ubuntu installation? I tried this, but nothing happened (ie, it > behaves the same as if I didn't set it): > > sudo qemu -cdrom Ubuntu_8.04_i386.iso -append > "file=/cdrom/preseed/ubuntu.seed initrd=/install/initrd.qz quiet --" > test.raw -append only works in combination with -kernel. Regards, Anthony Liguori > I expected it to automatically begin the default desktop install > (pressing F6 at the install prompt shows that this is the boot line > the installer uses), but instead it just prompted me as normal. > > I'm pretty familiar with QEMU, but I've never used -append before so > I'm not sure how to accomplish what I'm trying. Can you offer any > suggestions? Thanks! > > -david > > > >