From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Glassberg Subject: Re: floppyimage Date: Tue, 6 May 2003 19:58:22 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20030506235822.GH1043@swb1.valley.net> References: <20030506213055.GD1043@swb1.valley.net> <20030506224800.74945.qmail@web41504.mail.yahoo.com> Reply-To: mark_glassberg@valley.net Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20030506224800.74945.qmail@web41504.mail.yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lyvim Xaphir Cc: linux-msdos@vger.kernel.org On Tue, May 06, 2003 at 03:48:00PM -0700, Lyvim Xaphir wrote: > dd if=/dev/fd0 of=your_image_name That works, but not enough. The image I created using dd can be mounted, using the loop option. It can be linked to a loop device with losetup. It can not, however, be used as a virtual boot floppy under dosemu 1.0.2.1. When I place the image in the directory with my hard disk images and insert the name of the image on the "$_vbootfloppy = " line in dosemu.conf, dosemu will not boot. Any ideas on how I can get this image to boot dosemu?