ubuntu10.04 start to use grub2 instead of grub.
grub is very simple. We used it very good.
We can directly edit menu.lst file.
Then we can exec grub command. and we can get a inter-command env.
root (*)
setup (*)
and exit
now reboot our system. We can get new grub meun!
grub2 has many changes. So grub2 is very hard to study.
But grub2 is very strong.
sudo update-grub2 can auto dected ubuntu system boot info and other hard disk linux boot info.
It can auto generate correct grub.cfg file.
grub-install command is very useful too.
grub-install - manual page for grub-install (GNU GRUB 1.98-1ubuntu7)
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
--root-directory=DIR
install GRUB images under the directory DIR
instead of the root directory
--grub-setup=FILE
use FILE as grub-setup
--grub-mkimage=FILE
use FILE as grub-mkimage
--grub-probe=FILE
use FILE as grub-probe
--no-floppy
do not probe any floppy drive
--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 (or /grub on NetBSD and
OpenBSD), and uses grub-setup to install grub into the boot sector.
If the --root-directory option is used, then grub-install will copy
images into the operating system installation rooted at that directory.