# Booting via pxe from virtualbox ## create vm the vm has to be named "pxeTest" (needs to match ./pxeTest.pxe) ## configure vm under settings->system add network boot ## link/copy this directory into the virtualbox config directory >>> find ~ -name VirtualBox.xml ~/.VirtualBox/ >>> ln -s . ~/.VirtualBox/ ## copy initram and kernel >>> cp /some/path/{initram.img,vmlinuz-linux} .