grub2win
On a Windows 10 machine i've installed grub2win. I would like to create entry to the bootable rescue media on d:\acronisbootable.iso
But i don't know the variables?
#
# This is sample code for booting from an iso file
# via the Grub2Win g2wisoboot function
#
# See the Grub2Win help file advanced topics section for more information
#
clear
set gfxpayload=1024x768 # Needed for many graphics cards
set isopath=/acronisbootable.iso
set kernelpath='/** kernel path **' # Example '/vmlinuz'
set initrdpath='/** initrd path **' # Example '/initrd.img'
set bootparms='** your linux bootparms **' # Example 'boot=/ iso-scan/filename='$isopath' noprompt noeject ---'
#
g2wisoboot # Run the g2wisoboot function
#


- Log in to post comments