Ubuntu Core Image Smoke Test in Ubuntu Base amd64 in Lunar Daily (archived)

DownloadLink to the download information
Ubuntu Core Image Smoke TestDetailed information on the testcase
Bug instructionsLink to bug reporting instructions
Testcase (Report an issue with this testcase)

This testcase is intended to confirm the base chroot tarball is in proper working order. To test this image on an already running system (of similar architecture), download the tarball and execute the following in the same local directory.

From the terminal, run the following commands
mkdir base
sudo tar -C base -zxf (release)-base-(arch).tar.gz
for m in proc sys dev dev/pts; do sudo mount --bind /$m base/$m; done
sudo cp /etc/resolv.conf base/etc/
sudo chroot base
apt update; apt install (some package)

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
Passedleok2023-04-15 10:37

ASUS Pro H610M-C i7-12700,32GB,Intel UHDGraphics 770,Intel 219-V GB Ethernet,1TB Intel SSD
Testcase:Smoke test run in QEMU/KVM - all good

Link to the testcase revision
Passedt-piekarski2023-04-15 08:03

Description: Installed successfully vim and all dependencies after chroot into Ubuntu Core
System: Ubuntu Server 22.10, with kernel 5.19.0-38-generic
Hardware: qemu/KVM, x86_64 on a Framework 13, Intel i5-1240P
Remarks: none

Link to the testcase revision
Add a test result

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