[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
howtos:network_services:ipxe [2014/11/14 09:36 (UTC)] – created fdonkershowtos:network_services:ipxe [2014/11/14 09:40 (UTC)] – [Webserver setup] fdonkers
Line 43: Line 43:
 chain  http://www.mynetwork.com/pxe/bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nomodeset SLACK_KERNEL=huge.s chain  http://www.mynetwork.com/pxe/bzImage load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nomodeset SLACK_KERNEL=huge.s
 </file> </file>
 +
 +This is all that is needed to create a PXE boot server. This is a very simple example that just boots the default huge installation kernel. To cater for more dynamic situations, you will have to create more complex boot scripts. Look at the examples page on the iPXE website. 
 ===== Complex scripts ===== ===== Complex scripts =====
 A more complex script with a boot menu is shown below:  A more complex script with a boot menu is shown below: 
 howtos:network_services:ipxe ()