I created some partions and checked them in grub console, now it seems grub can detect the right device size but can not handle partitions on the other side of the 128GB border.
peter@mediondt:~$ LANG=C sudo fdisk -l /dev/sdb
Disk /dev/sdb: 931.5 GiB, 1000170586112 bytes, 1953458176 sectors
Disk model: My Passport 25E1
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: 0x43bee096
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 78125055 78123008 37.3G 83 Linux
/dev/sdb2 78125056 87889919 9764864 4.7G 82 Linux swap / Solaris
/dev/sdb3 87889920 169809919 81920000 39.1G 83 Linux
/dev/sdb4 169809920 1953458175 1783648256 850.5G 5 Extended
/dev/sdb5 169811968 251731967 81920000 39.1G 83 Linux
/dev/sdb6 251734016 333654015 81920000 39.1G 83 Linux
/dev/sdb7 333656064 415576063 81920000 39.1G 83 Linux
The Linux partitions from sdb1 up to sdb6 can be listed in the grub console, sdb7 not.
I would be thankfull for any further ideas.
> Gesendet: Donnerstag, 18. Juli 2019 um 14:42 Uhr
> Von: "Vladimir 'phcoder' Serbinenko" <address@hidden>
> An: "Peter Littmann" <address@hidden>
> Cc: address@hidden
> Betreff: Re: grub does not detect partition 4 and 5 on new USB-WD My Passport 1TB
> try "ls -l" to see how much of disk BIOS sees. My guess is that it
> cuts it at 128GiB. I'd recommend putting everything need for boot at
> the beginning of the disk
>
> On Mon, Jul 15, 2019 at 6:32 PM Peter Littmann <address@hidden> wrote:
> > I have a old BIOS (build date 04/01/2010) and connected a new USB-WD Passport 1TB harddisk.
> > Grub 2.02 does only detect: (hd0,msdos1), (hd0,msdos2) and (hd0,msdos3)
> > But not (hd0,msdos4) (Extended) and (hd0,msdos5) (ext4 with Arch-Installation).
> > The addressing should be handled by 48Bit-LBA.
> >
> > What can be the reason and how to solve this?