Friday, August 15, 2014

How can I create a Ubuntu liveCD to use from a USB flash drive?


I am trying to install Ubuntu on a 2 GB USB flash drive for my job.


I don't want to install Linux on my personal desktop, but it seems that Ubuntu requires me to that to in order to copy some specific files I need to create the USB livecd.


My job require Ubuntu and no other distribution. How can I create a Ubuntu liveCD to use from a USB flash drive, knowing that I only have a Mac running OS X Leopard on my personal desktop?


Answer



You can use UNetbootin to create a Live USB drive for any many Linux Distribution, including Ubuntu.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...