Új hozzászólás Aktív témák

  • vinibali

    őstag

    gyártói implementációtól függően nem mindig ismeri fel a GPT partíciós pendrive-ot a Legacy BIOS. meg kellene nézni, hogy van-e bootpartíció definiálva. így néz ki az én régi Evolution-os meghajtóm:

    $ sudo fdisk -l /dev/sdd
    Disk /dev/sdd: 1,9 GiB, 2013265920 bytes, 3932160 sectors
    Disk model: STORAGE DEVICE
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x000400c7

    Eszköz Indítható Start Vége Szektorok Size Id Típus
    /dev/sdd1 * 2048 3932159 3930112 1,9G c W95 FAT32 (LBA)

    ugyan ez GPT-s fdisk-kel:

    $ sudo gdisk -l /dev/sdd
    GPT fdisk (gdisk) version 1.0.4

    Partition table scan:
    MBR: MBR only
    BSD: not present
    APM: not present
    GPT: not present


    ***************************************************************
    Found invalid GPT and valid MBR; converting MBR to GPT format
    in memory.
    ***************************************************************


    Warning! Secondary partition table overlaps the last partition by
    33 blocks!
    You will need to delete this partition or resize it in another utility.
    Disk /dev/sdd: 3932160 sectors, 1.9 GiB
    Model: STORAGE DEVICE
    Sector size (logical/physical): 512/512 bytes
    Disk identifier (GUID): C1D1655B-9253-4EA5-A5A6-7C356E950F34
    Partition table holds up to 128 entries
    Main partition table begins at sector 2 and ends at sector 33
    First usable sector is 34, last usable sector is 3932126
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)

    Number Start (sector) End (sector) Size Code Name
    1 2048 3932159 1.9 GiB 0700 Microsoft basic data

    én is MBR-rel nyomom még mindig, nem nagyon látom elvi értelmét UEFI-re váltani, de az biztos hogy megvannak az előnyei jócskán. az lebeg a szemem előtt, hogy ez így minden gépen indul, nem kell majd szenvedni ha véletlenül egy nagyon régi BIOS-os gépbe kerül be a meghajtóm.

Új hozzászólás Aktív témák