ってな訳でLinux使うときは仮想PCとなる訳ですが、自分はVMwarePlayerを愛用しています。
オープンソース思想なんて無いのでこだわりはありません。
んで仮想PCは実機じゃないのでCDやらUSBメモリみたいにぽんと入れてしまえば起動するブートメディアの出来上がり、とは簡単にはいきません。
なので簡単に使えるようにvmware用のvmxファイルを晒しておきます。
このテキストファイル一つがあればCDブート出来るようになるので
Puppy使いには何かと重宝かも。

この画像だとCD Boot OS.vmxってなってます。
下の赤文字のisoファイル名を書き換えれば他のCDブートLinuxでも使えます。多分。
古いLinuxの場合は青文字の所など細かいところは修正する必要があるかも?
vmxのファイル名を他に変えた場合は緑文字の所を統一させるとすっきり
↓ここから下をコピペして保存
.encoding = "Shift_JIS"
displayName = "CD Boot OS"
guestOS = "other26xlinux"
config.version = "8"
memsize = "256"
virtualHW.version = "7"
virtualHW.productCompatibility = "hosted"
nvram = "CD Boot OS.nvram"
extendedConfigFile = "CD Boot OS.vmxf"
ide0:0.present = "FALSE"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-image"
ide1:0.fileName = "puppy-4.1.2-k2.6.25.16-seamonkey.iso"
floppy0.startConnected = "FALSE"
floppy0.present = "FALSE"
ehci.pciSlotNumber = "35"
ehci.present = "TRUE"
ethernet0.pciSlotNumber = "33"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:11:b8:75"
ethernet0.generatedAddressOffset = "0"
usb.present = "TRUE"
usb.pciSlotNumber = "32"
sound.pciSlotNumber = "34"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
mks.enable3d = "TRUE"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
vmci0.pciSlotNumber = "36"
vmci0.id = "-1783849605"
roamingVM.exitBehavior = "go"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"
uuid.location = "56 4d b8 2e 0e bf ed a2-c2 48 41 87 55 11 b8 75"
uuid.bios = "56 4d b8 2e 0e bf ed a2-c2 48 41 87 55 11 b8 75"
tools.syncTime = "FALSE"
vmotion.checkpointFBSize = "134217728"