A single flash drive for both PC and Mac

Post here if you are a new Porteus member and you're looking for some help.
ob1
White ninja
White ninja
Posts: 4
Joined: 01 Jul 2023, 01:48
Distribution: Nver used

A single flash drive for both PC and Mac

Post#1 by ob1 » 04 Jul 2023, 23:38

Hi,
Is there an easy way to install Porteus on a single flash drive that works for both a PC and a Mac?
To complicate things further - the PC is a 32 bit machine and the Mac is 64 bit.
And for the record - I'm not a tech geek just a plain user.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

A single flash drive for both PC and Mac

Post#2 by Ed_P » 05 Jul 2023, 03:19

Welcome to Porteus ob1.

32 bit programs run on 64 bit machines and FAT32 is recognized by just about every system. So, format the flash drive as FAT32. Install a 32 bit version of Porteus to the flash drive, basically open the ISO and copy everything to the formatted flash drive. Then you have to run one of the 2 installer programs in the /boot folder.
Ed

ob1
White ninja
White ninja
Posts: 4
Joined: 01 Jul 2023, 01:48
Distribution: Nver used

A single flash drive for both PC and Mac

Post#3 by ob1 » 08 Jul 2023, 00:47

Thank you Ed_P.
Is there a tutorial or video that go into detail on the installation process? That would be very helpful for a non-techie like myself.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

A single flash drive for both PC and Mac

Post#4 by Ed_P » 08 Jul 2023, 03:31

ob1 wrote:
08 Jul 2023, 00:47
Is there a tutorial or video that go into detail on the installation process?
Yes, in the Porteus ISO is a file named /USB_INSTALLATION.txt. Check it out.
Ed

ob1
White ninja
White ninja
Posts: 4
Joined: 01 Jul 2023, 01:48
Distribution: Nver used

A single flash drive for both PC and Mac

Post#5 by ob1 » 08 Jul 2023, 15:46

I formated a 64gb USB 3.0 flash drive with FAT32.

Then I went to porteus.org, under "download" I clicked on "Desktop Edition" and ended up in a forum post:
Porteus-v5.0 is released!
where there's a link to the mirror page:
http://porteus.org/porteus-mirrors.html

I need a 32 bit version of Porteus but I'm not sure how to continue from here.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

A single flash drive for both PC and Mac

Post#6 by Ed_P » 08 Jul 2023, 16:38

Click on one of the mirror links, one you normally use or one that is closest to where you are. You will then see:

Code: Select all

Index of /sites/dl.porteus.org/
Icon  Name                    Last modified      Size  
[PARENTDIR] Parent Directory                             -   
[DIR] i486/                   2016-04-10 02:06    -   
[DIR] i586/                   2021-07-06 23:48    -   
[DIR] x86_64/                 2019-11-03 12:15    -   
Click on the i586/ link.

Then click on the Porteus-v5.0/ link.

Then click on the Porteus iso whose desktop appeals to you.
Ed

ob1
White ninja
White ninja
Posts: 4
Joined: 01 Jul 2023, 01:48
Distribution: Nver used

A single flash drive for both PC and Mac

Post#7 by ob1 » 08 Jul 2023, 22:27

Thank you. I got the XFCE one.
When I double click the ISO file, MX Linux launches the "MX Live USB Maker". I don't see the file named /USB_INSTALLATION.txt
Also, I know I should do something with either the md5sums.txt or sha256sums.txt, but I don't know what.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

A single flash drive for both PC and Mac

Post#8 by Ed_P » 08 Jul 2023, 23:29

What does MX Live USB Maker do with ISO files? If it doesn't copy everything to the USB drive you should write to them.
Ed

donald
Full of knowledge
Full of knowledge
Posts: 2073
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

A single flash drive for both PC and Mac

Post#9 by donald » 09 Jul 2023, 02:10

ob1 wrote:
08 Jul 2023, 22:27
MX Linux launches the "MX Live USB Maker". I don't see the file named /USB_INSTALLATION.txt
Open the iso in your archive manager and extract the file -- or open a terminal in the same folder where the iso is and run:

Code: Select all

isoinfo -i *.iso -x /'USB_INSTALLATION.TXT;1' > usb_install.txt
and

Code: Select all

isoinfo -i *.iso -x /BOOT/DOCS/'INSTALL.TXT;1' > install.txt
to extract both files.
ob1 wrote:
08 Jul 2023, 22:27
Also, I know I should do something with either the md5sums.txt or sha256sums.txt, but I don't know what.
in the same terminal run

Code: Select all

md5sum *.iso
and compare the output with what you see in the md5sums.txt
(to verify the integrity of your iso)

Post Reply