diff options
| author | D. Delmar Davis <don@suspectdevices.com> | 2021-01-23 08:13:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 08:13:39 -0800 |
| commit | 5e77078c185bee037a80e20ba708aa7ec8d2e800 (patch) | |
| tree | b76acc0d63adcc236948ebfcac762864883ff25c | |
| parent | 638980fd6e29cff4fe02bc4270d32c5d2eb8bde3 (diff) | |
Create README.md
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a59b77 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Joey Rebuild # +An edgy server. Joey has 3 main jobs. Stage web content to be pushed or synced to external servers. Provide replication for the lan file servers disks. Provide container space both for lan/wan/edge services and to back up those provided by the file server. + +## Ubuntu 20.04 + zfs root on the Hp z400. +Someday this will not be so hard :) +As much as I like this little workhorse the bios on it kind of sucks. No UEFI. No booting from the on board raid. No booting from the external raid controller. + +Tried to install the zfs root but the current installer only works with UEFI based bios's but much like the 18.04 install using the half baked on board controller it installs just fine but won't boot. So like the last install I just installed a minimal system and enough zfs tools to detect the installation and let grub find it. (then edit /etc/grub/default to boot to the zfs option and update-grub) + +Then I added the mirror partitions. I didn't bother with the boot partitions on the mirror disk since they didn't work anyway. + +Disk Layout. + +### linkdump +* [https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html#rescuing-using-a-live-cd](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html#rescuing-using-a-live-cd) +* [https://gist.github.com/yorickdowne/a2a330873b16ebf288d74e87d35bff3e](https://gist.github.com/yorickdowne/a2a330873b16ebf288d74e87d35bff3e) +* [https://saveriomiroddi.github.io/Installing-Ubuntu-on-a-ZFS-root-with-encryption-and-mirroring/#cloning-the-efi-partition](https://saveriomiroddi.github.io/Installing-Ubuntu-on-a-ZFS-root-with-encryption-and-mirroring/#cloning-the-efi-partition) +* [https://www.reddit.com/r/linuxadmin/comments/j8qzdq/install_ubuntu_server_2004_on_a_zfs_root/](https://www.reddit.com/r/linuxadmin/comments/j8qzdq/install_ubuntu_server_2004_on_a_zfs_root/) +* [https://www.medo64.com/2020/04/installing-uefi-zfs-root-on-ubuntu-20-04/](https://www.medo64.com/2020/04/installing-uefi-zfs-root-on-ubuntu-20-04/) + +##### lxd setup. +* https://linuxcontainers.org/lxd/docs/master/storage +* |
