<div dir="ltr"><div>Hopefully someone with specific knowledge of diskimage-builder on ARM will respond with some help for your error.</div><div><br></div><div>In the meantime, I added "Shipping an ARM ramdisk image" as ann item to our list to consider during Bobcat PTG at <a href="https://etherpad.opendev.org/p/ironic-bobcat-ptg">https://etherpad.opendev.org/p/ironic-bobcat-ptg</a>.</div><div><br></div><div>-</div><div>Jay Faulkner</div><div>Ironic PTL<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 12, 2023 at 6:32 AM 韩光宇 <<a href="mailto:hanguangyu2@gmail.com">hanguangyu2@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I saw that we can get ramdisk image from <a href="http://tarballs.openstack.org" rel="noreferrer" target="_blank">tarballs.openstack.org</a>[1] in<br>
ironic doc[2].<br>
<br>
I would like to ask whether all the above are of amd64 architecture.<br>
Where can I download the ramdisk image of aarch64 architecture?<br>
<br>
When I built aarch64 image locally, It's always failed.<br>
<br>
```shell<br>
# export ARCH=aarch64<br>
# ironic-python-agent-builder fedora<br>
...<br>
mount: /tmp/tmp.1yEQhatS1X/mnt: wrong fs type, bad option, bad<br>
superblock on /dev/mapper/loop0p5, missing codepage or helper program,<br>
or other error.<br>
<br>
# ironic-python-agent-builder centos<br>
...<br>
2023-02-12 14:15:02.361 | dib-run-parts Running<br>
/tmp/in_target.d/pre-install.d/01-00-centos-python3<br>
2023-02-12 14:15:05.204 | CentOS Linux 8 - AppStream<br>
    17  B/s |  38  B     00:02<br>
2023-02-12 14:15:05.209 | Error: Failed to download metadata for repo<br>
'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist<br>
<br>
<br>
# ironic-python-agent-builder ubuntu<br>
...<br>
2023-02-12 14:15:31.623 | Fetching Base Image<br>
2023-02-12 14:15:31.657 |   % Total    % Received % Xferd  Average<br>
Speed   Time    Time     Time  Current<br>
2023-02-12 14:15:31.657 |                                  Dload<br>
Upload   Total   Spent    Left  Speed<br>
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0<br>
2023-02-12 14:15:32.388 | Server copy has not changed. Using locally<br>
cached <a href="https://cloud-images.ubuntu.com/focal/current/SHA256SUMS" rel="noreferrer" target="_blank">https://cloud-images.ubuntu.com/focal/current/SHA256SUMS</a><br>
2023-02-12 14:15:32.422 |   % Total    % Received % Xferd  Average<br>
Speed   Time    Time     Time  Current<br>
2023-02-12 14:15:32.422 |                                  Dload<br>
Upload   Total   Spent    Left  Speed<br>
100   286  100   286    0     0    418      0 --:--:-- --:--:-- --:--:--   418<br>
2023-02-12 14:15:33.110 | Server returned an unexpected response code. [404]<br>
```<br>
<br>
[1]: <a href="https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/" rel="noreferrer" target="_blank">https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/</a><br>
[2]: <a href="https://docs.openstack.org/ironic/latest/install/deploy-ramdisk.html" rel="noreferrer" target="_blank">https://docs.openstack.org/ironic/latest/install/deploy-ramdisk.html</a><br>
<br>
</blockquote></div>