cirros-dev / cirros

120 stars 33 forks source link

update things for 0.6.x work #82

Closed hrw closed 2 years ago

hrw commented 2 years ago

Those changes move us to Buildroot 2022.02.4 (current LTS) and to kernels from Ubuntu 22.04 release.

Another change is removal of i386, powerpc and ppc64 architectures. We do not have up-to-date kernels for them.

yoctozepto commented 2 years ago

IPv6 works well in Kolla CI. But! It seems it is no longer bootable in the very same CI on aarch64:

+ openstack console log show kolla_boot_test
[2J[01;01H[=3h[2J[01;01H[0m[35m[40m[0m[37m[40mBdsDxe: failed to load Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x0): Not Found
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from VenHw(93E34C7E-B50E-11DF-9223-2443DFD72085,00): Not Found
BdsDxe: loading Boot0003 "EFI Internal Shell" from Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)
BdsDxe: starting Boot0003 "EFI Internal Shell" from Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)
[2J[01;01H[01;01HUEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (EDK II, 0x00010000)
[1m[33m[40mMapping table[0m[37m[40m
[1m[33m[40m      FS0:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40mHD0p:;BLK2:
          PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x0)/HD(15,GPT,D5219989-35DC-46D2-A545-F27D74632444,0x800,0x4000)
[1m[33m[40m     BLK3:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40m
          VenHw(93E34C7E-B50E-11DF-9223-2443DFD72085,00)
[1m[33m[40m     BLK0:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40m
          PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x0)
[1m[33m[40m     BLK1:[0m[37m[40m [1m[37m[40mAlias(s):[0m[37m[40m
          PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x0)/HD(1,GPT,C203238C-6C44-4B0F-83D5-D0014DD0679A,0x4800,0x337DF)
[15;01HPress [1m[37m[40mESC[0m[37m[40m in 5 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[15;01HPress [1m[37m[40mESC[0m[37m[40m in 4 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[15;01HPress [1m[37m[40mESC[0m[37m[40m in 3 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[15;01HPress [1m[37m[40mESC[0m[37m[40m in 2 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.[15;01HPress [1m[37m[40mESC[0m[37m[40m in 1 seconds to skip [1m[33m[40mstartup.nsh[0m[37m[40m or any other key to continue.
[16;01H[1m[33m[40mShell> [0m[37m[40m
hrw commented 2 years ago

@yoctozepto I gave you x86_64 image only. Where from you took AArch64 one?

yoctozepto commented 2 years ago

@hrw Sorry, I was blind.

hrw commented 2 years ago

@yoctozepto no problem. I uploaded aarch64 test image and re-run openstack ci job

yoctozepto commented 2 years ago

Thanks @hrw.

hrw commented 2 years ago

rebased on top of all changes

smoser commented 2 years ago

I think this is fine now. fee free to merge.