<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="margin:0;">Hi,</div><div style="margin:0;"><br></div><div style="margin:0;">Thank you very much for your help. I have solved the problem of bootstrap system on controller-0, but I have encountered a new problem.</div><div style="margin:0;"><br></div><div style="margin:0;">I according to <a href="https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html" _src="https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html" style="color: rgb(6, 73, 119);">https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html</a>, <span style="font-family: arial; white-space: pre-wrap;">worker-0 and worker-1 are stuck in pxe boot. </span>Could you please help me? Thanks.</div><div style="margin:0;"><br></div><div style="margin:0;"><div style="margin: 0px;">Brief Description</div><div style="margin: 0px;">-----------------------------------</div><div style="margin: 0px;">My Environment:</div><div style="margin: 0px;">1. I install StarlingX in Virtual Environment.</div><div style="margin: 0px;">2. StarlingX version: R4.0</div><div style="margin: 0px;">3. stx-tools: stx.4.0</div><div style="margin: 0px;">4. Steps:</div><div style="margin: 0px;">             a. Set system password succesfully.</div><div style="margin: 0px;">             b. Bootstrap system on controller-0 succesfully.</div><div style="margin: 0px;">             c. Unlock controller-0 succesfully.</div><div style="margin: 0px;">             d. Check pxe-boot informations(succesfully):</div><div style="margin: 0px;">                         a. <i style="font-family: arial; white-space: pre-wrap;">controller-0:/home/wrsroot# grep management_interface /etc/platform/platform.conf</i></div><div style="margin: 0px;"><i style="font-family: arial; white-space: pre-wrap;">                             </i><font face="arial"><span style="white-space: pre-wrap;"><i>management_interface=eth1001</i></span></font></div><div style="margin: 0px;"><font face="arial"><span style="white-space: pre-wrap;"><i>                         b. </i></span></font><i style="font-family: arial; white-space: pre-wrap;">controller-0:/home/wrsroot# grep pxecontroller /etc/hosts</i></div><div style="margin: 0px;"><i style="font-family: arial; white-space: pre-wrap;">                             </i><i style="font-family: arial; white-space: pre-wrap;">169.254.202.1   pxecontroller</i></div><div style="margin: 0px;"><i style="font-family: arial; white-space: pre-wrap;">                         c. </i><i style="font-family: arial; white-space: pre-wrap;">ip addr show </i><i style="font-family: arial; white-space: pre-wrap;">eth1001</i><i style="font-family: arial; white-space: pre-wrap;"> | grep 169.254.202.1</i></div><div style="margin: 0px;"><i style="font-family: arial; white-space: pre-wrap;">                             </i><font face="arial"><span style="white-space: pre-wrap;"><i>inet 169.254.202.1/24 scope global eth1001</i></span></font></div><div style="margin: 0px;"><font face="arial"><span style="white-space: pre-wrap;"><i>                         d. </i></span></font><i style="font-family: arial; white-space: pre-wrap;">controller-0:/home/wrsroot# sm-dump |grep pxe</i></div><div style="margin: 0px;"><i style="font-family: arial; white-space: pre-wrap;">                             </i><i style="font-family: arial; white-space: pre-wrap;">pxeboot-ip                       enabled-active       enabled-active</i></div><div style="margin: 0px;">             e. Add worker-0 using MAC address:</div><div style="margin: 0px;">                         system host-add -n worker-0 -p worker -m 52:54:00:cd:ca:cd</div><div style="margin: 0px;">                         system update 2 personality=worker hostname=worker-0</div><div style="margin: 0px;">                         system host-list</div><div style="margin: 0px;">                                     +----+--------------+-------------+----------------+-------------+--------------+</div><div style="margin: 0px;">                                     | id | hostname     | personality | administrative | operational | availability |</div><div style="margin: 0px;">                                     +----+--------------+-------------+----------------+-------------+--------------+</div><div style="margin: 0px;">                                     | 1  | controller-0 | controller  | unlocked       | enabled     | available    |</div><div style="margin: 0px;">                                     | 2  | worker-0     | worker      | locked         | disabled    | offline      |</div><div style="margin: 0px;">                                     +----+--------------+-------------+----------------+-------------+--------------+</div><div style="margin: 0px;">             f. After running controllerstorage-worker-0/1 the virtual machine, worker-0/worker-1 has been blocked in the pxeboot window</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Issues:</div><div style="margin: 0px;">1. worker-0/worker-1 has been blocked in the pxeboot window</div><div style="margin: 0px;">2. I tried the following methods, but still nothing works£º</div><div style="margin: 0px;">       a. I configure the optional untagged PXE boot network for PXE booting of new hosts using IPv4, Reference url is: <a href="https://bugs.launchpad.net/starlingx/+bug/1913582" _src="https://bugs.launchpad.net/starlingx/+bug/1913582">https://bugs.launchpad.net/starlingx/+bug/1913582</a> </div><div style="margin: 0px;">       b. I tried to start worker-0 first, and then tried to use the system host-update command, but the result still failed. Reference url is: <a href="http://lists.starlingx.io/pipermail/starlingx-discuss/2019-May/004354.html" _src="http://lists.starlingx.io/pipermail/starlingx-discuss/2019-May/004354.html">http://lists.starlingx.io/pipermail/starlingx-discuss/2019-May/004354.html</a> </div><div style="margin: 0px;">3. according to <a href="https://bugs.launchpad.net/starlingx/+bug/1913582" _src="https://bugs.launchpad.net/starlingx/+bug/1913582">https://bugs.launchpad.net/starlingx/+bug/1913582</a>, I need enabling the VLAN related config in BIOS setting of worker-0/1, But I do not how to enable it in BIOS.</div><div style="margin: 0px;">4. I tried to change the e1000 in the device modle to virtio, but it still didn¡¯t work</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Could you please help me? Thanks!</div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><div style="margin: 0px;">===============================================================</div><div style="margin: 0px;"><i>Best regards with you,</i></div><div style="margin: 0px;"><p><i>Longqian</i></p></div></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div><div style="margin: 0px;"><br></div></div></div><br><br><span title="neteasefooter"><p> </p></span>