Hi Manish,
open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support
Indeed, this is not a fatal error. It simply says that your machine does not support hardware virtualization (Intel VT-x or AMD-V) or that the support for it is not properly configured in your system.
QEMU will run as an emulator (not a virtualizer) and it will run possibly much slower, but it will still boot HelenOS fine.
qemu: pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"
This is also not fatal, you just miss the ROM binary for the network boot. But since you don't want to boot from the network anyway (you want to boot from the ISO image), this does not affect you.
The missing ROM file might be simply located in a separate package in your distribution which you need to install manually.
Will it cause any kind of error to me while exploring HelenOS?
Not at all. M.D. _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
