Skip to content

Instantly share code, notes, and snippets.

@AntonioSun
Last active May 16, 2022 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntonioSun/15dffc99ac1bb0f0f2a3e0198239a4eb to your computer and use it in GitHub Desktop.
Save AntonioSun/15dffc99ac1bb0f0f2a3e0198239a4eb to your computer and use it in GitHub Desktop.
UI menu.c32
TIMEOUT 2
include defaults.conf
# Second partition (2) on the first hard disk (hd0);
# Linux would *typically* call this /dev/sda2.
LABEL Win
MENU LABEL Windows
KERNEL chain.c32
APPEND hd0 2
LABEL Live
MENU LABEL Live
# MENU DEFAULT
KERNEL chain.c32
APPEND hd0 3
LABEL OS1
MENU LABEL OS1
KERNEL chain.c32
APPEND hd0 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment