I use a script from VMWare to read a virtual hard-disk and then mount it to a drive in Linux. How can I boot from this mounted drive using grub (I need to mount the drive before booting to any OS). I could have all the mounting stuff written in a python/bash script. However, is there a way to run that script from GRUB or a GRUB module?