Recent content by cheezburger

  1. C

    [TUTORIAL] Failed Pool Disk in FreeNAS/TrueNAS - Proxmox VM

    Just wanted to say THANKS! This is my exact situation and I am not super technical so this guide was REALLY helpful :)
  2. C

    Remounting a USB storage device

    I have created a storage called "removable" which was just a USB drive, but I cannot remember which USB port I had it plugged into originally on my server. At the moment, the storage is shown as (?) because it probably isn't mounted correctly: What steps do I need to take to remount it...
  3. C

    Convert LVM disk to ZFS to passthrough to VM

    I ended up passing it through without converting as no one could assist. It works but is showing up as "Usage: partitions" while the other drives are showing up as "Usage: ZFS". Hope this doesn't cause any errors.
  4. C

    Convert LVM disk to ZFS to passthrough to VM

    This is a long winded tale, but in short: Originally had 4x HDD passing through to my VM 101 and each was a ZFS. The VM was TrueNAS and I handled a RAID pool within the VM. One of the HDD became faulty (/dev/sda) so I replaced with a new hard drive (originally /dev/sdf). However, I think I...
  5. C

    [SOLVED] GUI not loading - PCI passthrough error.

    OMG so I finally was able to recover GUI by turning off autoboot for the VM very quickly before it started to corrupt, now I just need to figure out how to get it working again! qm set 101 ---autostart 0
  6. C

    [SOLVED] GUI not loading - PCI passthrough error.

    Could this have been linked and caused by this: https://forum.proxmox.com/threads/i-o-errors-pve-not-booting.75120/post-343494
  7. C

    [SOLVED] GUI not loading - PCI passthrough error.

    I am getting a lot of Buffer I/O error on device dm-1, logical block
  8. C

    [SOLVED] GUI not loading - PCI passthrough error.

    For both I am getting -bash: /use/sbin/qm: Input/output error
  9. C

    [SOLVED] GUI not loading - PCI passthrough error.

    I have no idea what caused it but something is stopping me from loading GUI since thing to pass it through. Maybe the same controller that I the OS runs on? I tried your command and got: "unable to open file '/etc/pve/nodes/proxmox/qemu-server/101.conf.tmp.2536' - Input/output error"
  10. C

    [SOLVED] GUI not loading - PCI passthrough error.

    Need help. I'm still a bit of a noob. Have Procmox set up with two VM's. Tried to pass through PCI to one of the VM's and now on reboot I can't access Web GUI. Is there a way to remove that hardware option via command line? I think I need to remove the "hostpci0: 00:17" from my qm config 101
  11. C

    PCI passthrough causing crash of server

    Apologies, I thought I had to run the command lines one after the other (qm set followed by update). Again, thank you for the super prompt response and all your assistance!
  12. C

    PCI passthrough causing crash of server

    Thanks for the prompt response! Trying disk passthrough at the moment, thanks for linking the Wiki! Stuck on the following line: update VM 101: -scsi2 /dev/disk/by-id/ata-WDC_WDXXXYYYYY So then I try apt: apt update VM 101: -scsi2 /dev/disk/by-id/ata-WDC_WDXXXYYYYY Any tips?
  13. C

    PCI passthrough causing crash of server

    Thanks for the help! Here is the output: IOMMU group 0 00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:1918] (rev 07) IOMMU group 10 04:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03) IOMMU group 1...
  14. C

    PCI passthrough causing crash of server

    So I am trying to get FreeNAS working and pass through my 4x internal HDD's to the VM so that I can run a pool within the VM. At first, I was getting the following error: After following the Wiki, I ensured that the BIOS had Virtualization enabled and also made sure that remapping was enabled...
  15. C

    Seeking guidance: PLEX + RAID

    Thanks! Your dpkg line taught me something new, and rather than ask how to remove it I used --help to find out that -P urge should work, and fairly certain it did. I also tried dabbling in installing samba to get my ZFS storage accessible on my windows PC, but kept getting login errors and just...