Page 1 of 1

Issue encountered when moving an installation - Solved

Posted: Tue Dec 17, 2024 10:53 am
by oliverjames

While doing maintenance on my computer recently I moved a folder containing my BookwormPup frugal install (see image below). There were some errors flagged but unfortunately I didn't note them down.

Now I can Grub boot the system from sdc8 but it opens as a fresh install with none of my configuration changes. In addition, when I try to save, the software wants to put the save folder in the former sdc4 directory.

Please tell me if there's a script edit I can make, either to recover my previous configuration, or to start again with a save folder in the new partition.

Thank you

Screenshot_2024-12-17_11-50-15.png
Screenshot_2024-12-17_11-50-15.png (116.99 KiB) Viewed 176 times

Re: Issue encountered when moving an installation

Posted: Tue Dec 17, 2024 4:25 pm
by d-pupp
oliverjames wrote: Tue Dec 17, 2024 10:53 am

While doing maintenance on my computer recently I moved a folder containing my BookwormPup frugal install (see image below). There were some errors flagged but unfortunately I didn't note them down.

Now I can Grub boot the system from sdc8 but it opens as a fresh install with none of my configuration changes. In addition, when I try to save, the software wants to put the save folder in the former sdc4 directory.

Try adding psave="UUID of sdc8" to your grub config. (without the quotes) This will tell BookwormPup where to find your save folder.

Code: Select all

lsblk -f

Will give you the UUID


Re: Issue encountered when moving an installation

Posted: Tue Dec 17, 2024 9:11 pm
by oliverjames
d-pupp wrote: Tue Dec 17, 2024 4:25 pm
oliverjames wrote: Tue Dec 17, 2024 10:53 am

While doing maintenance on my computer recently I moved a folder containing my BookwormPup frugal install (see image below). There were some errors flagged but unfortunately I didn't note them down.

Now I can Grub boot the system from sdc8 but it opens as a fresh install with none of my configuration changes. In addition, when I try to save, the software wants to put the save folder in the former sdc4 directory.

Try adding psave="UUID of sdc8" to your grub config. (without the quotes) This will tell BookwormPup where to find your save folder.

Code: Select all

lsblk -f

Will give you the UUID

That was already in place, however I found the solution, which was to edit the "SAVESPEC" file swapping the old uuid for the new one. All now works perfectly.