{"id":1771,"date":"2021-07-23T17:25:18","date_gmt":"2021-07-23T09:25:18","guid":{"rendered":"http:\/\/iqotom.com\/?p=1771"},"modified":"2021-07-23T17:29:23","modified_gmt":"2021-07-23T09:29:23","slug":"centos-7-x%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aepxe%ef%bc%88%e7%bd%91%e7%bb%9c%e5%90%af%e5%8a%a8%ef%bc%89%e5%ae%89%e8%a3%85%e6%9c%8d%e5%8a%a1%e5%99%a8","status":"publish","type":"post","link":"http:\/\/iqotom.com\/?p=1771","title":{"rendered":"CentOS 7.x\u5982\u4f55\u914d\u7f6ePXE\uff08\u7f51\u7edc\u542f\u52a8\uff09\u5b89\u88c5\u670d\u52a1\u5668"},"content":{"rendered":"\n<p>PXE\uff08Preboot\u6267\u884c\u73af\u5883\uff09\u670d\u52a1\u5668\u5141\u8bb8\u901a\u8fc7\u7f51\u7edc\u65e0\u4eba\u503c\u5b88\u6216\u81ea\u52a8\u64cd\u4f5c\u7cfb\u7edf\u5b89\u88c5\u3002PXE\u7684\u4e3b\u8981\u597d\u5904\u662f\u6211\u4eec\u4e0d\u9700\u8981\u4efb\u4f55\u53ef\u542f\u52a8\u9a71\u52a8\u5668\u6765\u5f15\u5bfcOS\uff08\u64cd\u4f5c\u7cfb\u7edf\uff09\uff0c\u6211\u4eec\u4e0d\u9700\u8981\u523b\u5f55\u4efb\u4f55ISO\u6587\u4ef6 \u8fdb\u5165DVD\u6216USB\u8bbe\u5907\u3002<\/p>\n\n\n\n<p>\u4e00\u65e6\u914d\u7f6e\u4e86PXE\u670d\u52a1\u5668\uff0c\u6211\u4eec\u5c31\u53ef\u4ee5\u5728\u7f51\u7edc\u4e0a\u540c\u65f6\u5b89\u88c5\u6570\u767e\u4e2a\u7cfb\u7edf\u3002\u5b83\u9002\u7528\u4e8e\u5ba2\u6237\u7aef &#8211; \u670d\u52a1\u5668\u67b6\u6784\uff0c\u4ee5\u901a\u8fc7PXE\u9009\u9879\u542f\u52a8\u5ba2\u6237\u7aef\u7684\u64cd\u4f5c\u7cfb\u7edf\u5b89\u88c5\u3002<\/p>\n\n\n\n<p>\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5c06\u5728CentOS 7.x\u4e0a\u8bbe\u7f6ePXE\u670d\u52a1\u5668\uff0c\u7136\u540e\u5c06\u5c1d\u8bd5\u4f7f\u7528PXE\u5f15\u5bfc\u5728\u5ba2\u6237\u7aef\u4e0a\u5b89\u88c5OS\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>1<\/strong> <strong>\uff1a\u4e3aPXE\u8bbe\u7f6e\u5b89\u88c5\u6240\u9700\u7684\u8f6f\u4ef6\u5305<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">yum install dhcp tftp tftp-server syslinux vsftpd xinetd<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>2<\/strong> <strong>\uff1a\u4e3aPXE\u914d\u7f6eDHCP\u670d\u52a1\u5668<\/strong><\/h2>\n\n\n\n<p>DHCP\u670d\u52a1\u5668\u7684\u793a\u4f8b\u914d\u7f6e\u6587\u4ef6\u5728\u201c<strong>\/usr\/share\/doc\/dhcp*\/dhcpd.conf.example<\/strong>\u201c<\/p>\n\n\n\n<p>DHCP\u7684\u914d\u7f6e\u6587\u4ef6\u662f\u5728<strong>\u201c<\/strong><strong>\/etc\/dhcp\/dhcpd.conf<\/strong><strong>\u201d<\/strong><\/p>\n\n\n\n<p>\u5c06\u4ee5\u4e0b\u884c\u590d\u5236\u5230\u6587\u4ef6<strong>\u201c\/etc\/dhcp\/dhcpd.conf\u201d<\/strong>\u4e2d\uff0c\u6309\u7167\u60a8\u7684\u73af\u5883\u66ff\u6362IP\u5b50\u7f51\u548c\u5176\u4ed6\u8be6\u7ec6\u4fe1\u606f\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"apacheconf\" class=\"language-apacheconf\">#\n# DHCP Server Configuration file.\n#   see \/usr\/share\/doc\/dhcp*\/dhcpd.conf.example\n#   see dhcpd.conf(5) man page\n#\nddns-update-style interim;\nignore client-updates;\nauthoritative;\nallow booting;\nallow bootp;\nallow unknown-clients;\n\n# internal subnet for my DHCP Server\nsubnet 192.168.8.0 netmask 255.255.255.0 {\nrange 192.168.8.111 192.168.8.115;\noption domain-name-servers 8.8.8.8;\noption domain-name \"pxe.example.com\";\noption routers 192.168.8.1;\noption broadcast-address 192.168.8.255; #not important\ndefault-lease-time 600;\nmax-lease-time 7200;\n\n# IP of PXE Server\nnext-server 192.168.8.32;\nfilename \"pxelinux.0\";\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>3<\/strong> <strong>\uff1a\u7f16\u8f91\u548c\u914d\u7f6eTFTP\u670d\u52a1\u5668\uff08\/etc\/xinetd.d\/tftp\uff09<\/strong><\/h2>\n\n\n\n<p>TFTP\uff08\u7410\u788e\u7684\u6587\u4ef6\u4f20\u8f93\u534f\u8bae\uff09\u7528\u4e8e\u5c06\u6587\u4ef6\u4ece\u6570\u636e\u670d\u52a1\u5668\u8f6c\u79fb\u5230\u5176\u5ba2\u6237\u7aef\uff0c\u800c\u65e0\u9700\u4efb\u4f55\u8eab\u4efd\u9a8c\u8bc1\u3002<\/p>\n\n\n\n<p>\u5728PXE\u670d\u52a1\u5668\u8bbe\u7f6e\u7684\u60c5\u51b5\u4e0b\uff0cTFTP\u7528\u4e8e\u5f15\u5bfc\u52a0\u8f7d\u3002 <\/p>\n\n\n\n<p>\u8981\u914d\u7f6eTFTP\u670d\u52a1\u5668\uff0c\u8bf7\u7f16\u8f91\u5176\u914d\u7f6e\u6587\u4ef6<strong>&#8216;\/etc\/xinetd.d\/tftp&#8217;<\/strong>\uff0c\u5c06\u53c2\u6570\u201c<strong>disable = yes\u201d<\/strong>\u66f4\u6539\u4e3a<strong>\u201cdisable =no\u201d<\/strong>\u5e76\u7559\u4e0b\u5176\u4ed6\u53c2\u6570\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"apacheconf\" class=\"language-apacheconf\">[root@localhost ~]# vi \/etc\/xinetd.d\/tftp\nservice tftp\n{\n socket_type = dgram\n protocol    = udp\n wait        = yes\n user        = root\n server      = \/usr\/sbin\/in.tftpd\n server_args = -s \/var\/lib\/tftpboot\n disable     = no\n per_source  = 11\n cps         = 100 2\n flags       = IPv4\n}<\/code><\/pre>\n\n\n\n<p>\u6240\u6709\u7f51\u7edc\u5f15\u5bfc\u76f8\u5173\u6587\u4ef6\u5c06\u653e\u5728TFTP\u6839\u76ee\u5f55\u201c\/ var\/lib\/tftpboot\u4e2d\u201d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# cp -v \/usr\/share\/syslinux\/pxelinux.0 \/var\/lib\/tftpboot\n[root@localhost ~]# cp -v \/usr\/share\/syslinux\/menu.c32 \/var\/lib\/tftpboot\n[root@localhost ~]# cp -v \/usr\/share\/syslinux\/memdisk \/var\/lib\/tftpboot\n[root@localhost ~]# cp -v \/usr\/share\/syslinux\/mboot.c32 \/var\/lib\/tftpboot\n[root@localhost ~]# cp -v \/usr\/share\/syslinux\/chain.c32 \/var\/lib\/tftpboot\n[root@localhost ~]#\n[root@localhost ~]# mkdir \/var\/lib\/tftpboot\/pxelinux.cfg\n[root@localhost ~]# mkdir \/var\/lib\/tftpboot\/networkboot\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>4<\/strong> <strong>\uff1a \u6302\u8f7d CentOS 7.x ISO\u6587\u4ef6\u5e76\u5c06\u5176\u5185\u5bb9\u590d\u5236\u5230\u672c\u5730FTP\u670d\u52a1\u5668<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# mount -o loop CentOS-7-x86_64-DVD-1908.iso \/mnt\/\nmount: \/dev\/loop0 is write-protected, mounting read-only\n[root@localhost ~]# cd \/mnt\/\n[root@localhost mnt]# cp -av * \/var\/ftp\/pub\/<\/code><\/pre>\n\n\n\n<p>\u5c06\u5185\u6838\u6587\u4ef6\uff08vmlimz\uff09\u548cinitrd\u6587\u4ef6\u4ece\u5df2\u6302\u8f7d\u7684ISO\u6587\u4ef6\u590d\u5236\u5230<strong>&#8216;\/var\/lib\/tftpboot\/networkboot \/&#8217;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# cp \/mnt\/images\/pxeboot\/vmlinuz \/var\/lib\/tftpboot\/networkboot\/\n[root@localhost ~]# cp \/mnt\/images\/pxeboot\/initrd.img \/var\/lib\/tftpboot\/networkboot\/\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<p>\u73b0\u5728\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528<strong>&#8216;umount&#8217;<\/strong>\u547d\u4ee4\u5378\u8f7dISO\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# umount \/mnt\/\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>5<\/strong> <strong>\uff1a\u521b\u5efaKickStart\u548cPXE\u83dc\u5355\u6587\u4ef6<\/strong><\/h2>\n\n\n\n<p>\u5728\u521b\u5efakickstart\u6587\u4ef6\u4e4b\u524d\uff0c\u8ba9\u6211\u4eec\u9996\u5148\u5728\u52a0\u5bc6\u7684\u5b57\u7b26\u4e32\u4e2d\u521b\u5efa\u6839\u5bc6\u7801\uff0c\u56e0\u4e3a\u6211\u4eec\u5c06\u5728KickStart\u6587\u4ef6\u4e2d\u4f7f\u7528\u8be5\u52a0\u5bc6\u5bc6\u7801\u5b57\u7b26\u4e32\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# openssl passwd -1 123456\n$1$hju1mj7b$DQrkSvxxVg000DG8Ckk531\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<p>\u7cfb\u7edf\u9ed8\u8ba4kickstart\u6587\u4ef6\u4f4d\u4e8e<strong>\/root<\/strong>\u4e0b\u9762\uff0c\u540d\u79f0\u4e3a<strong>\u201canaconda-ks.cfg\u201d<\/strong>\u3002 \u6211\u4eec\u5c06\u5728\u6587\u4ef6\u5939<strong>\/var\/ftp\/pub<\/strong>\u4e0b\u521b\u5efa\u4e00\u4e2a\u65b0\u7684kickstart\uff0c\u540d\u79f0\u4e3a<strong>&#8216;centos7.cfg&#8217;<\/strong>\u3002<\/p>\n\n\n\n<p>\u5c06\u4ee5\u4e0b\u5185\u5bb9\u590d\u5236\u5230\u65b0\u7684kickstart\u6587\u4ef6\u4e2d\u3002 \u8bf7\u6839\u636e\u60a8\u7684\u9700\u6c42\u4fee\u6539kickstart\u6587\u4ef6\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"apacheconf\" class=\"language-apacheconf\">#platform=x86, AMD64, or Intel EM64T\n#version=DEVEL\n# Firewall configuration\nfirewall --disabled\n# Install OS instead of upgrade\ninstall\n# Use FTP installation media\nurl --url=\"ftp:\/\/192.168.8.32\/pub\/\"\n# Root password\nrootpw --iscrypted $1$hju1mj7b$DQrkSvxxVg000DG8Ckk531\n# System authorization information\nauth useshadow passalgo=sha512\n# Use graphical install\ngraphical\nfirstboot disable\n# System keyboard\nkeyboard us\n# System language\nlang en_US\n# SELinux configuration\nselinux disabled\n# Installation logging level\nlogging level=info\n# System timezone\ntimezone Europe\/Amsterdam\n# System bootloader configuration\nbootloader location=mbr\nclearpart --all --initlabel\npart swap --asprimary --fstype=\"swap\" --size=1024\npart \/boot --fstype xfs --size=300\npart pv.01 --size=1 --grow\nvolgroup root_vg01 pv.01\nlogvol \/ --fstype xfs --name=lv_01 --vgname=root_vg01 --size=1 --grow\n%packages\n@^minimal\n@core\nwget\nnet-tools\n%end\n%post\n%end<\/code><\/pre>\n\n\n\n<p> \u521b\u5efaPXE\u83dc\u5355\u6587\u4ef6<strong>\/var\/lib\/tftpboot\/pxelinux.cfg\/default<\/strong>\uff0c\u5c06\u4ee5\u4e0b\u5185\u5bb9\u590d\u5236\u5230PXE\u83dc\u5355\u6587\u4ef6\u4e2d\u3002 <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"apacheconf\" class=\"language-apacheconf\">default menu.c32\nprompt 0\ntimeout 30\nMENU TITLE Qotom.com PXE Menu\nLABEL centos7_x64\nMENU LABEL CentOS 7_X64\nKERNEL \/networkboot\/vmlinuz\nAPPEND initrd=\/networkboot\/initrd.img inst.repo=ftp:\/\/192.168.8.32\/pub ks=ftp:\/\/192.168.8.32\/pub\/centos7.cfg<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>6<\/strong> <strong>\uff1a\u542f\u52a8\u5e76\u542f\u7528XinetD\uff0cDHCP\u548cVSFTPD\u670d\u52a1<\/strong><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# systemctl start xinetd\n[root@localhost ~]# systemctl enable xinetd\n[root@localhost ~]# systemctl start dhcpd.service\n[root@localhost ~]# systemctl enable dhcpd.service\nCreated symlink from \/etc\/systemd\/system\/multi-user.target.wants\/dhcpd.service to \/usr\/lib\/systemd\/system\/dhcpd.service.\n[root@localhost ~]# \n[root@localhost ~]# systemctl start vsftpd\n[root@localhost ~]# systemctl enable vsftpd\nCreated symlink from \/etc\/systemd\/system\/multi-user.target.wants\/vsftpd.service to \/usr\/lib\/systemd\/system\/vsftpd.service.\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\u5982\u679c\u542f\u7528SELinux\uff0c\u5219\u8bbe\u7f6eFTP\u670d\u52a1\u5668\u7684\u4ee5\u4e0bSELinux\u89c4\u5219\u3002\n\n\n\n<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# setsebool -P allow_ftpd_full_access 1\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528\u4ee5\u4e0b\u9632\u706b\u5899-cmd\u547d\u4ee4\u6253\u5f00OS\u9632\u706b\u5899\u4e2d\u7684\u7aef\u53e3<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">[root@localhost ~]# firewall-cmd --add-service=ftp --permanent\nsuccess\n[root@localhost ~]# firewall-cmd --add-service=dhcp --permanent\nsuccess\n[root@localhost ~]# firewall-cmd --add-port=69\/tcp --permanent \nsuccess\n[root@localhost ~]# firewall-cmd --add-port=69\/udp --permanent \nsuccess\n[root@localhost ~]# firewall-cmd --add-port=4011\/udp --permanent\nsuccess\n[root@localhost ~]# firewall-cmd --reload\nsuccess\n[root@localhost ~]#<\/code><\/pre>\n\n\n\n<p>\u5230\u76ee\u524d\u4e3a\u6b62\uff0cPXE\u670d\u52a1\u5668\u5b89\u88c5\u548c\u914d\u7f6e\u73b0\u5728\u5b8c\u6210\u3002\u5b8c\u6210\u540e\u622a\u56fe\u5982\u4e0b\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01-1024x576.png\" alt=\"\" class=\"wp-image-1775\" srcset=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01-1024x576.png?v=1627031451 1024w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01-300x169.png?v=1627031451 300w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01-768x432.png?v=1627031451 768w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01-660x371.png?v=1627031451 660w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_01.png?v=1627031451 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u6b65\u9aa4<\/strong> <strong>7<\/strong> <strong>\uff1a\u4f7f\u7528PXE\u5f15\u5bfc\u9009\u9879\u5f15\u5bfc\u5ba2\u6237\u7aef<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"389\" src=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_02.png\" alt=\"\" class=\"wp-image-1776\" srcset=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_02.png?v=1627031686 800w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_02-300x146.png?v=1627031686 300w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_02-768x373.png?v=1627031686 768w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_02-660x321.png?v=1627031686 660w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"459\" src=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_03.png\" alt=\"\" class=\"wp-image-1777\" srcset=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_03.png?v=1627031688 800w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_03-300x172.png?v=1627031688 300w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_03-768x441.png?v=1627031688 768w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_03-660x379.png?v=1627031688 660w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"421\" src=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_04.png\" alt=\"\" class=\"wp-image-1778\" srcset=\"http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_04.png?v=1627031690 800w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_04-300x158.png?v=1627031690 300w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_04-768x404.png?v=1627031690 768w, http:\/\/iqotom.com\/wp-content\/uploads\/2021\/07\/PXE-screen_04-660x347.png?v=1627031690 660w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>\u5982\u4e0a\u6240\u8ff0\uff0c\u5b89\u88c5\u4f1a\u81ea\u52a8\u5b8c\u6210\uff0croot\u5bc6\u7801\u4e3a\u4e4b\u524d\u8bbe\u7f6e\u7684123456<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u53c2\u8003\u6587\u732e: <a href=\"https:\/\/www.linuxtechi.com\/configure-pxe-installation-server-centos-7\/\">Configure\nPXE (Network Boot) installation Server on CentOS 7.x (linuxtechi.com)<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PXE\uff08Preboot\u6267\u884c\u73af\u5883\uff09\u670d\u52a1\u5668\u5141\u8bb8\u901a\u8fc7\u7f51\u7edc\u65e0\u4eba\u503c\u5b88\u6216\u81ea\u52a8\u64cd\u4f5c\u7cfb\u7edf\u5b89\u88c5\u3002PXE\u7684\u4e3b\u8981\u597d\u5904\u662f\u6211\u4eec\u4e0d\u9700\u8981\u4efb\u4f55\u53ef\u542f\u52a8\u9a71\u52a8\u5668\u6765\u5f15\u5bfcOS\uff08\u64cd\u4f5c\u7cfb\u7edf\uff09\uff0c\u6211\u4eec\u4e0d\u9700\u8981\u523b\u5f55\u4efb\u4f55ISO\u6587\u4ef6 \u8fdb\u5165DVD\u6216USB\u8bbe\u5907\u3002<\/p>\n","protected":false},"author":1,"featured_media":1777,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,81],"tags":[123],"_links":{"self":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/1771"}],"collection":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1771"}],"version-history":[{"count":6,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/1771\/revisions"}],"predecessor-version":[{"id":1782,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/posts\/1771\/revisions\/1782"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=\/wp\/v2\/media\/1777"}],"wp:attachment":[{"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1771"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/iqotom.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}