An open API service indexing awesome lists of open source software.

https://github.com/adamslevy/arch_zfs_notes

My notes for setting up an Arch Linux VM
https://github.com/adamslevy/arch_zfs_notes

Last synced: about 2 months ago
JSON representation

My notes for setting up an Arch Linux VM

Awesome Lists containing this project

README

        

# Arch Linux and ZFS Notes

This repo contains my notes for installing Arch Linux in two different ways using Virtual Box.

- `install.md` describes a basic install on a BIOS system.
- `install_zfs_root.md` describes how to install Arch Linux on a ZFS root filesystem using UEFI
firmware.

I made these notes for my own reference and I hope they can help you too.

## Disclaimer
These notes are ***not*** meant to serve as a complete how to guide to ZFS or Arch Linux.

These are notes and tips that are meant to supplement the
[Arch Wiki](https://wiki.archlinux.org/) and
[Forum](https://bbs.archlinux.org/).
Do ***not*** blindly follow these instructions. Both for the safety of your system
and in accordance with
[The Arch Way](https://wiki.archlinux.org/index.php/Arch_Linux#Principles),
if you don't understand what a step does I highly recommend that you stop and go look it up.

## Useful Links
Highly recommended reading.
- [Arch Wiki: Installation Guide](https://wiki.archlinux.org/index.php/installation_guide)
- [Arch Wiki: Beginners Guide](https://wiki.archlinux.org/index.php/beginners'_guide)
- [Arch Wiki: Getting and Installing Arch](https://wiki.archlinux.org/index.php/Category:Getting_and_installing_Arch)
- [Arch Wiki: FAQ](https://wiki.archlinux.org/index.php/Frequently_asked_questions)
- [Arch Wiki: ZFS](https://wiki.archlinux.org/index.php/ZFS)
- [Arch Wiki: Archiso](https://wiki.archlinux.org/index.php/archiso)
- [Arch Wiki: Installing Arch Linux on ZFS](https://wiki.archlinux.org/index.php/Installing_Arch_Linux_on_ZFS)
- [ZFS on Linux Webpage](http://zfsonlinux.org/)
- [ZFS on Linux GitHub](https://github.com/zfsonlinux/zfs)
- [Arch ZFS GitHub](https://github.com/archzfs/archzfs)