| Author |
Message |
Ghost Dog

Joined: 27 Jan 2012 Posts: 44
|
Posted: Wed 04 Apr 2012, 06:18 Post subject:
Booting from USB, doesn't read save file? Subject description: Why for not working |
|
Hi everyone,
I'm running the latest Slacko, and when I save on logout, it creates a savefile, but it doesn't see it when I boot it from USB. The CD will see the save file, and load my saved desktop, but the USB doesn't for some reason, and it's fresh all over again.
Is this because my syslinux.cfg file ends with "pfix=copy"?
If I take that out, will it see the save file on my computer?
--------------------------------------------------------------------------------------
Way of the Samurai
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7758 Location: Stratford, Ontario
|
Posted: Wed 04 Apr 2012, 06:40 Post subject:
|
|
Does your syslinux.cfg file contain "pmedia=cd"? If so, change it to "pmedia=usbflash".
|
|
Back to top
|
|
 |
Ghost Dog

Joined: 27 Jan 2012 Posts: 44
|
Posted: Wed 04 Apr 2012, 07:57 Post subject:
|
|
Yes, it has "pmedia=cd".
It doesn't read save files for some reason.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7758 Location: Stratford, Ontario
|
Posted: Wed 04 Apr 2012, 08:04 Post subject:
|
|
| Ghost Dog wrote: | | Yes, it has "pmedia=cd".It doesn't read save files for some reason. |
OK. What happens when you change it to "pmedia=usbflash"?
|
|
Back to top
|
|
 |
Ghost Dog

Joined: 27 Jan 2012 Posts: 44
|
Posted: Wed 04 Apr 2012, 08:11 Post subject:
|
|
Whoops, I meant to write "pmedia=usbflash".
Sorry.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7758 Location: Stratford, Ontario
|
Posted: Wed 04 Apr 2012, 08:13 Post subject:
|
|
Please post your syslinux.cfg file.
Also, where is the save file located on the flash drive? At the root of the drive or in a folder?
|
|
Back to top
|
|
 |
Ghost Dog

Joined: 27 Jan 2012 Posts: 44
|
Posted: Wed 04 Apr 2012, 08:22 Post subject:
|
|
| Code: | default puppy
display boot.msg
prompt 1
timeout 50
F1 boot.msg
F2 help.msg
F3 help2.msg
label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=usbflash pfix=copy |
Pupsave is on the hard drive, sda1.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7758 Location: Stratford, Ontario
|
Posted: Wed 04 Apr 2012, 08:28 Post subject:
|
|
| Ghost Dog wrote: | | Pupsave is on the hard drive, sda1. |
Usually, if you boot off a flash drive, Puppy assumes that the pupsave file is there too.
Remove the "pmedia=usbflash" argument completely. Maybe Puppy will search farther for the pupsave.
|
|
Back to top
|
|
 |
mahaju

Joined: 11 Oct 2010 Posts: 455 Location: between the keyboard and the chair
|
Posted: Fri 06 Apr 2012, 08:52 Post subject:
|
|
if the save file is on the hard drive shouldn't it be pmedia = satahd (or whichever parameter represents the hard drive)?
I don't know in much detail about how the syslinux.cfg file works, but I remember when I used to boot puppy from USB, I had to give pmedia = satahd for it to detect the save file located on the hard disk (the hard disk had many partitions and the save file was on one of them, but puppy could detect that by itself).
If I didn't give this parameter puppy would load a fresh copy of itself since the USB did not contain any other extra information besides the puppy boot files
|
|
Back to top
|
|
 |
|