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
401 ret = read_stage2_from_disk(device->part_fd, stage2, device->type); in handle_getinfo()
416 einfo = find_einfo(stage2->extra, stage2->extra_size); in handle_getinfo()
430 size = stage2->buf_size - P2ROUNDUP(stage2->file_size, 8); in handle_getinfo()
457 ig_stage2_t *stage2_curr = &curr_data.stage2; in handle_mirror()
458 ig_stage2_t *stage2_attach = &attach_data.stage2; in handle_mirror()
581 ig_stage2_t *src_stage2 = &source->stage2; in propagate_bootblock()
582 ig_stage2_t *dest_stage2 = &target->stage2; in propagate_bootblock()
718 cleanup_stage2(ig_stage2_t *stage2) in cleanup_stage2() argument
720 if (stage2->buf) in cleanup_stage2()
[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
191 file path=usr/share/src/grub/stage2/$(ARCH)-elf.h
192 file path=usr/share/src/grub/stage2/Makefile.am
193 file path=usr/share/src/grub/stage2/Makefile.in
194 file path=usr/share/src/grub/stage2/apic.h
195 file path=usr/share/src/grub/stage2/apm.S
196 file path=usr/share/src/grub/stage2/asm.S
197 file path=usr/share/src/grub/stage2/bios.c
198 file path=usr/share/src/grub/stage2/boot.c
199 file path=usr/share/src/grub/stage2/builtins.c
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog17 * stage2/cmdline.c (run_script): Fix a reversed conditional.
23 * stage2/fsys_ext2fs.c (ext2fs_read): Handle sparse files.
27 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL
53 * stage2/Makefile.am: Likewise.
77 * stage2/stage2.c (run_menu): Change the fallback handling to
82 * stage2/shared.h (DEFAULT_FILE_BUF): New macro.
91 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of
94 * stage2/builtins.c (fallback_entry): Removed.
116 * stage2/ufs2.h (int8_t): Renamed to ...
150 * stage2/ufs2.h (__uint8_t): Remove.
[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
110 libgrub_a-stage2.$(OBJEXT) libgrub_a-terminfo.$(OBJEXT) \
140 diskless_exec-stage2.$(OBJEXT) \
237 pre_stage2_exec-stage2.$(OBJEXT) \
498 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
507 @DISKLESS_SUPPORT_FALSE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
513 @DISKLESS_SUPPORT_TRUE@pkglib_DATA = stage2 stage2_eltorito e2fs_stage1_5 fat_stage1_5 \
547 gunzip.c hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c \
747 $(AUTOMAKE) --gnu stage2/Makefile
865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-stage2.Po@am__quote@
[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()
1889 prepare_stage1(struct partlist *stage1, struct partlist *stage2, uuid_t uuid) in prepare_stage1() argument
1899 device = stage2->pl_device; in prepare_stage1()
1916 bblk = stage2->pl_src_data; in prepare_stage1()
1993 struct partlist *mbr, *stage1, *stage2; in prepare_bblocks() local
[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
88 shell, if you cannot unmount the filesystem where your stage2 file
330 - Command: setup [`--force-lba'] [`--stage2=os_stage2_file']
345 The options `--force-lba' and `--stage2' are just passed to
430 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
440 A disk read error happened while trying to read the stage2 or
[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