Hello to everyone.
I hope to make happy someone,explaining how to boot Debian using the EFI bootloader and Bhyve. There is an extra configuration to do,otherwise it will not boot at all. First of all,I'm using vm-bhyve and this conf. file :
As is,if u try to boot Debian with vm-bhyve,you will see that after having installed Debian,the hard disk will not boot and the problem is caused by a "a bhyve's incomplete UEFI implementation". The solution is here :
The method that he used to boot Debian in EFI mode worked for me. I mean I did this after having installed Debian on a qcow2 image using virt-manager on Linux and then I have converted the qcow2 file to a raw / img file :
The problem is that,later,for some reason Debian is not able to reach the desktop manager. When the booting process has ended,I see only a black screen with a blinking cursor and nothing happens anymore. I also tried to go in "recovery mode" : this is what happens :
so,Im stuck there. Suggestions ?
I hope to make happy someone,explaining how to boot Debian using the EFI bootloader and Bhyve. There is an extra configuration to do,otherwise it will not boot at all. First of all,I'm using vm-bhyve and this conf. file :
Code:
loader="uefi"
cpu=8
memory=8GB
network0_type="virtio-net"
network0_switch="public"
disk0_type="ahci-hd"
disk0_name="debian-gpu.img"
uuid="ca6be87e-eed2-11eb-abbb-e0d55ee21f22"
network0_mac="58:9c:fc:03:33:60"
graphics="yes"
graphics_res="1440x900"
xhci_mouse="yes"
As is,if u try to boot Debian with vm-bhyve,you will see that after having installed Debian,the hard disk will not boot and the problem is caused by a "a bhyve's incomplete UEFI implementation". The solution is here :
Josef “Jeff” Sipek » Installing Debian under FreeBSD's bhyve
blahg.josefsipek.net
The method that he used to boot Debian in EFI mode worked for me. I mean I did this after having installed Debian on a qcow2 image using virt-manager on Linux and then I have converted the qcow2 file to a raw / img file :
Code:
cd /boot/efi/EFI
mkdir BOOT
cp debian/grubx64.efi BOOT/bootx64.efi
The problem is that,later,for some reason Debian is not able to reach the desktop manager. When the booting process has ended,I see only a black screen with a blinking cursor and nothing happens anymore. I also tried to go in "recovery mode" : this is what happens :
so,Im stuck there. Suggestions ?