Is it possible to install Ubuntu via an existing os with a shell but is completely unbootable, like obtain a fresh unmodified installed version of ubuntu (not the iso, the result of the installation of that iso) then copy it to an empty partition then manage to get it to boot via grub (as I am un able to access the cd rom from my rom nor do anything with iso files from my os nor with my android)
Asked
Active
Viewed 51 times
1 Answers
0
via an existing os with a shell ... to an empty partition then manage to get it to boot via grub
If that OS is Ubuntu: yes. But you technically do not even need a OS on the system to do this: you can use a live session to do this.
- boot up a live session
- install and start gparted.
- create a partition minimal the size of the ISO (2Gb should be more than enough).
- put the ISO stored on disk into that partition.
Also see on examples on how to setup grub:
-
-
So just to be clear I can do this directly from android x86 installation cd shell n grub1.5 menu – Clark Kent Feb 12 '17 at 02:22
-
where does "android x86 installation cd shell" come from? That was not in the question and would make this off topic. And no: not without correct firmware. – Rinzwind Feb 12 '17 at 02:25
-
-
Basically the android x86 shell is a slimmed down version of the linux shell but it still has most linux commands although not all commands are present (eg like the growfs command) but it should function the same – Clark Kent Feb 12 '17 at 02:55
-
-
It is very similar to linux but I cannot access the cdrom to burn files to it, so I need to try n boot the iso from the hdd (or possibly obtain a pre installed sda with the linux iso already installed then copy to sda n add to grub then boot into it – Clark Kent Feb 12 '17 at 03:00