How to boot Xenialpup iso from USB stick?[Abandoned]

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

williwaw
Posts: 1939
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 170 times
Been thanked: 368 times

Re: How to boot Xenialpup iso from USB stick?

Post by williwaw »

duplicate ID's was the result.

the ID's are uuids? I believe gparted can assign new uuids to the partition in question, you would also need to edit liming .cfg to match.

but perhaps better would be to use a partition label in place of uuids. A label can be made after the fact with gparted. Highlight your install partition and look under the "partition" dropdown at the top for the "label file system" entry (the partition must be unmounted to perform the operation)

the limine.cfg stanza can be edited to use labels something like

Code: Select all

:Fossapup
    COMMENT=
    PROTOCOL=linux
    TEXTMODE=yes
    KERNEL_CMDLINE=psubdir=/fossapup pmedia=ataflash
    KERNEL_PATH=fslabel://F1/fossapup/vmlinuz
    MODULE_PATH=fslabel://F1/fossapup/initrd.gz

in this example from a fossapup install on my internal disk, the fossapup files are in a top level folder /fossapup, and the label I created with gparted is F1

Post Reply

Return to “Users”