Re: Weird VMD behaviour

2024-02-22 Thread pela0
Hi Omar, thanks for your reply, indeed I did, but, there seems to be a
problem with netstart and my wifi, on start NIC keep waiting for
connection...Just did a fw_update, worked fine ;)

nostromo# fw_update
fw_update: add vmm; update none; keep intel,inteldrm,iwn,uvideo

Gonna test again...

THANKS!!!

-- 
P.

On Thu, Feb 22, 2024 at 01:32:04PM +0100, Omar Polo wrote:
> pela0  wrote:
> > Hi list...Just installed my old Thinkpad T470 with 7.4, everything is
> > fine...but I found a weird problem with VMD, I just can't start nor
> > install a vm, I've got a couple of images, one is an archlinux, the
> > other one an alpine, both images work fine on my other machines...
> > 
> > Every time I try to install or start a vm got this message: 
> > 
> > vmctl: vmm bios firmware file not found...
> > 
> > on dmesg: 
> > vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory
> > 
> > About CPUs: 
> > 
> > dmesg | egrep '(VMX/EPT|SVM/RVI)'
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > 
> > VMD is enabled and running, test the vms via: 
> > vmctl start -m 1G -L -i 1 -d ~/Documents/VMM/arch.qcow2 arch
> > 
> > and
> > 
> > vmctl start -m 1G -L -i 1 -r install74.iso -d disk.qcow2 example
> > 
> > 
> > 
> > Pls someone point me in the right direction,.
> 
> have you ever run `fw_update'?  should be done automatically on install
> / upgrade, but only if you have an internet connection working at that
> time.



Re: Weird VMD behaviour

2024-02-22 Thread pela0
Hi again Omar...that was it :D ran fw_update and now everything is
fine...gonna double check my wifi issue

start -m 1G -L -i 1 -d /home/VMM/arch.qcow2 arch
  <
vmctl: started vm 2 successfully, tty /dev/ttyp7

THANKS AGAIN!!!

Hugs from Chile

-- 
P.

On Thu, Feb 22, 2024 at 01:32:04PM +0100, Omar Polo wrote:
> pela0  wrote:
> > Hi list...Just installed my old Thinkpad T470 with 7.4, everything is
> > fine...but I found a weird problem with VMD, I just can't start nor
> > install a vm, I've got a couple of images, one is an archlinux, the
> > other one an alpine, both images work fine on my other machines...
> > 
> > Every time I try to install or start a vm got this message: 
> > 
> > vmctl: vmm bios firmware file not found...
> > 
> > on dmesg: 
> > vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory
> > 
> > About CPUs: 
> > 
> > dmesg | egrep '(VMX/EPT|SVM/RVI)'
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > vmm0 at mainbus0: VMX/EPT
> > 
> > VMD is enabled and running, test the vms via: 
> > vmctl start -m 1G -L -i 1 -d ~/Documents/VMM/arch.qcow2 arch
> > 
> > and
> > 
> > vmctl start -m 1G -L -i 1 -r install74.iso -d disk.qcow2 example
> > 
> > 
> > 
> > Pls someone point me in the right direction,.
> 
> have you ever run `fw_update'?  should be done automatically on install
> / upgrade, but only if you have an internet connection working at that
> time.
> 



Re: Weird VMD behaviour

2024-02-22 Thread Josh Grosse
On Thu, Feb 22, 2024 at 09:16:20AM -0300, pela0 wrote:
> on dmesg: 
> vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory

Per the FAQ: "In some cases, virtualization capabilities must be
manually enabled in the system's BIOS. Be sure to run the
fw_update(8) command after doing so to get the required vmm-firmware package. 



Re: Weird VMD behaviour

2024-02-22 Thread Omar Polo
pela0  wrote:
> Hi list...Just installed my old Thinkpad T470 with 7.4, everything is
> fine...but I found a weird problem with VMD, I just can't start nor
> install a vm, I've got a couple of images, one is an archlinux, the
> other one an alpine, both images work fine on my other machines...
> 
> Every time I try to install or start a vm got this message: 
> 
> vmctl: vmm bios firmware file not found...
> 
> on dmesg: 
> vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory
> 
> About CPUs: 
> 
> dmesg | egrep '(VMX/EPT|SVM/RVI)'
> vmm0 at mainbus0: VMX/EPT
> vmm0 at mainbus0: VMX/EPT
> vmm0 at mainbus0: VMX/EPT
> vmm0 at mainbus0: VMX/EPT
> vmm0 at mainbus0: VMX/EPT
> 
> VMD is enabled and running, test the vms via: 
> vmctl start -m 1G -L -i 1 -d ~/Documents/VMM/arch.qcow2 arch
> 
> and
> 
> vmctl start -m 1G -L -i 1 -r install74.iso -d disk.qcow2 example
> 
> 
> 
> Pls someone point me in the right direction,.

have you ever run `fw_update'?  should be done automatically on install
/ upgrade, but only if you have an internet connection working at that
time.



Weird VMD behaviour

2024-02-22 Thread pela0
Hi list...Just installed my old Thinkpad T470 with 7.4, everything is
fine...but I found a weird problem with VMD, I just can't start nor
install a vm, I've got a couple of images, one is an archlinux, the
other one an alpine, both images work fine on my other machines...

Every time I try to install or start a vm got this message: 

vmctl: vmm bios firmware file not found...

on dmesg: 
vmd[30546]: can't open /etc/firmware/vmm-bios: No such file or directory

About CPUs: 

dmesg | egrep '(VMX/EPT|SVM/RVI)'
vmm0 at mainbus0: VMX/EPT
vmm0 at mainbus0: VMX/EPT
vmm0 at mainbus0: VMX/EPT
vmm0 at mainbus0: VMX/EPT
vmm0 at mainbus0: VMX/EPT

VMD is enabled and running, test the vms via: 
vmctl start -m 1G -L -i 1 -d ~/Documents/VMM/arch.qcow2 arch

and

vmctl start -m 1G -L -i 1 -r install74.iso -d disk.qcow2 example



Pls someone point me in the right direction,.

Thanks in advance.


-- 
Regards

P.