summaryrefslogtreecommitdiffstats
path: root/dev-tools/TFTP/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tools/TFTP/README.md')
-rw-r--r--dev-tools/TFTP/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-tools/TFTP/README.md b/dev-tools/TFTP/README.md
new file mode 100644
index 00000000..63edb76e
--- /dev/null
+++ b/dev-tools/TFTP/README.md
@@ -0,0 +1,16 @@
+# 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} .