Skip to main content

Cisco 8000 Sonic Upgrade

·11 mins
IOS-XR-Upgrade - This article is part of a series.
Part 8: This Article

Here are the steps i try upgrade the Cisco 8101 from 20240510.23 to 202411.1.1.

The first step is copy the new image to the router folder /tmp, you can use scp or curl, like:

admin@sonic:/tmp$ curl -L -O http://10.140.0.134:3333/sonic-cisco-8000.bin
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1658M  100 1658M    0     0   614k      0  0:46:02  0:46:02 --:--:-- 2177k
admin@sonic:/tmp$

Install the image with root privilege:

admin@sonic:~$ sudo sonic-installer install /tmp/sonic-cisco-8000.bin
New image will be installed, continue? [y/N]: y
efi not supported - exiting without verification

Installing image SONiC-OS-202411.1.1.0 and setting it as default...
Command: bash /tmp/sonic-cisco-8000.bin
chown: warning: '.' should be ':': ‘root.root’
Verifying image checksum ... OK.
Preparing image archive ... OK.
Installing SONiC in SONiC
ONIE Installer: platform: x86_64-cisco-8000-r0
onie_platform: x86_64-8101_32fh_o-r0
No 8201_32FH_O.cpio for x86_64-8101_32fh_o-r0 [x86_64-cisco-8000-r0]
Removing old SONiC installation /host/image-202305.1.3-997b6d18b
Installing SONiC to /host/image-202411.1.1.0
Archive:  fs.zip
   creating: /host/image-202411.1.1.0/boot/
  inflating: /host/image-202411.1.1.0/boot/config-6.1.0-29-2-amd64
  inflating: /host/image-202411.1.1.0/boot/System.map-6.1.0-29-2-amd64
  inflating: /host/image-202411.1.1.0/boot/initrd.img-6.1.0-29-2-amd64
  inflating: /host/image-202411.1.1.0/boot/vmlinuz-6.1.0-29-2-amd64
 extracting: /host/image-202411.1.1.0/fs.squashfs
ONIE_IMAGE_PART_SIZE=32768
EXTRA_CMDLINE_LINUX= sonic_fips=1
Switch CPU vendor is: GenuineIntel
Switch CPU cstates are: disabled
cp /tmp/tmp.GWhzHVdZMl /boot/efi/EFI/debian/grub.cfg
EXTRA_CMDLINE_LINUX= sonic_fips=1
Installed SONiC base image SONiC-OS successfully

Command: grub-set-default --boot-directory=/host 0

Command: config-setup backup
Taking backup of current configuration
Executing platform_cisco_cfg-pre_cfg_migration x86_64-8101_32fh_o-r0:

Command: mkdir -p /tmp/image-202411.1.1.0-fs
Command: mount -t squashfs /host/image-202411.1.1.0/fs.squashfs /tmp/image-202411.1.1.0-fs
Command: sonic-cfggen -d -y /tmp/image-202411.1.1.0-fs/etc/sonic/sonic_version.yml -t /tmp/image-202411.1.1.0-fs/usr/share/sonic/templates/sonic-environment.j2
Command: umount -r -f /tmp/image-202411.1.1.0-fs
Command: rm -rf /tmp/image-202411.1.1.0-fs
Command: mkdir -p /tmp/image-202411.1.1.0-fs
Command: mount -t squashfs /host/image-202411.1.1.0/fs.squashfs /tmp/image-202411.1.1.0-fs
Command: mkdir -p /host/image-202411.1.1.0/rw
Command: mkdir -p /host/image-202411.1.1.0/work
Command: mkdir -p /tmp/image-202411.1.1.0-fs
Command: mount overlay -t overlay -o rw,relatime,lowerdir=/tmp/image-202411.1.1.0-fs,upperdir=/host/image-202411.1.1.0/rw,workdir=/host/image-202411.1.1.0/work /tmp/image-202411.1.1.0-fs
Command: mkdir -p /tmp/image-202411.1.1.0-fs/var/lib/docker
Command: mount --bind /host/image-202411.1.1.0/docker /tmp/image-202411.1.1.0-fs/var/lib/docker
Command: chroot /tmp/image-202411.1.1.0-fs mount proc /proc -t proc
Command: chroot /tmp/image-202411.1.1.0-fs mount sysfs /sys -t sysfs
Command: cp /tmp/image-202411.1.1.0-fs/etc/default/docker /tmp/image-202411.1.1.0-fs/tmp/docker_config_backup
Command: sh -c echo 'DOCKER_OPTS="$DOCKER_OPTS -H unix:// --storage-driver=overlay2 --bip=240.127.1.1/24 --iptables=false --ipv6=true --fixed-cidr-v6=fd00::/80 "' >> /tmp/image-202411.1.1.0-fs/etc/default/docker
Command: chroot /tmp/image-202411.1.1.0-fs /usr/lib/docker/docker.sh start
mount: /sys/fs/cgroup/cpu: cgroup already mounted on /sys/fs/cgroup.
       dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
       dmesg(1) may have more information after failed mount system call.
