<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 14, 2021 at 7:42 AM Jerry Geis <<a href="mailto:jerry.geis@gmail.com">jerry.geis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">On my boot line for append I have biosdevname=0 net.ifnames=0 (using 20.04 LTS).<div>append  initrd=/casper/initrd debian-installer/local=en_US autoinstall ds=nocloud;s=/cdrom/          quiet splash biosdevname=0 net.ifnames=0 ---</div><div><br><div>After the auto install I have no network. </div><div><br></div><div> network:<br>    network:<br>      version: 2<br>      ethernets:<br>        eth0:<br>          dhcp4: yes<br>          dhcp-identifier: mac<br></div><div><br></div><div>This is my network section.</div><div><br></div><div>So now I do "dmesg | grep eth" and it says enp1s0 is the network. </div><div>Why is that ? I told the kernel to use eth0 type names ?</div><div><br></div><div>Jerry</div></div></div></blockquote><div><br></div><div><br></div><div>Ok - so I discovered that while I boot autoinstall with the "biosdevname=0 net.ifnames=0" - this does NOT - automatically get set during the install and then reboot.</div><div>If I login and manually add them to the /etc/default/grug file and reboot it works.  So question then is how do my "late-commands" - update the /etc/default/grub ?</div><div><br></div><div>I found an example where it using /target and curtin in-target --target  /target update-grub - - --- WOW - can I not do "chroot /target" and just have normal commands ?</div><div><br></div><div>Jerry </div></div></div>