unable to boot on freebsd after deleting ghostbsd

Hi
I installed ghostbsd on my laptop, then I deleted the partition and installed freebsd
the only partition left unchanged was the 1st

├─nvme0n1p1 259:1 0 100M 0 part /boot/efi

from there I just deleted the folder ghostbsd which was installed as auto zfs
now my freebsd is on ufs partition and when boots, it displays the ghostbsd boot menu and is stucking there, i think looking for zpool..

Also I have linux on 3rd partition so is not a good idea to format the efi partition
Thanks
 
Code:
root@vty01:~# lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
nvme0n1     259:0    0 476,9G  0 disk 
├─nvme0n1p1 259:1    0   100M  0 part /boot/efi
├─nvme0n1p2 259:2    0    90G  0 part 
├─nvme0n1p3 259:3    0   7,6G  0 part 
└─nvme0n1p5 259:4    0 379,3G  0 part /
root@vty01:~# cd /boot/efi
root@vty01:/boot/efi# ls -a
 .   ..   EFI  'System Volume Information'
root@vty01:/boot/efi# cd EFI/
root@vty01:/boot/efi/EFI# ls -a
.  ..  Boot  freebsd  ubuntu
root@vty01:/boot/efi/EFI# 
root@vty01:/boot/efi/EFI# cd freebsd/
root@vty01:/boot/efi/EFI/freebsd# ls -a
.  ..  loader.efi
root@vty01:/boot/efi/EFI/freebsd# cd ..
root@vty01:/boot/efi/EFI# cd Boot/
root@vty01:/boot/efi/EFI/Boot# ls -a
.  ..  bootx64.efi  fbx64.efi  mmx64.efi
yes i have grub for linux
 
Last edited by a moderator:
Back
Top