Very interested Porteus, beautiful fast, but I can not to save the changes made during my sessions.
I tried to find the English forum, but without success.
Well, I had a little success: I learned to load a module!
So I have an installation called "frugal" on my hard drive.
a first partition (sda2) it is a Puppy Linux distribution,
the second (sda3) the Porteus.
the third are much larger backups of documents.
there is also a swap partiton (sda1)
Here's menu.lst grub, the two distributions start well:
Code: Select all
# menu.lst produced by grub4dosconfig-v1.7
color white/green yellow/blue white/black green/black
timeout 10
default 0
# Frugal installed Puppy
title Lupu 525 (sda2/puppy525)
find --set-root --ignore-floppies --ignore-cd /puppy525/initrd.gz
kernel /puppy525/vmlinuz psubdir=puppy525 pmedia=atahd pfix=fsck
initrd /puppy525/initrd.gz
title Lupu 525 (sda2/puppy525) RAM mode\nBoot up Puppy without pupsave
find --set-root --ignore-floppies --ignore-cd /puppy525/initrd.gz
kernel /puppy525/vmlinuz psubdir=puppy525 pmedia=atahd pfix=ram,fsck
initrd /puppy525/initrd.gz
title Porteus
root (hd0,2)
kernel /boot/vmlinuz
APPEND vga=791 changes=/porteus/ noauto copy2ram toroot
initrd /boot/initrd.xz
title Reboot computer
reboot
title Halt computer
halt
Well, that's all. I thought maybe it was specify the full path in grub 'porteussave.dat', ie instead of:
Code: Select all
changes=/porteus/ noauto copy2ram toroot
Code: Select all
changes=sda3/porteus/ noauto copy2ram toroot
Here, I hope I was clear despite my bad english, I thank you for reading this far!
I posted too in the french forum..
See you soon!