GRUB-MKCONFIG(8) System Administration Utilities GRUB-MKCONFIG(8)NAME
grub-mkconfig - generate a GRUB configuration file
SYNOPSIS
grub-mkconfig [OPTION]
DESCRIPTION
Generate a grub config file
-o, --output=FILE
output generated config to FILE [default=stdout]
-h, --help
print this message and exit
-v, --version
print the version information and exit
REPORTING BUGS
Report bugs to <bug-grub@gnu.org>.
SEE ALSO grub-install(8)
The full documentation for grub-mkconfig is maintained as a Texinfo manual. If the info and grub-mkconfig programs are properly installed
at your site, the command
info grub-mkconfig
should give you access to the complete manual.
grub-mkconfig (GRUB) 2.02-2ubuntu8.3 July 2018 GRUB-MKCONFIG(8)
Check Out this Related Man Page
GRUB-INSTALL(8) System Administration Utilities GRUB-INSTALL(8)NAME
grub-install - install GRUB to a device
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
--modules=MODULES
pre-load specified modules MODULES
--boot-directory=DIR
install GRUB images under the directory DIR/grub instead of the /boot/grub directory
--grub-setup=FILE
use FILE as grub-setup
--grub-mkimage=FILE
use FILE as grub-mkimage
--grub-mkrelpath=FILE
use FILE as grub-mkrelpath
--grub-mkdevicemap=FILE use FILE as grub-mkdevicemap
--grub-probe=FILE
use FILE as grub-probe
--no-floppy
do not probe any floppy drive
--allow-floppy
Make the drive also bootable as floppy (default for fdX devices). May break on some BIOSes.
--recheck
probe a device map even if it already exists
--force
install even if problems are detected
--disk-module=MODULE
disk module to use
INSTALL_DEVICE can be a GRUB device name or a system device filename.
grub-install copies GRUB images into /boot/grub, and uses grub-setup to install grub into the boot sector.
REPORTING BUGS
Report bugs to <bug-grub@gnu.org>.
SEE ALSO grub-mkconfig(8), grub-mkimage(1), grub-setup(8), grub-mkrescue(1)
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 (GRUB) 1.99-12ubuntu5 October 2011 GRUB-INSTALL(8)
Hi I have Ubuntu 10.10 installed. I want to change boot order.
Can anyone tell where is menu.lst file located. I searched it but didn't get it. Please tell me what file I need to edit for same? (3 Replies)
Hello,
I have a test PC running Fedora 10. Friday evening it was working fine, I have some perl scripts which are scheduled to run every morning.
But when I started work this morning, I found I cannot ping the machine. When I switched on the monitor, I saw the GRUB promt :(. I am not sure... (10 Replies)
Hello, firstly excuse for my poor english.
I have a busybox error when I try to run Debian 6. It's like Grub cannot find root (initramfs)
My system is:
- RAID0 with dmraid
- /boot ext2 (from moonOS installation --ubuntu based--)
- ext4 (moonOS wich have the Grub2 installation, where I... (0 Replies)
I got a dual boot with grub2, but everytime I turn on the computer and the booter is loaded, I can't handle the menu, so I am forced to wait the countdown and choose the default option.
I'd really like to know why!
This is my grub.cfg,
# # DO NOT EDIT THIS FILE # # It is automatically... (0 Replies)
I installed a new kernel 3.0.22 on ubuntu server 11.04 32 bit.
when I select the kenel from boot loader it stops when
Code:
loading initial ramdisk...
I added all_generic_ide at the end of linux line and also added dev/sda1 to linux line: root=UUID=dev/sda1
now it says that
... (12 Replies)
I have installed ubuntu 11.04 on my system.
After this when I used to give uname -r it showed me kernel version as 2.6.38.
Now I had downloaded kernel 2.6.34.12 from kernel.org and installed it using the following steps:
make
make modules
make modules_install
make install
This created... (2 Replies)
Hi I am trying hard to append a configuration file like
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
#... (7 Replies)
once again, mounting another volume or hdd the fstab-file is giving me a headache. May someone could give me a hint how to configure the fstab-file properly to use the hdd.
The following
ls -l /dev/disk/by-uuidis giving me this
Thats the UUID for /dev/sdb1 with the name "save"... (6 Replies)