Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c370 ig_stage2_t *stage2 = &data.stage2; in handle_getinfo() local
983 ig_stage2_t *stage2 = &install->stage2; in write_stage2() local
1105 ig_stage2_t *stage2 = &dest->stage2; in read_stage2_from_file() local
1137 stage2->buf = malloc(stage2->buf_size); in read_stage2_from_file()
1143 stage2->file = stage2->buf; in read_stage2_from_file()
1150 stage2->extra = stage2->file + P2ROUNDUP(stage2->file_size, 8); in read_stage2_from_file()
1280 stage2->file = stage2->buf; in read_stage2_from_disk()
1283 stage2->mboot = (multiboot_header_t *)(stage2->buf + stage2->mboot_off); in read_stage2_from_disk()
1284 stage2->extra = stage2->buf + P2ROUNDUP(stage2->file_size, 8); in read_stage2_from_disk()
1285 stage2->extra_size = stage2->buf_size - P2ROUNDUP(stage2->file_size, 8); in read_stage2_from_disk()
[all …]
H A Dinstallgrub.h65 ig_stage2_t stage2; member
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m190 dir path=usr/share/src/grub/stage2
195 file path=usr/share/src/grub/stage2/apm.S
196 file path=usr/share/src/grub/stage2/asm.S
205 file path=usr/share/src/grub/stage2/dir.h
211 file path=usr/share/src/grub/stage2/fat.h
214 file path=usr/share/src/grub/stage2/fs.h
235 file path=usr/share/src/grub/stage2/jfs.h
238 file path=usr/share/src/grub/stage2/md5.c
239 file path=usr/share/src/grub/stage2/md5.h
241 file path=usr/share/src/grub/stage2/nbi.h
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog27 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL
77 * stage2/stage2.c (run_menu): Change the fallback handling to
1482 * stage2/stage2.c: Include term.h.
2168 * stage2/stage2.c: Likewise.
2491 * stage2/stage2.c (print_entries_raw): New function.
5849 * stage2/stage2.c (restart_env): New variable.
6649 * stage2/Makefile.am (stage2_size.h): ../stage2/stage2 ->
7636 * stage2/stage2.c (grub_timeout): Deleted.
7661 stage2.
7899 * stage2/stage2.c (set_line_normal): New function.
[all …]
H A DAUTHORS38 Klaus Reichl wrote stage2/fsys_minix.c.
42 Jochen Hoenicke rewrote stage2/fsys_fat.c and wrote
43 stage2/fsys_reiserfs.c and stage2/md5.c.
H A DMakefile.solaris.defs35 # the sizes of stage2 and pxegrub and may cause malfunction.
38 # Include netboot support in stage2 (on by default).
39 # This only affects stage2, not pxegrub (diskless support).
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
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in40 if test -f $thisdir/../stage2/stage2; then
65 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
456 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.am13 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
19 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
H A DMakefile.solaris13 $(GRUB) := LIBS = ../stage2/libgrub.a ../lib/libcommon.a -lcurses
24 INCLUDES = -I. -I.. -I../stage1 -I../stage2 -I../lib
H A DMakefile.in58 grub_DEPENDENCIES = ../stage2/libgrub.a ../lib/libcommon.a \
187 $(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
192 grub_LDADD = ../stage2/libgrub.a ../lib/libcommon.a $(GRUB_LIBS)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am23 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
37 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data
50 pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \ data
105 gunzip.c hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c \
138 stage2: pre_stage2 start target
139 -rm -f stage2
140 cat start pre_stage2 > stage2
H A DMakefile.solaris92 libgrub_a-stage2.o \
186 diskless_exec-stage2.o \
406 pre_stage2_exec-stage2.o \
463 STAGE2_DATA = stage2
626 SRC_DIR = $(ROOT_SRC)/stage2
640 size_test smp-imps.c smp-imps.h stage1_5.c stage2.c \
H A DMakefile.in79 subdir = stage2
140 diskless_exec-stage2.$(OBJEXT) \
1540 libgrub_a-stage2.o: stage2.c
1547 libgrub_a-stage2.obj: stage2.c
1988 diskless_exec-stage2.o: stage2.c
1995 diskless_exec-stage2.obj: stage2.c
2940 pre_stage2_exec-stage2.o: stage2.c
2947 pre_stage2_exec-stage2.obj: stage2.c
3821 stage2: pre_stage2 start
3822 -rm -f stage2
[all …]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c933 char *stage2, uint16_t flags) in be_do_installboot_helper() argument
1018 stage1, stage2, diskname); in be_do_installboot_helper()
1036 "%s %s %s %s", BE_INSTALL_BOOT, flag, stage2, diskname); in be_do_installboot_helper()
1268 char *stage2, uint16_t flags) in be_do_installboot_walk() argument
1295 rv = be_do_installboot_walk(zphp, child[c], stage1, stage2, in be_do_installboot_walk()
1318 return (be_do_installboot_helper(zphp, nv, stage1, stage2, flags)); in be_do_installboot_walk()
1345 char stage2[MAXPATHLEN]; in be_do_installboot() local
1385 (void) snprintf(stage2, sizeof (stage2), "%s%s", in be_do_installboot()
1404 (void) snprintf(stage2, sizeof (stage2), in be_do_installboot()
1442 ret = be_do_installboot_walk(zphp, nv, stage1, stage2, flags); in be_do_installboot()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c134 static char *stage2; variable
1196 pl->pl_src_name = stage2; in probe_gpt()
1282 pl->pl_src_name = stage2; in probe_gpt()
1526 pl->pl_src_name = stage2; in probe_vtoc()
1593 pl->pl_src_name = stage2; in probe_mbr()
1655 pl->pl_src_name = stage2; in probe_mbr()
1899 device = stage2->pl_device; in prepare_stage1()
2007 stage2 = pl; in prepare_bblocks()
2030 if (stage2 != NULL) in prepare_bblocks()
2043 if (stage2 == NULL) in prepare_bblocks()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.am3 AM_CFLAGS = $(GRUB_CFLAGS) -I$(top_srcdir)/stage2 \
H A DMakefile.solaris10 INCLUDES = -I. -I.. -I../stage1 -I../stage2
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-338 - Command: install [`--force-lba'] [`--stage2=os_stage2_file']
59 reads the first block of stage2, modifies it with the values of
61 string CONFIG_FILE into the area telling the stage2 where to look
87 *Caution3:* You must specify the option `--stage2' in the grub
330 - Command: setup [`--force-lba'] [`--stage2=os_stage2_file']
345 The options `--force-lba' and `--stage2' are just passed to
440 A disk read error happened while trying to read the stage2 or
500 6 : Mismatched or corrupt version of stage1/stage2
1168 See the file `stage2/shared.h', for more information.
1207 is determined when assembling the file `stage2/start.S'.
[all …]
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh113 STAGE2="$ALT_ROOT"/boot/grub/stage2
/illumos-gate/usr/src/boot/
H A DReadme.txt46 stage1/stage2 boot blocks which are built in freebsd due to the historical
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh568 stage2=$3
572 base=`$stage1 $archive | $stage2 2>/dev/null | nawk -F/ '{
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s94 # Load stage2 and start it. location and size is written by installboot
99 je err_noboot # the stage2 size is not set

12