Skip to content

Instantly share code, notes, and snippets.

@ChrisCarini
Last active August 14, 2017 14:38
Show Gist options
  • Select an option

  • Save ChrisCarini/a6849d7897199decb56d9c49b4939568 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisCarini/a6849d7897199decb56d9c49b4939568 to your computer and use it in GitHub Desktop.

Revisions

  1. ChrisCarini revised this gist Aug 14, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion pfsense-boot-screen-after-2.4.0-BETA
    Original 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>
    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
  2. ChrisCarini created this gist Aug 14, 2017.
    23 changes: 23 additions & 0 deletions pfsense-boot-screen-after-2.4.0-BETA
    Original 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>