I got the idea to install FreeBSD with Windows dual booting but the docs I've encountered are so complicated, I understand nothing.
Please could anybody help me?
Thank you
Please could anybody help me?
Thank you
menuentry "FreeBSD" {
set root='(hd1,2)'
kfreebsd /boot/loader
}
grub-mkconfig -o /boot/grub/grub.cfg
OK, I can do that simply with the disk manager of Windows, let's say a 5 GB root partition. And the other partitions? I have a desktop computer, 2 disks 2 TB each. The primary disk with C:, D:; and E: (where I have enough space, I guess to mount freebsd-boot, freebsd-swap, freebsd-ufs var, freebsd-ufs tmp, freebsd-ufs home and the rest freebsd-ufs. But when installation is finished, booting up will give me the option for Windows or Q4OS Linux. The advantage is I got a loader menu created by Q4OS Linux. I might be to edit it and see the way for including FreeBSD there.Use a gparted live image to create free space besides the Windows partition and then use the freebsd installer with manual partitioning and choose the previously created free space for the root partition.
I normally take the simple approach and have only one ZFS partition which hosts everything under /. So there is no need to have multiple partitions unless you need those. Nevertheless you will probably want a second partition for swap.OK, I can do that simply with the disk manager of Windows, let's say a 5 GB root partition. And the other partitions? I have a desktop computer, 2 disks 2 TB each. The primary disk with C:, D:; and E: (where I have enough space, I guess to mount freebsd-boot, freebsd-swap, freebsd-ufs var, freebsd-ufs tmp, freebsd-ufs home and the rest freebsd-ufs. But when installation is finished, booting up will give me the option for Windows or Q4OS Linux. The advantage is I got a loader menu created by Q4OS Linux. I might be to edit it and see the way for including FreeBSD there.
My desktop computer have 2 disks 2TB each. The firs one has c:, D: and E:, primary partitions. E: has enough space to install FreeBSD on it. I remember years ago FreeBSD asked where to install GRUB, in MBR or FreeBSD.Do you want to install on one drive or multiple drives?
Do you have BIOS/MBR or UEFI/GPT?
I have three systems on three drives (Windows 11/Linux Debian/FreeBSD) in UEFI/GPT mode.
Do you want to install FreeBSD on ZFS or UFS/FFS?