-
Notifications
You must be signed in to change notification settings - Fork 607
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
Update inject-cmdline-to-template.sh
#2863
Update inject-cmdline-to-template.sh
#2863
Conversation
8eff27b
to
5076ab4
Compare
Signed-off-by: Norio Nomura <[email protected]>
Signed-off-by: Norio Nomura <[email protected]>
Signed-off-by: Norio Nomura <[email protected]>
…lavor use `root=/dev/vda1` instead of `root=LABEL=cloudimg-rootfs` Signed-off-by: Norio Nomura <[email protected]>
5076ab4
to
37ebc42
Compare
Are the tests failing on macOS-12 possibly failing in the same way as the issue fixed in #2640? |
8d4cd24
to
b3927fc
Compare
b3927fc
to
d07eef3
Compare
Removed the above and instead opened #2894 |
What is the problem with |
The kernel image with minimal flavor image fails to boot: [ 0.127771] /dev/root: Can't open blockdev
[ 0.127797] VFS: Cannot open root device "LABEL=cloudimg-rootfs" or unknown-block(0,0): error -6
[ 0.127908] Please append a correct "root=" boot option; here are the available partitions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Thanks! 🙏🏻 |
limactl edit
instead ofyq -i
yq
filterarmv7l
andriscv64
to archdefault_cmdline
for minimal flavoruse
root=/dev/vda1
instead ofroot=LABEL=cloudimg-rootfs
to avoid failing bootinject provision[0].scriptsystemctl enable systemd-time-wait-sync.service
Booting with a kernel image lacks an RTC, so time synchronization is needed to prevent network errors.