Search results

  1. T

    When disabling CSM (Compatibility Support Module) Proxmox won't boot

    Hey Lamprecht, Thanks for your help. To answer your questions, Yes I upgraded the pool when ZFS 2.0 came out. My Current update is 7.0 (latest). I am not exactly sure what version I had when I installed it originally, but I assume that it was a year ago (using the latest at the time). Also I'm...
  2. T

    When disabling CSM (Compatibility Support Module) Proxmox won't boot

    Hi guys, Nowadays I usually boot with CSM (Compatibility Support Module) on via Legacy mode. However I would like to boot using UEFI mode so when I turn of CSM and boot it will throw me into initramfs and throw me an error. The error is "Cannot import 'rpool' unsupported version or feature"...
  3. T

    When rebooting machine often network won't work but sometimes it does

    Hey Stoiko, Thanks for your reply, I used this method before (static Ip's on everything) but I had the same problem, upon reboot it just doesn't work untill I reboot it a couple of times and then it would work eventually. I have a feeling it might be a problem with something else, do you know...
  4. T

    When rebooting machine often network won't work but sometimes it does

    Hey people, I noticed recently that my network sometimes doesn't work when I reboot my machine I run it headless with GPU passthrough but I can see when my GPU VM boots up onto a screen (Windows 10) I can see that the network is just not working and therefor it's not showing the Proxmox GUI...
  5. T

    GPU passthrough only works if host boots in Legacy mode

    The only thing EUFI offers to my knowledge is better failover for the bootdisks I made two disks for the OS in raid1 with zfs but in legacy it only selects one but in EUFI I can select two. But I agree, I will use legacy just was a but curious on why this happens and if there would be a...
  6. T

    GPU passthrough only works if host boots in Legacy mode

    I already had that in my kernel and I am on the latest bios update, sadly the bios doesn't give me that option.. but I think you are right because my second gpu always works perfectly fine. Do you have any other possible fixes? What I also noticed is that if I connect hdmi to the non working...
  7. T

    GPU passthrough only works if host boots in Legacy mode

    Hey, I was trying to configuring everything with only EUFI and had a extremely hard time getting my GTX 1660 Super to passthrough until I set my host machine back to Legacy boot, it worked immediately (the passthrough).. The weird part is when I was using UEFI my second video card (GT 730) was...
  8. T

    [SOLVED] Updated bios now stuck on reading all physical volumes...

    Just boot the host boot device as legacy not eufi.
  9. T

    [SOLVED] Blacklisted GPU on headless machine but need command line

    AMD GPU Saved my life, I had about 10 seconds to edit something with the command line before my screen would go black again.. I changed the network file and now everything works again!
  10. T

    [SOLVED] Blacklisted GPU on headless machine but need command line

    I am using ZFS rpool as boot method how would I edit this on a live CD?
  11. T

    [SOLVED] Blacklisted GPU on headless machine but need command line

    Hey guys I have made a huge problem for myself and I don't know how to fix it.. it's giving me anxiety. Basically .. I blacklisted all the gpu drivers as you do when you try to passthrough the gpus but the problem is that I run Ryzen so I have no onboard graphics. Now usually this isn't a...
  12. T

    [SOLVED] Updated bios now stuck on reading all physical volumes...

    I am in desperate need, I have messed up.. I had an issue with a new m.2 SSD not showing up so I decided that updating my bios might be a solution. However after I updated the bios all the settings changed to default and I had to redo them. After redoing the settings as I remember them...
  13. T

    [SOLVED] Permission issue in container with mount

    Sorry to ask but I used # pct set 8002 -mp0 /tank/,mp=/mnt/tank/ how would I make it a privileged container?
  14. T

    [SOLVED] Permission issue in container with mount

    config I forgot, changed to .txt otherwise I couldn't upload it.
  15. T

    [SOLVED] Permission issue in container with mount

    I attached the config and also want to say that /mnt/tank isnt /mnt/tank but it is the contents of the tank (2 folders) root@thierry-server:~# ls -la /tank total 30 drwxrwxr-x 4 root root 4 Apr 15 18:23 . drwxr-xr-x 25 root root 4096 Apr 16 05:25 .. drwxrwxr-x 2 root root 2 Apr 16 05:27...
  16. T

    [SOLVED] Permission issue in container with mount

    I have mounted my ZFS share /tank/to my container (8002) with this command: # pct set 8002 -mp0 /tank/,mp=/mnt/tank/ But now when I boot up the container (running ubuntu 18.04) I don't have write permissions. I also can't change the permissions in anyway. How do I give my root user in the...
  17. T

    [SOLVED] Weird problem with imported ZFS disk.

    I come from Freenas and had a lot of data on a ZFS pool I created (2 x 8 TB disk) and now I migrated to Proxmox, when I did zpool import it all went without error and the pool showed up under Server > Disks > ZFS. But I noticed that it didn't appear in the left collom where all my other storage...