bwPUP ext4 partition with Grub2

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
LANdpLAN
Posts: 106
Joined: Tue May 14, 2024 4:26 pm
Has thanked: 19 times
Been thanked: 7 times

bwPUP ext4 partition with Grub2

Post by LANdpLAN »

How can i make a puppy usb using a gui that uses grub2 ext4? I have only been able to use create a bootable ext4 usb using grub4dos.

BWPUP 10.0.9 on persistent USB

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: bwPUP ext4 partition with Grub2

Post by hikohan »

grub4dos use legacy boot, fix bios boot

or

add a menu for grub2 like:

Code: Select all

menuentry "Puppy Fossa" {
	search --set -f /80f2f175-cd38-4a12-8d6c-aadfcf1e0462
	linux /fossapupfrugal/vmlinuz root=/dev/ram0 pmedia=satahd psubdir=fossapupfrugal
	initrd /fossapupfrugal/initrd.gz 
}

I used to touch disk partition UUID in directory root, it could help grub find target.

Enjoy your Puppy linux!! :thumbup2:

User avatar
bigpup
Moderator
Posts: 7512
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 1021 times
Been thanked: 1682 times

Re: bwPUP ext4 partition with Grub2

Post by bigpup »

Boot the computer with BookwormPup64 10.0.9 you have on a USB install.

will need to do the install to a different USB drive.

Use the programs in it to install to a USB drive.

Use Gparted program to partition and format the drive.

Do the install using Frugalpup Installer program.

Do it all by what is explained in this topic:
viewtopic.php?t=11171

Frugalpup installer installs a Grub2 boot loader.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Geek3579
Posts: 298
Joined: Sat Jul 18, 2020 1:07 pm
Has thanked: 85 times
Been thanked: 77 times

Re: bwPUP ext4 partition with Grub2

Post by Geek3579 »

bigpup wrote: Mon Feb 17, 2025 1:02 pm

Boot the computer with BookwormPup64 10.0.9 you have on a USB install.

will need to do the install to a different USB drive.

Use the programs in it to install to a USB drive.

Use Gparted program to partition and format the drive.

Do the install using Frugalpup Installer program.

Do it all by what is explained in this topic:
viewtopic.php?t=11171

Frugalpup installer installs a Grub2 boot loader.

This sounds good, but I would choose to use Stickpup Installer, which is a submenu of Frugalpup installer, and will only install on a USB, so there's less chance of selecting the wrong drive. In addition I would do the simplest install that Stickpup would allow. And I think Stickpup needs access a copy of the appropriate ISO.

User avatar
bigpup
Moderator
Posts: 7512
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 1021 times
Been thanked: 1682 times

Re: bwPUP ext4 partition with Grub2

Post by bigpup »

There is also this:

e4StickPup
Formats and installs a single Puppy to a usb stick, in a small "fat32" partition and a large Linux "ext4" partition.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “Beginners Help”