Project

General

Profile

Download (650 Bytes) Statistics
| Branch: | Tag: | Revision:
<%#
kind: snippet
name: pxelinux_chainload
model: ProvisioningTemplate
snippet: true
description: |
Snippet used to chainload BIOS HDD when booted from network. Used in PXELinux global and local templates.
-%>
LABEL local
MENU LABEL Default local boot
LOCALBOOT 0

LABEL local_primary
MENU LABEL Default local boot from primary hard drive
LOCALBOOT 0x80

LABEL local_skip
MENU LABEL Boot from the next BIOS device
LOCALBOOT -1

LABEL local_chain_hd0
MENU LABEL Chainload the first hard drive (hd0)
COM32 chain.c32
APPEND hd0

LABEL local_chain_hd1
MENU LABEL Chainload the second hard drive (hd1)
COM32 chain.c32
APPEND hd1
(36-36/45)