rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 397 forks source link

Boot of K3OS failed: Failed to determine boot mode #462

Open maxmeyer opened 4 years ago

maxmeyer commented 4 years ago

Version (k3OS / kernel)

k3os-20440 [~]$ uname --kernel-release --kernel-version
5.0.0-43-generic #47~18.04.1 SMP Wed Apr 1 16:27:01 UTC 2020
k3os-20440 [~]$ k3os --version
k3os version v0.10.0

Architecture

k3os-20440 [~]$ uname --machine
x86_64

Describe the bug

k3sos does not boot if installed on a regular USB-stick. Instead it fails with Failed to determine boot mode and drops into a bash.

IMG_20200511_170704

To Reproduce

Expected behavior

k3os boots without any error.

2020-05-11_173432

Actual behavior

IMG_20200511_170704

Additional context

maxmeyer commented 4 years ago

https://github.com/rancher/k3os/issues/458#issuecomment-624822307 looks similar

stuartpb commented 4 years ago

Also looks like #376

maxmeyer commented 4 years ago

@stuartpb Thanks for having looked at this.