* floppyimage
@ 2003-05-06 21:30 Mark Glassberg
2003-05-06 22:48 ` floppyimage Lyvim Xaphir
0 siblings, 1 reply; 6+ messages in thread
From: Mark Glassberg @ 2003-05-06 21:30 UTC (permalink / raw)
To: linux-msdos
How do I make a floppyimage?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: floppyimage
2003-05-06 21:30 floppyimage Mark Glassberg
@ 2003-05-06 22:48 ` Lyvim Xaphir
2003-05-06 23:58 ` floppyimage Mark Glassberg
0 siblings, 1 reply; 6+ messages in thread
From: Lyvim Xaphir @ 2003-05-06 22:48 UTC (permalink / raw)
To: linux-msdos
dd if=/dev/fd0 of=your_image_name
--- Mark Glassberg <mark_glassberg@valley.net> wrote:
> How do I make a floppyimage?
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: floppyimage
2003-05-06 22:48 ` floppyimage Lyvim Xaphir
@ 2003-05-06 23:58 ` Mark Glassberg
2003-05-07 5:28 ` floppyimage Lyvim Xaphir
0 siblings, 1 reply; 6+ messages in thread
From: Mark Glassberg @ 2003-05-06 23:58 UTC (permalink / raw)
To: Lyvim Xaphir; +Cc: linux-msdos
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?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: floppyimage
2003-05-06 23:58 ` floppyimage Mark Glassberg
@ 2003-05-07 5:28 ` Lyvim Xaphir
2003-05-07 14:27 ` floppyimage Mark Glassberg
0 siblings, 1 reply; 6+ messages in thread
From: Lyvim Xaphir @ 2003-05-07 5:28 UTC (permalink / raw)
To: mark_glassberg; +Cc: linux-msdos
OK. First thing is, the original floppy that you are using for the image
must be bootable. Forgive me for going over the simple sh**. But
normally I create the bootable images from a dos 7.10 formatted floppy
that I've tested first. (format a:/s, or sys a: --but format is safer)
Dos 7.10 is what shipped with Win 98 (and 95 I believe), and I've used it
for years because it's the sweet spot in dos versions.
If the floppy boots on it's own, then the image will, and if you are not
getting results, then we have a dosemu.conf problem. It's entirely
possible that you could treat the floppy image as an hdimage in the .conf
and this would work; I think I've tried that before and it flew. However
I'm shooting from the hip on this, and furthermore I just loaded LM91
(Mandrake) some two weeks ago and havent reloaded dosemu yet. This seems
like an excellent opportunity to get it installed and configured; I might
try the floppy stuff so I can give you some direction.
HTH,
LX
--- Mark Glassberg <mark_glassberg@valley.net> wrote:
> 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?
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: floppyimage
2003-05-07 5:28 ` floppyimage Lyvim Xaphir
@ 2003-05-07 14:27 ` Mark Glassberg
0 siblings, 0 replies; 6+ messages in thread
From: Mark Glassberg @ 2003-05-07 14:27 UTC (permalink / raw)
To: Lyvim Xaphir; +Cc: linux-msdos
On Tue, May 06, 2003 at 10:28:45PM -0700, Lyvim Xaphir wrote:
> OK. First thing is, the original floppy that you are using for the image
> must be bootable. Forgive me for going over the simple sh**. But
> normally I create the bootable images from a dos 7.10 formatted floppy
> that I've tested first. (format a:/s, or sys a: --but format is safer)
> Dos 7.10 is what shipped with Win 98 (and 95 I believe), and I've used it
> for years because it's the sweet spot in dos versions.
>
> If the floppy boots on it's own, then the image will, and if you are not
> getting results, then we have a dosemu.conf problem. It's entirely
> possible that you could treat the floppy image as an hdimage in the .conf
> and this would work; I think I've tried that before and it flew. However
> I'm shooting from the hip on this, and furthermore I just loaded LM91
> (Mandrake) some two weeks ago and havent reloaded dosemu yet. This seems
> like an excellent opportunity to get it installed and configured; I might
> try the floppy stuff so I can give you some direction.
The floppy from which I made the image boots; the image doesn't. Trying to
rename it hdimage_c and put it on the hdimage line of dosemu.conf doesn't
work either. Any additional ideas would be welcome.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: floppyimage
@ 2003-05-11 14:00 Clarence Dang
0 siblings, 0 replies; 6+ messages in thread
From: Clarence Dang @ 2003-05-11 14:00 UTC (permalink / raw)
To: mark_glassberg, Lyvim Xaphir; +Cc: linux-msdos
On Thu, 8 May 2003 12:27 am, Mark Glassberg wrote:
> On Tue, May 06, 2003 at 10:28:45PM -0700, Lyvim Xaphir wrote:
> > If the floppy boots on it's own, then the image will, and if you are not
> > getting results, then we have a dosemu.conf problem.
$_vbootfloppy will probably do it but I've never tried it before.
> The floppy from which I made the image boots; the image doesn't. Trying to
> rename it hdimage_c and put it on the hdimage line of dosemu.conf doesn't
> work either.
This might not help depending on how the boot sector trickery turns out but
you could also try mounting the image and then setting $_hdimage to the
mountpoint.
Cheers,
Clarence
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-05-11 14:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-11 14:00 floppyimage Clarence Dang
-- strict thread matches above, loose matches on Subject: below --
2003-05-06 21:30 floppyimage Mark Glassberg
2003-05-06 22:48 ` floppyimage Lyvim Xaphir
2003-05-06 23:58 ` floppyimage Mark Glassberg
2003-05-07 5:28 ` floppyimage Lyvim Xaphir
2003-05-07 14:27 ` floppyimage Mark Glassberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox