Re: init: illegal runlevel (null)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok. Reading the pivot_root man page (http://linux.die.net/man/8/pivot_root)

to change the root fs

mount /dev/hda1 /new-root
cd /new-root
pivot_root . old-root
exec chroot . sh <dev/console >dev/console 2>&1

So I changed
exec chroot . sh -c 'exec /sbin/init' <dev/console >dev/console 2>&1
to
exec chroot . sh <dev/console >dev/console 2>&1

I do not see any complains, but the /proc dir is empty now.

If I try to change run level though I get

telinit 5
telinit: Unable to send message: Connection refused

Thank you,
 Luca

On Thu, Dec 17, 2009 at 9:06 AM, Konstantin Svist<fry.kun@xxxxxxxxx> wrote:
On 12/17/2009 08:41 AM, Luca wrote:
#!/bin/bash
cd /tmp
mkdir newrootfs
mount rootfs.img newrootfs
cd newrootfs
mkdir oldrootfs
pivot_root . oldrootfs
exec chroot . sh -c 'exec /sbin/init' <dev/console >dev/console 2>&1

I can see the new root is rootfs, but still there is something not working. When I run the script I get the message

init: illegal runlevel (null)


It looks like you think /sbin/init does something other than what it really does.
http://www.fedorafaq.org/basics/#runlevel

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux