pup_400.sfs not found.Dropping out to initial-ramdisk consol

Booting, installing, newbie
Post Reply
Message
Author
ameyjah
Posts: 5
Joined: Tue 14 Oct 2008, 12:42

pup_400.sfs not found.Dropping out to initial-ramdisk consol

#1 Post by ameyjah »

I am getting following error while trying to boot into puppy (macpup dingo)

Code: Select all

pup_400.sfs not found. Dropping out to initial-ramdisk console...
/bin/sh: can't access tty: job control turned off 
That file is present on my cd rom. I have read solution somewhere that we have to chage boot option. But I dont know the exact solution and please tell me where to apply the boot option code

At boot choice, I am getting following boot option



Code: Select all

root=/dev/ram0 pmedia=idecd
I have tried following code with no luck

Code: Select all

 root=/dev/ram0 pmedia=idecd ide=nodma 
please tell me the exact solution

Bruce B

#2 Post by Bruce B »

For all I know macpup could be different. But 4.00 didn't use the root=/dev/ram0 option. In its place was nothing, simply eliminated.

For a frugal install, I think something like this would work, if installed on hd2,0 and in a directory called macpup

Code: Select all

title Macpup Dingo (hd2,0) frugal
 rootnoverify (hd2,0)
 kernel /macpup/vmlinuz pmedia=idehd psubdir=macpup layerfs=aufs 
 initrd /macpup/initrd.gz  

ameyjah
Posts: 5
Joined: Tue 14 Oct 2008, 12:42

#3 Post by ameyjah »

man I dont want frugal install, I need to install puppy in normal way.

Can you tell me any other solution to this problem

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#4 Post by Béèm »

From which device do you boot?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

ameyjah
Posts: 5
Joined: Tue 14 Oct 2008, 12:42

#5 Post by ameyjah »

bootable puppy cd

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#6 Post by Béèm »

So you mean a macpup CD.
Is this your first boot or did you boot successfully earlier and do you have a pup_save (or what ever it's called in macpup)

In fact the people who develop derivatives have a separate forum for their product.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#7 Post by MU »

there might be a timining problem with some drivers.
When you are dropped to the ramdisk console, please type:

. /init

Important is the dot followed by a space.
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

ameyjah
Posts: 5
Joined: Tue 14 Oct 2008, 12:42

#8 Post by ameyjah »

yeah for the first time I am using Macpup, but I do have another distro (ubuntu) installed. And its my first boot , so i dont have any save file.

let me show you the output of . /init

ameyjah
Posts: 5
Joined: Tue 14 Oct 2008, 12:42

#9 Post by ameyjah »

if i press .\ init at # prompt then it again restarts the booting process and noting happens

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#10 Post by MU »

. /init

not
.\ init

Important:
dot space slash init

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

jenciso
Posts: 7
Joined: Sun 30 Nov 2008, 19:31
Location: Uruguay, Montevideo

pup410.sfs not found. Dropping out to initial-ramdisk consol

#11 Post by jenciso »

Hi

I've tried several boot options, but still can't pass this issue.

I'm starting up from puppy410 live-cd (burned from puppy-4.1-k2.6.25.16-seamonkey.iso) which actually works fine as livecd on another computer (PIII HP OmnibookXE2).
After booting bios, ask for kernel options (tried everything I think), it goes:

Code: Select all

loads kernel drivers need to access disk drives... done
Searching for Puppy files in computer disk drives...[color=red]pup410.sfs not found. Dropping out to initial-ramdisk console...[/color]
/bin/sh: can't access tty; job control turned off
#
I suppose that if I set puppy pfix=ram it shouldn't go looking for Puppy files in disk...(?) Specially it's just formatted and empty.

I've tried this

Code: Select all

. /init
but it just starts over...

any idea??????

thanks
/javier[/code]

I'v found this thread to, but won't work:
http://www.murga-linux.com/puppy/viewto ... 643#253643

User avatar
Fossil
Posts: 1157
Joined: Tue 13 Dec 2005, 21:36
Location: Gloucestershire, UK.

#12 Post by Fossil »

Pentium-S/133/32RAM
rcrsn51 has already answered your question, here:
http://www.murga-linux.com/puppy/viewto ... 643#253643
Add more RAM and a swap partition.
(please read) :wink:

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#13 Post by Béèm »

Jenciso, please read carefully.

It's ./init not . /init
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

jenciso
Posts: 7
Joined: Sun 30 Nov 2008, 19:31
Location: Uruguay, Montevideo

#14 Post by jenciso »

Béèm wrote:Jenciso, please read carefully.

It's ./init not . /init
Dear Béèm... I'll try not to shout. I'll answer with a whisper quoting Mark:
. /init

not
.\ init

Important:
dot space slash init

Mark

I've tried your alternative too... same thing.

Fossil and rcrsn51
I recon it's a very tiny Ram... BUT is this the issue? I can imagine that if Puppy starts to with a "how much ram is installed"-check, then it whould say: "Oh, no... I can't make it with your 32 mb!" or something like this.. no?

Sorry if I sound sarcastic, just trying to make some sense here:
It's telling me that it can't find this file.
I'm telling it should not try to find it (pfix=ram)
It's an old machine (that's why I'm not installing Vista on it ;-) I'm going for Puppy)
I've making half through an Ubuntu 5.10 install (before I got out of ram) but it did make a partition and a swap on the disk.

SO, returning to my question: if I figure out how to get more ram to this old machine, is this problem resolved with that?

gracias
/javier
sorry my bad English
(and thank you for answering!)

[/quote]

renatogui
Posts: 18
Joined: Tue 23 Sep 2008, 12:57

it is not a RAM matter

#15 Post by renatogui »

javier,

I am trying to boot from usbflash starting from a floppy using wakepup2.
There is no usb boot option in setup. That is why I am using floppy.
I am having exactly the same kernel message about not finding pup_410.sfs (my derivative is NOP 4.10 r1).

I have 256MB ram. So memory is not your problem.
My english is worse than yours.

renato

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#16 Post by Béèm »

jenciso,
I inversed indeed the two annotations. It's the other way round.
I just took a bigger font as with the normal font it wasn't very clear to see, at least for me and maybe others. That's not shouting.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Post Reply