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
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
When generating a bootable USB device from the generated iso, 4 partitions are generated. But the device represent itself as just single partition device. For mounting the mount point /dev/sdb must be used not as expected /dev/sdb3. Mounting sdb3 leads to an error already mounted or moint poit busy error occurs.
In the install.sh script the function get_iso() is looking for the partition named K3OS. Such a partition is found at /dev/sdb3. Now the install script tries to mount sdb3 but it has to mount sdb instead because of the special structure of the partition table of the USB device.
I suggest a workaround in the install.sh script to remove the number at the end of sdx devices before mounting.
#528 does not work on my NUC hardware. I get the mount point busy for the /dev/sdb. I will try to adapt it to try the old way first, then try the bare device.
Version (k3OS / kernel)
v0.11.0-m2
5.4.0-37
Architecture
amd64
Describe the bug
When trying to install K3OS from USB stick an error: already mounted or moint poit busy error occurs
To Reproduce
Expected behavior
Actual behavior
Additional context
The text was updated successfully, but these errors were encountered: