Fix images

master
kts of kettek (nanomo) 2018-08-09 05:21:46 -07:00
parent 943dd234d6
commit 225277060b
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ The idea was to have three major partitions: Mac OS High Sierra, Arch Linux, and
The initial setup and install -- which took some time due to learning how to setup rEFInd and much fury at the more modern Disk Utility.app's insane pie chart partitioning system -- used HFS+ for High Sierra, ext4 for Arch, and HFS+ for the shared partition.
[![The Dreaded Pie Chart](zfs-macos-arch-linux-dual-boot/dreaded-pie-chart.png)](zfs-macos-arch-linux-dual-boot/dreaded-pie-chart.png)
[![The Dreaded Pie Chart](macos-linux-shared-zfs-homes/dreaded-pie-chart.png)](macos-linux-shared-zfs-homes/dreaded-pie-chart.png)
From Linux's perspective, the total partitions, with the important three noted, were:
@ -73,7 +73,7 @@ On Linux, I logged in as root, simply used the same */Users/* mount point and se
With all this in place -- and omitting some some minor mistakes along the way -- I safely rebooted back to Mac OS. However, upon attempting to login, it seemed the ZFS filesystem *Lyon/Users* was not mounted to */Users* when I logged in. After some research into the matter, it appeared that mounting ZFS volumes takes some time to actually mount. After some initial tries with some basic LaunchDaemon scripts, I discovered [ZFSLoadCheck](https://github.com/alexwasserman/ZFSLoadCheck), a rather simple LaunchAgent application that polls for a hidden dot file in the */Users* location and lets you know if it finds that file or not. It does so by showing a small dialog on the Login screen that updates about every 5 seconds to let you know if it is yet time to login.
[![ZFSLoadCheck](zfs-macos-arch-linux-dual-boot/ZFSLoadCheck.png)](zfs-macos-arch-linux-dual-boot/ZFSLoadCheck.png)
[![ZFSLoadCheck](macos-linux-shared-zfs-homes/ZFSLoadCheck.png)](macos-linux-shared-zfs-homes/ZFSLoadCheck.png)
After putting **ZFSLoadCheck**'s files into place, I rebooted between Mac OS and Arch Linux multiple times and was able to log in perfectly each time -- providing I waited a few moments for the ZFS volumes to actually mount.