T2-Ubuntu icon indicating copy to clipboard operation
T2-Ubuntu copied to clipboard

Where is the actual ISO file?

Open AFullinator opened this issue 3 years ago • 20 comments

Um, sorry if this is a dumb question.

Where is the actual iso file? How do I actually use this to get ubuntu working on my Macbook Pro? Where's the iso?

Also, the mac that I'm installing ubuntu doesn't have anything on the disk. I erased it

AFullinator avatar Jan 15 '22 18:01 AFullinator

https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-20211215214941

You want to download TWO FILES, the .zip and the .z01 and unpack them with 7zip or similar. Not all archivers will join the two files, but I know 7zip does so.

Runaway1956 avatar Jan 15 '22 18:01 Runaway1956

@Runaway1956 Ok thanks. I'm downloading them on a laptop that already has Ubuntu on it, and I don't have 7zip. (I am downloading the files on a separate pc). I have dowloaded both files (livecd.zip and livecd.z01). What do I do now?

Really sorry if I'm confusing...I'm really confused about this for some reason

AFullinator avatar Jan 15 '22 18:01 AFullinator

sudo apt install p7zip

And, please read marcosfad README https://github.com/marcosfad/mbp-ubuntu

Also, I feel uncomfortable trying to help people here - if you have Discord, you might join https://discord.com/channels/595304521857630254/706581810745966653

Runaway1956 avatar Jan 15 '22 19:01 Runaway1956

@Runaway1956 sorry i dont have discord. I have p7zip, but what do I do now? I cannot find any arguments that can join the two files.

AFullinator avatar Jan 15 '22 19:01 AFullinator

@Runaway1956 I have tried many things and cannot figure out how to get p7zip to unpackage them and join the files. Am I doing this right?

AFullinator avatar Jan 15 '22 20:01 AFullinator

you should be able to combine them with cat livecd.z?? > full.zip then unzip full.zip

Redecorating avatar Jan 16 '22 00:01 Redecorating

@Redecorating This didn't work. The .z01 file is a weird file that when I try to look into the zip it just says it cant display it and also I can't unzip it because of that. Also the .zip file is weird too...unzip won't unzip anything (also if I try to flash the full.zip to a disk with belena etcher, it has an error).

So how am I supposed to get the iso?

AFullinator avatar Jan 16 '22 12:01 AFullinator

Is everyone sure that I'm supposed to somehow combine the z01 and zip files? Because earlier releases don't even include a z01 file! It's just source code, livecd.zip, and a file called sha256. How am I supposed to get the iso?

P.S. The installation instructions in the readme make no sense. Why would I download an official ubuntu iso if I'm trying to use the iso that's supposed to be in this repository? Why not just include the iso...?

AFullinator avatar Jan 16 '22 12:01 AFullinator

@Alex-Fullam https://github.com/AdityaGarg8/mbp-ubuntu/releases/tag/v20.04-5.15.12 You can use this ISO. It has everything, including wifi set up already.

AdityaGarg8 avatar Jan 16 '22 15:01 AdityaGarg8

Also, marcosfad was bound to split the ISO because the size of the ISO must be greater than 2 GB which is not permitted to be uploaded as a release by GitHub.

AdityaGarg8 avatar Jan 16 '22 15:01 AdityaGarg8

@AdityaGarg8 will keyboard and mouse also function out of the box?

vorishirne avatar Jan 25 '22 18:01 vorishirne

@AdityaGarg8 will keyboard and mouse also function out of the box?

Yes

AdityaGarg8 avatar Jan 25 '22 18:01 AdityaGarg8

i am going to use it, but you are a medico, can i rely on this image for my office work?

vorishirne avatar Jan 25 '22 18:01 vorishirne

i am going to use it, but you are a medico, can i rely on this image for my office work?

It's just a modified @marcosfad code

AdityaGarg8 avatar Jan 25 '22 18:01 AdityaGarg8

You can visit https://wiki.t2linux.org for more details

AdityaGarg8 avatar Jan 25 '22 18:01 AdityaGarg8

ok thanks, seems i can use. But to be brief, what exactly you have modified, just to list

vorishirne avatar Jan 25 '22 18:01 vorishirne

ok thanks, seems i can use. But to be brief, what exactly you have modified, just to list

Only the kernel. And added T2 specific drivers

AdityaGarg8 avatar Jan 25 '22 18:01 AdityaGarg8

i am going to use it, but you are a medico, can i rely on this image for my office work?

Even I use Linux for Biotech research BTW.

AdityaGarg8 avatar Jan 25 '22 18:01 AdityaGarg8

ok thanks

vorishirne avatar Jan 25 '22 18:01 vorishirne

@marcosfad It might also be good idea not to include full-paths in the zip or sha256 file. Using relative paths makes it easier to run shasum -c sha256 and have it check the file in the current directory.

For example, this

SHA256-HASH filename.iso

versus this

SHA256-HASH /home/runner/work/mbp-ubuntu/mbp-ubuntu/filename.iso

neoh4x0r avatar May 24 '22 05:05 neoh4x0r