IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
25.72k stars 1.4k forks source link

CasaOS in Proxmox LXC not showning Network & Storage Status. #1668

Closed Andersonong-github closed 4 months ago

Andersonong-github commented 9 months ago

Hi Casa Teams,

Thanks for the fabulous OS created & I'm not sure this is a bugs or only happened to me.. below are my hardware specs.

I'm installed in Proxmox LXC. when I access the CasaOS Dashboard. my storage & Network status are showing 0 bytes. I follow the article to configure the IPv4 to DHCP but result still the same.. apprieciated your help. thanks image

tomtheswede commented 9 months ago

Seconded. Installed using a Proxmox helper script on Intel N100 PC with Debian 12 LXC: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/casaos.sh)"

Andersonong-github commented 8 months ago

Hi Sir. same also with the script that you provided..

image

LinkLeong commented 8 months ago

image This piece of code is to get the information of the network card, you need to make it clear that you confirm the system is not the system we support, in addition, we are here to get the information of the network card by default is the data of the physical network card. @Andersonong-github

gvillo commented 6 months ago

@LinkLeong experiencing the same, this is what I got after running that command: image

GiorgioRX commented 5 months ago

did anyone found a solution for this?

thorracin1 commented 4 months ago

Same here any updates

ChristoffBo commented 4 months ago

also waiting for a sollution

Seniix3 commented 4 months ago

Same issue over here.

Andersonong-github commented 4 months ago

by the way, I'm tried ZimaOS & dashboard are similar as CasaOS. network & storage are wonderful when in Proxmox LXC. Thanks.

yeswanthkumar97 commented 3 months ago

@Andersonong-github Can you reply on how you installed ZimaOS in an LXC?

Andersonong-github commented 3 months ago
  1. Download latest ZimaoS .img.xz file a. Either download directly to Proxmox var/lib.vz/images andunzip.xzb. orlike me, downloaded to PC, unzipped with 7zip and transferred ~4GB file with WinSCP.

  2. Create a new VM in Proxmox. Other than the information below, the rest of the settings are your own choice.

  3. OS- Select 'Do not use any media' -> Guest OS = Linux and 6.x - 2.6 Kernel.

  4. System = BIOS = OVMF (UEFI) - Add and select the EFI storage location = SCSI Controller = VirtIO SCSI Single.

  5. Disk - Choose an option here: Delete the default disk, and only the OS will be installed later Increment to scsi 1 and use disk as storage. OS will be on a separate disk later.

  6. Mount image to VM Disk. Enter the Promox Server shell, either by ssh or GUI.

  7. Confirming the file details. $ qemu-img info /var/lib/vz/images/fFILENAME>.img=>Replace fFILENAME)

    1. Import the .img to the VM$ qm set fVM_ID) --scsi0 [LOCAL_STORAGE>:0,import- from=/var/lib/vz/images/fFILENAME>.img-ReplacefVM_IDtand (FILENAME) -> For example $ qm set 999 --scsi0 local- zfs:0,import-from=/var/lib/vz/images/zimaos_zimacube- 0.4.8.1.img
  8. Adjust Boot Order.

  9. On the VM, select Options and change the boot order to scsi0.

11.Disable SecureBoot

  1. As per, https://www.youtube.com/watch?v=js_Xoa0f8zM 29 -> Select console, Start the VM and mash the esc key - Device Manager >> Secure Boot Configuration >> Attempt Secure Boot >> Enter (to disable) -> Escape and exit.

ZimaOS will now boot. It will not display the P address in the console, so you'll need tc find that yourself or use the application linked in the original instructions Video demonstration https://www.youtube.com/watch?v=K4p0kBwJMg8&t=1s

yeswanthkumar97 commented 3 months ago

Thanks for your reply but I believe these steps are for installing ZimaOS in a VM. In your previous message, you mentioned installing ZimaOS in LXC hence I was curious about the steps.