Changeset 184 for trunk/README-pxemenu
- Timestamp:
- 10/15/10 15:04:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 -----------------------
Note: See TracChangeset
for help on using the changeset viewer.