Hi everyone,
I am trying out S15Pup64 and encounter a very long delay when booting. It takes minutes before booting continues while the screen shows "loading initrd.gz". The boot is eventually succesful but after a long time.
I do this on an older Dell Latitude E5500, 4Gb ram.
I did download the following iso:
DISTRO_NAME="S15Pup64"
#version number of this distribution:
DISTRO_VERSION=22.12
On my HD partition (ext4) I put all the files from the iso in a folder called "s15" (so it is a frugal install)
Then I added an entry in my existing grub.cfg:
menuentry "Puppy S15" {
insmod ext2
search --no-floppy --fs-uuid --set=root 5c702df6-3bb2-44d1-90ec-4bfafc76695e
echo "Loading vmlinuz"
linux /s15/vmlinuz pmedia=atahd pdrv=puppies psubdir=/s15 pfix=nocopy,fsckp TZ=CET-1CEST,M3.5.0,M10.5.0/3
echo "Loading initrd.gz"
initrd /s15/initrd.gz
}
I have two other, almost identical entries for Bookworm64 and Fossapup64 in that grub.cfg. These puppies load without a delay.
What am I doing wrong? Did I skip some steps?
Btw. I also had that problem with another distro, if I remember well it was with KLV-Airedale
Thanks
Ronny