USB Boot Work-Around

Moderator: Forum moderators

Post Reply
User avatar
wizard
Posts: 2074
Joined: Sun Aug 09, 2020 7:50 pm
Location: Oklahoma, USA
Has thanked: 2819 times
Been thanked: 747 times

USB Boot Work-Around

Post by wizard »

USB boot work-around

Some older computers do not support USB booting in their BIOS. Adding the PLOP boot manager to the internal drive grub file, menu.lst, can provide a work around for USB booting.

Here's an overview of the process:

-create a Puppy bootable CD
-boot from the Puppy CD
-install Puppy to your internal drive
-install grub4dos to your internal drive
-copy plpbt.bin to the internal drive in the same directory as the file: menu.lst
-open menu.lst in Geany editor
-add a entry for PLOP

Example (NOTE: your "root" line must match your install):

Code: Select all

# plop boot mgr
  title PLOP Boot Manager, USB, CDROM
  root (hd0,0)
  kernel /plpbt.bin
# plop boot mgr ends

Save the file.

Now when you boot, you can choose the PLOP boot manager and then boot from a USB flash drive.
NOTE: Puppy USB may need to be the only USB device connected during boot.

wizard

Attachments
plpbt.bin.gz
Remove fake .gz before using
(42.55 KiB) Downloaded 19 times
Last edited by wizard on Thu Oct 24, 2024 6:44 pm, edited 1 time in total.

Big pile of OLD computers

User avatar
Jasper
Posts: 1696
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 867 times
Been thanked: 352 times

Re: USB Boot Work-Around

Post by Jasper »

Plop Boot Manager ........ brings back memories.

Great tool and more importantly great addition @wizard :thumbup:

Post Reply

Return to “For Older Low Powered Computers”