The untagged "pvid" vlan is important because switches use it to transport switch management frames like LLDP, spanning-tree and BPDU messages.
For ANY switch to switch (switch interlink connections) its important that ALL VLANS are TAGGED. With the exception of 1 Dummy VLAN that is used for nothing else then switch management frames, no other devices are allowed on this "Dummy" vlan.
For example:
vlan 1 disable
vlan 2 untagged/pvid (dummy vlan only for switch management frames)
vlan 10 tagged (management switch login, airwace monitoring, etc.)
vlan 11 tagged (normal traffic)
vlan 12 tagged (normal traffic)
etc.
interface 1/1
name "Uplink to switch..."
no untagged vlan 1
untagged vlan 2
tagged vlan 10-12
Most vendors uses default vlan 1 as pvid vlan and can mostly changed in the configuration, others are using vlan 1 fixed as pvid vlan. Check that in the vendor documentation.