Command: cp /var/lib/sonic-package-manager/packages.json /tmp/image-202411.1.1.0-fs/tmp/packages.json
Command: mkdir -p /var/lib/sonic-package-manager/manifests
Command: cp -arf /var/lib/sonic-package-manager/manifests /tmp/image-202411.1.1.0-fs/var/lib/sonic-package-manager
Command: touch /tmp/image-202411.1.1.0-fs/tmp/docker.sock
Command: mount --bind /var/run/docker.sock /tmp/image-202411.1.1.0-fs/tmp/docker.sock
Command: cp /tmp/image-202411.1.1.0-fs/etc/resolv.conf /tmp/resolv.conf.backup
Command: cp /etc/resolv.conf /tmp/image-202411.1.1.0-fs/etc/resolv.conf
Command: chroot /tmp/image-202411.1.1.0-fs sh -c command -v sonic-package-manager
Command: chroot /tmp/image-202411.1.1.0-fs sonic-package-manager migrate /tmp/packages.json --dockerd-socket /tmp/docker.sock -y
migrating package dhcp-relay
skipping dhcp-relay as installed version is newer
migrating package macsec
skipping macsec as installed version is newer
Command: chroot /tmp/image-202411.1.1.0-fs /usr/lib/docker/docker.sh stop
Command: mv /tmp/image-202411.1.1.0-fs/tmp/docker_config_backup /tmp/image-202411.1.1.0-fs/etc/default/docker
Command: cp /tmp/resolv.conf.backup /tmp/image-202411.1.1.0-fs/etc/resolv.conf
Command: umount -f -R /tmp/image-202411.1.1.0-fs
Command: umount -r -f /tmp/image-202411.1.1.0-fs
Command: rm -rf /tmp/image-202411.1.1.0-fs
Command: sync

Command: sync

Command: sync

Command: sleep 3

Done
admin@sonic:~$
admin@sonic:~$
admin@sonic:~$ sonic-installer list
Root privileges required for this operation
admin@sonic:~$ sudo sonic-installer list
Current: SONiC-OS-20240510.23
Next: SONiC-OS-202411.1.1.0
Available:
SONiC-OS-202411.1.1.0
SONiC-OS-20240510.23
admin@sonic:~$

reboot the router , it will boot up with the new sofwtare version:

admin@sonic:~$ sudo reboot
Watchdog armed for 360 seconds
[3203297.870963] watchdog: watchdog0: watchdog did not stop!
requested COLD shutdown
fstrim: /mnt/obfl_mnt_dir: the discard operation is not supported
/var/log: 795.9 MiB (834510848 bytes) trimmed on /dev/loop1
/host: 7.9 GiB (8505413632 bytes) trimmed on /dev/sda3
Watchdog armed for 300 seconds
[3203311.782102] watchdog: watchdog0: watchdog did not stop!
Tue Jun 3 07:51:10 AM UTC 2025 Rebooting with platform x86_64-8101_32fh_o-r0 specific tool ...
[3203334.134418] systemd[1]: Failed unmounting host.mount - /host.
[FAILED] Failed unmounting host.mount - /host.
[FAILED] Failed unmounting var-log.mount.
[3203334.417808] watchdog: watchdog0: watchdog did not stop!
[3203334.767816] systemd-shutdown[1]: Could not detach loopback /dev/loop0: Device or resource busy
[3203334.873156] watchdog: watchdog0: watchdog did not stop!
[3203334.938774] systemd-shutdown[1]: Failed to finalize loop devices, ignoring.
[3203335.024978] cisco-fpga-xil xil: user power cycle
[3203335.082390] cisco-fpga-msd msd.1: user power cycle
[3203335.988903] reboot: Restarting system



Cisco 8000(R) Series BIOS Ver 0.218 Primary
Intel(R) Xeon(R) CPU D-1530 @ 2.40GHz
Board Type 0x107 PID 8101-32FH-O Serial FLM270605K5
X86FPGA 1.79.0 TamLib 3.04.26
Welcome to GRUB!

                             GNU GRUB  version 2.02

 +----------------------------------------------------------------------------+
 |*SONiC-OS-202411.1.1.0                                                      |
 | SONiC-OS-20240510.23                                                       |
 | ONIE                                                                       |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 +----------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line.

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for a command-line.
   The highlighted entry will be executed automatically in 0s.
    Booting `SONiC-OS-202411.1.1.0'Booting `SONiC-OS-202411.1.1.0'



Loading SONiC-OS OS kernel ...Loading SONiC-OS OS kernel ...

Loading SONiC-OS OS initial ramdisk ...Loading SONiC-OS OS initial ramdisk ...

[    2.556585] ixgbe 0000:04:00.0: HW Init failed: -14
tune2fs 1.47.0 (5-Feb-2023)
Setting reserved blocks percentage to 0% (0 blocks)
Setting reserved blocks count to 0
[    4.772112] spi-nor spi0.1: unrecognized JEDEC id bytes: 7f 7f 8a 00 00 00
[    5.697556] kdump-tools[732]: Starting kdump-tools:
[    5.760395] kdump-tools[736]: Creating symlink /var/lib/kdump/vmlinuz.
[    5.848361] kdump-tools[753]: kdump-tools: Generating /var/lib/kdump/initrd.img-6.1.0-29-2-amd64
[   14.381863] kdump-tools[736]: Creating symlink /var/lib/kdump/initrd.img.
[   14.981283] kdump-tools[736]: loaded kdump kernel.
[   15.044905] rc.local[4961]: + cat /etc/sonic/sonic_version.yml
[   15.120224] rc.local[4962]: + grep build_version
[   15.180977] rc.local[4963]: + sed -e s/build_version: //g;s/'//g
[   15.257087] rc.local[4958]: + SONIC_VERSION=202411.1.1.0
[   15.328130] rc.local[4958]: + FIRST_BOOT_FILE=/host/image-202411.1.1.0/platform/firsttime
[   15.432145] rc.local[4958]: + SONIC_CONFIG_DIR=/host/image-202411.1.1.0/sonic-config
[   15.536290] rc.local[4958]: + SONIC_ENV_FILE=/host/image-202411.1.1.0/sonic-config/sonic-environment
[   15.656216] rc.local[4958]: + [ -d /host/image-202411.1.1.0/sonic-config -a -f /host/image-202411.1.1.0/sonic-config/sonic-environment ]
[   15.812161] rc.local[4958]: + echo moving file /host/image-202411.1.1.0/sonic-config/sonic-environment to /etc/sonic
[   15.948096] rc.local[4958]: moving file /host/image-202411.1.1.0/sonic-config/sonic-environment to /etc/sonic
[   16.072055] rc.local[4958]: + mv /host/image-202411.1.1.0/sonic-config/sonic-environment /etc/sonic
[   16.192044] rc.local[4958]: + logger SONiC version 202411.1.1.0 starting up...
[   16.284239] rc.local[4958]: + grub_installation_needed=
[   16.356170] rc.local[4958]: + [ ! -e /host/machine.conf ]
[   16.428142] rc.local[4958]: + . /host/machine.conf
[   16.488114] rc.local[4958]: + onie_arch=x86_64
[   16.548211] rc.local[4958]: + onie_base_mac_addr=24:2a:04:54:7b:20
[   16.624216] rc.local[4958]: + onie_bin=
[   16.680203] rc.local[4958]: + onie_boot_reason=install
[   16.752206] rc.local[4958]: + onie_build_date=2022-06-08T16:32+00:00
[   16.840187] rc.local[4958]: + onie_build_machine=cisco_8000
[   16.912198] rc.local[4958]: + onie_build_platform=x86_64-cisco_8000-r0
[   17.000169] rc.local[4958]: + onie_cli_static_parms=
[   17.060117] rc.local[4958]: + onie_cli_static_url=ftp://calo:[email protected]/sonic-cisco-8000.202305.1.3.bin
[   17.184193] rc.local[4958]: + onie_config_version=1
[   17.244179] rc.local[4958]: + onie_dev=/dev/sda2
[   17.304779] rc.local[4958]: + onie_dhcp=eth0
[   17.364192] rc.local[4958]: + onie_exec_url=ftp://calo:[email protected]/sonic-cisco-8000.202305.1.3.bin
[   17.484188] rc.local[4958]: + onie_firmware=auto
[   17.544194] rc.local[4958]: + onie_grub_image_name=grubx64.efi
[   17.620178] rc.local[4958]: + onie_initrd_tmp=/
[   17.680175] rc.local[4958]: + onie_installer=/var/tmp/installer
[   17.756191] rc.local[4958]: + onie_kernel_version=4.9.189
[   17.828176] rc.local[4958]: + onie_machine=8101_32fh_o
[   17.900191] rc.local[4958]: + onie_machine_rev=0
[   17.960114] rc.local[4958]: + onie_partition_type=gpt
[   18.024101] rc.local[4958]: + onie_platform=x86_64-8101_32fh_o-r0
[   18.100094] rc.local[4958]: + onie_root_dir=/mnt/onie-boot/onie
[   18.176090] rc.local[4958]: + onie_skip_ethmgmt_macs=no
[   18.248087] rc.local[4958]: + onie_switch_asic=cisco
[   18.308510] rc.local[4958]: + onie_uefi_arch=x64
[   18.368100] rc.local[4958]: + onie_uefi_boot_loader=grubx64.efi
[   18.444092] rc.local[4958]: + onie_vendor_id=9
[   18.504091] rc.local[4958]: + onie_version=2020.11br.CISCO
[   18.576088] rc.local[4958]: + program_console_speed
[   18.638056] rc.local[4974]: + grep -Eo console=tty(S|AMA)[0-9]+,[0-9]+
[   18.725445] rc.local[4976]: + cut -d , -f2
[   18.780957] rc.local[4973]: + cat /proc/cmdline
[   18.841929] rc.local[4958]: + speed=9600
[   18.896142] rc.local[4958]: + [ -z 9600 ]
[   18.952122] rc.local[4958]: + CONSOLE_SPEED=9600
[   19.014822] rc.local[4977]: + grep agetty /lib/systemd/system/[email protected]
[   19.109721] rc.local[4978]: + grep keep-baud
[   19.168170] rc.local[4978]: ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
[   19.293694] rc.local[4958]: + [ 0 = 0 ]
[   19.348677] rc.local[4958]: + sed -i s|\-\-keep\-baud .* %I| 9600 %I|g /lib/systemd/system/[email protected]
[   19.476156] rc.local[4958]: + systemctl daemon-reload
[   19.548146] rc.local[4958]: + [ -f /host/image-202411.1.1.0/platform/firsttime ]
[   19.640130] rc.local[4958]: + echo First boot detected. Performing first boot tasks...
[   19.744126] rc.local[4958]: First boot detected. Performing first boot tasks...
[   19.836122] rc.local[4958]: + [ -n  ]
[   19.892126] rc.local[4958]: + [ -n x86_64-8101_32fh_o-r0 ]
[   19.964123] rc.local[4958]: + platform=x86_64-8101_32fh_o-r0
[   20.040134] rc.local[4958]: + [ -d /host/old_config ]
[   20.112125] rc.local[4958]: + mv -f /host/old_config /etc/sonic/
[   20.188234] rc.local[4958]: + rm -rf /etc/sonic/old_config/old_config
[   20.276162] rc.local[4958]: + touch /tmp/pending_config_migration
[   20.352726] rc.local[4958]: + touch /tmp/notify_firstboot_to_platform
[   20.440163] rc.local[4958]: + [ ! -d /host/reboot-cause/platform ]
[   20.516147] rc.local[4958]: + [ -d /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0 ]
[   20.624148] rc.local[4958]: + [ -f /host/image-202411.1.1.0/platform/common/Packages.gz ]
[   20.728139] rc.local[4958]: + mv /etc/apt/sources.list /etc/apt/sources.list.rc-local
[   20.832157] rc.local[4958]: + echo deb [trusted=yes] file:///host/image-202411.1.1.0/platform/common /
[   20.956141] rc.local[4958]: + LANG=C DEBIAN_FRONTEND=noninteractive apt-get -o Acquire::Retries=1 update
[   21.077609] rc.local[5029]: Get:1 file:/host/image-202411.1.1.0/platform/common  InRelease
[   21.184150] rc.local[5029]: Ign:1 file:/host/image-202411.1.1.0/platform/common  InRelease
[   21.288136] rc.local[5029]: Get:2 file:/host/image-202411.1.1.0/platform/common  Release
[   21.392131] rc.local[5029]: Ign:2 file:/host/image-202411.1.1.0/platform/common  Release
[   21.496136] rc.local[5029]: Get:3 file:/host/image-202411.1.1.0/platform/common  Packages [6546 B]
[   21.604130] rc.local[5029]: Ign:4 https://download.docker.com/linux/debian bookworm InRelease
[   21.712147] rc.local[5029]: Err:4 https://download.docker.com/linux/debian bookworm InRelease
[   21.820133] rc.local[5029]:   Temporary failure resolving 'download.docker.com'
[   21.912127] rc.local[5029]: Reading package lists...
[   21.972128] rc.local[5029]: W: Failed to fetch https://download.docker.com/linux/debian/dists/bookworm/InRelease  Temporary failure resolving 'download.docker.com'
[   22.148295] rc.local[5029]: W: Some index files failed to download. They have been ignored, or old ones used instead.
[   22.277724] rc.local[4958]: + LANG=C DEBIAN_FRONTEND=noninteractive apt-get -o DPkg::Path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin -y install /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/cisco-gibraltar_24.11.3000.29-sai-1.15.0-bullseye-9c3ae6b0da5_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/cisco-wb-8000_0.4-599-g1bf93dcb_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/cisco-wb-8201-32fh-o_0.4-599-g1bf93dcb_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/cisco-wb-bsp-pylib_0.4-599-g1bf93dcb_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/cisco-wb-bsp_0.4-599-g1bf93dcb_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/mtd-utils_2.0.1-1_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/nvme-cli_1.7-1_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/sonic-platform-cisco-8000_0.0.1_amd64.deb /host/image-202411.1.1.0/platform/x86_64-8101_32fh_o-r0/validation-gibraltar-ex_24.11.3000.29.deb
[   23.405992] rc.local[5088]: Reading package lists...
[   23.476230] rc.local[5088]: Building dependency tree...
[   23.548274] rc.local[5088]: Reading state information...
[   23.620178] rc.local[5088]: The following NEW packages will be installed:
[   23.708173] rc.local[5088]:   cisco-gibraltar cisco-wb-8000 cisco-wb-8201-32fh-o cisco-wb-bsp
[   23.816173] rc.local[5088]:   cisco-wb-bsp-pylib mtd-utils nvme-cli sonic-platform-cisco-8000
[   23.924180] rc.local[5088]:   validation-gibraltar-ex
[   23.996166] rc.local[5088]: 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
[   24.100166] rc.local[5088]: Need to get 0 B/181 MB of archives.
[   24.176170] rc.local[5088]: After this operation, 1984 MB of additional disk space will be used.
[   24.284192] rc.local[5088]: Get:1 file:/host/image-202411.1.1.0/platform/common  cisco-gibraltar 24.11.3000.29-sai-1.15.0-bullseye-9c3ae6b0da5 [74.4 MB]
[   24.456762] rc.local[5088]: Get:2 file:/host/image-202411.1.1.0/platform/common  sonic-platform-cisco-8000 0.0.1 [6495 kB]
[   24.596214] rc.local[5088]: Get:3 file:/host/image-202411.1.1.0/platform/common  cisco-wb-8000 0.4-599-g1bf93dcb [99.0 MB]
[   24.736177] rc.local[5088]: Get:4 file:/host/image-202411.1.1.0/platform/common  cisco-wb-8201-32fh-o 0.4-599-g1bf93dcb [197 kB]
[   24.880180] rc.local[5088]: Get:5 file:/host/image-202411.1.1.0/platform/common  cisco-wb-bsp 0.4-599-g1bf93dcb [19.6 kB]
[   25.020174] rc.local[5088]: Get:6 file:/host/image-202411.1.1.0/platform/common  cisco-wb-bsp-pylib 0.4-599-g1bf93dcb [72.1 kB]
[   25.164175] rc.local[5088]: Get:7 file:/host/image-202411.1.1.0/platform/common  nvme-cli 1.7-1 [247 kB]
[   25.284198] rc.local[5088]: Get:8 file:/host/image-202411.1.1.0/platform/common  mtd-utils 1:2.0.1-1 [209 kB]
[   25.412181] rc.local[5088]: Get:9 file:/host/image-202411.1.1.0/platform/common  validation-gibraltar-ex 24.11.3000.29 [800 kB]
[   42.955736] rc.local[5096]: debconf: delaying package configuration, since apt-utils is not installed
[   43.076436] rc.local[5088]: Selecting previously unselected package cisco-gibraltar.
(Reading database ... 47871 files and directories currently installed.)
[   44.152637] rc.local[5088]: Preparing to unpack .../0-cisco-gibraltar_24.11.3000.29-sai-1.15.0-bullseye-9c3ae6b0da5_amd64.deb ...
[   44.296215] rc.local[5088]: Unpacking cisco-gibraltar (24.11.3000.29-sai-1.15.0-bullseye-9c3ae6b0da5) ...
[   48.178434] rc.local[5088]: Selecting previously unselected package sonic-platform-cisco-8000.
[   48.288367] rc.local[5088]: Preparing to unpack .../1-sonic-platform-cisco-8000_0.0.1_amd64.deb ...
[   48.408325] rc.local[5088]: Unpacking sonic-platform-cisco-8000 (0.0.1) ...
[   48.949524] rc.local[5088]: Selecting previously unselected package cisco-wb-8000.
[   49.044250] rc.local[5088]: Preparing to unpack .../2-cisco-wb-8000_0.4-599-g1bf93dcb_amd64.deb ...
[   49.164217] rc.local[5088]: Unpacking cisco-wb-8000 (0.4-599-g1bf93dcb) ...
[   57.202588] rc.local[5088]: Selecting previously unselected package cisco-wb-8201-32fh-o.
[   57.308190] rc.local[5088]: Preparing to unpack .../3-cisco-wb-8201-32fh-o_0.4-599-g1bf93dcb_amd64.deb ...
[   57.432190] rc.local[5088]: Unpacking cisco-wb-8201-32fh-o (0.4-599-g1bf93dcb) ...
[   57.524293] rc.local[5088]: Selecting previously unselected package cisco-wb-bsp.
[   57.616162] rc.local[5088]: Preparing to unpack .../4-cisco-wb-bsp_0.4-599-g1bf93dcb_amd64.deb ...
[   57.724264] rc.local[5088]: Unpacking cisco-wb-bsp (0.4-599-g1bf93dcb) ...
[   57.812134] rc.local[5088]: Selecting previously unselected package cisco-wb-bsp-pylib.
[   57.916271] rc.local[5088]: Preparing to unpack .../5-cisco-wb-bsp-pylib_0.4-599-g1bf93dcb_amd64.deb ...
[   58.036292] rc.local[5088]: Unpacking cisco-wb-bsp-pylib (0.4-599-g1bf93dcb) ...
[   58.128241] rc.local[5088]: Selecting previously unselected package nvme-cli.
[   58.220855] rc.local[5088]: Preparing to unpack .../6-nvme-cli_1.7-1_amd64.deb ...
[   58.312164] rc.local[5088]: Unpacking nvme-cli (1.7-1) ...
[   58.384172] rc.local[5088]: Selecting previously unselected package mtd-utils.
[   58.476194] rc.local[5088]: Preparing to unpack .../7-mtd-utils_2.0.1-1_amd64.deb ...
[   58.580279] rc.local[5088]: Unpacking mtd-utils (1:2.0.1-1) ...
[   58.656248] rc.local[5088]: Selecting previously unselected package validation-gibraltar-ex.
[   58.764235] rc.local[5088]: Preparing to unpack .../8-validation-gibraltar-ex_24.11.3000.29.deb ...
[   58.884254] rc.local[5088]: Unpacking validation-gibraltar-ex (24.11.3000.29) ...
[   58.976240] rc.local[5088]: Setting up validation-gibraltar-ex (24.11.3000.29) ...
[   59.068246] rc.local[5088]: Setting up nvme-cli (1.7-1) ...
[   59.140246] rc.local[5088]: Setting up sonic-platform-cisco-8000 (0.0.1) ...
[   59.232988] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/cisco-platform-setup.service -> /lib/systemd/system/cisco-platform-setup.service.
[   59.420171] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/first-boot.service -> /lib/systemd/system/first-boot.service.
[   59.592203] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-asic-config.service -> /lib/systemd/system/platform-asic-config.service.
[   59.780416] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-cardevent-manager.service -> /lib/systemd/system/platform-cardevent-manager.service.
[   59.984158] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-chassis-network.service -> /lib/systemd/system/platform-chassis-network.service.
[   60.176294] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-dev-cfg.service -> /lib/systemd/system/platform-dev-cfg.service.
[   60.352970] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-eth1-rename.service -> /lib/systemd/system/platform-eth1-rename.service.
[   60.540156] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-ethswitch.service -> /lib/systemd/system/platform-ethswitch.service.
[   60.728165] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-fault-handler.service -> /lib/systemd/system/platform-fault-handler.service.
[   60.920149] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-fault-monitor.service -> /lib/systemd/system/platform-fault-monitor.service.
[   61.112317] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-headless-listener.service -> /lib/systemd/system/platform-headless-listener.service.
[   61.316283] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-migration-server.service -> /lib/systemd/system/platform-migration-server.service.
[   61.521311] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-monitor.service -> /lib/systemd/system/platform-monitor.service.
[   61.696278] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-obfl.service -> /lib/systemd/system/platform-obfl.service.
[   61.868274] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-reboot-listener.service -> /lib/systemd/system/platform-reboot-listener.service.
[   62.060324] rc.local[5088]: Created symlink /etc/systemd/system/multi-user.target.wants/platform-topology.service -> /lib/systemd/system/platform-topology.service.
[   81.698410] ltc2497 21-0016: i2c transfer failed: -EFAULT
[  140.399930] rc.local[5088]: Setting up cisco-gibraltar (24.11.3000.29-sai-1.15.0-bullseye-9c3ae6b0da5) ...
[  140.520299] rc.local[5088]: Setting up cisco-wb-8201-32fh-o (0.4-599-g1bf93dcb) ...
[  140.624189] rc.local[5088]: Setting up mtd-utils (1:2.0.1-1) ...
[  140.700197] rc.local[5088]: Setting up cisco-wb-bsp (0.4-599-g1bf93dcb) ...
[  140.792299] rc.local[5088]: Setting up cisco-wb-8000 (0.4-599-g1bf93dcb) ...
[  140.884205] rc.local[5088]: Setting up cisco-wb-bsp-pylib (0.4-599-g1bf93dcb) ...
[  140.976407] rc.local[5088]: Processing triggers for libc-bin (2.36-9+deb12u10) ...
[  141.069069] rc.local[4958]: + rm -f /etc/apt/sources.list.d/sonic_debian_extension.list
[  141.172148] rc.local[4958]: + rm -f /var/lib/apt/lists/_host_image-202411.1.1.0_platform_common_Packages.lz4
[  141.296156] rc.local[4958]: + mv /etc/apt/sources.list.rc-local /etc/apt/sources.list
[  141.400157] rc.local[4958]: + sync
[  141.444157] rc.local[4958]: + [ -n x86_64-8101_32fh_o-r0 ]
[  141.520151] rc.local[4958]: + [ -n  ]
[  141.568153] rc.local[4958]: + mkdir -p /var/platform
[  141.632133] rc.local[4958]: + [ -f /etc/default/kdump-tools ]
[  141.708129] rc.local[4958]: + sed -i -e s/__PLATFORM__/x86_64-8101_32fh_o-r0/g /etc/default/kdump-tools
[  141.832151] rc.local[4958]: + firsttime_exit
[  141.892153] rc.local[4958]: + rm -rf /host/image-202411.1.1.0/platform/firsttime
[  141.988156] rc.local[4958]: + exit 0

Debian GNU/Linux 12 sonic ttyS0

sonic login:  admin
Password:

The default usename/password for Cisco Sonic is admin/password.

Once the Router bootup, check the docker status by use docker ps, if some docker not run as normal, Please try delete your original configuration and reboot again.

admin@sonic:~$ sudo rm -rf /etc/sonic/config_db.json
admin@sonic:~$ sudo reboot

Reference Guide: Upgrade SONiC Image

IOS-XR-Upgrade - This article is part of a series.
Part 8: This Article



Comments