Ubuntu Forums Archive Viewer

ghostbsd cannot dual boot with ubuntu

Archived thread 2456074 from BSD. Markdown source: BSD/thread_2456074_ghostbsd_cannot_dual_boot_with_ubuntu.md

Original URL About this archive
#1

I've tried every possible combination of grub menu commands:

menuentry "GhostBSD Loader" {       insmod part_gpt
        insmod chain
        set root='(hd3,gpt1)'
        chainloader /EFI/ghostbsd/BOOTX64-GHOSTBSD.EFI
}

That is the one everyone list when trying to dual boot with ubuntu. It doesn't work. Grub output is:

error: image has invalid negative size

Tried other menu commands as I stated. Will not boot. ghostbsd will boot using it own boot manager, but cannot get it to dusl-boot.

Has anyone dual booted ubuntu and ghostbsd?

This link shows same error I got: https://forums.freebsd.org/threads/grub-error-image-has-invalid-negative-size.70974/