johnyHV

PXE

Feb 3rd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.35 KB | None | 0 0
  1. root@boot:/home/tftpboot/pxelinux.cfg # cat default
  2. #-----------------------------------
  3. #
  4. # Autor: Miroslav Pivovarsky
  5. # http://iklub.sk
  6. #
  7. #-----------------------------------
  8.  
  9. ui vesamenu.c32
  10. menu title Utilities
  11. menu background linux4.png
  12. menu title Vitajte v Internet Klub PXE boot
  13. default continue
  14. timeout 300
  15.  
  16. menu rows 16
  17. menu timeoutrow 20
  18. MENU TABMSGROW 21
  19. menu resolution 640 480
  20.  
  21. label continue
  22. MENU LABEL Boot z disku/Boot from Hard drive
  23. KERNEL chain.c32
  24. APPEND hd0 0
  25.  
  26. menu separator
  27.  
  28. menu begin Ubuntu
  29.  
  30. menu background picture/ubuntu.png
  31.  
  32. label 1
  33. menu label Ubuntu 14.04 LTS i386
  34. kernel images/ubuntu-14-i386/casper/vmlinuz
  35. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntu-14-i386
  36. initrd http://158.193.86.48/ubuntu-14-i386/casper/initrd.lz
  37.  
  38. label 2
  39. menu label Ubuntu 14.04 LTS amd64
  40. kernel images/ubuntu-14-amd64/casper/vmlinuz.efi
  41. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntu-14-amd64
  42. initrd http://158.193.86.48/ubuntu-14-amd64/casper/initrd.lz
  43.  
  44. label 3
  45. menu label Ubuntu 15.04 LTS i386
  46. kernel images/ubuntu-15-i386/casper/vmlinuz
  47. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntu-15-i386
  48. initrd http://158.193.86.48/ubuntu-15-i386/casper/initrd.lz
  49.  
  50. label 4
  51. menu label Ubuntu 15.04 LTS amd64
  52. kernel images/ubuntu-15-amd64/casper/vmlinuz.efi
  53. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntu-15-amd64
  54. initrd http://158.193.86.48/ubuntu-15-amd64/casper/initrd.lz
  55.  
  56. label 5
  57. menu label Ubuntu 16.10 LTS i386
  58. kernel images/ubuntu-1610-i386/casper/vmlinuz
  59. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntu-1610-i386
  60. initrd http://158.193.86.48/ubuntu-1610-i386/casper/initrd.lz
  61.  
  62. menu end
  63.  
  64. menu begin Kubuntu
  65.  
  66. menu background picture/kubuntu.png
  67.  
  68. label 6
  69. menu label KUbuntu 14.04 LTS i386
  70. kernel images/kubuntu-14-i386/casper/vmlinuz
  71. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/kubuntu-14-i386
  72. initrd http://158.193.86.48/kubuntu-14-i386/casper/initrd.lz
  73.  
  74. label 7
  75. menu label KUbuntu 14.04 LTS amd64
  76. kernel images/kubuntu-14-amd64/casper/vmlinuz.efi
  77. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/kubuntu-14-amd64
  78. initrd http://158.193.86.48/kubuntu-14-amd64/casper/initrd.lz
  79.  
  80. label 8
  81. menu label KUbuntu 15.04 LTS i386
  82. kernel images/kubuntu-15-i386/casper/vmlinuz
  83. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/kubuntu-15-i386
  84. initrd http://158.193.86.48/kubuntu-15-i386/casper/initrd.lz
  85.  
  86. label 9
  87. menu label KUbuntu 15.04 LTS amd64
  88. kernel images/kubuntu-15-amd64/casper/vmlinuz.efi
  89. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/kubuntu-15-amd64
  90. initrd http://158.193.86.48/kubuntu-15-amd64/casper/initrd.lz
  91.  
  92. menu end
  93.  
  94. menu begin Xubuntu
  95.  
  96. menu background picture/xubuntu.png
  97.  
  98. label 10
  99. menu label XUbuntu 14.04 LTS i386
  100. kernel images/xubuntu-14-i386/casper/vmlinuz
  101. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/xubuntu-14-i386
  102. initrd http://158.193.86.48/xubuntu-14-i386/casper/initrd.lz
  103.  
  104. label 11
  105. menu label XUbuntu 14.04 LTS amd64
  106. kernel images/xubuntu-14-amd64/casper/vmlinuz.efi
  107. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/xubuntu-14-amd64
  108. initrd http://158.193.86.48/xubuntu-14-amd64/casper/initrd.lz
  109.  
  110. label 12
  111. menu label XUbuntu 15.04 LTS i386
  112. kernel images/xubuntu-15-i386/casper/vmlinuz
  113. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/xubuntu-15-i386
  114. initrd http://158.193.86.48/xubuntu-15-i386/casper/initrd.lz
  115.  
  116. label 13
  117. menu label XUbuntu 15.04 LTS amd64
  118. kernel images/xubuntu-15-amd64/casper/vmlinuz.efi
  119. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/xubuntu-15-amd64
  120. initrd http://158.193.86.48/xubuntu-15-amd64/casper/initrd.lz
  121.  
  122. menu end
  123.  
  124. menu begin Ubuntu studio
  125.  
  126. menu background picture/ubuntu_studio.png
  127.  
  128. label 14
  129. menu label Ubuntu studio 14.04 LTS i386
  130. kernel images/ubuntustudio-14-i386/casper/vmlinuz
  131. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntustudio-14-i386
  132. initrd http://158.193.86.48/ubuntustudio-14-i386/casper/initrd.lz
  133.  
  134. label 15
  135. menu label Ubuntu studio 14.04 LTS amd64
  136. kernel images/ubuntustudio-14-amd64/casper/vmlinuz.efi
  137. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntustudio-14-amd64
  138. initrd http://158.193.86.48/ubuntustudio-14-amd64/casper/initrd.lz
  139.  
  140. label 16
  141. menu label Ubuntu studio 15.04 LTS i386
  142. kernel images/ubuntustudio-15-i386/casper/vmlinuz
  143. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntustudio-15-i386
  144. initrd http://158.193.86.48/ubuntustudio-15-i386/casper/initrd.lz
  145.  
  146. label 17
  147. menu label Ubuntu studio 15.04 LTS amd64
  148. kernel images/ubuntustudio-15-amd64/casper/vmlinuz.efi
  149. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/ubuntustudio-15-amd64
  150. initrd http://158.193.86.48/ubuntustudio-15-amd64/casper/initrd.lz
  151.  
  152. menu end
  153.  
  154. menu begin Linux Mint
  155.  
  156. menu background picture/mint.png
  157.  
  158. label 18
  159. menu label Mint 17.2 Cinnamon 32bit
  160. kernel images/mint-17-cinnamon-i386/casper/vmlinuz
  161. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-cinnamon-i386
  162. initrd http://158.193.86.48/mint-17-cinnamon-i386/casper/initrd.lz
  163.  
  164. label 19
  165. menu label Mint 17.2 Cinnamon amd64
  166. kernel images/mint-17-cinnamon-amd64/casper/vmlinuz
  167. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-cinnamon-amd64
  168. initrd http://158.193.86.48/mint-17-cinnamon-amd64/casper/initrd.lz
  169.  
  170. label 20
  171. menu label Mint 17.2 KDE 32bit
  172. kernel images/mint-17-kde-i386/casper/vmlinuz
  173. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-kde-i386
  174. initrd http://158.193.86.48/mint-17-kde-i386/casper/initrd.lz
  175.  
  176. label 21
  177. menu label Mint 17.2 KDE amd64
  178. kernel images/mint-17-kde-amd64/casper/vmlinuz
  179. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-kde-amd64
  180. initrd http://158.193.86.48/mint-17-kde-amd64/casper/initrd.lz
  181.  
  182. label 22
  183. menu label Mint 17.2 Mate 32bit
  184. kernel images/mint-17-mate-i386/casper/vmlinuz
  185. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-mate-i386
  186. initrd http://158.193.86.48/mint-17-mate-i386/casper/initrd.lz
  187.  
  188. label 23
  189. menu label Mint 17.2 Mate amd64
  190. kernel images/mint-17-mate-amd64/casper/vmlinuz
  191. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-mate-amd64
  192. initrd http://158.193.86.48/mint-17-mate-amd64/casper/initrd.lz
  193.  
  194. label 24
  195. menu label Mint 17.2 XFCE 32bit
  196. kernel images/mint-17-xfce-i386/casper/vmlinuz
  197. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-xfce-i386
  198. initrd http://158.193.86.48/mint-17-xfce-i386/casper/initrd.lz
  199.  
  200. label 25
  201. menu label Mint 17.2 XFCE amd64
  202. kernel images/mint-17-xfce-amd64/casper/vmlinuz
  203. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/mint-17-xfce-amd64
  204. initrd http://158.193.86.48/mint-17-xfce-amd64/casper/initrd.lz
  205.  
  206. menu end
  207.  
  208. menu begin Debian
  209.  
  210. menu background picture/debian.png
  211.  
  212. label 26
  213. menu label Debian 8.2 cinnamon 32bit
  214. kernel images/debian-8-cinnamon-i386/live/vmlinuz2
  215. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-cinnamon-i386
  216. initrd http://158.193.86.48/debian-8-cinnamon-i386/live/initrd2.img --quiet
  217.  
  218. label 27
  219. menu label Debian 8.2 cinnamon 64bit
  220. kernel images/debian-8-cinnamon-amd64/live/vmlinuz
  221. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-cinnamon-amd64
  222. initrd http://158.193.86.48/debian-8-cinnamon-amd64/live/initrd.img
  223.  
  224. label 28
  225. menu label Debian 8.2 GNOME 32bit
  226. kernel images/debian-8-gnome-i386/live/vmlinuz2
  227. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-gnome-i386
  228. initrd http://158.193.86.48/debian-8-gnome-i386/live/initrd2.img --quiet
  229.  
  230. label 29
  231. menu label Debian 8.2 GNOME 64bit
  232. kernel images/debian-8-gnome-amd64/live/vmlinuz
  233. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-gnome-amd64
  234. initrd http://158.193.86.48/debian-8-gnome-amd64/live/initrd.img
  235.  
  236. label 30
  237. menu label Debian 8.2 KDE 32bit
  238. kernel images/debian-8-kde-i386/live/vmlinuz2
  239. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-kde-i386
  240. initrd http://158.193.86.48/debian-8-kde-i386/live/initrd2.img
  241.  
  242. label 31
  243. menu label Debian 8.2 KDE 64bit
  244. kernel images/debian-8-kde-amd64/live/vmlinuz
  245. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-kde-amd64
  246. initrd http://158.193.86.48/debian-8-kde-amd64/live/initrd.img
  247.  
  248. label 32
  249. menu label Debian 8.2 LXDE 32bit
  250. kernel images/debian-8-lxde-i386/live/vmlinuz2
  251. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-lxde-i386
  252. initrd http://158.193.86.48/debian-8-lxde-i386/live/initrd2.img
  253.  
  254. label 33
  255. menu label Debian 8.2 LXDE 64bit
  256. kernel images/debian-8-lxde-amd64/live/vmlinuz
  257. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-lxde-amd64
  258. initrd http://158.193.86.48/debian-8-lxde-amd64/live/initrd.img
  259.  
  260. label 34
  261. menu label Debian 8.2 MATE 32bit
  262. kernel images/debian-8-mate-i386/live/vmlinuz2
  263. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-mate-i386
  264. initrd http://158.193.86.48/debian-8-mate-i386/live/initrd2.img
  265.  
  266. label 35
  267. menu label Debian 8.2 MATE 64bit
  268. kernel images/debian-8-mate-amd64/live/vmlinuz
  269. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-mate-amd64
  270. initrd http://158.193.86.48/debian-8-mate-amd64/live/initrd.img
  271.  
  272. label 36
  273. menu label Debian 8.2 standard 32bit
  274. kernel images/debian-8-standard-i386/live/vmlinuz2
  275. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-standard-i386
  276. initrd http://158.193.86.48/debian-8-standard-i386/live/initrd2.img
  277.  
  278. label 37
  279. menu label Debian 8.2 standard 64bit
  280. kernel images/debian-8-standard-amd64/live/vmlinuz
  281. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/debian-8-standard-amd64
  282. initrd http://158.193.86.48/debian-8-standard-amd64/live/initrd.img
  283.  
  284. menu end
  285.  
  286. menu begin ElementaryOS
  287.  
  288. menu background picture/elementary.png
  289.  
  290. label 38
  291. menu label ElementaryOS stable 0.3.1 32bit
  292. kernel images/elementaryos-03-i386/casper/vmlinuz
  293. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/elementaryos-03-i386
  294. initrd http://158.193.86.48/elementaryos-03-i386/casper/initrd.lz
  295.  
  296. label 39
  297. menu label ElementaryOS stable 0.3.1 64bit
  298. kernel images/elementaryos-03-amd64/casper/vmlinuz
  299. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/elementaryos-03-amd64
  300. initrd http://158.193.86.48/elementaryos-03-amd64/casper/initrd.lz
  301.  
  302. menu end
  303.  
  304. menu begin Arch Linux
  305.  
  306. menu background picture/arch.png
  307.  
  308. label 40
  309. menu label Archlinux 2015.09.01 dual
  310. kernel images/archlinux/arch/boot/x86_64/vmlinuz
  311. append archisobasedir=arch archiso_nfs_srv=158.193.86.48:/home/tftpboot/images/archlinux ip=:::::eth0:dhcp -
  312. initrd http://158.193.86.48/archlinux/arch/boot/x86_64/archiso.img
  313.  
  314. menu end
  315.  
  316. menu begin Open Suse
  317.  
  318. menu background picture/suse.png
  319.  
  320. label 41
  321. menu label Open Suse 13.2 32bit,64bit
  322. kernel images/opensuse-13/boot/x86_64/loader/linux
  323. append initrd=http://158.193.86.48/opensuse-13/boot/x86_64/loader/initrd ramdisk_size=65536 insmod=e100 install=nfs://158.193.86.48:/home/tftpboot/images/opensuse-13/
  324.  
  325. menu end
  326.  
  327. menu begin Slackware
  328.  
  329. menu background picture/slackware.png
  330.  
  331. label 42
  332. menu label Slackware 14.0, Huge SMP kernel 32bit
  333. kernel images/slackware-14-i386/kernels/hugesmp.s/bzImage
  334. append initrd=http://158.193.86.48/slackware-14-i386/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SL
  335. ACK_KERNEL=hugesmp.s
  336.  
  337. label 43
  338. menu label Slackware 14.0, Huge non-SMP kernel 32bit
  339. kernel images/slackware-14-i386/kernels/huge.s/bzImage
  340. append initrd=http://158.193.86.48/slackware-14-i386/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SL
  341. ACK_KERNEL=huge.s
  342.  
  343. label 44
  344. menu label Slackware 14.0, Huge non-SMP kernel 64bit
  345. kernel images/slackware-14-amd64/kernels/huge.s/bzImage
  346. append initrd=http://158.193.86.48/slackware-14-amd64/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SL
  347. ACK_KERNEL=huge.s
  348.  
  349. menu end
  350.  
  351. menu begin CentOS
  352.  
  353. menu background picture/centos.png
  354.  
  355. label 45
  356. menu label CentOS 7 (1503) 32bit,64bit
  357. kernel images/centos-7-i386-amd64/vmlinuz
  358. append initrd=http://158.193.86.48/centos-7-i386-amd64/initrd.img method=http://158.193.86.48/centos-7-i386-amd64/ devfs=nomount ip=dhcp
  359.  
  360. menu end
  361.  
  362. menu begin FreeBSD
  363.  
  364. menu background picture/freebsd.png
  365.  
  366. label 46
  367. menu label FreeBSD 10.0 i386 (mfsbsd)
  368. kernel memdisk
  369. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-10.img harddisk raw
  370. text help
  371. login:root
  372. pass:mfsroot
  373. endtext
  374.  
  375. label 47
  376. menu label FreeBSD 10.0 amd64 (mfsbsd)
  377. kernel memdisk
  378. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-10-amd64.img harddisk raw
  379. text help
  380. login:root
  381. pass:mfsroot
  382. endtext
  383.  
  384. label 48
  385. menu label FreeBSD 10.2 amd64 (mfsbsd)
  386. kernel memdisk
  387. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-10.2-RELEASE-amd64.img harddisk raw
  388. text help
  389. login:root
  390. pass:mfsroot
  391. endtext
  392.  
  393. label 49
  394. menu label FreeBSD 11.0 amd64 RELEASE (mfsbsd)
  395. kernel memdisk
  396. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-11.0-RELEASE-amd64.img
  397. text help
  398. login:root
  399. pass:mfsroot
  400. endtext
  401.  
  402. label 50
  403. menu label FreeBSD 11.1 amd64 RELEASE (mfsbsd)
  404. kernel memdisk
  405. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-11.1-RELEASE-amd64.img
  406. text help
  407. login:root
  408. pass:mfsroot
  409. endtext
  410.  
  411. label 51
  412. menu label FreeBSD 11.1 SE amd64 RELEASE (mfsbsd)
  413. kernel memdisk
  414. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-se-11.1-RELEASE-amd64.img
  415. text help
  416. login:root
  417. pass:mfsroot
  418. endtext
  419.  
  420. label 52
  421. menu label FreeBSD 12.0 amd64 RELEASE (mfsbsd)
  422. kernel memdisk
  423. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-12.0-RELEASE-amd64.img
  424. text help
  425. login:root
  426. pass:mfsroot
  427. endtext
  428.  
  429. label 53
  430. menu label FreeBSD 12.0 SE amd64 RELEASE (mfsbsd)
  431. kernel memdisk
  432. append initrd=http://158.193.86.48/mfsbsd/mfsbsd-se-12.0-RELEASE-amd64.img
  433. text help
  434. login:root
  435. pass:mfsroot
  436. endtext
  437.  
  438. menu end
  439.  
  440. menu begin Damn Small Linux
  441.  
  442. menu background picture/dsl.png
  443.  
  444. LABEL 54
  445. menu label Damn Small Linux 14
  446. kernel images/dsl-4/linux24
  447. append ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=http://158.193.86.48/dsl-4/minirt24.gz nomce noapic quiet
  448. BOOT_IMAGE=knoppix
  449.  
  450. menu end
  451.  
  452. menu begin Gentoo Linux
  453.  
  454. menu background picture/gentoo.png
  455.  
  456. label 55
  457. menu label Gentoo minimal 64bit 2015-09-24
  458. kernel images/gentoo-amd64-2015-min/gentoo
  459. append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=image.squashfs cdroot initrd=http://158.193.86.48/gentoo-amd64-2015-min/gentoo.igz real_root=/ vga=791
  460.  
  461. LABEL 56
  462. menu label Gentoo minimal 32bit 2015-09-24
  463. kernel images/gentoo-i386-2015-min/gentoo
  464. append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=image.squashfs cdroot initrd=http://158.193.86.48/gentoo-i386-2015-min/gentoo.igz real_root=/ vga=791
  465.  
  466. menu end
  467.  
  468. menu begin Fedora
  469.  
  470. menu background picture/fedora.png
  471.  
  472. label 57
  473. menu label Install Fedora 22 workstation 32bit,64bit
  474. menu default
  475. kernel images/fedora-workstation-22-x86-amd64/vmlinuz
  476. append initrd=http://158.193.86.48/fedora-workstation-22-x86-amd64/initrd.img inst.stage2=http://158.193.86.48/fedora-workstation-22-x86-amd64/ ip=dhcp
  477.  
  478. label 58
  479. menu label Install Fedora 22 server version 32bit,64bit
  480. kernel images/fedora-server-22-x86-amd64/vmlinuz
  481. append initrd=http://158.193.86.48/fedora-server-22-x86-amd64/initrd.img inst.stage2=http://158.193.86.48/fedora-server-22-x86-amd64/ ip=dhcp
  482.  
  483. label 59
  484. menu label Install Fedora 22 LIVE KDE version 32bit,64bit
  485. kernel images/fedora-22-kde-i386-amd64/vmlinuz
  486. append initrd=http://158.193.86.48/fedora-22-kde-i386-amd64/initrd.img inst.stage2=http://158.193.86.48/fedora-22-kde-i386-amd64/ ip=dhcp
  487.  
  488. menu end
  489.  
  490. menu begin GuitarINUX
  491.  
  492. menu background picture/guitarinux.png
  493.  
  494. label 60
  495. menu label GNUGuitarINUX 1.2
  496. kernel images/gnuguitarinux-1/live/vmlinuz
  497. append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/gnuguitarinux-1
  498. initrd http://158.193.86.48/gnuguitarinux-1/live/initrd.img
  499.  
  500. menu end
  501.  
  502. menu begin MoonOS
  503.  
  504. menu background picture/moonos.png
  505.  
  506. label 61
  507. menu label MoonOS 4 neak i386
  508. kernel images/moonos-4-i386/casper/vmlinuz
  509. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/moonos-4-i386
  510. initrd http://158.193.86.48/moonos-4-i386/casper/initrd.lz
  511.  
  512. menu end
  513.  
  514. menu begin Scientific Linux
  515.  
  516. label 62
  517. menu label Install Scientific Linux 7
  518. kernel images/sl7-i386-amd64/vmlinuz0
  519. append initrd=http://158.193.86.48/sl7-i386-amd64/initrd0.img method=http://158.193.86.48/sl7-i386-amd64 devfs=nomount
  520.  
  521. label 63
  522. menu label Install Scientific Linux 7 - 2
  523. kernel images/sl7-i386-amd64/vmlinuz0
  524. append initrd=http://158.193.86.48/sl7-i386-amd64/initrd.img method=http://158.193.86.48/sl7-i386-amd64 devfs=nomount
  525.  
  526.  
  527. label 64
  528. menu label Install Scientific Linux 6
  529. kernel images/sl-67-i386-amd64/vmlinuz
  530. append initrd=http://158.193.86.48/sl-67-i386-amd64/initrd.img method=http://158.193.86.48/sl-67-i386-amd64 devfs=nomount
  531.  
  532. menu end
  533.  
  534. #label knoppix
  535. #MENU LABEL knoppix
  536. #kernel images/knoppix-17/boot/isolinux/linux
  537. #append nfsdir=158.193.86.48:/home/tftpboot/images/knoppix-17 ramdisk_size=100000 init=/etc/init initrd=images/knoppix-17/boot/isolinux/minirt.gz BOOT_IMAGE=knoppix
  538.  
  539. #menu begin PC Linux OS
  540.  
  541. #label PCLOS-bonsai
  542. # menu label PC Linux OS 1
  543. # kernel images/pclinuxos-kde/isolinux/vmlinuz
  544. # append initrd=images/pclinuxos-kde/isolinux/initrd.gz vga=791 fetch=http://158.193.86.48/pclinuxos-kde/livecd.sqfs
  545.  
  546. #label PCLOS-bonsai
  547. # menu label PC Linux OS 2
  548. # kernel images/pclinuxos-kde/isolinux/vmlinuz
  549. # append initrd=images/pclinuxos-kde/isolinux/initrd.gz vga=791 fetch=http://158.193.86.48/pclinuxos-kde/
  550.  
  551. #label 50
  552. # menu label PC Linux OS 3
  553. # kernel images/pclinuxos-kde/isolinux/vmlinuz
  554. # append netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/pclinuxos-kde/
  555. # initrd images/pclinuxos-kde/isolinux/initrd.gz
  556.  
  557. #menu end
  558.  
  559. #LABEL mandriva2007.0_i386_linux
  560. # kernel mandriva/2007.0/i386/vmlinuz
  561. # append initrd=mandriva/2007.0/i386/all.rdz
  562.  
  563. #label 50
  564. # menu label Makulu Linux 10 Aero
  565. # kernel images/makolinux-10-aero/live/vmlinuz
  566. # append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/makolinux-10-aero/
  567. # initrd images/makolinux-10-aero/live/initrd.img
  568.  
  569. #label tails32
  570. # menu label Tails 32bit - Zatial nefunkcne
  571. # kernel images/tails-i386/live/vmlinuz2
  572. # append boot=live netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/tails-i386 ramdisk_size=200000 nolock noswap live-media=removable
  573. # initrd images/tails-i386/live/initrd2.img --quiet
  574.  
  575.  
  576. #-----------------------------------------------------------------------------------------------------------------
  577.  
  578. MENU SEPARATOR
  579.  
  580. menu begin Parted Magic
  581.  
  582. menu background picture/pmagic.png
  583.  
  584. LABEL pmagic32
  585. menu label Partition Magic 32bit
  586. LINUX images/pmagic/bzImage
  587. INITRD http://158.193.86.48/pmagic/initrd.img,images/pmagic/fu00,images/pmagic/fu01,images/pmagic/m3200,images/pmagic/p0000,images/pmagic/p0100,images/pmagic/p0101,images/pmagic/p0102,images/pmagic/p0103,images/pmagic/p0104,images/pmagic/p0105,images/pmagic/p0106,images/pmagic/p0107,images/pmagic/p0108,images/pmagic/p0109,images/pmagic/p0110,images/pmagic/p0111,images/pmagic/p0112
  588. APPEND edd=on vga=normal
  589.  
  590. LABEL pmagic64
  591. menu label Partition Magic 64bit
  592. LINUX images/pmagic/bzImage64
  593. INITRD http://158.193.86.48/pmagic/initrd.img,images/pmagic/fu00,images/pmagic/fu01,images/pmagic/m6400,images/pmagic/p0000,images/pmagic/p0100,images/pmagic/p0101,images/pmagic/p0102,images/pmagic/p0103,images/pmagic/p0104,images/pmagic/p0105,images/pmagic/p0106,images/pmagic/p0107,images/pmagic/p0108,images/pmagic/p0109,images/pmagic/p0110,images/pmagic/p0111,images/pmagic/p0112
  594. APPEND edd=on vga=normal
  595.  
  596. LABEL pmagic32
  597. menu label Partition Magic 32bit - http
  598. LINUX http://158.193.86.48/pmagic_2015_http/bzImage
  599. INITRD http://158.193.86.48/pmagic_2015_http/initrd.img,http://158.193.86.48/pmagic_2015_http/fu.img,http://158.193.86.48/pmagic_2015_http/m32.img,http://158.193.86.48/pmagic_2015_http/files.cgz
  600. APPEND edd=on vga=normal
  601.  
  602. LABEL pmagic64
  603. menu label Partition Magic 64bit - http
  604. LINUX http://158.193.86.48/pmagic_2015_http/bzImage64
  605. INITRD http://158.193.86.48/pmagic_2015_http/initrd.img,http://158.193.86.48/pmagic_2015_http/fu.img,http://158.193.86.48/pmagic_2015_http/m64.img,http://158.193.86.48/pmagic_2015_http/files.cgz
  606. APPEND edd=on vga=normal
  607.  
  608. menu end
  609.  
  610. menu begin Hirens boot CD
  611.  
  612. label pmagic
  613. menu label Hirens Boot 15
  614. kernel memdisk
  615. append iso initrd=http://158.193.86.48/hirensboot-15/hirens.bootCD.15.2.iso raw
  616.  
  617. LABEL hirensbootcd
  618. MENU LABEL Hirens boot 6.0
  619. kernel images/hirensboot-15/memdisk
  620. append iso initrd=http://158.193.86.48/hirensboot-15/hirens.boot.6.iso raw
  621.  
  622. menu end
  623.  
  624. LABEL dos
  625. MENU LABEL FreeDOS
  626. KERNEL images/freedos/memdisk
  627. APPEND initrd=http://158.193.86.48/freedos/FreeDOS.img
  628.  
  629. label Memtest
  630. MENU LABEL Memtest86
  631. #root (hd0,0)
  632. kernel http://158.193.86.48/memtest/memtest86
  633.  
  634. label hdt
  635. menu label Hardware Detection tool
  636. kernel hdt.c32
  637.  
  638. label eset
  639. menu label Eset System Rescue
  640. kernel images/eset/casper/vmlinuz
  641. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/eset
  642. initrd http://158.193.86.48/eset/casper/initrd.lz
  643.  
  644. label pmagic
  645. menu label AVG System Rescue
  646. kernel memdisk
  647. append iso initrd=http://158.193.86.48/iso/avg_arl_cdi_all_120_150814a10442.iso raw
  648.  
  649. label rescue
  650. menu label Avira System Rescue
  651. kernel images/rescue/casper/vmlinuz
  652. append boot=casper netboot=nfs nfsroot=158.193.86.48:/home/tftpboot/images/rescue
  653. initrd http://158.193.86.48/rescue/casper/initrd.lz
  654.  
  655. menu begin Clonezilla
  656.  
  657. LABEL clonlive
  658. menu label Clonezilla 2.4 i686 (32bit)
  659. KERNEL images/clonezilla-2.4/vmlinuz
  660. INITRD http://158.193.86.48/clonezilla-2.4/initrd.img
  661. append boot=live username=user union=overlay components noswap noprompt vga=788 keyboard-layouts=en locales=en_US.UTF-8 fetch=http://158.193.86.48/clonezilla-2.4/filesystem.squashf
  662.  
  663. LABEL clonlive
  664. menu label Clonezilla 2.4 amd64 (64bit)
  665. KERNEL images/clonezilla-live-24-amd64/vmlinuz
  666. INITRD http://158.193.86.48/clonezilla-live-24-amd64/initrd.img
  667. append boot=live username=user union=overlay components noswap noprompt vga=788 keyboard-layouts=en locales=en_US.UTF-8 fetch=http://158.193.86.48/clonezilla-live-24-amd64/filesystem.squashf
  668.  
  669. LABEL clonlive
  670. menu label DRBL Live xfce 2.4 i585
  671. KERNEL images/drbl-live-xfce-24-i585/vmlinuz
  672. INITRD http://158.193.86.48/drbl-live-xfce-24-i585/initrd.img
  673. append boot=live username=user union=overlay components noswap noprompt vga=788 keyboard-layouts=en locales=en_US.UTF-8 fetch=http://158.193.86.48/drbl-live-xfce-24-i585/filesystem.squashfs
  674.  
  675. LABEL clonlive
  676. menu label DRBL Live xfce 2.4 i686
  677. KERNEL images/drbl-live-xfce-24-i686/vmlinuz
  678. INITRD http://158.193.86.48/drbl-live-xfce-24-i686/initrd.img
  679. append boot=live username=user union=overlay components noswap noprompt vga=788 keyboard-layouts=en locales=en_US.UTF-8 fetch=http://158.193.86.48/drbl-live-xfce-24-i686/filesystem.squashfs
  680.  
  681. LABEL clonlive
  682. menu label DRBL Live xfce 2.4 amd64 (64bit)
  683. KERNEL images/drbl-live-xfce-24-amd64/vmlinuz
  684. INITRD http://158.193.86.48/drbl-live-xfce-24-amd64/initrd.img
  685. append boot=live username=user union=overlay components noswap noprompt vga=788 keyboard-layouts=en locales=en_US.UTF-8 fetch=http://158.193.86.48/drbl-live-xfce-24-amd64/filesystem.squashfs
  686.  
  687. menu end
  688.  
  689. menu begin Kali Linux
  690.  
  691. MENU MASTER PASSWD test123
  692.  
  693. label kali
  694. menu label Cali
  695.  
  696. menu end
  697.  
  698.  
  699. #-----------------------------------------------------------------------------------------------------------------
  700.  
  701. menu separator
  702.  
  703. label reboot
  704. menu label Restart/Reboot
  705. kernel reboot.c32
  706.  
  707. LABEL poweroff
  708. MENU LABEL Vypnut/Poweroff
  709. COM32 poweroff.c32
Advertisement
Add Comment
Please, Sign In to add comment