Deleted user
Deleted user
There are multiple solutions for the package problem. ``` sudo pip install packaging==22 ``` or ``` pip install cloudflare==2.8.13 ``` This is the official fix by cyberpanel: [https://raw.githubusercontent.com/shbs9/CPupgradebash/refs/heads/main/ubuntufix.sh](https://raw.githubusercontent.com/shbs9/CPupgradebash/refs/heads/main/ubuntufix.sh)
@erzawansyah Most of the pages including cyberpanel are not working anymore, and you have files with extensions like .encryp, .locked, .psaux or similar. In addition, you will find files like...
> > https://wiki.archlinux.org/title/EFI_system_partition > > The arch wiki recommends /efi as the EFI system partition because: > > Actually the first suggestion is /boot, you can check just above the...
> It should work with `EFI` being mounted anywhere, but the default should be `/efi` _(or at least I think we changed to that a while back)_. > > I...
I tried /efi (with Grub) using the `archinstall --config ` method as it brings up a "Not a valid directory" prompt normally. It works fine , one warning in regards...
So the install is working without issues using /efi for ESP and the Grub boot loader. In regards to the logs generated _install.log_ and _cmd_history.txt_ look normal. _cmd_output.txt_ has warnings...
I did a totally default install (using /boot as ESP and systemd-boot) and it had the same errors as above. Default /boot ESP , systemd-boot: ``` -> Running build hook:...
Log files from a default EFI install , systemd-boot with /boot as ESP. [cmd_output.txt](https://github.com/user-attachments/files/18897629/cmd_output.txt) [install.log](https://github.com/user-attachments/files/18897631/install.log) [user_configuration.json](https://github.com/user-attachments/files/18897630/user_configuration.json) [user_credentials.json](https://github.com/user-attachments/files/18897628/user_credentials.json) [cmd_history.txt](https://github.com/user-attachments/files/18897627/cmd_history.txt)
Log files from an install with /efi as ESP (so kernel in an EXT4 /boot directory) and Grub. (Otherwise totally default.) [cmd_output.txt](https://github.com/user-attachments/files/18897673/cmd_output.txt) [install.log](https://github.com/user-attachments/files/18897672/install.log) [user_configuration.json](https://github.com/user-attachments/files/18897675/user_configuration.json) [user_credentials.json](https://github.com/user-attachments/files/18897674/user_credentials.json) [cmd_history.txt](https://github.com/user-attachments/files/18897671/cmd_history.txt)
Using the _efibootstub_ boot option with /efi as the mounted FAT32 partition with the boot and ESP flags: It says "Installation completed without any errors. " but doesn't boot as...