Porteus Multiboot slowdown
Posted: 24 Nov 2024, 05:40
On a USB stick booting multiple flavours of Porteus, I am experiencing severe slowdowns and balks in all the OSses.
Porteus with DEs openbox, Mate, XFCE, and LXQT are in subdirs targeted using the from= parameter in the syslinux boot instructions. All flavours experience slowdowns that they did not when on a solo-boot stick written as default by the Porteus installer. The subdir contents were copied directly from those original solo-boot sticks.
To test whether it is a fault with the USB stick itself, I placed an identical copy of the LXDE ~/porteus folder in the top level of the same disk, mimicking the default installation directory structure.
When booted from this folder, Porteus runs fine.
When booted from the lower-level folder using the from= parameter, porteus is horribly and uncharacteristically slow and balky, pausing for long times in the middle of routine operations. File copies from place-to-place on the USB stick run at speeds as low as 44 Kbps with frequent 'stalls'.
Please see the syslinux code below:
This occurs identically on several different machines.
Code for the 3 other flavours is identical except for the subdir name/path.
Does anyone have suggestions how to correct the slowdowns?
Amaya
Porteus with DEs openbox, Mate, XFCE, and LXQT are in subdirs targeted using the from= parameter in the syslinux boot instructions. All flavours experience slowdowns that they did not when on a solo-boot stick written as default by the Porteus installer. The subdir contents were copied directly from those original solo-boot sticks.
To test whether it is a fault with the USB stick itself, I placed an identical copy of the LXDE ~/porteus folder in the top level of the same disk, mimicking the default installation directory structure.
When booted from this folder, Porteus runs fine.
When booted from the lower-level folder using the from= parameter, porteus is horribly and uncharacteristically slow and balky, pausing for long times in the middle of routine operations. File copies from place-to-place on the USB stick run at speeds as low as 44 Kbps with frequent 'stalls'.
Please see the syslinux code below:
Code: Select all
# Porteus runs normally with this code, from a top-level folder.
LABEL PorteusXFCE
MENU LABEL XFCE 32-bit in top-level folder
KERNEL /boot/syslinux/vmlinuz
APPEND initrd=/boot/syslinux/initrd.xz changes=/porteus
TEXT HELP
Run 32-bit Porteus with XFCE desktop from default /porteus folder
ENDTEXT
#Porteus runs horribly slowly when booted from a second-level directory referenced with the from= param.
LABEL PorteusXFCE
MENU LABEL XFCE 32-bit in subdir Pxfce
KERNEL /Pxfce/boot/syslinux/vmlinuz
APPEND initrd=/Pxfce/boot/syslinux/initrd.xz from=/Pxfce changes=/Pxfce/porteus
TEXT HELP
Run 32-bit Porteus with XFCE desktop
ENDTEXT
Code for the 3 other flavours is identical except for the subdir name/path.
Does anyone have suggestions how to correct the slowdowns?
Amaya