From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: floppy boot Date: Tue, 26 Jul 2005 16:22:28 +0200 Message-ID: <20050726142228.GA21648@bytesex> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Is there some way to boot vmx machines from a floppy image (or iso image)? With "boot=a" in the config file xm complains that it doesn't know what 'a' is. With "boot=fda" that isn't the case, but the sdl window doesn't shows up. With no boot= line everything works fine up to the point where the bios tries to boot the boot sector from the (still empty) virtual hard disk. Any hints? Gerd ==============================[ cut here ]============================== kernel = '/usr/lib/xen/boot/vmxloader' memmap = '/usr/lib/xen/boot/mem-map.sxp' builder = 'vmx' name = 'freedos' memory = 16 restart = 'never' nics = 0 disk = [ 'file:/dev/xen/freedos,hda,w' ] device_model = '/usr/lib/xen/bin/qemu-dm' # qemu stdvga=1 sdl=1 vnc=0 fda='/vm/freedos/floppy' boot=fda