Super Grub2 Disk 2.00 beta 1 released

A big thank you to Jordan Uggla for making: Super Grub2 Disk 2.00 beta 1.

This is the changelog:

Translations:
  Malay (Thanks go to SlamberGamer)
 German (Thanks go to Jan Black)
 French (Thanks go to Daniel_KM)
 Spanish (Updated to use special characters. adrian15)

* Based on Grub 2.00
* Added support for BSD and Sunpc partition tables
* i18n support was rewritten for supporting special characters and * for using gettext
* Enable options are now inside a single submenu: Enable extra GRUB2 functionality
* Many other bug fixes

If you want to translate into your language please check TRANSLATION file at source code to learn how to translate into your language.
This is a beta release so please comment any issue you find at the forum.

6 thoughts on “Super Grub2 Disk 2.00 beta 1 released

  1. function loopback_iso_entry {
    realdev=”$1″
    isopath=”$2″
    loopdev=”$3″

    if test -f /boot/grub/loopback.cfg; then
    cfgpath=/boot/grub/loopback.cfg
    elif test -f /grub/loopback.cfg; then
    cfgpath=/grub/loopback.cfg
    else
    return 1;
    fi

    is not work,
    where are /boot/grub/loopback.cfg ?

  2. First mirror is down as of 12/14/12.

    –Adam

    PS– Awesome software, makes putting a system into a VM onto a physical machine a breeze. Thansk 😀

Leave a Reply

Your email address will not be published. Required fields are marked *