2005-11-03 05:05:05 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# Install GRUB on your drive.
|
2008-01-12 15:11:57 +00:00
|
|
|
# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
|
2005-11-03 05:05:05 +00:00
|
|
|
#
|
2007-07-21 23:32:33 +00:00
|
|
|
# GRUB is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
2005-11-03 05:05:05 +00:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
2007-07-21 23:32:33 +00:00
|
|
|
# GRUB is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2005-11-03 05:05:05 +00:00
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-07-21 23:32:33 +00:00
|
|
|
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
2005-11-03 05:05:05 +00:00
|
|
|
|
|
|
|
# This script uses `ofpathname', which is downloadable from
|
|
|
|
# http://ppc64-utils.ozlabs.org .
|
|
|
|
|
|
|
|
# Initialize some variables.
|
2007-04-10 21:38:26 +00:00
|
|
|
transform="@program_transform_name@"
|
|
|
|
|
2005-11-03 05:05:05 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
sbindir=@sbindir@
|
2007-04-19 12:24:47 +00:00
|
|
|
bindir=@bindir@
|
2006-05-08 19:29:10 +00:00
|
|
|
libdir=@libdir@
|
2005-11-03 05:05:05 +00:00
|
|
|
PACKAGE_NAME=@PACKAGE_NAME@
|
|
|
|
PACKAGE_TARNAME=@PACKAGE_TARNAME@
|
|
|
|
PACKAGE_VERSION=@PACKAGE_VERSION@
|
2006-05-29 Yoshinori K. Okuji <okuji@enbug.org>
* util/powerpc/ieee1275/grub-install.in (host_cpu): Removed.
(target_cpu): New variable.
(pkglibdir): Use target_cpu instead of host_cpu.
* util/i386/pc/grub-install.in (host_cpu): Removed.
(target_cpu): New variable.
(pkglibdir): Use target_cpu instead of host_cpu.
* util/genmoddep.c: Removed.
* kern/efi/mm.c (filter_memory_map): Use GRUB_CPU_SIZEOF_VOID_P
instead of GRUB_HOST_SIZEOF_VOID_P.
* kern/dl.c: Likewise.
* include/grub/i386/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed to
...
(GRUB_TARGET_SIZEOF_VOID_P): ... this.
(GRUB_HOST_SIZEOF_LONG): Renamed to ...
(GRUB_TARGET_SIZEOF_LONG): ... this.
(GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
(GRUB_TARGET_WORDS_BIGENDIAN): ... this.
* include/grub/powerpc/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
to ...
(GRUB_TARGET_SIZEOF_VOID_P): ... this.
(GRUB_HOST_SIZEOF_LONG): Renamed to ...
(GRUB_TARGET_SIZEOF_LONG): ... this.
(GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
(GRUB_TARGET_WORDS_BIGENDIAN): ... this.
* include/grub/sparc64/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
to ...
(GRUB_TARGET_SIZEOF_VOID_P): ... this.
(GRUB_HOST_SIZEOF_LONG): Renamed to ...
(GRUB_TARGET_SIZEOF_LONG): ... this.
(GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
(GRUB_TARGET_WORDS_BIGENDIAN): ... this.
* include/grub/types.h [!GRUB_UTIL] (GRUB_CPU_SIZEOF_VOID_P): Use
GRUB_TARGET_SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P.
[!GRUB_UTIL] (GRUB_CPU_SIZEOF_LONG): Use GRUB_TARGET_SIZEOF_LONG
instead of GRUB_HOST_SIZEOF_LONG.
[!GRUB_UTIL]: Refer to GRUB_TARGET_WORDS_BIGENDIAN instead of
GRUB_HOST_WORDS_BIGENDIAN to define or undefine
GRUB_CPU_WORDS_BIGENDIAN.
Refer to SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P to
define grub_host_addr_t, grub_host_off_t, grub_host_size_t and
grub_host_ssize_t.
* conf/i386-efi.rmk (noinst_UTILITIES): Removed.
(genmoddep_SOURCES): Likewise.
* conf/i386-pc.rmk (noinst_UTILITIES): Likewise.
(genmoddep_SOURCES): Likewise.
* conf/conf/powerpc-ieee1275.rmk (noinst_UTILITIES): Likewise.
(genmoddep_SOURCES): Likewise.
* conf/conf/conf/sparc64-ieee1275.rmk (noinst_UTILITIES):
Likewise.
(genmoddep_SOURCES): Likewise.
* genmoddep.awk: New file.
* genmk.rb (Image::rule): Use TARGET_CC, TARGET_CPPFLAGS,
TARGET_CFLAGS, TARGET_ASFLAGS and TARGET_LDFLAGS instead of CC,
CPPFLAGS, CFLAGS, ASFLAGS and LDFLAGS, respectively.
(PModule::rule): Likewise.
(Program::rule): Likewise.
(Utility::rule): Use CC, CPPFLAGS, CFLAGS and LDFLAGS instead of
BUILD_CC, BUILD_CPPFLAGS, BUILD_CFLAGS and BUILD_LDFLAGS,
respectively.
* configure.ac: Rewritten intensively to use host and target
instead of build and host, respectively.
* Makefile.in (pkglibdir): Use target_cpu instead of host_cpu.
(host_cpu): Removed.
(target_cpu): New variable.
(CPPFLAGS): Added @CPPFLAGS@ and -DGRUB_LIBDIR=\"$(pkglibdir)\".
(BUILD_CC): Removed.
(BUILD_CFLAGS): Likewise.
(BUILD_CPPFLAGS): Likewise.
(TARGET_CC): New variable.
(TARGET_CFLAGS): Likewise.
(TARGET_CPPFLAGS): Likewise.
(TARGET_LDFLAGS): Likewise.
(AWK): Likewise.
(include): Use target_cpu instead of host_cpu.
(moddep.lst:): Use genmoddep.awk instead of genmoddep.
* DISTLIST: Added genmoddep.awk. Removed util/genmoddep.c.
2006-05-28 23:01:43 +00:00
|
|
|
target_cpu=@target_cpu@
|
2006-05-08 19:29:10 +00:00
|
|
|
platform=@platform@
|
2007-05-05 11:55:20 +00:00
|
|
|
pkglibdir=${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`
|
2005-11-03 05:05:05 +00:00
|
|
|
|
2008-08-14 18:59:33 +00:00
|
|
|
grub_mkimage=${bindir}/`echo grub-mkelfimage | sed ${transform}`
|
2007-07-02 13:58:03 +00:00
|
|
|
grub_mkdevicemap=${sbindir}/`echo grub-mkdevicemap | sed ${transform}`
|
|
|
|
grub_probe=${sbindir}/`echo grub-probe | sed ${transform}`
|
2009-11-20 08:41:20 +00:00
|
|
|
grub_editenv=${bindir}/`echo grub-editenv | sed ${transform}`
|
2005-11-03 05:05:05 +00:00
|
|
|
rootdir=
|
2007-04-10 21:38:26 +00:00
|
|
|
grub_prefix=`echo /boot/grub | sed ${transform}`
|
2005-11-03 05:05:05 +00:00
|
|
|
modules=
|
|
|
|
|
|
|
|
install_device=
|
|
|
|
debug=no
|
|
|
|
update_nvram=yes
|
|
|
|
|
|
|
|
ofpathname=/usr/sbin/ofpathname
|
|
|
|
nvsetenv=/sbin/nvsetenv
|
|
|
|
|
|
|
|
# Usage: usage
|
|
|
|
# Print the usage.
|
|
|
|
usage () {
|
|
|
|
cat <<EOF
|
|
|
|
Usage: grub-install [OPTION] [install_device]
|
|
|
|
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
|
2007-07-02 13:58:03 +00:00
|
|
|
--grub-mkdevicemap=FILE use FILE as grub-mkdevicemap
|
2005-11-03 05:05:05 +00:00
|
|
|
--grub-mkimage=FILE use FILE as grub-mkimage
|
2007-07-02 13:58:03 +00:00
|
|
|
--grub-probe=FILE use FILE as grub-probe
|
2005-11-03 05:05:05 +00:00
|
|
|
--no-nvram don't update the boot-device NVRAM variable
|
|
|
|
|
2007-12-30 08:52:06 +00:00
|
|
|
grub-install copies GRUB images into the DIR/boot directory specified by
|
2005-11-03 05:05:05 +00:00
|
|
|
--root-directory, and uses nvsetenv to set the Open Firmware boot-device
|
|
|
|
variable.
|
|
|
|
|
|
|
|
Report bugs to <bug-grub@gnu.org>.
|
|
|
|
EOF
|
|
|
|
}
|
|
|
|
|
|
|
|
# Check the arguments.
|
|
|
|
for option in "$@"; do
|
|
|
|
case "$option" in
|
|
|
|
-h | --help)
|
|
|
|
usage
|
|
|
|
exit 0 ;;
|
|
|
|
-v | --version)
|
|
|
|
echo "grub-install (GNU GRUB ${PACKAGE_VERSION})"
|
|
|
|
exit 0 ;;
|
|
|
|
--modules=*)
|
|
|
|
modules=`echo "$option" | sed 's/--modules=//'` ;;
|
|
|
|
--root-directory=*)
|
|
|
|
rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
|
2007-07-02 13:58:03 +00:00
|
|
|
--grub-mkdevicemap=*)
|
|
|
|
grub_mkdevicemap=`echo "$option" | sed 's/--grub-mkdevicemap=//'` ;;
|
2005-11-03 05:05:05 +00:00
|
|
|
--grub-mkimage=*)
|
|
|
|
grub_mkimage=`echo "$option" | sed 's/--grub-mkimage=//'` ;;
|
2007-07-02 13:58:03 +00:00
|
|
|
--grub-probe=*)
|
|
|
|
grub_probe=`echo "$option" | sed 's/--grub-probe=//'` ;;
|
2005-11-03 05:05:05 +00:00
|
|
|
--no-nvram)
|
|
|
|
update_nvram=no ;;
|
|
|
|
# This is an undocumented feature...
|
|
|
|
--debug)
|
|
|
|
debug=yes ;;
|
|
|
|
-*)
|
|
|
|
echo "Unrecognized option \`$option'" 1>&2
|
|
|
|
usage
|
|
|
|
exit 1
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
if test "x$install_device" != x; then
|
|
|
|
echo "More than one install_devices?" 1>&2
|
|
|
|
usage
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
install_device="${option}" ;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
|
|
|
# If the debugging feature is enabled, print commands.
|
|
|
|
if test $debug = yes; then
|
|
|
|
set -x
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Initialize these directories here, since ROOTDIR was initialized.
|
|
|
|
bootdir=${rootdir}/boot
|
2007-04-10 21:38:26 +00:00
|
|
|
grubdir=${bootdir}/`echo grub | sed ${transform}`
|
2007-07-02 13:58:03 +00:00
|
|
|
device_map=${grubdir}/device.map
|
2005-11-03 05:05:05 +00:00
|
|
|
|
|
|
|
set $grub_mkimage dummy
|
|
|
|
if test -f "$1"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$1: Not found." 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
2005-11-23 05:25:38 +00:00
|
|
|
# Find the partition at the right mount point.
|
2007-07-02 13:58:03 +00:00
|
|
|
install_device=`$grub_mkdevicemap --device-map=/dev/stdout | $grub_probe --target=device --device-map=/dev/stdin ${grubdir}`
|
|
|
|
|
|
|
|
if test "x$install_device" = "x`$grub_mkdevicemap --device-map=/dev/stdout | $grub_probe --target=device --device-map=/dev/stdin ${bootdir}`"; then
|
2005-11-23 05:25:38 +00:00
|
|
|
echo "$grubdir must be a mount point."
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
# XXX warn on firmware-unreadable filesystems?
|
|
|
|
|
2005-11-03 05:05:05 +00:00
|
|
|
# Create the GRUB directory if it is not present.
|
|
|
|
test -d "$bootdir" || mkdir "$bootdir" || exit 1
|
|
|
|
test -d "$grubdir" || mkdir "$grubdir" || exit 1
|
|
|
|
|
2007-07-02 13:58:03 +00:00
|
|
|
# Create the device map file if it is not present.
|
|
|
|
if test -f "$device_map"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
# Create a safe temporary file.
|
|
|
|
test -n "$mklog" && log_file=`$mklog`
|
|
|
|
|
|
|
|
$grub_mkdevicemap --device-map=$device_map $no_floppy || exit 1
|
|
|
|
fi
|
|
|
|
|
2005-11-03 05:05:05 +00:00
|
|
|
# Copy the GRUB images to the GRUB directory.
|
|
|
|
for file in ${grubdir}/*.mod ${grubdir}/*.lst ; do
|
|
|
|
if test -f $file; then
|
|
|
|
rm -f $file || exit 1
|
|
|
|
fi
|
|
|
|
done
|
2006-05-08 19:29:10 +00:00
|
|
|
for file in ${pkglibdir}/*.mod ${pkglibdir}/*.lst ; do
|
2005-11-03 05:05:05 +00:00
|
|
|
cp -f $file ${grubdir} || exit 1
|
|
|
|
done
|
|
|
|
|
2009-11-20 08:41:20 +00:00
|
|
|
if ! test -f ${grubdir}/grubenv; then
|
|
|
|
$grub_editenv ${grubdir}/grubenv create
|
|
|
|
fi
|
|
|
|
|
2007-07-02 13:58:03 +00:00
|
|
|
# Create the core image. First, auto-detect the filesystem module.
|
|
|
|
fs_module=`$grub_probe --target=fs --device-map=${device_map} ${grubdir}`
|
|
|
|
if test "x$fs_module" = x -a "x$modules" = x; then
|
|
|
|
echo "Auto-detection of a filesystem module failed." 1>&2
|
|
|
|
echo "Please specify the module with the option \`--modules' explicitly." 1>&2
|
|
|
|
exit 1
|
2005-11-03 05:05:05 +00:00
|
|
|
fi
|
|
|
|
|
2007-07-02 13:58:03 +00:00
|
|
|
# Then the partition map module. In order to support partition-less media,
|
|
|
|
# this command is allowed to fail (--target=fs already grants us that the
|
|
|
|
# filesystem will be accessible).
|
|
|
|
partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdir} 2> /dev/null`
|
|
|
|
|
2008-01-12 15:11:57 +00:00
|
|
|
# Device abstraction module, if any (lvm, raid).
|
|
|
|
devabstraction_module=`$grub_probe --target=abstraction --device-map=${device_map} ${grubdir}`
|
|
|
|
|
|
|
|
modules="$modules $fs_module $partmap_module $devabstraction_module"
|
2007-07-02 13:58:03 +00:00
|
|
|
|
2005-11-03 05:05:05 +00:00
|
|
|
# Now perform the installation.
|
2008-08-14 18:59:33 +00:00
|
|
|
"$grub_mkimage" --directory=${pkglibdir} --output=${grubdir}/grub $modules || exit 1
|
2005-11-03 05:05:05 +00:00
|
|
|
|
|
|
|
if test $update_nvram = yes; then
|
|
|
|
set $ofpathname dummy
|
|
|
|
if test -f "$1"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$1: Not found." 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
set $nvsetenv dummy
|
|
|
|
if test -f "$1"; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo "$1: Not found." 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Get the Open Firmware device tree path translation.
|
|
|
|
dev=`echo $install_device | sed -e 's/\/dev\///' -e 's/[0-9]\+//'`
|
2005-11-23 04:25:16 +00:00
|
|
|
partno=`echo $install_device | sed -e 's/.*[^0-9]\([0-9]\+\)$/\1/'`
|
2005-11-03 05:05:05 +00:00
|
|
|
ofpath=`$ofpathname $dev` || {
|
|
|
|
echo "Couldn't find Open Firmware device tree path for $dev."
|
|
|
|
echo "You will have to set boot-device manually."
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
|
|
|
|
# Point boot-device at the new grub install
|
2007-07-22 09:05:11 +00:00
|
|
|
boot_device="boot-device $ofpath:$partno,\\grub"
|
|
|
|
"$nvsetenv" "$boot_device" || {
|
2005-11-03 05:05:05 +00:00
|
|
|
echo "$nvsetenv failed."
|
2007-07-22 09:05:11 +00:00
|
|
|
echo "You will have to set boot-device manually. At the Open Firmware prompt, type:"
|
|
|
|
echo " setenv $boot_device"
|
2005-11-03 05:05:05 +00:00
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2007-07-02 13:58:03 +00:00
|
|
|
# Prompt the user to check if the device map is correct.
|
|
|
|
echo "Installation finished. No error reported."
|
|
|
|
echo "This is the contents of the device map $device_map."
|
|
|
|
echo "Check if this is correct or not. If any of the lines is incorrect,"
|
|
|
|
echo "fix it and re-run the script \`grub-install'."
|
|
|
|
echo
|
|
|
|
|
|
|
|
cat $device_map
|
|
|
|
|
2005-11-03 05:05:05 +00:00
|
|
|
# Bye.
|
|
|
|
exit 0
|