Changeset 184
- Timestamp:
- 10/15/10 15:04:33 (13 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 11 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL-pxemenu
r112 r184 25 25 ln -s com32/menu.c32 26 26 ln -s com32/chain.c32 27 ln -s com32/hdt.c32 27 28 28 29 Optionally, there are a number of additional PXELINUX *.c32 utilities in com32/ … … 52 53 53 54 cp -rp pxemenu/Tools /tftpboot 54 cp -rp pxemenu/ghost /tftpboot55 55 cp -rp pxemenu/CentOS-5.0 /tftpboot 56 56 cp -rp pxemenu/mysystem /tftpboot -
trunk/README-pxemenu
r111 r184 7 7 E-mail: Ole.H.Nielsen@fysik.dtu.dk 8 8 9 Version: 1. 110 Date: 01-Oct-20079 Version: 1.2 10 Date: 15-Oct-2010 11 11 12 12 Summary … … 36 36 https://wiki.fysik.dtu.dk/niflheim/PXE-booting web-page. 37 37 38 We include the SYSLINUX documentation files in the syslinux-doc/ directory,39 since this documentation is not available on the SYSLINUX web-pages.40 Start by reading the README file and syslinux.doc if you want to41 understand the configuration file syntax.42 43 38 What's included 44 39 --------------- … … 61 56 The most important files included in the pxemenu/ directory are: 62 57 63 pxelinux.0 memdisk com32/menu.c32 com32/chain.c32: Binary files from the64 SYSLINUX project which are neededfor the usual booting methods.65 com32/*.c32: A ll SYSLINUX 3.52 COM32 files, see the SYSLINUX comboot.doc.58 pxelinux.0 memdisk Binary files from the SYSLINUX 4.02 which are needed 59 for the usual booting methods. 60 com32/*.c32: A few SYSLINUX 4.02 COM32 files, see the SYSLINUX source doc/comboot.txt. 66 61 pxelinux.cfg/default.menu: The main PXE menu configuration file which 67 62 loads all the other PXE menus listed below. … … 71 66 to do on a Linux cluster for unattended operation, but for other uses 72 67 the timeout can be commented out so that the menus will wait forever. 73 syslinux-doc: Documentation files from the SYSLINUX source.74 You may want to read the files README.menu, and for further details75 also syslinux.doc and pxelinux.doc.76 68 77 69 Example PXE menu files … … 86 78 IMPORTANT: Always keep all images related to one type of hardware 87 79 in the same subdirectory so that you don't mix up different hardwares ! 88 ghost/: Example of some Norton Ghost 2003 DOS boot diskette images.89 80 Tools/: Example of some diagnostics tools, including Memtest86. 90 81 The vendor disk diagnostics tools you must download yourself … … 120 111 (assuming that the diskette drive on your Linux PC is /dev/fd0). 121 112 122 Ultimate Boot CD tools123 ----------------------124 125 If you want a huge selection of boot disks, you may want to look at the126 Ultimate Boot CD (UBC) project, see http://www.ultimatebootcd.com/ for127 information about this project.128 129 All of the UBC tools can be made available within the PXE menus, see130 https://wiki.fysik.dtu.dk/niflheim/PXE-booting#boot-images-from-ultimatebootcd-com131 Basically, just copy the contents of the UBC CD to /tftpboot and use the menu entry132 in pxeconfig.cfg/default.menu to use the UBC tools from the PXE menus. It's133 that simple !134 135 What doesn't work136 -----------------137 138 Many people have asked on the SYSLINUX mailing list how to boot ISO CD139 images using SYSLINUX or PXELINUX. The short FAQ answer from the SYSLINUX140 author H. Peter Anvin is that it's impossible because of the ways CD-ROM drives141 are implemented in BIOSes. See for example142 http://syslinux.zytor.com/archives/2006-December/007818.html143 144 113 Special hardware issues 145 114 ----------------------- -
trunk/pxemenu/Tools/tools.conf
r106 r184 8 8 # the file precomp.bin to Tools/memtest86 9 9 label memtest86 10 menu label Memtest86 memory tester 11 kernel Tools/memtest86 10 menu label Memtest86 memory tester v.4.10 11 kernel Tools/memtest86-4.10 12 12 13 # Download from http://www.h gst.com/hdd/support/download.htm#DFT13 # Download from http://www.hitachigst.com/support/downloads/#DFT 14 14 label DFT 15 15 menu label Hitachi/IBM Drive Fitness Test v4.08 -
trunk/pxemenu/com32/README
r106 r184 1 These are the SYSLINUXcom32 files.2 See the file comboot.doc in the SYSLINUX top-levelsource directory.1 These are a subset of the the SYSLINUX v.4.02 com32 files. 2 See the file doc/comboot.txt in the SYSLINUX source directory. -
trunk/pxemenu/pxelinux.cfg/default.menu
r113 r184 29 29 append SI/si.conf 30 30 31 label GhostMenu 32 menu label Norton Ghost boot menu 33 kernel menu.c32 34 append ghost/ghost.conf 35 36 # All of the Ultimate Boot CD tools can be downloaded from http://www.ultimatebootcd.com/download.html 37 # Just copy the contents of the CD to /tftpboot and use this menu entry to PXE boot the UBC tools: 38 label UBCMenu 39 menu label Ultimate Boot CD menu 40 kernel menu.c32 41 append menus/main.cfg 31 label hdt 32 menu label HDT - Hardware Detection Tool 33 COM32 hdt.c32 42 34 43 35 label ToolsMenu
Note: See TracChangeset
for help on using the changeset viewer.