Sunday, July 19, 2015

Linux on USB Stick

Found a laptop laying around at home and wanted to throw linux on it. The laptop does not have an optical drive so I needed a Linux on USB solution. Here is what I did.


  1. Download the Linux distro you want to throw down.
  2. Download Win32 disk imager here: http://sourceforge.net/projects/win32diskimager/?source=typ_redirect
  3. Find a USB drive that has ample space
  4. Launch the Win32 Disk Imager
  5. Browse to the ISO you downloaded in step 1
  6. Choose the USB Device you wish to lay the image down on
  7. Click the Write Button
  8. Wait....it took a long time.
  9. Then slap that USB stick in your laptop and boot that mug up.

Simple as that. I went with CentOS 7 and it worked perfectly.

Related Posts:

  • Wolfram Alpha Facebook ReportWolfram Alpha has a cool new feature that allows you to generate a Facebook report. The report gives you a lot of insight into your Facebook habits, f… Read More
  • Basement TempWas able to play with the Arduino last night. Setup a simple Temperature sensor to record the temperature every minute. I then had the help of a Seria… Read More
  • TSQL Make DirectoryCreate a directory using xp_cmdshell. Script includes steps to enable xp_cmdshell and then disabling it when finished. Take that out if you want.--ENA… Read More
  • PowerShell Encrypted Password NET USEI needed to copy a file from a UNC to a server today. In the past I have always used the NET USE command to connect to the share. The main problem wit… Read More
  • JavaScript Determine which key is pressedNeeded to act based on button pressed. So here it is.function RandomEP(e){ var evtobj=window.event? event : e //distinguish between IE's explicit ev… Read More

0 comments:

Post a Comment