i want boot ubuntu iso file pure from ramdisk/memdisk so hdd only used for copying or extracting the iso image to ramdisk, so partition is not locked by system cause used by iso file.....i was read to using memdisk but failed with error message kernel must load first
My grub2 Config :
menuentry "Ubuntu Desktop 20.04" --class ubuntu {
insmod ntfs
insmod memdisk
set isoDRV=(hd2,gpt2)
set isoDIR="/ISO-SOFT/OS/LINUX"
set IsoFILE="ubuntu-20.04-desktop-amd64.iso"
## i just try this but fail :(
linux16 memdisk $isoDRV/$isoDIR/$IsoFILE
initrd16 (memdisk)/casper/initrd
}
can this be done as I mean?