1

hope someone can shed some light on this.

I'm trying to create a USB boot for Ubuntu to replace windows on my laptop. I have done this before on a Windows pc,however the only device I have to create the USB at present is my android tablet.

Is it possible to create the USB for a windows laptop from an android tablet?

Thanks.

Paul
  • 11

2 Answers2

0

Use an app that emulates a terminal on your android device (look in the market) to issue the dd tool to write a downloaded iso to your usb or sd-card.

dd if=/path/to/ubuntu.iso of=/dev/yourusborsdcard

be careful however, this can damage your tablet data if handled improperly. always use a usb/sd-card without any important data on it.

edit: a terminal emulator like this one

0

Aside the HATEthePLOT answer, you can use DriveDroid (requires root):

With it, you can use your own phone as a bootable device.

It even has a friendly menu where you can select a distro to download:

DriveDroid download distro menu