On Thu, 2026-05-07 at 11:47 -0400, Robert McBroom via users wrote: > F44 server netinstall fails to complete. Tried letting the automatic > drive allocation on a sufficiently large partition. A /boot and /root > partitions were created and 16G copied to the /root. Errored. Would not > report the error. The files in /boot seem to be complete but will not load.
"/root" is the homespace for the root user (when you "su" to the super user usually known as "root"). It'll contain few things like the bash config file for root, and any files created as root (I put some post- install notes in there as reminders). "/home" is where the homespaces for ordinary users go (e.g. "/home/tim"). "/" is the very top of the directory tree, it's where everything on the system goes inside. It maybe referred to as the sysroot or system root by various people, but it's name is just "/" (the slash by itself). -- uname -rsvp Linux 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 (yes, this is the output from uname for this PC when I posted) Boilerplate: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are posted to the mailing list. -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
