Open anthidote opened 1 year ago
Hi @anthidote, could you login with rancher/rancher on another tty and then check the /usr/loca/tmp.3xxx (the above temp folder)? Then show the files in this folder. Thanks!
The temp folder does not exist in /usr/local
added lsblk output as well
@anthidote Thanks, can you also dump /var/log/console.log?
Not easily, no. The system doesn't detect the usb I plugged in, so I can't copy the log file. I'll try to run the whole installation again and see if this time the usb device appears...
After reboot, it seems that I can boot into the installed 1.2.0. system. So it looks like the install actually happened. However, I get the following errors:
Unfortunately I can't go into the console, because the password doesn't work. I will try to reinstall.
I'm running into a cruelly "funny" issue with the hacky workaround suggested. Since I need to specify the generic device name of the partition with the installer manually in the grub (e.g. /dev/sdX1), and since the generic usb device changes each time I boot, depending on which USB stick gets detected first, I can't reliably point to the installer device in grub. So, I am downloading the patched ISO and I'm going try to install from that.
Ok, I managed to get the output of console.log lsblk.txt console.log
@anthidote It looks like rke2 can't start. Do you have a default route in the network?
ip route
The RKE2 log during the installation time is at /run/cos/target/rke2.log
, can you provide it? Thanks.
As you suspected, there are no default routes found. ip route output is empty and we see the following in the rke2 logs: rke2.log
@anthidote A default route is a requirement to RKE2, please check https://github.com/rancher/rke2/issues/1242. It doesn't have to be a working one.
Ah, ok, so what's actually broken is the setting of the network information during install. I got some errors there. I will try the installation again and share the screenshot from the network configuration page.
I changed the parameters in the network setting, there was likely an address conflict. This was a usage issue all along, sorry about that. You may close the bug report. Thanks for your help!
Describe the bug Installer halts after extracting to /usr/local/temp
To Reproduce Install harvester with 1.2.0 ISO, while using workaround in https://github.com/harvester/harvester/issues/4510
Expected behavior Installer doesn't freeze
Support bundle I cannot generate a bundle in the installer, but I can access a different tty and login with rancher:rancher if that helps
Environment
Additional context using workaround in https://github.com/harvester/harvester/issues/4510