sorry for the delay in my reaction. I had to social engineer re-access to my setup, which runs at my old employer ;-) for a working netboot with virtio nic the following modules are required: * virtio * virtio_pci (although virtio_net has no dependency entry for this module, it is mandatory for nearly all other virtio module) * virtio_ring (virtio_pci depends on it) * virtio_net virtio_blk is definitely NOT required for netboot, as it provides access to local block devices only. other virtio modules like virtio_ballon are also not needed. regards daniel |