With a fresh image, from:
https://distfiles.gentoo.org/releases/a ... 34827Z.iso
...when I write that image to a stick and start the machine, it appears to not register the card at all. I see the net install series, whether I have the card inserted or not.
Maybe relevant, not sure: when I stick that card into my laptop, it doesn't register as mountable there either. fdisk does see it:
Code: Select all
$ fdisk -l /dev/sdb
GPT PMBR size mismatch (1207763 != 121536511) will be corrected by write.
The backup GPT table is not on the end of the device.
Disk /dev/sdb: 57.95 GiB, 62226694144 bytes, 121536512 sectors
Disk model: mSD SDDR-189
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: gpt
Disk identifier: 796281E1-6435-4DDA-AF54-D91F969862E9
Device Start End Sectors Size Type
/dev/sdb1 64 299 236 118K Microsoft basic data
/dev/sdb2 300 6059 5760 2.8M EFI System
/dev/sdb3 6060 1207699 1201640 586.7M Microsoft basic data
Code: Select all
$ sudo mount /dev/sdb3 /mnt/gentoo/
mount: /mnt/gentoo: wrong fs type, bad option, bad superblock on /dev/sdb3, missing codepage or helper program, or other error.My guess is that those "error" messages at the start of fdisk are the sort of thing we'd see when fdisk sees something "foreign", but maybe not?
Has something changed in the layout since the last time I tried? Or, is there a booboo on this build? Or (most likely), what have I started doing wrong that I didn't last time?
Thanks, as always.






