2

I'm trying to create a bootable Ubuntu USB, so that I can boot Ubuntu on my PC. But since I have no other PC left, I'm stuck with just one option. To extract the ISO file directly to the USB using my phone.

I was wondering if this is possible or not. Any ideas on how this would work?

Zanna
  • 70,465
  • You want to make bootable USB drive on Android so that makes it an Android question and can be asked at Android Enthusiast Stack Exchange – Sumeet Deshmukh Jun 11 '17 at 05:57
  • This is a wonderful question, the op wants to make a Live Ubuntu USB using only his phone, so that he can install Ubuntu on his PC, I totally fail to see how this is off topic. – C.S.Cameron Jun 12 '17 at 23:18
  • @ muru: as it says above "If this question can be reworded to fit the rules in the help center, please edit the question." – C.S.Cameron Jun 13 '17 at 01:32
  • How is a question about how to install Ubuntu to USB using Android any different than a question about how to install Ubuntu to USB using Windows or OSX? Are these questions now also going to be banned? – C.S.Cameron Jun 13 '17 at 01:32
  • @AsheDanni Are you trying to create an Ubuntu USB from an Android device, or are you just trying to create any bootable USB stick from your Android device? Clarification is needed here to determine whether or not the post is on topic, given the revision history and the original post does not reference Ubuntu. – Thomas Ward Jun 14 '17 at 16:36
  • I have re-asked the question here: https://askubuntu.com/questions/925400/installing-ubuntu-using-cell-phone-only I have done what I can to ensure it is on-topic – C.S.Cameron Jun 14 '17 at 17:26

2 Answers2

3

It's possible but not the way you want. Simply extracting the ISO file on USB drive won't make it bootable.

Instead, you can use the app DriveDroid to create the bootable USB. You just need a rooted phone.

XDA thread || Play Store Link

wjandrea
  • 14,236
  • 4
  • 48
  • 98
1

Better to extract an .img to USB than a .iso. An image file can contain everything a Live or Persistent, (or even a Full), install might need including multiple partitions.

Server is available from Ubuntu as an .img file.

Sudodus has been working with 9w, a minimal OS with mkusb installed. There are versions based on Ubuntu and on Debian. https://help.ubuntu.com/community/9w#A9w-dus_based_on_Debian_Jessie

Edit: Writing an image file using Android example - https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=12098

C.S.Cameron
  • 19,519