Ignore:
Timestamp:
Apr 8, 2017, 12:27:18 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Now locating Master LVM-sectors when scanning disks [v1.1.1-testing]

Note that if LVM is set to be ignored in the SETUP, checking for a
signature will not be done and thus no Master LVM sectors will be found.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.asm

    r117 r119  
    23832383LVM_Bytes                   dw      MaxDisks  dup(?)
    23842384LVM_TotalSecs               dq      MaxDisks  dup(?)
     2385LVM_MasterSecs              dd      MaxDisks  dup(?)
    23852386                            ALIGN   16
    23862387
Note: See TracChangeset for help on using the changeset viewer.