<div dir="ltr"><div>Just went through a full Xubuntu install on a new (to me) laptop that had no DVD drive. <br></div><div><br></div><div>In case someone still uses laptops with DVDs and runs across this case in the near future, I am documenting the very easy method of how to do this.</div><div><br></div><div>Basically, you either get a USB stick that 1G or more, or a USB enclosure with a hard disk.</div><div>Either way, find out the device assigned to it when you plug it in:</div><div><br></div><div>$ dmesg | tail -20 <br></div><div><br></div><div>Say the device is /dev/sdb.</div><div><br></div><div>Install the package gddrescue from your repo.</div><div><br></div><div>Then assuming the ISO image that you downloaded is bionic-desktop-amd64.iso, then use:</div><div><br></div><div>$ sudo ddrescue bionic-desktop-amd64.iso /dev/sdb --force -D</div><div><br></div><div>That is it! This device can now be used to install a laptop. Use the key that invokes the boot device list, and you are good. <br></div><div><div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal performance optimization, hosting and consulting.<br>"Sooner or later, this combustible mixture of ignorance and power is going to blow up in our faces." -- Dr. Carl Sagan</div></div></div></div></div>