Big boys didnt work but what about puppy?

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
Solaris17
Posts: 46
Joined: Fri Mar 14, 2008 12:05 pm
Location: United States
Contact:

Big boys didnt work but what about puppy?

#1 Post by Solaris17 » Fri Sep 04, 2009 1:06 am

I wanted to add puppy its small and easy or so i thought. because of the few files to work with here is my .cfg entry

Code: Select all

LABEL puppy
  MENU label Puppy Linux 4.2.1
  KERNEL /pup/vmlinuz
  APPEND initrd=/pup/initrd.gz pmedia=cd BOOT_IMAGE=PUP_421.SFS PUP_421.SFS_dir=/pup
these things i added.

Code: Select all

BOOT_IMAGE=PUP_421.SFS PUP_421.SFS_dir=/pup
in an attempt to stop the (couldn not find puppy filesystem "PUP_421.SFS")

now the files included were

boot.cat
boot.msg
help.msg
initrd.gz
isolinux.bin
isolinux.cfg
logo.16
PUP_421.SFS
vmlinuz

now im trying to boot it in the /pup dir of my cd's root. however its not finding "PUP_421.SFS" and it drops to limited consol. iv tried everything under the sun really. putting all the files in / by themselves and having it try to boot off its own .cfg iv tried leaving everything in /pup except for PUP_421.SFS i put that in / and it still wouldnt find it. and the above code...well that also doesnt work. here is the isolinux.cfg from the orig pup iso

Code: Select all

default puppy
display boot.msg
prompt 1
timeout 80

F1 boot.msg
F2 help.msg

label puppy
kernel vmlinuz
append initrd=initrd.gz pmedia=cd
here is my exact error

Image

pretty simplistic but its giving me trouble. Is their an angel among you[/img]

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Sat Sep 05, 2009 4:12 am

Look at my post at: viewtopic.php?t=912
I think it will still work.
http://www.puppylinux.org/wiki/archives ... /bootparms
Post the contents of help.msg, if it doesn't work anymore.
these things i added.

Code: Select all

BOOT_IMAGE=PUP_421.SFS PUP_421.SFS_dir=/pup
I don't have any idea why you invented such parameters :? .
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Solaris17
Posts: 46
Joined: Fri Mar 14, 2008 12:05 pm
Location: United States
Contact:

#3 Post by Solaris17 » Sat Sep 05, 2009 6:54 am

i added them in an attempt to see if the DSL way would work. as for the other thread i just tried those adjustments and im still getting the same error in virtualbox and window VPC any ideas?

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#4 Post by Icecube » Sat Sep 05, 2009 7:08 am

The file PUP_421.SFS must be in lower case (pup_421.sfs). Linux is CaSeSenSitiVe for filenames.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Solaris17
Posts: 46
Joined: Fri Mar 14, 2008 12:05 pm
Location: United States
Contact:

#5 Post by Solaris17 » Sat Sep 05, 2009 8:38 am

sorry i was simply typing it using the exact case the file originally came in. my apologies for being so naive.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#6 Post by Icecube » Sat Sep 05, 2009 12:43 pm

It is a Windows "bug". It shows the filenames on a CD in uppercase (when they are 8 characters + 3 characters for the extension long). Extract iso's with 7zip, so the files have always the correct case.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Solaris17
Posts: 46
Joined: Fri Mar 14, 2008 12:05 pm
Location: United States
Contact:

#7 Post by Solaris17 » Sat Sep 05, 2009 2:57 pm

got ya thanks icecube your the man. it all works now. :)

Locked