adamant-kite-43734
05/14/2026, 4:41 AMhelpful-butcher-75556
05/14/2026, 10:54 AMfast-garage-66093
05/14/2026, 5:12 PMdocker save to export them to a tarball, and after the reset you can docker load to restore them.fast-garage-66093
05/14/2026, 5:13 PMfast-garage-66093
05/14/2026, 5:24 PM~/Library/Application\ Support/rancher-desktop/lima/0/lima.yaml.
It has a line
- location: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/alpine-lima-v0.2.47.rd1-rd-3.23.0.iso|Desktop.app/Contents/Resources/resources/darwin/alpine-lima-v0.2.47.rd1-rd-3.23.0.iso>
Change the rd1 to rd0 and save the file. Then restart Rancher Desktop. It should now have switched the ISO to the updated kernel. You can verify with the modinfo command above, or check the lima.yaml file again. It should now show rd1.2.helpful-butcher-75556
05/14/2026, 5:52 PMfast-garage-66093
05/14/2026, 5:53 PMfast-garage-66093
05/14/2026, 5:53 PMhelpful-butcher-75556
05/14/2026, 5:59 PMfast-garage-66093
05/14/2026, 5:59 PM1.22.3?helpful-butcher-75556
05/14/2026, 6:00 PM> rdctl shell modinfo algif_aead
modinfo: module '/lib/modules/6.6.137-0-virt/algif_aead' not foundfast-garage-66093
05/14/2026, 6:00 PMrd1 or rd1.2 in lima.yaml?helpful-butcher-75556
05/14/2026, 6:01 PM- location: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/alpine-lima-v0.2.47.rd1.2-rd-3.23.0.iso|Desktop.app/Contents/Resources/resources/darwin/alpine-lima-v0.2.47.rd1.2-rd-3.23.0.iso>fast-garage-66093
05/14/2026, 6:01 PMrd1.2 The old string was rd1-rd-... and now it is rd1.2-rd-...helpful-butcher-75556
05/14/2026, 6:03 PM.2 I was expecting 0 to stay.fast-garage-66093
05/14/2026, 6:05 PM0 was just to trigger the update logic. The regex was only capturing 0.2.47.rd1 as the new version (it didn't expect the trailing .2 ), so it looked like the version hadn't changes and the ISO was up-to-date. By putting the 0 in there we triggered the logic to detect a change, which updated the ISO and put the new version into the config.fast-garage-66093
05/14/2026, 6:06 PMhelpful-butcher-75556
05/14/2026, 6:08 PM