Dag-Erling Smørgrav wrote:
Sergey Babkin <[EMAIL PROTECTED]> writes:

A 30MB image gets loaded from CD in no time, but loading it from an
USB flash drive took almost forever, easily half an hour or
so. Maybe the BIOSes became more clever since then.


It should not take more than ~30 seconds, even with USB 1.x.  If it
takes half an hour, I suspect GRUB is doing something stupid like
reading it one sector at a time (requiring a switch to x86 mode for
every 512 bytes read)

DES

We already do one sector at a time, I believe, to work around buggy
CF flash implementations.  Still, I don't see how it could take 30
minutes unless there were other problems at play.

Scott

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to