[01:17] hi. i'm getting a lot of these messages: [1384111.170887] init: Failed to spawn startpar-bridge (mountall-net--stopped) main process: unable to change root directory: No such file or directory [01:17] is there any way i can stop this without having to reboot? [05:07] anyone here? [05:07] just lookin for some help. [12:16] hi [12:17] I'd like to understand linux systems better, and for this I'm trying to build a filesystem. [12:18] it means I need to understand how linux boots up. [12:19] well. grub2 handles the bootup into the linux. linux initializes itself then calls /sbin/init [12:21] I'd like to try something like: bash+init+linux+grub today. [12:21] Cheery: calls init from initramfs ( https://wiki.ubuntu.com/Initramfs ) which mounts root filesystem and then exec /sbin/init from the new root fs. [12:21] xnox: so I also need initframfs [12:23] Cheery: one can have busybox-static in the initramfs, thus your initramfs can already have shell. And the init in initramfs is no more than just a very long shell script. See the wiki page I linked to, on how to unpack ubuntu's initramfs. [12:24] Cheery: thus for a minimal testing you only need: grub + linux (kernel img + initramfs) [12:24] nice [12:26] I'll try figure out the rest on my own. === SpamapS_ is now known as SpamapS === hatchetation_ is now known as hatchetation === crank_ is now known as crank