[01:44] hey folks, I accidentally on purpose deleted all intramfs files on my Ubuntu 22.04 and the darn thing still boots, may I know why? [01:45] it's a very cool feature but I'd like to understand why. [01:46] or how it is accomplished === chris14_ is now known as chris14 [02:02] esv, https://manpages.ubuntu.com/manpages/focal/en/man8/update-initramfs.8.html [02:03] esv your initramfs files are analogous to the "source code", that this tool builds and installs into your bootloader. Bit more complicated than that but that's a basic way to understand it. [02:04] right, but if I delete them from /boot, how's the machine still starting. [02:17] esv, again, the stuff in /boot is just the source. update-initramfs installs the image into the UEFI firmware, and BIOS loads that directly. Google initramfs and EFI for more details, I'm far from an expert in this, and there's more than one way to do it. [02:23] right, but every other OS I've tested fails to boot if initramfs/initrd is not present in /boot, even Ubuntu 18.04. [02:23] thanks, I'll dig further. [04:51] esv: if you wish, send us the output of these commands: (cat /proc/cmdline; sudo cat /boot/grub/grub.cfg; sudo lsblk -fe7; df -h; sudo find /boot -ls) | nc termbin.com 9999 [11:03] https://termbin.com/niak [11:03] alkisg, thnx [11:06] ahhhhh! it is taking the initrdfail path [11:08] err, initrdless option [11:08] pretty nifty === philroche_ is now known as philroche [19:22] I chmod -R 777 to open permissions for something and it doesn't change it from 444 [19:22] I chattr -i -R and I get an error [19:56] lunatiq: I suggest you start by stating what you're actually trying to achieve. See https://xyproblem.info/ [19:58] I'm trying to open permissions so I can edit a file. For some reason .nfs files are being created at the same time the hacked file is being edited. [19:59] its happening every millisecond [20:00] heh, take a few more steps back.. [20:05] I can't change permission and Im root [20:16] pastebin the commands that you're running and the error output you get? [20:22] I don't get any error from chmod -R 7777 /dir [20:22] 777 [20:45] lunatiq: alright, and namei -l /dir ?