Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

update-grub-gfxpayload(8) [linux man page]

UPDATE-GRUB-GFXPAYLOAD(8)				  Ubuntu System Manager's Manual				 UPDATE-GRUB-GFXPAYLOAD(8)

NAME
update-grub-gfxpayload -- update /boot/grub/gfxblacklist.txt SYNOPSIS
update-grub-gfxpayload DESCRIPTION
update-grub-gfxpayload updates /boot/grub/gfxblacklist.txt from source files in /usr/share/grub-gfxpayload-lists/blacklist/, which disables GRUB's gfxpayload=keep facility with certain graphics cards. It should normally only need to be called internally by packages. If you need to disable gfxpayload=keep locally (perhaps because your system starts up with a black or corrupt screen), then you do not need this program. Instead, add this line to /etc/default/grub: GRUB_GFXPAYLOAD_LINUX=text AUTHOR
Colin Watson <cjwatson@ubuntu.com> Ubuntu December 16, 2010 Ubuntu

Check Out this Related Man Page

GRUB-INSTALL(8) 							FSF							   GRUB-INSTALL(8)

NAME
grub-install - install GRUB on your drive SYNOPSIS
grub-install [OPTION] install_device DESCRIPTION
Install GRUB on your drive. -h, --help print this message and exit -v, --version print the version information and exit --root-directory=DIR install GRUB images under the directory DIR instead of the root directory --grub-shell=FILE use FILE as the grub shell --no-floppy do not probe any floppy drive --force-lba force GRUB to use LBA mode even for a buggy BIOS --recheck probe a device map even if it already exists INSTALL_DEVICE can be a GRUB device name or a system device filename. grub-install copies GRUB images into the DIR/boot directory specfied by --root-directory, and uses the grub shell to install grub into the boot sector. The grub source distribution carries this script to ease the installation of grub as a boot loader. In Suse Linux however, grub installa- tion is much better handled by Yast; use of this script is generally discouraged and therefore unsupported. Consequently, the script has been renamed to grub-install.unsupported. In order to (re-)install grub for the currently running system, simply use Yast. For an installation aiming at a differing system, the crafting of an appropriate device.map and grub shell script is strongly advised, e.g. "grub --batch --device-map=target-device.map < tar- get-grub.conf" SEE ALSO
The full documentation for grub-install is maintained as a Texinfo manual. If the info and grub-install programs are properly installed at your site, the command info grub-install should give you access to the complete manual. grub-install (GNU GRUB 0.97) May 2005 GRUB-INSTALL(8)
Man Page