Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.41 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.41 KB

debian-jessie-zfs-root

Installs Debian GNU/Linux 8 Jessie to a native ZFS root filesystem using a Debian Jessie Live CD and ZFS packages from backports.org.

If you like this project, you may also want to try to install a Debian Stretch ZFS root system.

Usage

  1. Boot Jessie Live CD ('standard' edition)
  2. Login (user: user, password: live) and become root
  3. Setup network and export http_proxy environment variable (if needed)
  4. Run this script
  5. User interface: Select disks and RAID level
  6. Let the installer do the work
  7. User interface: install grub to all disks participating in the array
  8. User interface: enter root password and select timezone
  9. Reboot

Fixes included

Bugs

  • Booting via EFI has not been tested at all.
  • RAID10 Mirror with >= 6 disks fails to boot with grub, probably a grub bug. The (Virtualbox) BIOS does not detect more than 4 drives connected to a virtual SATA controller and therefore grub isn't able to access them. Operating the drives in a SCSI or mixed SATA/IDE/SCSI RAID10 configuration works fine, even with 6 or more drives.

Credits