0

I'm trying to install CoreOS on VMware Fusion.I follow the steps on official guide,but when I append "coreos.autologin" to the kernel parameters on boot,it showed error: cannot find the command 'load_coreos' ? So,what could I do ?

Allen
  • 583
  • 1
  • 4
  • 7

2 Answers2

0

I would guess you're probably hitting a bug. You might try one of the Primary Methods documented for configuring CoreOS on vmWare using Cloud Config parameters. This is the primary documented method for accessing a CoreOS system remotely, and uses password-less login using ssh keys.

  1. using Cloud Config on a config-drive
  2. use the vmWare Guestinfo interface to set Cloud Config Parameters

Whichever you choose, you should at least configure the ssh_authorized_keys Cloud Config parameter. This is the ssh key that will be used to log in to the CoreOS system as the core user.

Nathaniel Ford
  • 20,545
  • 20
  • 91
  • 102
John
  • 453
  • 3
  • 12
0

try following line instead of the load_coreos command :

linux$suf /coreos/vmlinuz-a mount.usr=PARTUUID=$usr_uuid coreos.autologin
xav
  • 1