<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UI 網站 &#187; Proxmox</title>
	<atom:link href="http://ui.idv.tw/wordpress/?feed=rss2&#038;tag=proxmox" rel="self" type="application/rss+xml" />
	<link>https://ui.idv.tw/wordpress</link>
	<description>個人雜亂筆記用</description>
	<lastBuildDate>Wed, 15 Oct 2025 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>zfs:解決 ZFS: unsupported feature 問題</title>
		<link>https://ui.idv.tw/wordpress/?p=1630</link>
		<comments>https://ui.idv.tw/wordpress/?p=1630#comments</comments>
		<pubDate>Tue, 13 May 2025 01:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[Proxmox]]></category>

		<guid isPermaLink="false">https://ui.idv.tw/wordpress/?p=1630</guid>
		<description><![CDATA[zpool upgrade -a 顯示: Pool &#8216;zroot&#8217; has the bootfs property set, you might need to update the boot code. See gptzfsboot(8) and loader.efi(8) for details. 執行: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da1(此處替換為你的硬碟代號) 否則開機會失敗出現 ZFS: unsupported feature: com.delphix:head_errlog &#8230; <a href="https://ui.idv.tw/wordpress/?p=1630">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>zpool upgrade -a 顯示:<br />
Pool &#8216;zroot&#8217; has the bootfs property set, you might need to update<br />
the boot code. See gptzfsboot(8) and loader.efi(8) for details.</p>
<p>執行:<br />
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da1(此處替換為你的硬碟代號)</p>
<p>否則開機會失敗出現<br />
ZFS: unsupported feature: com.delphix:head_errlog ZFS: pool zroot is not supported gptzfsboot: failed to mount default pool zroot<br />
無法掛載, 在用新的 pve開機<br />
mkair /tmp/zroot<br />
zpool import -fR /tmp/zroot zroot<br />
gpart show<br />
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 (此處替換為你的硬碟代號)</p>
<p>看到別站點, 留下來做紀錄</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=1630</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proxmox 直通硬碟</title>
		<link>https://ui.idv.tw/wordpress/?p=1486</link>
		<comments>https://ui.idv.tw/wordpress/?p=1486#comments</comments>
		<pubDate>Fri, 07 Jun 2024 06:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[proxmox]]></category>
		<category><![CDATA[Proxmox]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=1486</guid>
		<description><![CDATA[qm set 你的VMID &#8211;sata代號 /dev/disk/by-id/你的硬碟ID ex: vm是100, /dev/disk/by-id/ata-st1000 指令輸入: qm set 100 &#8211;sata1 /dev/disk/by-id/ata-st1000 或另外一種方式: 直接修改 /etc/pve/qemu-server/100.conf virtio0:/dev/disk/by-id/ata-st1000, size=1000G 這方式不需要添加後面的 ",size=1000G" ,他會直接抓整顆硬碟來用 LXC: LXC mount point: nano /etc/pve/lxc/150.conf mp0: /host端目錄,mp=/LXC端掛載點]]></description>
			<content:encoded><![CDATA[<p>qm set 你的VMID &#8211;sata代號 /dev/disk/by-id/你的硬碟ID<br />
ex:<br />
vm是100, /dev/disk/by-id/ata-st1000</p>
<p>指令輸入:<br />
qm set 100 &#8211;sata1 /dev/disk/by-id/ata-st1000</p>
<p>或另外一種方式:<br />
直接修改 /etc/pve/qemu-server/100.conf<br />
virtio0:/dev/disk/by-id/ata-st1000, size=1000G<br />
這方式不需要添加後面的 ",size=1000G" ,他會直接抓整顆硬碟來用</p>
<p>LXC:<br />
LXC mount point:<br />
nano /etc/pve/lxc/150.conf<br />
mp0: /host端目錄,mp=/LXC端掛載點</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=1486</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proxmox 安裝無法進去圖形介面</title>
		<link>https://ui.idv.tw/wordpress/?p=1367</link>
		<comments>https://ui.idv.tw/wordpress/?p=1367#comments</comments>
		<pubDate>Mon, 08 Jan 2024 06:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[proxmox]]></category>
		<category><![CDATA[Proxmox]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=1367</guid>
		<description><![CDATA[請在 Proxmox VE 安裝的開機啟動選項，按下 e 之後追加幾個參數 rd.driver.blacklist=nouveau nouveau.modeset=0 ，並按下 Ctrl + X 啟動之後，成功進入開機引導程序]]></description>
			<content:encoded><![CDATA[<p>請在 Proxmox VE 安裝的開機啟動選項，按下 e 之後追加幾個參數 rd.driver.blacklist=nouveau nouveau.modeset=0 ，並按下 Ctrl + X 啟動之後，成功進入開機引導程序</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=1367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt upgrade 出現  dpkg &#8211;configure</title>
		<link>https://ui.idv.tw/wordpress/?p=1283</link>
		<comments>https://ui.idv.tw/wordpress/?p=1283#comments</comments>
		<pubDate>Wed, 23 Aug 2023 02:24:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Proxmox]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=1283</guid>
		<description><![CDATA[apt upgrade 更新時 在執行 apt upgrade 中斷會出現 dpkg &#8211;configure 主要原因是因為/var/lib/dpkg/updates文件下的文件有問題 解決方式 sudo rm /var/lib/dpkg/updates/* sudo apt-get update sudo apt-get upgrade]]></description>
			<content:encoded><![CDATA[<p>apt upgrade 更新時  在執行 apt upgrade 中斷會出現 dpkg &#8211;configure<br />
主要原因是因為/var/lib/dpkg/updates文件下的文件有問題</p>
<p>解決方式<br />
sudo rm /var/lib/dpkg/updates/*<br />
sudo apt-get update</p>
<p>sudo apt-get upgrade</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=1283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxmox virtio 驅動官網</title>
		<link>https://ui.idv.tw/wordpress/?p=792</link>
		<comments>https://ui.idv.tw/wordpress/?p=792#comments</comments>
		<pubDate>Tue, 08 Mar 2022 07:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[Proxmox]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=792</guid>
		<description><![CDATA[https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/ 2022-10-24 06:04 https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.225-2/virtio-win-0.1.225.iso]]></description>
			<content:encoded><![CDATA[<p>https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/</p>
<p>2022-10-24 06:04</p>
<p>https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.225-2/virtio-win-0.1.225.iso</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=792</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
