Hi dear Daemons
I tried to make a dual-boot with Ubuntu 20.10 and FreeBSD 12.2.
To help me, I followed this great tuto: https://hauweele.net/~gawen/blog/?p=2252
When I try to boot FreeBSD from my GRUB menu entry, I got the error "Image has invalid negative size".
Booting on Ubuntu works well.
I have two disks:
1. hd0 is a data disk (HDD) mounted on /storage with only one ext4 partition
2. hd1 is a SSD, my main/system disk
My GPT partitions schema on hd1:
1. EFI (~ 300M)
2. Ubuntu (ext4) (~ 250G)
3. FreeBSD swap (4G)
4. FreeBSD UFS (~ 246G)
My custom GRUB menu entry (/etc/grub.d/40_custom):
I'm aware that is a GNU GRUB issue, not directly FreeBSD, and I already looked for a solution, but if anyone have an idea, I will take it.
Regards
I tried to make a dual-boot with Ubuntu 20.10 and FreeBSD 12.2.
To help me, I followed this great tuto: https://hauweele.net/~gawen/blog/?p=2252
When I try to boot FreeBSD from my GRUB menu entry, I got the error "Image has invalid negative size".
Booting on Ubuntu works well.
I have two disks:
1. hd0 is a data disk (HDD) mounted on /storage with only one ext4 partition
2. hd1 is a SSD, my main/system disk
My GPT partitions schema on hd1:
1. EFI (~ 300M)
2. Ubuntu (ext4) (~ 250G)
3. FreeBSD swap (4G)
4. FreeBSD UFS (~ 246G)
My custom GRUB menu entry (/etc/grub.d/40_custom):
Code:
menuentry 'FreeBSD' {
insmod ufs2
set root='(hd1,gpt4)'
chainloader /boot/loader.efi
}
I'm aware that is a GNU GRUB issue, not directly FreeBSD, and I already looked for a solution, but if anyone have an idea, I will take it.
Regards