Comment 96 for bug 543506

Revision history for this message
Lynnos (lynnos) wrote :

I try to PXE boot ubuntu 10.04,it shows runlevel is unknown

initctl list:

mountall-net stop/waiting
rc stop/waiting
rsyslog start/running
test stop/waiting
tty4 stop/waiting
udev start/running, process 4296
upstart-udev-bridge start/running, process 4291
console-setup stop/waiting
hwclock-save stop/waiting
plymouth-log stop/waiting
tty5 stop/waiting
plymouth stop/waiting
ssh start/running, process 4298
control-alt-delete stop/waiting
hwclock stop/waiting
network-manager stop/waiting
module-init-tools stop/waiting
cron stop/waiting
mountall stop/waiting
plymouth-stop stop/waiting
rcS stop/waiting
mounted-varrun stop/waiting
rc-sysinit stop/waiting
tty2 stop/waiting
udevtrigger stop/waiting
mounted-dev stop/waiting
tty3 stop/waiting
udev-finish stop/waiting
hostname stop/waiting
mountall-reboot stop/waiting
mountall-shell stop/waiting
mounted-tmp stop/waiting
network-interface (lo) start/running
network-interface (eth0) start/running
network-interface (eth1) start/running
plymouth-splash stop/waiting
tty1 stop/waiting
udevmonitor stop/waiting
dmesg stop/waiting
network-interface-security start/running
procps stop/waiting
tty6 stop/waiting
ttyS0 stop/waiting

if I change I try to PXE boot ubuntu 10.04,it shows runlevel is unknown

initctl list:

mountall-net stop/waiting
rc stop/waiting
rsyslog start/running
test stop/waiting
tty4 stop/waiting
udev start/running, process 4296
upstart-udev-bridge start/running, process 4291
console-setup stop/waiting
hwclock-save stop/waiting
plymouth-log stop/waiting
tty5 stop/waiting
plymouth stop/waiting
ssh start/running, process 4298
control-alt-delete stop/waiting
hwclock stop/waiting
network-manager stop/waiting
module-init-tools stop/waiting
cron stop/waiting
mountall stop/waiting
plymouth-stop stop/waiting
rcS stop/waiting
mounted-varrun stop/waiting
rc-sysinit stop/waiting
tty2 stop/waiting
udevtrigger stop/waiting
mounted-dev stop/waiting
tty3 stop/waiting
udev-finish stop/waiting
hostname stop/waiting
mountall-reboot stop/waiting
mountall-shell stop/waiting
mounted-tmp stop/waiting
network-interface (lo) start/running
network-interface (eth0) start/running
network-interface (eth1) start/running
plymouth-splash stop/waiting
tty1 stop/waiting
udevmonitor stop/waiting
dmesg stop/waiting
network-interface-security start/running
procps stop/waiting
tty6 stop/waiting
ttyS0 stop/waiting

I do a little change in /etc/init/rc-sysinit.conf

from
start on filesystem and net-device-up IFACE=lo

to
start on filesystem

runlevel is N 2

is there any final solution for this issue?