What Am I Doing Wrong?

Post here if you are a new Porteus member and you're looking for some help.
Vic
Samurai
Samurai
Posts: 122
Joined: 10 Aug 2016, 05:36
Distribution: Porteux V-0.1 64 KDE
Location: Utopia in Tampa, Florida, USA

What Am I Doing Wrong?

Post#16 by Vic » 18 Sep 2023, 13:24

Hi nheather.

Would you please let everyone know what third party software you used and any additional info you feel like sharing?
It might save someone a little time.

Vic

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

What Am I Doing Wrong?

Post#17 by rych » 26 Sep 2023, 10:06

Ed_P wrote:
17 Sep 2023, 22:03
A GPT partition table works also.
Has it ever worked for you? Never worked for me...

User avatar
Rava
Contributor
Contributor
Posts: 5416
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

What Am I Doing Wrong?

Post#18 by Rava » 26 Sep 2023, 10:44

^
Are you both use BIOS or UEFI to boot?
Cheers!
Yours Rava

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

What Am I Doing Wrong?

Post#19 by rych » 27 Sep 2023, 09:44

Rava wrote:
26 Sep 2023, 10:44
Are you both use BIOS or UEFI to boot?
I use UEFI. Secure boot ON or OFF. But even in the old days when I used BIOS I couldn't boot with GPT partition table...

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

What Am I Doing Wrong?

Post#20 by Ed_P » 27 Sep 2023, 15:57

rych wrote:
26 Sep 2023, 10:06
Has it ever worked for you? Never worked for me...
Uefi and porteus 3.0
Ed

nanZor
Shogun
Shogun
Posts: 381
Joined: 09 Apr 2019, 03:27
Distribution: Porteus 5.01 x86-64 LXQT

What Am I Doing Wrong?

Post#21 by nanZor » 10 Nov 2023, 00:47

FAT32 support drives up to 2 terabytes and files to 4 GB.
Tip: While the above is true, if the windows formatter won't format super large drives to fat32, and forcing one to use exfat instead, the Rufus utility for windows will format in fat32 for super large drives. (Ie, instead of picking an iso, drop down to non-bootable and also change to fat32)
That's a UNIX book - cool. -Garth

User avatar
Rava
Contributor
Contributor
Posts: 5416
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

What Am I Doing Wrong?

Post#22 by Rava » 10 Nov 2023, 17:21

nanZor wrote:
10 Nov 2023, 00:47
Tip: While the above is true, if the windows formatter won't format super large drives to fat32, and forcing one to use exfat instead, the Rufus utility for windows will format in fat32 for super large drives. (Ie, instead of picking an iso, drop down to non-bootable and also change to fat32)
The standard Linux way formatting a drive in FAT32 results support for in files up to 4 GB.

But you meant how to format such a drive in Windoze and not in Linux, I suppose.

Otto
White ninja
White ninja
Posts: 14
Joined: 09 Nov 2023, 18:31
Distribution: linux

What Am I Doing Wrong?

Post#23 by Otto » 11 Nov 2023, 23:57

Okay, in Windows it won't allow FAT32 to be selected when formatting a 64GB memory stick.
You suppose to use windows disk management to format your usb.

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

What Am I Doing Wrong?

Post#24 by Ed_P » 12 Nov 2023, 07:53

Otto wrote:
11 Nov 2023, 23:57
Okay, in Windows it won't allow FAT32 to be selected when formatting a 64GB memory stick.
You suppose to use windows disk management to format your usb.
These are the notes I use for doing it.

Code: Select all

## Run GParted to partition & format the USB drive with a msdos Partition table.  ##
##  Use GParted's View > Device Information to check Partition Table type.        ##
##  Use GParted's Device > Create Partition Table if Partition Table shows as GPT.##
## Or under Windows use:                                                          ##
## > diskpart          * Run Command Prompt with Admin Rights.                    ##
## > list disk                                                                    ##
## >....                                                                          ##
## > select disk 1     * Note: disk nbr is the nbr of the USB disk                ##
## > clean                                                                        ##
## > create partition primary                                                     ##
## > exit 
Ed

Post Reply