Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HP microserver gen8使用6.9-rc2遇到各种问题,请大神们帮帮忙

Featured Replies

我的服务器是一台HP Microserver gen8,更换了E3 1265L V2的CPU。差了一张PCI-E的网卡。

首先,我准备虚拟一个黑群晖,因为我有两块硬盘是原来在proxmox VE下直通黑群晖的硬盘,不想丢失数据,准备先虚拟个群晖,把数据备份到UNRAID的硬盘。

另外 群晖我还想保留,因为moments确实很好用。

安装群晖没啥问题,可以进入群晖系统(安装系统时没直通硬盘)。然后关机再直通硬盘,当直通硬盘以后,虚拟机能启动,但再局域网中无法找到,并且路由器上也看不到有地址出现。

日志:

-no-hpet \
-no-shutdown \
-boot strict=on \
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2 \
-device pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x2.0x1 \
-device pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x2 \
-device pcie-root-port,port=0x13,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x3 \
-device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x7.0x7 \
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pcie.0,multifunction=on,addr=0x7 \
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pcie.0,addr=0x7.0x1 \
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pcie.0,addr=0x7.0x2 \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.2,addr=0x0 \
-blockdev '{"driver":"file","filename":"/mnt/disk1/domains/NAS/ds3617_6.1.img","node-name":"libvirt-4-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-4-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-4-storage"}' \

-device usb-storage,bus=usb.0,port=1,drive=libvirt-4-format,id=usb-disk2,bootindex=1,removable=off,write-cache=on \
-blockdev '{"driver":"file","filename":"/mnt/disk1/domains/NAS/DSM/vdisk2.qcow2","node-name":"libvirt-3-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-3-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"qcow2","file":"libvirt-3-storage","backing":null}' \

-device ide-hd,bus=ide.3,drive=libvirt-3-format,id=sata0-0-3,write-cache=on \
-blockdev '{"driver":"host_device","filename":"/dev/disk/by-id/ata-WDC_WD120EMAZ-11BLFA0_8CK9W1TF","node-name":"libvirt-2-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-2-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-2-storage"}' \

-device ide-hd,bus=ide.4,drive=libvirt-2-format,id=sata0-0-4,write-cache=on \
-blockdev '{"driver":"host_device","filename":"/dev/disk/by-id/ata-WDC_WD120EMAZ-11BLFA0_8CKA323F","node-name":"libvirt-1-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-1-storage"}' \

-device ide-hd,bus=ide.5,drive=libvirt-1-format,id=sata0-0-5,write-cache=on \
-netdev tap,fd=33,id=hostnet0 \
-device e1000,netdev=hostnet0,id=net0,mac=52:54:00:9a:54:ad,bus=pci.1,addr=0x0 \
-chardev pty,id=charserial0 \
-device isa-serial,chardev=charserial0,id=serial0 \
-chardev socket,id=charchannel0,fd=34,server,nowait \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 \
-device usb-tablet,id=input0,bus=usb.0,port=2 \
-vnc 0.0.0.0:0,websocket=5700 \
-k en-us \
-device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,max_outputs=1,bus=pcie.0,addr=0x1 \
-device virtio-balloon-pci,id=balloon0,bus=pci.3,addr=0x0 \
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
-msg timestamp=on
2021-02-09 16:15:19.171+0000: Domain id=13 is tainted: high-privileges
2021-02-09 16:15:19.171+0000: Domain id=13 is tainted: host-cpu
char device redirected to /dev/pts/0 (label charserial0)

 

加粗部分为淡蓝色,上面提示这个颜色应该是system问题。

请问该如何解决?

Edited by lrainys

  • 4 weeks later...

你好我也是HP GEN8我查便全网都说是HP不跟新BIOS了什么RMRR的检测不通过问题需要改内核〜反正我是放弃直通了哈哈

 

HP GEN8直通在EXSI下也是创建虚拟机之后直通设备,然后启动后就直接关机

 

 

 这个会有帮助 我英文不好看不大明白

Edited by wish999

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.