Last active
August 14, 2017 14:38
-
-
Save ChrisCarini/a6849d7897199decb56d9c49b4939568 to your computer and use it in GitHub Desktop.
Revisions
-
ChrisCarini revised this gist
Aug 14, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,4 +20,7 @@ Manual root filesystem specification: . Yield 1 second (for background tasks) <empty line> Abort manual input mountroot> ? List of GEOM managed disk devices: diskid/DISK-WD-WXL1C10H1292s1b diskid/DISK-WD-WXL1C10H1292s1a diskid/DISK-WD-WXL1C10H1292s1 ada0s1b ada0s1a diskid/DISK-WD-WXL1C10H1292s1 ada0s1 ada0 -
ChrisCarini created this gist
Aug 14, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ Trying to mount root from ufs:/dev/ad4s1a [rw]... mountroot: waiting for device /dev/ad4s1a... Mounting from ufs: /dev/ad4s1a failed with error 19. Loader variables: vfs.root.mountfrom=ufs:/dev/ad4s1a vfs.root.mountfrom.options=rw Manual root filesystem specification: <fstype>:<device> [options] Mount <device> using the filesystem <fstype> and with the specified (optional) option list. eg. ufs:/dev/da0s1a zfs:tank cd9660:/dev/cd0 ro (which is equivalent to: mount -t cd9600 -o ro /dev/cd0 /) ? List valid disk boot devices . Yield 1 second (for background tasks) <empty line> Abort manual input mountroot>