Home
last modified time | relevance | path

Searched full:bootable (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-src/tools/tools/nanobsd/embedded/
H A DREADME22 beaglebone.cfg Create a bootable beaglebone image
23 qemu-amd64.cfg Create a bootable amd64 image for qemu (W)
24 qemu-i386.cfg Create a bootable i386 image for qemu (W)
25 qemu-powerpc.cfg Create a bootable 32-bit powerpc image for
27 qemu-powerpc64.cfg Create a bootable 64-bit IBM-flavor image for
29 rpi.cfg Create a bootable image for Raspberry Pi B
30 rpi2.cfg Create a bootable image for Raspberry Pi2
/freebsd-src/release/powerpc/
H A Dmkisoimages.sh10 # platform has a slightly unique way of making bootable CDs. This script
18 # Where -b is passed if the ISO image should be made "bootable" by
45 bootable=1
48 bootable=""
67 if [ -n "$bootable" ]; then
68 echo "Building bootable disc"
78 bootable="-o bootimage=macppc;$BOOTBLOCK -o no-emul-boot"
90 bootable="$bootable -o chrp-boot"
110 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$p…
112 if [ n "$bootable" ]; then
/freebsd-src/release/amd64/
H A Dmkisoimages.sh10 # platform has a slightly unique way of making bootable CDs. This script
18 # Where -b is passed if the ISO image should be made "bootable" by
61 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot"
73 bootable="$bootable -o bootimage=i386;${espfilename} -o no-emul-boot -o platformid=efi"
77 bootable=""
98 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
105 if [ "$bootable" != "" ]; then
/freebsd-src/release/i386/
H A Dmkisoimages.sh10 # platform has a slightly unique way of making bootable CDs. This script
18 # Where -b is passed if the ISO image should be made "bootable" by
46 bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot"
49 bootable=""
70 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$p…
/freebsd-src/release/riscv/
H A Dmkisoimages.sh6 # platform has a slightly unique way of making bootable CDs. This script is
14 # Where -b is passed if the ISO image should be made "bootable" by
62 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi"
66 bootable=""
87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$…
94 if [ "$bootable" != "" ]; then
/freebsd-src/release/arm64/
H A Dmkisoimages.sh6 # platform has a slightly unique way of making bootable CDs. This script is
14 # Where -b is passed if the ISO image should be made "bootable" by
62 bootable="-o bootimage=efi;${espfilename} -o no-emul-boot -o platformid=efi"
66 bootable=""
87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$…
94 if [ "$bootable" != "" ]; then
/freebsd-src/stand/man/
H A Dboot1.efi.867 will search the for zpools that are bootable, preferring the zpool on
72 will search all UFS partitions for a bootable partition.
73 It will prefer the lowest numbered bootable partition on the boot
78 A partition is considered bootable if it can load
/freebsd-src/sys/dev/sfxge/common/
H A Def10_signed_image_layout.h44 * syntax (CMS) format which contains the bootable firmware binary plus the
47 * bootable-image to start at offset 0 of the NVRAM partition. Hence the image
61 SIGNED_IMAGE_CHUNK_IMAGE, /* Bootable binary image */
/freebsd-src/share/doc/smm/02.config/
H A D3.t33 In this section we consider the steps necessary to build a bootable system
191 For example, if you have named your bootable system image ``kernel'',
193 will generate a bootable image named ``kernel''. Alternate system image names
207 Note that the name of a bootable image is different from the system
208 identifier. All bootable images are configured for the same system;
H A D0.t63 \fIconfig\fP\|(8) to configure and create bootable
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dsnmp_hostres.356 It is questionable what bootable means here.
58 or does it mean that there is something bootable?
H A Dhostres_fs_tbl.c74 int32_t bootable; /* TruthValue */ member
372 /* FIXME - bootable fs ?! */ in fs_tbl_process_statfs_entry()
373 entry->bootable = TRUTH_MK((fs_p->f_flags & MNT_ROOTFS) in fs_tbl_process_statfs_entry()
457 value->v.integer = entry->bootable; in op_hrFSTable()
/freebsd-src/stand/i386/boot0/
H A Dboot0.S66 * 0 1 status (0x80: bootable, 0: non bootable)
130 .set MAGIC,0xaa55 # Magic: bootable
157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids
266 * Scan the table of bootable ids, which starts at %di and has
481 cmpw $MAGIC,0x1fe(%bx) # Bootable?
594 * These values indicate bootable types we know about.
/freebsd-src/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c241 "Bootable on PowerPC Apple Hardware" }, in choose_part_type()
243 "Bootable on most x86 systems" }, in choose_part_type()
245 "Bootable on most x86 systems and EFI aware ARM64" }, in choose_part_type()
247 "Bootable on most x86 systems" }, in choose_part_type()
270 "bootable on this platform. Are you sure you want " in choose_part_type()
307 "bootable on this platform. Are you sure you want " in gpart_partition()
353 * for it to be bootable. in gpart_activate()
664 /* If this is the root partition, check that this fs is bootable */ in gpart_edit()
670 "This file system (%s) is not bootable " in gpart_edit()
988 "for the disk to be bootable. Would you like to " in add_boot_partition()
[all …]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh96 ## the following configurations are supported bootable pools
123 ## the following configurations are not supported as bootable pools
/freebsd-src/tools/boot/
H A Drootgen.sh293 # install-boot will make this bootable
327 # install-boot will make this bootable
362 # install-boot will make this bootable
393 # the bootable zfs stuff on p3, just to test the ability of the zfs probe
402 # install-boot will make this bootable
442 # the bootable zfs stuff on p3, just to test the ability of the zfs probe
451 # install-boot will make this bootable
496 # install-boot will make this bootable
/freebsd-src/sbin/fdisk/
H A Dfdisk.847 active slice and, if marked bootable, runs it.
372 Note that bootable
378 Non-bootable slices do not have this restriction.
/freebsd-src/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_006_pos.ksh112 ## the following configurations are supported bootable pools
130 ## the following configurations are not supported as bootable pools in Solaris,
/freebsd-src/stand/i386/mbr/
H A Dmbr.S21 .set MAGIC,0xaa55 # Magic: bootable
122 cmpw $MAGIC,0x1fe(%bx) # Bootable?
/freebsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c167 /* Bootable by default */ in cd9660_add_boot_disk()
168 new_image->bootable = ET_BOOTABLE; in cd9660_add_boot_disk()
218 image->bootable = ET_NOT_BOOTABLE; in cd9660_eltorito_add_boot_option()
294 ie->boot_indicator[0] = disk->bootable; in cd9660_boot_setup_default_entry()
558 val = 0x80; /* Bootable */ in cd9660_write_mbr_partition_entry()
/freebsd-src/usr.sbin/makefs/
H A Dmakefs.8418 Boot image is not bootable.
536 The name of the bootable dataset for the pool.
557 For creating bootable pools, the
/freebsd-src/sys/contrib/device-tree/Bindings/soc/intel/
H A Dintel,hps-copy-engine.yaml15 a bootable image from host memory to HPS DDR. Additionally, there is a
/freebsd-src/contrib/file/magic/Magdir/
H A Dmacintosh414 >0 beshort 0x4C4B (bootable)
439 >>>0 beshort 0x4C4B (bootable)
440 #>>>0 beshort 0x0000 (not bootable)
460 >0 beshort 0x4C4B (bootable)
/freebsd-src/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh113 echo "^$disk: Partition $1 marked as bootable\$"
276 atf_set "descr" "Make partition 2 bootable in a 2 partition disk"
/freebsd-src/stand/i386/isoboot/
H A Disoboot.841 The El Torito standard for bootable CDs provides a 32KB "System Area"

1234