rancher / k3os

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

auto install using password in config.yaml causes first time login to hang #79

Open tfiduccia opened 5 years ago

tfiduccia commented 5 years ago

Version - v0.2.0

Steps:

  1. Setup VMWare machine
  2. During boot process, press e to get into GNU Grub
  3. In github create gist file that contains
    k3os:
    password: asdf
  4. In linux add k3os.mode=install & k3os.install.config_url="url of gist file"
  5. Ctrl-x to save and continue
  6. After reboot, type in rancher as user name
  7. Try to type in password "asdf"

Results: nothing happens, you can't type in a password and basically you are hung up. If you hit Ctrl-C a bunch of time it will reset and you can type in both username and password. This will happen every time you restart the machine and have to login.

pagong commented 5 years ago

The same bug (and workaround) happen on k3os v0.2.1 running on ARM64 on an Odroid-C2.