booting - init: applet not found kernel panic

Booting, installing, newbie
Post Reply
Message
Author
Duke Togo
Posts: 2
Joined: Wed 19 Aug 2009, 10:15

booting - init: applet not found kernel panic

#1 Post by Duke Togo »

Hi

I partitioned my HD into two sections - I already have ubuntu on sda 1 (and a swap) and then installed puppy linux onto /dev/sda3
I then added the following instruction (from the final part of the puppy install process) to the bottom of /boot/grub/menu.lst in ubuntu and saved:

title Puppy Linux 421 full install on sda3
root (hd0,2)
kernel /boot/vmlinuz root=/dev/dsa3 pmedia=atahd nosmp

when pressing esc on grub loading the Puppy Linux 421 full install on sda 3 is there but when selected this happens:

Unlzmaing Linux.........done
Booting the kernel
init: applet not found
kernel panic - not syncing:
Attempting to kill init!

Any ideas what the problem is here?
Thanks

User avatar
gposil
Posts: 1300
Joined: Mon 06 Apr 2009, 10:00
Location: Stanthorpe (The Granite Belt), QLD, Australia
Contact:

#2 Post by gposil »

kernel /boot/vmlinuz root=/dev/dsa3 pmedia=atahd nosmp
Should be kernel /boot/vmlinuz root=/dev/sda3 pmedia=atahd nosmp

Just a typo
[img]http://gposil.netne.net/images/tlp80.gif[/img] [url=http://www.dpup.org][b]Dpup Home[/b][/url]

Duke Togo
Posts: 2
Joined: Wed 19 Aug 2009, 10:15

#3 Post by Duke Togo »

sorry my post was a typo :oops:

the menu.lst reads sda3 which is correct
the reason must be something else

User avatar
gposil
Posts: 1300
Joined: Mon 06 Apr 2009, 10:00
Location: Stanthorpe (The Granite Belt), QLD, Australia
Contact:

#4 Post by gposil »

Try this and report what happens

kernel /boot/vmlinuz root=/dev/sda3 ro

.
[img]http://gposil.netne.net/images/tlp80.gif[/img] [url=http://www.dpup.org][b]Dpup Home[/b][/url]

Post Reply