Bootable USB-Puppy from LinuxMint (& other Distros)

Moderator: Forum moderators

Post Reply
User avatar
mikeslr
Posts: 2846
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 859 times

Bootable USB-Puppy from LinuxMint (& other Distros)

Post by mikeslr »

Hi all,

One of the frequently asked questions on this Forum is how to get a bootable Puppy on a USB-Stick when you are running a "Major" Linux distro. The problem is that the boot installation applications developed for those "Major Distros" don't understand Puppys, neither their strengths nor their limitations.

rockedge has provided this recipe for LinuxMint: viewtopic.php?p=24467&sid=061ca4d906295 ... ea8#p24467. Something similar should work under other Distros.

User avatar
rcrsn51
Posts: 1244
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 284 times

Re: Bootable USB-Puppy from LinuxMint (& other Distros)

Post by rcrsn51 »

Using those instructions, how would the USB drive get a bootloader?

one
Posts: 243
Joined: Sun Jul 12, 2020 7:53 am
Has thanked: 16 times
Been thanked: 59 times

Re: Bootable USB-Puppy from LinuxMint (& other Distros)

Post by one »

rcrsn51 wrote: Tue May 04, 2021 7:40 pm

Using those instructions, how would the USB drive get a bootloader?

isolinux - which is part of the copied contents of the iso?

User avatar
rcrsn51
Posts: 1244
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 284 times

Re: Bootable USB-Puppy from LinuxMint (& other Distros)

Post by rcrsn51 »

one wrote: Wed May 05, 2021 8:31 am
rcrsn51 wrote: Tue May 04, 2021 7:40 pm

Using those instructions, how would the USB drive get a bootloader?

isolinux - which is part of the copied contents of the iso?

So I can make a USB drive bootable by putting some isolinux files on it?

Have you confirmed this yourself?

User avatar
rockedge
Site Admin
Posts: 5815
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2073 times
Been thanked: 2166 times
Contact:

Re: Bootable USB-Puppy from LinuxMint (& other Distros)

Post by rockedge »

@rcrsn51

set the paritition boot flag add the files and YES it will boot. I do this a lot experimenting with a WeeDog32-Void I made a live ISO version of.

I just copied the files from a Puppy Linux ISO.

peterw
Posts: 73
Joined: Thu Jul 23, 2020 8:21 pm
Has thanked: 1 time
Been thanked: 10 times

Re: Bootable USB-Puppy from LinuxMint (& other Distros)

Post by peterw »

I think it worth mentioning the dd method which will work with any Distro. I think all Distros and all Puppies are iso hybrid now and so this method should work. I just tried it it with Puppy Bionic64 in Ubuntu and it works fine. The slight worry is that if you get the instruction the wrong way around then it can wipe your hard drive. Anyhow, these instructions should work.
1. Download any Linux Distro of your choice including any Puppy.
2. In Ubuntu open terminal and navigate to where the downloaded iso is. Instructions "cd /home/user-name/Downloads" and "ls" to make sure iso is there.
3. Plug in USB stick and in Ubuntu it will automatically be mounted as sdb. Type "lsblk" to make sure this is the case as if you get the drive wrong you can damage your data.
4. Type "sudo dd if=name-of-puppy.iso of=/dev/sdb" and type password when requested
5. Wait for write process to complete which will be indicated by the terminal going back to awaiting an instruction.
6. Remove or Reboot and use your Puppy.
NB. The " " are not typed, they are just used to show the command within is what is needed. And to reduce typing you use the tab button which will automatically add the rest of the details. For instance if you had some slackos in the Download typing "sl" and then tab will give "slacko" and so typing "6" and tab will give slacko64-7.0.iso

Post Reply

Return to “Boot”