dckc / madmode-blog

my tinkering notebook (blog)
https://www.madmode.com
0 stars 2 forks source link

feat(t430): boot installed linux from genode vm #179

Open dckc opened 1 year ago

dckc commented 1 year ago

refs: #49

I got a basic VM to boot (#178). Now I'm trying to reproduce the Apr 2021 results from Starting an existing Linux installation from Sculpt, but when I start the vm launcher referring to my local vbox6 package, I get Error: spurious exception during deploy update over and over:

[runtime -> wifi_drv] create uplink for net device wlan0
[runtime -> nic_router] [uplink] NIC sessions: 1
[runtime -> nic_router] [uplink] dynamic IP config: interface 192.168.86.99/24, gateway 192.168.86.1, P2P 0, DNS server 192.
168.86.1
[leitzentrale -> manager] Error: spurious exception during deploy update (apply_blueprint)
[leitzentrale -> manager] Error: spurious exception during deploy update (apply_blueprint)
[leitzentrale -> manager] Error: spurious exception during deploy update (apply_blueprint)

This PR attempts to detail all the steps I took, which are intended to match the Apr 2021 item (as well as March 2019 Tweaking existent packages to your needs):