I'm posting this just in case anyone else runs into similar troubles, or I do again and need a reference NOT on my server's wiki.
at some point I created an /etc/fstab entry like:
I'm not sure why it was "none" rather than "tmpfs" but:
dropping to shell and commenting out the offending line permitted successful reboot.
at some point I created an /etc/fstab entry like:
Code:
none /ram tmpfs rw,size=2147483648 0 0
I'm not sure why it was "none" rather than "tmpfs" but:
Code:
Starting file system checks:
Mounting local filesystems:mount: none: Operation not supported by device
Mounting /etc/fstab filesystems failed, will retry after root mount hold release
mount: none: Operation not supported by device
Mounting /etc/fstab filesystems failed, startup aborted
ERROR: ABORTING BOOT (sending SIGTERM to parent)!
dropping to shell and commenting out the offending line permitted successful reboot.