-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support modern AWS EC2 instances like T4g #545
Comments
Hello @mbacarella, would you mind to extend a bit on what would be needed to run a VM on such a T4g instance? |
Several questions are needed:
|
Yes, it's ARM64. These run on AWS's Nitro virtualization platform, which is their replacement for Xen. Poking around a Linux T4g instance:
According to this doc, a Linux instance appears to need to be installed/configured with some Amazon specific drivers. The drivers are here: So, one way forward with the fewest variables changed is select an x86-64 instance type that runs on Nitro (t3.nano?), follow the Mirage AWS EC2 on Xen instructions (https://mirage.io/docs/xen-boot) and maybe hope for screen output. From there, we can explore adding those drivers to Solo5. Somewhere in there, also try ARM64. |
Is Solo5 the right platform for this?
Perhaps this could be a meta-issue describing the work required. My goal is to get Mirage running on T4g instances at AWS.
The text was updated successfully, but these errors were encountered: