From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy0n7-0000mq-49 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 11:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy0n1-0000c2-0L for qemu-devel@nongnu.org; Mon, 08 Dec 2014 11:04:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy0n0-0000be-P3 for qemu-devel@nongnu.org; Mon, 08 Dec 2014 11:03:58 -0500 Message-ID: <5485CBE8.4000405@redhat.com> Date: Mon, 08 Dec 2014 11:03:52 -0500 From: John Snow MIME-Version: 1.0 References: <1417768674.2432.1.camel@greffrath.com> <1418054074.3085.1.camel@greffrath.com> In-Reply-To: <1418054074.3085.1.camel@greffrath.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] suggestion for the QEMU advent calendar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabian Greffrath , Stefan Hajnoczi Cc: qemu-devel On 12/08/2014 10:54 AM, Fabian Greffrath wrote: > Am Montag, den 08.12.2014, 10:14 +0000 schrieb Stefan Hajnoczi: >> If you have the time to create the image yourself, please let me know. > > I'd love to, but how do I create an image with just GRUB and the game, > but no actual OS? > > - Fabian > > > I would use a boot environment, like the "try it out" mode of Fedora/Ubuntu etc to get a working linux environment, create a /boot partition on a smallish virtual hard disk, and install your packages as needed. If manually installing a bootable grub sounds gross, I would try a two virtual disk approach where you put /boot on -hda and / on -hdb, and just run through e.g. the Debian installation process and install your grub packages as needed. Then once completed, you can use either the OS installation or a boot disk to cull the OS entries from grub, then delete the second virtual disk to leave you with a functioning grub stub.