Closed fiveshit closed 8 months ago
tarball: onie-2023.tar.gz machine.conf as below
ONIE_ARCH ?= x86_64 SWITCH_ASIC_VENDOR = bcm VENDOR_REV ?= 0 ifeq ($(VENDOR_REV),0) MACHINE_REV=0 else $(warning Unknown VENDOR_REV '$(VENDOR_REV)' for MACHINE '$(MACHINE)') $(error Unknown VENDOR_REV ) endif VENDOR_VERSION ?= -onie_version-delta_ipdh5-v1.0 VENDOR_ID = 2254 I2CTOOLS_ENABLE = yes IPMITOOL_ENABLE = yes CONSOLE_DEV = 1 GRUB_SERIAL_COMMAND = "serial console=ttyS1, 115200n8 --port 0x2f8 --speed=115200 --word=8 --parity=no --stop=1" LINUX_VERSION = 4.9 LINUX_MINOR_VERSION = 95 UEFI_ENABLE = yes
log as below
Info: Secure Boot: Disabled. Info: BIOS mode: UEFI Notice: Invalid TLV header found. Using default contents. Notice: Invalid TLV checksum found. Using default contents. ONIE: Unable to find 'Base MAC Address' TLV in EEPROM data. Starting: klogd... done. Starting: dropbear ssh daemon...
Install process stopped here.
change kernel version can fix it.
tarball: onie-2023.tar.gz machine.conf as below
log as below
Install process stopped here.