Hello, newbie here!
After I installed FreeBSD one of the uefi entries "Windows Boot Manager" (Windows 8 from a different hard disk) doesn't boot anymore, it just boot directly to FreeBSD.
I tried deactivating the FreeBSD boot entry with "efibootmgr -b 0002 -A" to force to boot to Windows and now it just goes to the uefi setup menu.
I tried activating the Windows entry too, but it's already active.
I tried creating a new efi boot entry for Windows 8, but I can't make it, and I don't know if I did it right.
I really don't know what to do now and I can't just reinstall Windows, because I need the files there.
INFO:
After I installed FreeBSD one of the uefi entries "Windows Boot Manager" (Windows 8 from a different hard disk) doesn't boot anymore, it just boot directly to FreeBSD.
I tried deactivating the FreeBSD boot entry with "efibootmgr -b 0002 -A" to force to boot to Windows and now it just goes to the uefi setup menu.
I tried activating the Windows entry too, but it's already active.
I tried creating a new efi boot entry for Windows 8, but I can't make it, and I don't know if I did it right.
I really don't know what to do now and I can't just reinstall Windows, because I need the files there.
INFO:
Code:
# efibootmgr -v
Boot to FW : false
BootCurrent: 0002
Timeout : 2 seconds
BootOrder : 0001, 0002
Boot0001* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
HD(1,GPT,4997d151-1f5f-1e44-8529-5b869421dd6d,0x800,0x80000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)
+Boot0002* FreeBSD HD(1,GPT,374e724e-787d-11ec-90fc-eca86bb12c6b,0x28,0x82000)/File(\efi\freebsd\loader.efi)
ada1p1:/efi/freebsd/loader.efi /boot/efi//efi/freebsd/loader.efi
Code:
# gpart show
=> 34 488397101 ada0 GPT (233G)
34 2014 - free - (1.0M)
2048 262144 1 ms-reserved (128M)
264192 488132608 2 ms-basic-data (233G)
488396800 335 - free - (168K)
=> 40 976773088 ada1 GPT (466G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 4194304 3 freebsd-swap (2.0G)
4728832 972044288 4 freebsd-zfs (464G)
976773120 8 - free - (4.0K)
Code:
# cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ada1p1 /boot/efi msdosfs rw 2 2
/dev/ada1p3 none swap sw 0 0
proc /proc procfs rw 0 0
linprocfs /compat/linux/proc linprocfs rw 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
fdesc /dev/fd fdescfs rw 0 0