LeithR wrote: Tue Jun 28, 2022 7:15 pm
Bigpup,
Thanks for your response, how do I burn a ,iso to a USB memory stick?
You shouldn't need to if Slacko64-8.3.1, now on your DVD, boots. Just install grub2config-2.0.1 from here, https://www.forum.puppylinux.com/viewtopic.php?t=3360 into your running Slacko64-8.3.1 and Restart-x (AKA Graphical Server) which you'll see when you click Menu>Exit. Your Puppy will re-catalog what applications make up its 'System in RAM'.
Run Menu>Setup>System>gparted to restructure your hard-drive, deleting Windows Vista, creating a small (200 Mb <) 1st partition formatted Fat32, and the rest of your hard-drive however you want but with a Linux Ext3 or Linux Ext4 partition on which you will locate (copy) you Slacko's system files from your DVD. System files consist of initrd.gz, vmlinuz, puppy_slacko_8.3.1.sfs, and all other 'sfses' such as zdrv_slacko64_8.3.1.sfs and fdrv_slacko64_8.3.1.sfs. Best to place them in a named folder (e.g., Slacko648) to keep track of what's going on. [Also makes it easy to try-out other Puppys or upgrade Slacko64-9 if and when there is one. All a Puppy needs is its own folder].
Then follow the instructions for using grub2config. It will create a bootloader and a 'menu' named grub.cfg. grub2config will find your 'frugal' Slacko and place it on that menu.
As your computer predates UEFI, you can probably skip installing grub2config and get by with grub4dos if it's on Slacko's menu: Menu>Setup>grub4dos. The instructions for formatting the drive and locating the system files in a folder remain the same.
But if you still need or want to burn a ISO to a USB-Key, then I recommend that before you wipe Vista from the hard-drive you follow the instructions here: https://www.forum.puppylinux.com/viewto ... 522#p40522
Or you can use grub2config in the same way to 'burn' any* Puppy to a USB-Key. If you hadn't already 'unpacked' the ISO by burning it to a DVD, the only difference would that that in order to obtain your system files you would have to [download an ISO and] mount it by Left-Clicking it.
Or you could use FrugalPup's StickPup module. It will also create a grub2 bootloader with a grub.cfg file on your USB-Key.
Whether you use grub4dos or grub2config as your boot-loader, you may want to consider making the following changes to a hard-drive 'install'. By default, when Puppys boot from a hard-drive they use PupMode 12. Changes will automatically be written to your SaveFile/Folder. When they boot from a USB-Key, the use PupMode13: Changes are only written to a SaveFile/Folder manually (by clicking the Save icon on the desktop) or by Clicking the "Save" option which will appear when you Shutdown/Reboot. You can "trick" Puppys on a Hard-drive into behaving as if they were on a USB-Key by making these changes:
If using grub4dos as boot-loader, Edit Menu.lst to include or read the pmedia argument to be pmedia=ataflash. E.g:
kernel /Slacko648/vmlinuz psubdir=/Slacko648 pmedia=ataflash pfix=fsck
If using grub2config, edit its grub.cfg to read:
linux /Slacko648/vmlinuz psubdir=/Slacko648 pmedia=ataflash pfix=fsck
Reboot and open Menu>System>Puppy Event Manager, click the Save Sessions Tab and set the Save Interval to 0/zero. Put a check in the 'Ask at shutdown' box. [Otherwise it doesn't ask: just saves]. With those changes, at shutdown you'll be asked if you want to Save. The Save button will be highlighted, making that choice easy. But the default routine is 'No Save'. You can walk away and your computer will shutdown or reboot in 60 seconds without Saving.
* Any Puppy: EasyOS and Puli are not really Puppys. And this forum supports other small OSes which also aren't Puppys.