Jump to content

Recommended Posts

Posted

you can chainload using chain.32

Comboot/chain.c32 - Syslinux Wiki

 

It's included in syslinux:

 

rpm -ql syslinux | grep chain

/usr/share/syslinux/chain.c32

 

 

basically, I think you need to edit your /tftpboot/pxelinux.cfg/default to look something like:

 LABEL Local Disk
          kernel chain.c32
          append hd0
          MENU DEFAULT
          MENU LABEL Boot from hard disk
          TEXT HELP
                Boot from the local hard drive.
  
          ENDTEXT

 

Of course, you could add an option for network booting various kernels and protect them via a password.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...