You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes (but very often) fails with mkfs.vfat cannot open /dev/disk/by-partlabel/disk-sda-boot (or other similar error). This happens when the disko format script refers to a disk by by-partlabel lookup (so also when calling zpool create or mkswap etc). What is weird is that these entries exist (verified by manually inspecting these directories with ls)
Manually calling the failed command and restarting disko script eventually passes.
This only happens on a real machine never on virtual one. Originally reported in #735
The text was updated successfully, but these errors were encountered:
maybe some timing issues, can you post the scripts output on such a failed attempt? maybe sleeping a bit before the mkfs.vat could help. you can try adding a preCreateHook = "sleep 3"; next to the type = "filesystem";
Following disko script:
sometimes (but very often) fails with
mkfs.vfat cannot open /dev/disk/by-partlabel/disk-sda-boot
(or other similar error). This happens when the disko format script refers to a disk byby-partlabel
lookup (so also when callingzpool create
ormkswap
etc). What is weird is that these entries exist (verified by manually inspecting these directories withls
)Manually calling the failed command and restarting disko script eventually passes.
This only happens on a real machine never on virtual one. Originally reported in #735
The text was updated successfully, but these errors were encountered: