Author Topic: PCLOS 2010 Live USB & Init: no more processes left in this runlevel {SOLVED }  (Read 1374 times)

Offline mikebartnz

  • New Friend
  • *
  • Posts: 8
Hi there all
I have used PCLinuxOS Live USB Creator to create a KDE live USB from an ISO and on shut down or reboot just after "Syncing with the hardware clock" or similar I get "Init: no more processes left in this runlevel".
I have done the same with LXDE without this problem.
I have searched the net with no joy so far.  Any help would be much appreciated.
« Last Edit: March 04, 2011, 03:20:31 PM by mikebartnz »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6849
  • MLU
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #1 on: March 02, 2011, 06:28:19 AM »
Hi there all
I have used PCLinuxOS Live USB Creator to create a KDE live USB from an ISO and on shut down or reboot just after "Syncing with the hardware clock" or similar I get "Init: no more processes left in this runlevel".
I have done the same with LXDE without this problem.
I have searched the net with no joy so far.  Any help would be much appreciated.

Did you use the latest ISO .....  2010.12 ?

Can you post the menu.lst entry for that boot option (KDE)?

Offline mikebartnz

  • New Friend
  • *
  • Posts: 8
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #2 on: March 02, 2011, 10:45:54 PM »
Did you use the latest ISO .....  2010.12 ?

Can you post the menu.lst entry for that boot option (KDE)?
Not too sure about the ISO but it was pclinuxos-kde-2010.iso. I suspect it is the first 2010.

Menu.1st is

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
 
title   KDE
kernel (hd0,0)/KDE_0/vmlinuz livecd=KDE_0 fromusb root=UUID=84a5508c-2a93-4171-b552-362a65c548e8 acpi=on vga=791 splash=silent
initrd (hd0,0)/KDE_0/initrd.gz
 
title  KDE with Persistence
kernel (hd0,0)/KDE_0/vmlinuz livecd=KDE_0 fromusb root=UUID=84a5508c-2a93-4171-b552-362a65c548e8 acpi=on fstab=rw,noauto vga=791 changes_dev=UUID=84a5508c-2a93-4171-b552-362a65c548e8 splash=silent
initrd (hd0,0)/KDE_0/initrd.gz

title   KDE with Copy to RAM
kernel (hd0,0)/KDE_0/vmlinuz livecd=KDE_0 fromusb copy2ram root=UUID=84a5508c-2a93-4171-b552-362a65c548e8 acpi=on vga=791 splash=silent
initrd (hd0,0)/KDE_0/initrd.gz

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6849
  • MLU
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #3 on: March 03, 2011, 03:13:50 AM »
Your menu entries look correct, so I would suspect that the shutdown/reboot problem is due to the ISO.


If you have space on that USB stick, maybe install a 2010.12 ISO alongside the present KDE and do a comparison?

regards

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #4 on: March 03, 2011, 03:45:55 AM »
Hi,
Quote
"Init: no more processes left in this runlevel"

This is not a problem for itself (unless you notice other wrong things, in example system hangs), it's only an informative message that at some point
of the shutdown process all services have been stopped.
Probably a phrase like "Init: no more active services (cups, ssh, sound ....) left in this runlevel" would sound better this days,
but this phrase come from more or less 30 years ago ... early Unix Systems...

AS

Offline mikebartnz

  • New Friend
  • *
  • Posts: 8
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #5 on: March 03, 2011, 02:05:23 PM »
Hi,
Quote
"Init: no more processes left in this runlevel"

This is not a problem for itself (unless you notice other wrong things, in example system hangs), it's only an informative message that at some point
of the shutdown process all services have been stopped.
Probably a phrase like "Init: no more active services (cups, ssh, sound ....) left in this runlevel" would sound better this days,
but this phrase come from more or less 30 years ago ... early Unix Systems...

AS
The problem is it never finishes the shut down or reboot.
I will download the latest ISO and give it a try.

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1535
    • PCLinuxOS.nl
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #6 on: March 03, 2011, 02:19:55 PM »
Try this:
move fromusb to the end of the kernel line.
remove fromusb from the Copy to Ram item.

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6849
  • MLU
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #7 on: March 03, 2011, 02:39:44 PM »
Hi,
Quote
"Init: no more processes left in this runlevel"

This is not a problem for itself (unless you notice other wrong things, in example system hangs), it's only an informative message that at some point
of the shutdown process all services have been stopped.
Probably a phrase like "Init: no more active services (cups, ssh, sound ....) left in this runlevel" would sound better this days,
but this phrase come from more or less 30 years ago ... early Unix Systems...

AS
The problem is it never finishes the shut down or reboot.
I will download the latest ISO and give it a try.

IIRC, the shutdown/reboot sequence is actually finished except for the final command.
It was due, as I recall, to the incorrect 'halt' file being used when running on USB.
It would shut down correctly if running on CD.

After it was discovered, later ISOs used the correct halt file.

If the problem is as I believe then using a later ISO should fix it.

regards.

Offline mikebartnz

  • New Friend
  • *
  • Posts: 8
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #8 on: March 03, 2011, 10:52:49 PM »
Thank you good people the latest ISO did the trick. :)

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6849
  • MLU
Re: PCLOS 2010 Live USB & Init: no more processes left in this runlevel
« Reply #9 on: March 04, 2011, 01:18:33 AM »
Thank you good people the latest ISO did the trick. :)

Glad you are sorted  ;)

Please "Modify" your first post and edit the title to add [SOLVED], thank you.

regards.