Recent content by nomizfs

  1. N

    [SOLVED] QUICK HELP How to disable secureboot VM?

    Amen! I'm going to start following your work and utilizing your scripts. Thanks again
  2. N

    [SOLVED] QUICK HELP How to disable secureboot VM?

    Excellent, there is a way to toggle it. It's not that i don't know how to set it in BIOS menu, it's that i hate having to go there at all, it's annoying having to resize that tiny spice screen over and over again and go look for that stupid menu entry again and again and again.. And this time...
  3. N

    [SOLVED] QUICK HELP How to disable secureboot VM?

    Yes, but i think his thread is looking for an easier way to do it.. Take my example: I have linked external block devices to my VM, and so even setting the boot order to none in VM options does not stop the linux VM from booting from scsi0. The issue then is, after i start the VM, click the...
  4. N

    [SOLVED] QUICK HELP How to disable secureboot VM?

    Hi, just wanted to make a quick note, i often face this issue, and would love the option to toggle secureboot in the OVMF UEFI bios from console, or GUI. Anyways, just confirmed that easiest way to disable secure boot without having to get into the BIOS menu is to remove the EFI disk from VM...
  5. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    It's not really solved, if anyone knows how i can remove the [SOLVED] status from this thread i will
  6. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    Yeah.. Still with trixie now running /tmp as a ramdisk, this issue would be easily solved if there was an option to use /tmp instead of /var/tmp for ISO uploads..
  7. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    update.. /var/tmp is still not a ramdisk it seems: # mount | grep tmp udev on /dev type devtmpfs (rw,nosuid,relatime,size=131949456k,nr_inodes=32987364,mode=755,inode64) tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=26399632k,mode=755,inode64) tmpfs on /dev/shm type tmpfs...
  8. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    Unsure what you mean by that.. If you have time, can you check if /tmp is now a ramdisk in PVE9? as per my reply above
  9. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    Without knowing if relevant, i recently upgraded to PVE 9 (debian trixie) and now remember skimming the changelog and noticed a mention that in Trixie, /tmp is now a RAM disk, just like in Fedora etc, so if anyone here is inclined to check, is /tmp actually a ramdisk in PVE9, and so this is no...
  10. N

    [SOLVED] How can i disable /var/tmp from being used when uploading .ISO files?

    Hi all, sorry for no reply, i been away from this for years. I have no clue about this, i had been expecting the dev team to figure this out, but afaik no solutions yet, other than creating custom directories etc.. I would prefer a real solution. Everytime i upload a big 3GB+ ISO to my poor old...
  11. N

    [TUTORIAL] Enabling SR-IOV for Intel NIC (X550-T2) on Proxmox 6

    Thank you for this. I'm too busy now, but just wanted to let you know about a thread on servethehome where i have modified my old clumsy script for the x710. Nothing much different there.. But i plan to update the thread with the problems i've learned if you want to use proxmox resource mapping...
  12. N

    exclude a specific zfs pool from boot

    Hello, i have the same question, i have 2 block devices containing a ZFS pool that i want to export over iscsi and exclude from zfs.import-scan.service. systemctl disable zfs-import@poolname2ignore.service does nothing, infact just typing anything random for poolname just gives: # systemctl...
  13. N

    [TUTORIAL] PCI/GPU Passthrough on Proxmox VE 8 : Installation and configuration

    Thank you for this guide. Small bug, the intel lines are missing 'blacklist' at beginning of line, results in errors when rebuilding initramfs.
  14. N

    [TUTORIAL] Enabling SR-IOV for Intel NIC (X550-T2) on Proxmox 6

    from the source forum thread i linked to: "I obtained the lspci -D -d 8086:154c command by trying various combo's from the output of lspci -vvm -nn -s 0000:01:02.0" #lspci -vvm -nn -s 0000:01:02.0 Device: 01:02.0 Class: Ethernet controller [0200] Vendor: Intel Corporation [8086] Device...