Search results

  1. P

    Problem converting previleged container to unprevileged container.

    maybe due to limitation with unpriviled contanier and NFS mount option. Mounting any kind of Share in LXC can only be with privilegied state.
  2. P

    [SOLVED] Proxmox PVE disappear from the host

    check your syslog or journalctl logs. All services down, a prerequested value maybe modified or failed to up. What's your last modification on your host ?
  3. P

    GPU Pass-through to Win-VM - Driver not loading

    go to yours VM UEFI Bios, and uncheck secure boot ^^
  4. P

    Failed to boot Proxmox today.

    "- running "fsck /dev/mapper/pve-root" returned - boot3" smeel hardly bad.... Can you boot on liveCD OS, and check SMART attributes. If nothing bad @ first view, run you fsck in this liveOS, and see what's appening
  5. P

    TUF AMD 7800XT OC Cannot GPU passthru properly

    sorry for your situation, i've only passtrough nvidia gpu, no real idea more for AMD :/
  6. P

    Disk usage explanations

    No problem for me, all your data is allocated at your VM 100. If you initialize all the virtual disk, it's legit that's thin pool calling you he's full
  7. P

    Accessing the WAN from a VM on a LAN

    copy your pbs network/interfaces file pls.
  8. P

    Migrating Manjaro Linux VM to bare metal

    Live booting on your VM. Use clonezila or DD (if your good with) and clone your partition. Then boot your new hardwazre on live clonezila or linux distro. Write your clone with. Then follow or search last steps if it doens't run from twice time. ( many cloned VM/hard machine bugs on first reboot...
  9. P

    Container of Node has no internet

    ahahahah xD "netmask 255.255.240.0" different of "/24" iptables rules. Convert your /24 for corresponding with your netmask, or modify your netmask to 255.255.255.0 for being accepted from fw rules.
  10. P

    vm efi boot corrupt

    hum .... A small trick that more simple and should work: "runningmachine: pc-i440fx-4.0" =======> q35 q35 work perfectly with EFI boot
  11. P

    Disk usage explanations

    In CLI, check result of "pvs" and "lvs" command
  12. P

    Is my iptables broken? or my brain broken?

    pls note that iptables deprecated. Please prefer nftables, whose one is included with proxmox 8xx +
  13. P

    Error Import virtual machine from Vmware to Proxmox

    forget to import the VM entirely. Just import the VM disk. Convert him for qcow2/raw format. Then attach it to newly sqeletted empty VM which have same config than youi VM on vmware
  14. P

    NUMA enabled - RAM not recognized

    "Proxmox 8.1.8" Maybe begun by upgrade proxmox ??? 8.2.7 act ually running .... NUMA on for all my VMs, no problem with this
  15. P

    set up wifi connection using Broadcom BCM4360

    it's a solution, but you can too have a dedicated VM with the raw device, and then share his connexion for other VMs. But this solution need a network knowledge
  16. P

    Wrong disk

    Cli access: configure your mounted point in the directory you want to ahve on PVE. GUI access = datacenter = storage, créate directory entry, and paste your mountedpoint
  17. P

    TUF AMD 7800XT OC Cannot GPU passthru properly

    real grub ? or black and white choice ?
  18. P

    Newbie... Question about about RAID 1, ZFS and migrating data

    nice, you gonna enderstand that i cannot have a logical solution for you except buy a disk for your procedure ^^ For your Perc, i really don't know, i've just precised because ZFS is really a future filesystem. Check the net about zfs and specifically your kind of PERC, i cannot check for U ^^...
  19. P

    TUF AMD 7800XT OC Cannot GPU passthru properly

    ahahah ! We maybe found the issue: ""EDIT: Also this is my /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt nomodeset initcall_blacklist=sysfb_init" i know i already have the right iommus, but i just added it to test (really just need "intel_iommu=on iommu=pt").""...