Skip to Content.
Sympa Menu

baslinux - Re: [BL] make a BL 3 qemu image: how to

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] make a BL 3 qemu image: how to
  • Date: Thu, 20 Mar 2008 12:04:16 -0500 (CDT)

On Wed, 19 Mar 2008, I wrote:

----------------------------------------------------------
qemu -b a -fda /path/to/DISK1.IMG -hda /path/to/BLdisk.img
----------------------------------------------------------

(-b a tells qemu to boot from the virtual floppy drive instead of the virtual hard drive)

Correction: -b should be -boot. So, the full command should look as follows:

-------------------------------------------------------------
qemu -boot a -fda /path/to/DISK1.IMG -hda /path/to/BLdisk.img
-------------------------------------------------------------

James




Archive powered by MHonArc 2.6.24.

Top of Page