summaryrefslogtreecommitdiffstats
path: root/dev-tools/TFTP/README.md
diff options
context:
space:
mode:
authorjandob2015-11-12 13:48:37 +0100
committerjandob2015-11-12 13:48:37 +0100
commit75236b53b57caf54bf8a4c01aa2121d36654e069 (patch)
tree7057ae25837ccd20a874537a16a23fb279c57ff8 /dev-tools/TFTP/README.md
parentAdding minimal PXE-Bootloader. (diff)
downloadsystemd-init-75236b53b57caf54bf8a4c01aa2121d36654e069.tar.gz
systemd-init-75236b53b57caf54bf8a4c01aa2121d36654e069.tar.xz
systemd-init-75236b53b57caf54bf8a4c01aa2121d36654e069.zip
add readme for virtualbox tftp pxe boot
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} .