I am a little confused and Need some help. I wanted to try out FreeBSD but I want to boot it from an ISO. I put my iso file on my first hd 3rd partition in /boot/iso/FreeBSD-8.1-RELEASE-amd64-dvd1.iso. But I can't seem find anything to boot freebsd this way. Is it possible and if so how. This is what I kinda got but its not working.
Code:
menuentry "FreeBSD1" {
insmod loopback
insmod iso9660
set isofile="/boot/iso/FreeBSD-8.1-RELEASE-amd64-dvd1.iso"
loopback loop (hd0,3)$isofile
}
Thanks