diff --git a/tasks/setup-pxe.yml b/tasks/setup-pxe.yml
index 8b615870a36c181c1fb0837015ef370f11d3a2cc..056933a32385dcda24fce57ba061f265089cb867 100644
--- a/tasks/setup-pxe.yml
+++ b/tasks/setup-pxe.yml
@@ -69,7 +69,7 @@
 - name: create symlink to BIOS grub2 folder
   file:
     src: "boot/grub2"
-    dest: "{{ tftp_root }}/grub"
+    dest: "{{ tftp_root }}/grub2"
     state: link
     owner: root