Page 1 of 1

booting GhostBSD iso image from grub2

Posted: Tue Jul 21, 2020 12:03 pm
by s_monad
good day

is the a way to load latest ghostbsd iso image using grub2 ?

there is a way to boot FreeBSD-12.1-RELEASE-amd64-bootonly.iso using grub2.
so, there should be a way to boot latest ghostbsd (built upon the same version of freebsd, i believe)

PS. i've tried hxxps://github.com/ghostbsd/ghostbsd-grub2-settings project - no luck (it's a bit outdated)

Re: booting GhostBSD iso image from grub2

Posted: Sun Aug 23, 2020 9:55 am
by wb7odyfred
When I got dumped into "Grub>" on a working system, here is what I did to get booted back up. Does not answer your question about booting a .iso image.
grub2>

Code: Select all

 ls

Code: Select all

set root='(da0,gpt2)'
chainloader (da0,gpt2)/efi/boot/REFINDX64-REFIND.EFI
boot
GhostBSD Grub2 settings Github code
https://github.com/ghostbsd/ghostbsd-grub2-settings

Re: booting GhostBSD iso image from grub2

Posted: Sun Jun 19, 2022 10:38 am
by s_monad
two years have passed since i'd raised the question

is there any motion in that direction? (I'm well aware of ventoy loader, but grub2 is much preferable in this case)

Re: booting GhostBSD iso image from grub2

Posted: Mon Jun 20, 2022 9:44 am
by ericbsd
First, the ghostbsd-grub2-settings were for the old ISO that was using Grub and it has been discontinued for over 5 years now.

wb7odyfred did answer, but you didn't reply back to him. So I think everyone thought that it answered your question.

Also so it is not clear what you want to achieve with it. So what are you trying to do?

Re: booting GhostBSD iso image from grub2

Posted: Mon Jun 20, 2022 2:00 pm
by s_monad
in order to give some liveCD a try, one should burn iso image to optical disk or usb flash stick

but there is a third way - when one doesn't need/have dvd drive or spare usb stick - boot iso file directly from hard drive (it is much faster then booting from dvd/usb staff)

it works for ubuntu images, hxxps://help.ubuntu.com/community/Grub2/ISOBoot contains some examples.
So, the might be some way to boot bsd live images using grub2, I believe