pop-os / distinst

Installer Backend
GNU Lesser General Public License v3.0
222 stars 42 forks source link

fix: Missing update-initramfs call on Bios install #289

Closed mmstick closed 2 years ago

mmstick commented 2 years ago

This issue sounds familiar:

[ERROR distinst:src/installer/state.rs:37] configuring bootloader error: Device or resource busy (os error 16)
[ERROR distinst:src/installer/mod.rs:300] errored while installing system: Device or resource busy (os error 16)
[INFO distinst:ffi/src/installer.rs:188] Install error: Device or resource busy (os error 16)
leviport commented 2 years ago

Looks like we got to the bottom of the problems we were seeing, and it looks like this fixes it. We have a couple more tests we're still running through, but we should be able to approve this soon.