Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 25 of 39) sorted by relevance

12

/titanic_41/usr/src/grub/grub-0.97/stage1/
H A DMakefile.solaris26 STAGE1_DATA = stage1
27 STAGE1_EXEC = stage1.exec
28 STAGE1_ASMOBJS = stage1.o
36 SRC_DIR = $(ROOT_SRC)/stage1
37 SRC_FILES = Makefile.am Makefile.in stage1.S stage1.h
H A DMakefile.am2 nodist_pkglib_DATA = stage1 data
10 noinst_PROGRAMS = stage1.exec
11 stage1_exec_SOURCES = stage1.S stage1.h
H A DMakefile.in41 noinst_PROGRAMS = stage1.exec$(EXEEXT)
42 subdir = stage1
53 am_stage1_exec_OBJECTS = stage1.$(OBJEXT)
186 nodist_pkglib_DATA = stage1
191 stage1_exec_SOURCES = stage1.S stage1.h
208 $(AUTOMAKE) --gnu stage1/Makefile
229 stage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES)
230 @rm -f stage1.exec$(EXEEXT)
/titanic_41/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh386 vlog "cd $ZONEROOT && $stage1 "$insrc" | install_flar"
566 stage1=$1
572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
638 stage1=$1
641 get_archive_base "$stage1" "$archive" "cpio -it"
645 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts"
649 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts )
766 stage1="cat"
935 stage1="cat"
937 stage1="gzcat"
[all …]
/titanic_41/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in65 cp -p $stage1dir/stage1 $stage2dir/*_stage1_5 $stage2dir/stage2 \
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
H A Dgrub-install.in410 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
414 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425 for file in ${grubdir}/stage1 ${grubdir}/stage2 ${grubdir}/*stage1_5; do
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog52 * stage1/Makefile.am: Move stage files to pkglibdir.
208 * stage1/stage1.h (STAGE1_BOOT_DRIVE_CHECK): New macro.
211 * stage1/stage1.S (boot_drive_check): New label. This implements
308 * stage1/Makefile.am: Move stage files to pkglibdir.
511 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too.
531 * stage1/Makefile.am (.exec): Use suffix rules instead of pattern
650 * stage1/stage1.h (GRUB_INVALID_DRIVE): New macro.
652 * stage1/stage1.S (boot_drive): Use the macro GRUB_INVALID_DRIVE.
810 * stage1/Makefile.am (AM_ASFLAGS): Renamed to ...
1034 * stage1/stage1.h (STAGE1_BOOT_DRIVE_MASK): New macro.
[all …]
H A DMakefile.am3 SUBDIRS = netboot stage2 stage1 lib grub util docs subdir
H A DMakefile.solaris12 SUBDIRS = netboot stage2 stage1 lib grub util docs
H A DAUTHORS8 Heiko Schroeder rewrote shared_src/stage1.S to be more readable.
H A Dacinclude.m490 dnl stage1/stage1.S.
/titanic_41/usr/src/grub/grub-0.97/lib/
H A DMakefile.am4 -I$(top_srcdir)/stage1
H A DMakefile.solaris10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_activate.c824 be_do_installgrub_helper(zpool_handle_t *zphp, nvlist_t *child, char *stage1, in be_do_installgrub_helper() argument
870 "%s %s %s %s %s", BE_INSTALL_GRUB, m_flag, stage1, stage2, in be_do_installgrub_helper()
919 char stage1[MAXPATHLEN]; in be_do_installgrub() local
953 (void) snprintf(stage1, sizeof (stage1), "%s%s", tmp_mntpt, BE_STAGE_1); in be_do_installgrub()
1018 stage1, stage2); in be_do_installgrub()
1025 ret = be_do_installgrub_helper(zphp, child[c], stage1, in be_do_installgrub()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A DMakefile.am14 -I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
H A DMakefile.solaris24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
/titanic_41/usr/src/cmd/fs.d/zfs/bootinstall/
H A Dbootinstall.sh55 STAGE1=/boot/grub/stage1
/titanic_41/usr/src/pkg/manifests/
H A Dsource-system-grub.mf42 dir path=usr/share/src/grub/stage1
189 file path=usr/share/src/grub/stage1/Makefile.am
190 file path=usr/share/src/grub/stage1/Makefile.in
191 file path=usr/share/src/grub/stage1/stage1.S
192 file path=usr/share/src/grub/stage1/stage1.h
H A Dsystem-boot-grub.mf64 $(i386_ONLY)file path=boot/grub/stage1 group=sys
/titanic_41/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh115 STAGE1="$ALT_ROOT"/boot/grub/stage1
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4463 char stage1[64]; in setup_func() local
4631 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4632 if (! check_file (stage1)) in setup_func()
4636 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4637 if (! check_file (stage1)) in setup_func()
4643 grub_sprintf (stage1, "%s%s", prefix, "/stage1"); in setup_func()
4644 if (! check_file (stage1)) in setup_func()
4698 stage1, in setup_func()
4716 stage1, in setup_func()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A DMakefile.solaris111 INCLUDES = -I. -I.. -I../stage2 -I../stage1
H A DMakefile.am2 INCLUDES = -I$(top_srcdir)/stage2 -I$(top_srcdir)/stage1
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3430 The stage2 or stage1.5 is being read from a hard disk, and the
434 The stage2 or stage1.5 is being read from a floppy disk, and the
441 stage1.5.
444 The location of the stage2 or stage1.5 is not in the portion of
500 6 : Mismatched or corrupt version of stage1/stage2
502 incompatible or corrupt versions of the stage1 or stage2. It can't
1203 See the file `stage1/stage1.S', for more information.
H A Dgrub.info-1433 to copy the files `stage1', `stage2', and `*stage1_5' to the directory
455 To create a GRUB boot floppy, you need to take the files `stage1'
466 # dd if=stage1 of=/dev/fd0 bs=512 count=1
483 *Caution:* Installing GRUB's stage1 in this manner will erase the
490 GRUB's stage1. This isn't as important if you are installing GRUB on
509 grub> find /boot/grub/stage1
511 This will search for the file name `/boot/grub/stage1' and show the
626 `menu.lst'. You don't need to use `stage1' or `stage2', because El

12