D
Deleted member 81054
Guest
While this might fit in the "Feedback please: foundation of a laptop and desktop work group" thread, it probably is worth discussing separately.
Ignoring (for the moment) other systems, just by way of example:
If you expect folks to prepare installation media on some other system, there is always the risk that the media has not been prepared correctly (e.g., someone COPYING an iso ONTO a medium instead of copying it INTO that medium). An optical medium may burn poorly (or, not be readable on the desired host). A flash drive may have been created incorrectly, ejected before completely written, etc.
What if:
This, of course, means additional work "prepended" to the existing ISOs.
Ignoring (for the moment) other systems, just by way of example:
If you expect folks to prepare installation media on some other system, there is always the risk that the media has not been prepared correctly (e.g., someone COPYING an iso ONTO a medium instead of copying it INTO that medium). An optical medium may burn poorly (or, not be readable on the desired host). A flash drive may have been created incorrectly, ejected before completely written, etc.
What if:
For a given hosting OS:
Write a small app that checks the integrity of the raw medium.
So, if created on a Mac, the user would boot the media on that Mac and it would inform him of the image's integrity.
Ditto for a PC, etc.
When booted on the desired target, a FBSD utility performs that same check before starting the installer.
This could eliminate the issue of uncertainty in the correct preparation of the install media. I.e., part of the media preparation instructions would be to run the verifier that has been written onto the media (instead of hoping that the tool used to create it has that verify ability)This, of course, means additional work "prepended" to the existing ISOs.