grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Create floppy emulation boot CD with grub-mkimage


From: Christian Franke
Subject: Re: [PATCH] Create floppy emulation boot CD with grub-mkimage
Date: Sun, 10 Feb 2008 14:43:40 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7

Pavel Roskin wrote:
On Sat, 2008-02-09 at 22:59 +0100, Robert Millan wrote:

--boot-type=(native|emulation)
select cdrom native (default) or floppy emulation boot type
Since it is a flag for enabling a compatibility option, I think it's more
like a boolean.

Actually, there is also hard drive emulation, which might be useful for
USB flash keys eventually, so it's not a boolean option.  But we can
always change it later.


There is a hdd emulation mode for bootable CD in the El Torito standard.

AFIAK, there is no emulation mode for bootable USB flash keys. Their images are identical to large floppies ("superfloppy" without partitions) or hard disks (with partitions). Some BIOS boot both types, some don't.

This results in 6 possible image variants:

1. Floppy:                 --image-type=floppy
2. CD, no emulation:       --image-type=cdrom [--emulation=none]
3. CD, floppy emulation:   --image-type=cdrom --emulation=floppy
4. CD, hdd emulation:      --image-type=cdrom --emulation=hdd
5. USB without partitions: --image-type=superfloppy
6. USB with partitions:    --image-type=hdd

It may be possible to use the image #1 as image #5.

Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]