You are not logged in.
The zpool import runs into an out of memory error during boot.
I don't need the zpool as arch is sitting on a separate SSD.
How do I prevent the import of the zfs devices on boot in order to salvage the situation?
Last edited by theking2 (2016-01-20 19:43:06)
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
Try booting into rescue mode (https://wiki.archlinux.org/index.php/Sy … escue_mode) and disabling zfs.target (systemctl disable zfs.target)
Offline
Please try the following -
ok boot -m milestone=none
Password: superDuperSecret
# mount -o remount,rw /
# mv /etc/zfs/zpool.cache /etc/zfs/zpool.cache.bad
# reboot
Offline