Search results

  1. D

    Proxmox Serial Console with efi boot

    Again these instructions are for grub not efi boot. I am looking for a writeup on setting up efi boot since efi boot doesn't use /etc/default/grub
  2. D

    Proxmox Serial Console with efi boot

    All well an good but the man page or this link says nothing about the parms needed for serial console output. Can you give an example on the lines needed to get it working. I've tried different iterations but can't get it to work.
  3. D

    Proxmox Serial Console with efi boot

    What is the proper way to get host terminal output with efi boot? Do you add lines to /etc/kernel/cmdline similar to grub? IE "console=ttyS1,115200n8 console=tty0" "serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1" I can get this working using grub boot loader but not all the way...
  4. D

    Proxmox 7 PCI Passthrough

    Wanted to see if anyone has run across this issue. I have a Supermicro X10SLL-F LGA1150 Mother board. I have 3 PCI cards, a NVIDIA Quadro P400, an Intel Quad Port i350, and a LSI SAS2008. The issue I am having is when I add pci=assign-busses to GRUB_CMDLINE_LINUX_DEFAULT to get VFs I loose...
  5. D

    [SOLVED] Zpool issue

    Zpool is now in a good state with the two new drives added. All done without data loss which amazes me. Thank you ZFS :) pool: zones state: ONLINE scan: resilvered 1.32G in 00:03:14 with 0 errors on Mon Apr 26 13:25:01 2021 remove: Removal of vdev 2 copied 982G in 4h51m, completed on Tue...
  6. D

    [SOLVED] Zpool issue

    I learned something. If I exported the zpool then imported it using zpool import -d /dev/disk/by-id <zpool id> all my sd devices would have been converted to disk ids. Then I could have added the new disks without the problems.. Hope this helps someone else
  7. D

    [SOLVED] Zpool issue

    This looks like its going to work. I removed one of the disks from the new mirror: zpool remove zones ata-ST8000AS0002-1NA17Z_Z840EMVD Then I created a new mirror, using the existing disk and adding the one I just removed zpool attach zones ata-ST8000VN004-2M2101_WSD1D5NP...
  8. D

    [SOLVED] Zpool issue

    so I detached sdc from mirror-3 and when I did mirror-3 like mirror-1 before it went away. I did add sdc with its id but now I have 3 orphaned disks. See below. Before: root@pve:~# zpool status pool: zones state: ONLINE scan: resilvered 11.5G in 00:03:28 with 0 errors on Mon Apr 26...
  9. D

    [SOLVED] Zpool issue

    suggested commands?
  10. D

    [SOLVED] Zpool issue

    I have a mirrored zpool with which had 4 disks. So I had a mirror-0 and a mirror-1. See below root@pve:~# zpool status zones pool: zones state: ONLINE scan: resilvered 11.5G in 00:03:28 with 0 errors on Mon Apr 26 07:40:2 config: NAME STATE...
  11. D

    VNC not running on PVE 6.3-6

    If I used the correct IP address maybe it wouldn't have failed :-) Thanks for pointing this out. When I used <serverip>:6000 instead of <clientip>:6000 it worked. I'm trained..
  12. D

    VNC not running on PVE 6.3-6

    So if I use 100 it should be 6000? If so it still doesn't work
  13. D

    VNC not running on PVE 6.3-6

    I must not have explained myself well. I followed the Wiki link you posted. When I try to connect the VNC client fails. I added a vnc line to the VMs config file root@pve:/etc/pve/qemu-server# cat 100.conf args: -vnc 0.0.0.0:100 balloon: 0 bios: ovmf boot: order=scsi0 cores: 2 I don't see a...
  14. D

    VNC not running on PVE 6.3-6

    I am trying to VNC into VMs. I've setup ports via Monitor on one VM and adding a line to the conf file in another. The problem I am having is I get a connection refused from my VNC client and when I check for the VNC ports on PVE I don't see any. Is there a service I need to start to get VNC...
  15. D

    VF and Opnsense

    I am trying to setup Opnsense 21.1.x (FreeBSD 12.1) using a VF interface. On Opnsense pciconf -lv shows the adapter but ip link show doesn't. So it looks like FreeBSD doesn't have a driver VF interface. I was wondering if anyone has got this working? Straight Passthrough works..
  16. D

    [SOLVED] Opnsense with Ethernet PCI Passthrough

    Did more research and all I had to do was uncheck PCI-e All is working now.
  17. D

    [SOLVED] Opnsense with Ethernet PCI Passthrough

    I currently run SmartOS as my home hypervisor and going to move over to Proxmox. I am trying to get Ethernet Passthrough to work with Opnsense. I searched and saw this post Proxmox/Opnsense . Everything lines up with this post. I can boot a Live Linux iso and see the NIC. Prtconf -lv on Opnsense...