Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.37 KB

grub-bootable-image.md

File metadata and controls

47 lines (24 loc) · 1.37 KB

type: grub bootable image

No documentation exists.

chainloader of <grub bootable image> : grub file location

File pointed to by chainloader for a bootable image.

initrd of <grub bootable image> : grub file location

File containing initial ram disk for bootable image.

kernel of <grub bootable image> : grub kernel

Kernel to be used for the bootable image.

module <integer> of <grub bootable image> : grub module

Module (at zero-based index) to be loaded with the bootable image.

module of <grub bootable image> : grub module

Returns the module of a grub bootable image

quiet of <grub bootable image> : boolean

True if bootable image has been designated as quiet, so as not to display verbose booting information.

root of <grub bootable image> : grub device

Root device that is associated with the bootable image.

rootnoverify of <grub bootable image> : grub device

Root device, designated as "no-verify," that is associated with the bootable image.

savedefault of <grub bootable image> : boolean

True if bootable image has been designated as "savedefault." This causes the bootable image to become the default after it has been booted.

title of <grub bootable image> : string

Title of bootable image.

<grub bootable image> as string : string

String containg title of bootable image.