Lines Matching full:disk
107 physical position of your kernel on the disk. Thus you can load the
251 Support reading data from any or all floppies or hard disk(s)
269 In traditional disk calls (called "CHS mode"), there is a geometry
277 the entire disk.
280 GRUB is basically a disk-based boot loader but also has network
348 `(' and `)'. The `fd' part means that it is a floppy disk. The number
350 means that GRUB will use the whole floppy disk.
354 Here, `hd' means it is a hard disk drive. The first integer `0'
355 indicates the drive number, that is, the first hard disk, while the
359 expression means the second partition of the first hard disk drive. In
360 this case, GRUB uses one partition of the disk, instead of the whole
361 disk.
365 This specifies the first "extended partition" of the first hard disk
368 on your hard disk.
372 This means the BSD `a' partition of the second hard disk. If you
403 partition of the first hard disk drive. Note that the argument
421 drive (floppy or hard disk). There are two ways of doing that - either
428 you have an emergency boot disk ready, so that you can rescue your
458 second block of the floppy disk, respectively.
492 the first sector of a hard disk, since it's easy to reinitialize it
496 definitely desirable, you'll need to create a GRUB boot disk, and
564 will install GRUB into the MBR of the first IDE disk:
621 or hard disk image file, which can cause compatibility problems.
694 load an operating system from an arbitrary disk/partition. However, the
914 If you have installed DOS (or Windows) on a non-first hard disk, you
915 have to use the disk swapping technique, because that OS cannot boot
930 DOS/Windows onto one disk, because they could be confused if there are
939 and the second partition of the first hard disk, and you want to boot
992 disk.
1203 This boots GNU/Hurd from the first hard disk.
1209 This boots GNU/Linux, but from the second hard disk.
1229 the third PC slice of the first hard disk.
1252 # For installing GRUB into the hard disk
1253 title Install GRUB into the hard disk
1257 This will just (re)install GRUB onto the hard disk.
1277 Although GRUB is a disk-based boot loader, it does provide network
1345 use a machine which has no local disk. In this case, you need to obtain
1578 disk. Because of the size restriction, `stage1' encodes the
1630 GRUB uses a special syntax for specifying disk drives which can be
1673 The syntax `(hd0)' represents using the entire disk (or the MBR when
1675 partition of the disk (or the boot sector of the partition when
1697 in the first partition of the first hard disk. If you omit the device
2118 BIOS drive DRIVE. You can use this command to create a disk image,
2153 Windows and multiple primary FAT partitions exist in one disk. See
2463 Windows and multiple primary partitions exist on one disk. See also
2600 some extra messages are printed to show disk activity. This global
2672 high-level reads inside a partition, and `[DISK-OFFSET-SECTOR]'
2673 for low-level sector requests from the disk. Filesystem test mode
2761 is present, the Stage 1 will always look for the actual disk
2779 properly when booting from a hard disk drive. Therefore, you will
2870 Set the active partition on the root disk to GRUB's root device.
2871 This command is limited to _primary_ PC partitions on a hard disk.
2887 The example exchanges the order between the first hard disk and the
2888 second hard disk. See also *Note DOS/Windows::.
2981 IDE disk and a SCSI disk, and your FreeBSD root partition is on
2982 the SCSI disk, then use a `1' for HDBIAS.
2995 the disk that GRUB can read, but setting the correct root device
3047 INSTALL_DEVICE is a hard disk, then embed a Stage 1.5 in the disk
3138 Hard Disk Error
3139 The stage2 or stage1.5 is being read from a hard disk, and the
3140 attempt to determine the size and geometry of the hard disk failed.
3143 The stage2 or stage1.5 is being read from a floppy disk, and the
3144 attempt to determine the size and geometry of the floppy disk
3149 A disk read error happened while trying to read the stage2 or
3154 the disk supported directly by the BIOS read calls. This could
3156 user or the disk is moved to another machine or controller after
3256 but everything else (like the disk/partition info) is OK.
3261 disk not matching what it expects. This is usually caused by a
3271 happens if your disk is larger than the BIOS can handle (512MB for
3284 21 : Selected disk does not exist
3286 file name refers to a disk or BIOS device that is not present or
3292 disk.
3300 disk partition. This generally happens because of a corrupt
3301 filesystem on the disk or a bug in the code handling it in GRUB
3304 25 : Disk read error
3305 This error is returned if there is a disk read error when trying to
3306 probe or read data from a particular disk.
3322 29 : Disk write error
3323 This error is returned if there is a disk write error when trying
3324 to write to a particular disk. This would generally only occur
3344 34 : No spare sectors on the disk
3345 This error is returned if a disk doesn't have enough spare space.
3431 Disable writing to any disk.
3540 into a separate partition or a removable disk. Here is an example
3554 exists. You should use this option whenever you add/remove a disk
3628 mount a disk which is used for another system.
3740 your hard disk drives and your BIOS.
3812 * Low-level disk I/O:: INT 13H disk I/O interrupts
3875 Disk swapping code and data
3926 beginning of the disk, but _not_ relative to the partition boundaries.
3966 can access disk blocks directly (in the indicated partition) via the
3974 numbered from 0x80, if a hard disk).
4082 The disk space can be used in a boot loader is very restricted because
4102 disk I/O::).
4137 File: grub.info, Node: Memory detection, Next: Low-level disk I/O, Prev: I/O ports detection, Up: Internals
4146 File: grub.info, Node: Low-level disk I/O, Next: MBR, Prev: Memory detection, Up: Internals
4148 D.8 INT 13H disk I/O interrupts
4155 File: grub.info, Node: MBR, Next: Partition table, Prev: Low-level disk I/O, Up: Internals
4449 Node: Low-level disk I/O152105