Advertisement
Guest User

Untitled

a guest
Jun 14th, 2017
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. :MENU
  2. menu
  3. item --gap -- PXE Boot Menu
  4. item --gap --
  5. item bootlocal Festplatte booten
  6. item --gap Partition/Backup/Restore
  7. item acronis2014 Acronis True Image 2014
  8. item acronis2016 Acronis True Image 2016
  9. item acronis2017 Acronis True Image 2017
  10. item easeuspms EaseUS Partition Master Server 9.2.1
  11. item aomeipau AOMEI Partition Assistant 6
  12. item veeam Veeam Endpoint Backup Recovery
  13. item --gap Password/Recovery/Restore/Repair
  14. item erd2005 ERD Commander Windows XP
  15. item dart7 DaRT 7.0 Windows 7 Server 2008 R2
  16. item dart8 DaRT 8.0 Windows 8 Server 2012
  17. item dart81 DaRT 8.1 Windows 8.1 Server 2012 R2
  18. item dart10 DaRT 10.0 Windows 10 Server 2016
  19. item --gap Destroy
  20. item dban DBAN Darik's Boot And Nuke 2.3.0
  21. item --gap --
  22. item return <---
  23. choose --default bootlocal --timeout 60000 target && goto ${target}
  24. :bootlocal
  25. sanboot --no-describe --drive 0x80 || goto MENU
  26. :acronis2014
  27. initrd http://${fog-ip}/iso/acronis2014.iso
  28. chain memdisk iso raw ||
  29. goto MENU
  30. :acronis2016
  31. initrd http://${fog-ip}/iso/acronis2016.iso
  32. chain memdisk iso raw ||
  33. goto MENU
  34. :acronis2017
  35. initrd http://${fog-ip}/iso/acronis2017.iso
  36. chain memdisk iso raw ||
  37. goto MENU
  38. :easeuspms
  39. initrd http://${fog-ip}/iso/easeuspms.iso
  40. chain memdisk iso raw ||
  41. goto MENU
  42. :aomeipau
  43. initrd http://${fog-ip}/iso/aomeipau.iso
  44. chain memdisk iso raw ||
  45. goto MENU
  46. :veeam
  47. initrd http://${fog-ip}/iso/veeam.iso
  48. chain memdisk iso raw ||
  49. goto MENU
  50. :erd2005
  51. initrd http://${fog-ip}/iso/erd2005.iso
  52. chain memdisk iso raw ||
  53. goto MENU
  54. :dart7
  55. initrd http://${fog-ip}/iso/dart7.iso
  56. chain memdisk iso raw ||
  57. goto MENU
  58. :dart8
  59. initrd http://${fog-ip}/iso/dart8.iso
  60. chain memdisk iso raw ||
  61. goto MENU
  62. :dart81
  63. initrd http://${fog-ip}/iso/dart81.iso
  64. chain memdisk iso raw ||
  65. goto MENU
  66. :dart10
  67. initrd http://${fog-ip}/iso/dart10.iso
  68. chain memdisk iso raw ||
  69. goto MENU
  70. :dban
  71. initrd http://${fog-ip}/iso/dban_2.3.0.iso
  72. chain memdisk iso raw ||
  73. goto MENU
  74. :shell
  75. shell ||
  76. goto MENU
  77. :return
  78. chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
  79. prompt
  80. goto MENU
  81. autoboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement