Install Unmatched in Ubuntu Server riscv64+unmatched in Impish Daily (archived)

DownloadLink to the download information
Install UnmatchedDetailed information on the testcase
Testcase (Report an issue with this testcase)

The scope of this test is to ensure that riscv64+unmatched image boots from SD card on SiFive Hifive Unmatched board

Flash downloaded image onto SD card
You can use Gnome Disks app to restore img.xz onto the SD card
Alternatively you can use xz -d to decompress, and then dd to copy the image to the SD card
Connect networking, serial console to the board
Ethernet cable for networking
MicroUSB cable for serial console
Check the board switches to ensure they are in sdcard mode
MSEL2 to the inside of the board, the rest to the outside
Connect to the serial console
sudo screen /dev/ttyUSB1 115200
Power on the board
You should see U-BOOT menu
It should then boot default entry after a delay
After a while cloud-init will run
Then serial login will appear, but will not work
Then cloud-init will finally finish (~250s)
Then one will be able to login
Login and change password
Login using ubuntu for both username and password
Reenter ubuntu password again
Set new password
Confirm the new password
Perform generic testing
Check that apt update works
Run any command that is not installed, check that command-not-found recommends things to install
e.g. hello
Install a package and check that it works, e.g. hello
Perform snap testing
Install a snap and check that it works, e.g. hello
Poweroff
Console messages should reach poweroff target
There should be final kernel dmsg powering off
The board should poweroff gracefully
Reboot
The board should reboot gracefully

If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.

ReporterLast updateBugsComment
Passedalexghiti2021-09-24 00:43

apt update command succeeded but printed "Error: Timeout was reached".
Below is the complete output:

Welcome to Ubuntu Impish Indri (development branch) (GNU/Linux 5.13.0-1002-generic riscv64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

System information as of Fri Sep 24 04:22:53 UTC 2021

System load: 1.75 Processes: 116
Usage of /: 85.4% of 3.41GB Users logged in: 0
Memory usage: 1% IPv4 address for eth0: 192.168.1.28
Swap usage: 0%

=> / is using 85.4% of 3.41GB

0 updates can be applied immediately.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ sudo apt update
Get:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease [269 kB]
Hit:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
Get:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease [90.7 kB]
Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main riscv64 Packages [1296 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main Translation-en [514 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports impish/restricted Translation-en [13.2 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe riscv64 Packages [12.3 MB]
Get:9 http://ports.ubuntu.com/ubuntu-ports impish/universe Translation-en [5459 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports impish/universe riscv64 c-n-f Metadata [251 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports impish/multiverse riscv64 Packages [157 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports impish/multiverse Translation-en [108 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports impish/multiverse riscv64 c-n-f Metadata [6220 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports impish-updates/universe riscv64 c-n-f Metadata [116 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports impish-updates/multiverse riscv64 c-n-f Metadata [116 B]
Get:16 http://ports.ubuntu.com/ubuntu-ports impish-backports/main riscv64 c-n-f Metadata [112 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports impish-backports/restricted riscv64 c-n-f Metadata [120 B]
Get:18 http://ports.ubuntu.com/ubuntu-ports impish-backports/universe riscv64 c-n-f Metadata [116 B]
Get:19 http://ports.ubuntu.com/ubuntu-ports impish-backports/multiverse riscv64 c-n-f Metadata [120 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports impish-security/universe riscv64 c-n-f Metadata [116 B]
Get:21 http://ports.ubuntu.com/ubuntu-ports impish-security/multiverse riscv64 c-n-f Metadata [120 B]
Fetched 20.5 MB in 1min 13s (281 kB/s)
Error: Timeout was reached
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
3 packages can be upgraded. Run 'apt list --upgradable' to see them.

Link to the testcase revision
Add a test result

You need to be logged in to submit your test results.