One feature that I find most interesting in GRUB2 is its ability to boot OSs from ISO images.
Traditionally, working with Live ISOs or installing OS was based on the technology of CD-ROM/DVD-ROM, long before the proliferation of CD-ROM technology, we installed the operating Systems with tapes or floppy disk - back in prehistory-.
This way of working involves making some of the following steps:
- Request and receive the installation media from the software distributor -As we did in the 90s way before the Internet became widespread-.
- Download the ISO and fry a CD; the problem with this method is that you end up with a bunch of CD often only used 1 time.
- Download the ISO and copy it on a pendrive.
Each of these methods represents a considerable improvement in the time it takes to complete the task, compared to the previous -If someone have installed a SCO Unix system using floppy disks, he knows what i'm talking about-.
Nowadays we usually work with method 3, and sometimes with method 2, if something is wrong.
I will show how the ability of GRUB2 to boot ISO images allows me to test and install Ubuntu Studio 13 on my laptop, more efficient than the above methods.