Additional Documentation and Resources
2-18
Express5800/ftServer: System Administrator’s Guide for the Linux Operating System
2. Manually make the second disk a bootable disk. At the command prompt, type the
following lines to make both system disks bootable:
#
/sbin/grub
device (hd0) /dev/sda
root (hd0, 0)
setup (hd0)
device (hd0) /dev/sdb
root (hd0, 0)
setup (hd0)
quit
•
Make sure that the system is running the SMP kernel.
•
You must install all required software packages. You may have to manually
resolve package dependency failures when installing
Express Builder
.
•
Make sure that the kernel command line does not contain
rhgb
.
•
Make sure that services like kudzu, haldaemon, and microcode_ctl are disabled.
•
Make sure that partitions are set up correctly.
Additional Documentation and Resources
•
The
GNU GRUB
Web page, Free Software Foundation:
http://www.gnu.org/software/grub/grub.en.html
•
GRUB: GRand Unified Bootloader version 0.5
, original documentation Web site:
http://www.uruk.org/orig-grub/
•
GRUB file system syntax and semantics
document, by Eric Bolyn, primary author
of GRUB:
http://www.uruk.org/orig-grub/filesystem.txt