[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Towards a customized Grub2
From: |
Dale R. Worley |
Subject: |
Re: Towards a customized Grub2 |
Date: |
Sun, 28 May 2017 23:17:20 -0400 |
Richard Owlett <address@hidden> writes:
> When operating systems are added or deleted they *SHALL* appear in the
> Grub menu in the *PHYSICAL* order that have on the disk.
> If the partition containing an OS has an associated label, that label
> *SHALL* be used in lieu of /dev/sdaN - *NO EXCEPTIONS*.
>
> I am assuming a Grub2 executable conforming exactly to the official
> documentation.
>
> How to obtain and install?
The menu that Grub displays is controlled by the file grub2/grub.cfg
file in Grub's partition. So as long as you ensure that that file has
the right contents, the user will see the menu that you desire.
The placement, size, and contents of the partitions of the disk are set
by other programs.
Dale