Code: Select all
Block device UUID=95358233-7da4-47b7-9f5a-72d0da20830d is not a valid root deviceClearly I have to set CONFIG_MACSEC = Y (or M). Here's what puzzles me. This flag is part of the section Device Drivers --> Network Device Support. The description of that section says
Code: Select all
Network device support (NETDEVICES)
CONFIG_NETDEVICES:
You can say N here if you don't intend to connect your Linux box to
any other computer at all.
You'll have to say Y if your computer contains a network card that
you want to use under Linux. If you are going to run SLIP or PPP over
telephone line or null modem cable you need say Y here. Connecting
two machines with parallel ports using PLIP needs this, as well as
AX.25/KISS for sending Internet traffic over amateur radio links.
Type : tristate
See also "The Linux Network Administrator's Guide" by Olaf Kirch and
Terry Dawson. Available at <http://www.tldp.org/guides.html>.
If unsure, say Y.
Symbol: NETDEVICES [=y]
Type : bool
Defined at drivers/net/Kconfig:6
Prompt: Network device support
Depends on: NET [=y]
Location:
-> Device Drivers
Selected by [m]:
- SCSI_CXGB3_ISCSI [=m] && SCSI_LOWLEVEL [=y] && SCSI [=y] && PCI [=y] && INET [=y] && (IPV6 [=n] || IPV6 [=n]=n)
- SCSI_BNX2_ISCSI [=m] && SCSI_LOWLEVEL [=y] && SCSI [=y] && NET [=y] && PCI [=y] && (IPV6 [=n] || IPV6 [=n]=n) && MMU [=y]
- SCSI_BNX2X_FCOE [=m] && SCSI_LOWLEVEL [=y] && SCSI [=y] && PCI [=y] && (IPV6 [=n] || IPV6 [=n]=n) && LIBFC [=m] && LIBFCOE [=m] && MMU [=y]Code: Select all
IEEE 802.1AE MAC-level encryption (MACsec) (MACSEC)
CONFIG_MACSEC:
MACsec is an encryption standard for Ethernet.
Symbol: MACSEC [=y]
Type : tristate
Defined at drivers/net/Kconfig:294
Prompt: IEEE 802.1AE MAC-level encryption (MACsec)
Depends on: NETDEVICES [=y] && NET_CORE [=y]
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> Network core driver support (NET_CORE [=y])
Selects: CRYPTO [=y] && CRYPTO_AES [=y] && CRYPTO_GCM [=y] && GRO_CELLS [=y]

