Porteus gets skipped on boot even though USB is first

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
EloyKra?
White ninja
White ninja
Posts: 4
Joined: 04 Oct 2024, 00:35
Distribution: x64

Porteus gets skipped on boot even though USB is first

Post#1 by EloyKra? » 04 Oct 2024, 00:45

Original problem: I have Porteus version 5.0 x64 installed onto an ext4 partition under my 16GB SanDisk Cruzer Blade.
It boots normally on my main pc, but on the school computers, it skips right to Windows.
Secure boot is a thing on these PCs, but it does not make any difference.
By default, USB is over Hard Disk on all school computers.
It even boots on ALL computers if installed by copying the ISO files to a FAT32 partition.
These computers CAN boot Linux because they ALL have Huayra (My country's government distro of Linux)
Now, I can not show this because, I don't bring any other device with me, because someone could steal from me.
Last edited by EloyKra? on 04 Oct 2024, 23:06, edited 1 time in total.

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

Porteus gets skipped on boot even though USB is first

Post#2 by Ed_P » 04 Oct 2024, 05:47

If the school's computers have Secure Boot enabled it means they have EFI systems which means: 1. Porteus's FAT32 EFI partition must be on the USB drive, and 2. The computer's Secure Boot function must be disabled to boot the Porteus USB drive.

benkenobi36
White ninja
White ninja
Posts: 7
Joined: 08 Jan 2024, 21:05
Distribution: Linux Mint

Porteus gets skipped on boot even though USB is first

Post#3 by benkenobi36 » 04 Oct 2024, 06:20

EloyKra? wrote:
04 Oct 2024, 00:45
I have Porteus version 4.0 x64 installed onto an ext4 partition under my 16GB SanDisk Cruzer Blade.
It boots normally on my main pc, but on the school computers, it skips right to Windows.
Secure boot is a thing on these PCs, but it does not make any difference.
By default, USB is over Hard Disk on all school computers.
It even boots on ALL computers if installed by copying the ISO files to a FAT32 partition.
These computers CAN boot Linux because they ALL have Huayra (My country's government distro of Linux)
Now, I can not show this because, I don't bring any other device with me, because someone could steal from me.
This the relevant line,I think that shows this :
Ed_P wrote:
04 Oct 2024, 05:47
1. Porteus's FAT32 EFI partition must be on the USB drive
to be necessary and this :
Ed_P wrote:
04 Oct 2024, 05:47
2. The computer's Secure Boot function must be disabled to boot the Porteus USB drive.
not needed in this case

beny
Full of knowledge
Full of knowledge
Posts: 2215
Joined: 02 Jan 2011, 11:33
Location: italy

Porteus gets skipped on boot even though USB is first

Post#4 by beny » 04 Oct 2024, 09:46

hi, maybe the usb port are blocked by bios,because if you have a linux usb device on windows it ask you to format the device if the file system is ext4 or another one

EloyKra?
White ninja
White ninja
Posts: 4
Joined: 04 Oct 2024, 00:35
Distribution: x64

Porteus gets skipped on boot even though USB is first

Post#5 by EloyKra? » 04 Oct 2024, 23:06

Quick update: Porteus does NOT want to boot from a ext4 partition.
The problem I originally wrote there is now fixed, but this one arrived... (The FAT32 partition had no bootable content, and the ext4 partition can not boot after succesful installation)
Now, after installing Porteus to the FAT32 partition, it boots normally.
But even though I have installed it to the ext4 one too (Obviously, with bootloader), no computer wants to detect it as bootable.

On other side, the name for this topic is not correct anymore. How do I rename it? Or do I create a new one?

benkenobi36
White ninja
White ninja
Posts: 7
Joined: 08 Jan 2024, 21:05
Distribution: Linux Mint

Porteus gets skipped on boot even though USB is first

Post#6 by benkenobi36 » 05 Oct 2024, 06:48

To fix this,first boot into Porteus , open Gparted find and right click your USB's FAT32 partition then click manage flags , make sure the box next to "boot" and "esp" are checked
then while still in Gparted , label your ext4 partition "MAIN"
go to /boot/syslinux/porteus.cfg on your USB's FAT32 Partition add from=LABEL:MAIN to the first append line

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

Porteus gets skipped on boot even though USB is first

Post#7 by Ed_P » 06 Oct 2024, 03:40

EloyKra? wrote:
04 Oct 2024, 23:06
On other side, the name for this topic is not correct anymore. How do I rename it? Or do I create a new one?
Edit the 1st posting. The icon that resembles a pencil invokes editing. :)
benkenobi36 wrote:
05 Oct 2024, 06:48
then while still in Gparted , label your ext4 partition "MAIN"
go to /boot/syslinux/porteus.cfg on your USB's FAT32 Partition add from=LABEL:MAIN to the first append line
Line 43

Code: Select all

APPEND changes=/porteus from=LABEL:MAIN

Post Reply