nomadbsd/NomadBSD

No IMG?

Stratos-Crimson opened this issue · 38 comments

Hello,
I made a VM with freebsd 13.1 and updated It.
I then git cloned the repo and ran ./build all.
It complained about some packages and I installed them.
After installing the packages, I ran ./build all again.
After It was completed, there was no nomadbsd.img file....

I have a similar issue, where i did,
./ build clean
./ build image
./build all
I got a unzip_img.img.
Try this, if this solves.

Thank you for your answer.
Did you change the name of the image in the build.cfg file?

No , i have't changed the name or did any modifications. Firstly, i wanted to create the nomadbsd.img without any changes.

Hi,

if there is no image, an error occured. You can save the output to a log file while building, and then post it here:

# sh -c './build all 2>&1' | tee /tmp/build.log

Alternatively, you can upload the log file to http://termbin.com/:

nc termbin.com 9999 < /tmp/build.log

Then post the URL here.

Thank you.
The first is for ZFS and the second for UFS. Both resulted in nothing.
I purposefully changed the URL of freebsd.com/ftp from http to https.
https://termbin.com/ha0y
https://termbin.com/4faq

What's the content of .failed-stage?

that had failed ports or something along those lines but when I rmed the file and ran ./build all again, It didn't appear again.

I rmed the folder, git cloned again, ran ./build clean, ./build image, ./build all and now there's a .failed-stage which says .
ARCH=amd64
__stage=install_packages
I have internet tho?

@nid1321, It didn't work.

Please run:

# ./build clean
# sh -c './build all 2>&1' | tee /tmp/build.log

Then send the log to termbin.com:

$ nc termbin.com 9999 < /tmp/build.log

Done.
termbin didn't work. Perhaps because of how huge the file was.
https://0x0.st/ogoS.log

Hell @mrclksr , I have uploaded the build logs here : http://termbin.com/:
Please take a look and suggest the solution.

The last lines of my build failed is :

  • mdconfig -l
    +rm -f .failed-stage
    +shift
    +[0 -gt 0]

Before the ./build command , i have git cloned freebsd-- src and ports in the respective directory.

Can you let us know the prerequisites for the sucessful build and getting the .img.

@Stratos-Crimson , I am too stuck here.

@Stratos-Crimson:

Your build stops here:

+ chroot /root/NomadBSD/work/sys sh -c $'cd /usr/ports/graphics/gpu-firmware-amd-kmod && \t\t\tmake BATCH=1  clean deinstall install'
cd: /usr/ports/graphics/gpu-firmware-amd-kmod: No such file or directory
+ bail

Either you don't have the ports tree installed, or it is very old.

@nid1321:

You didn't post the link to your log. It is enough if you post the last 100 lines here:

$ tail -100 build.log

@mrclksr
This is the 100 lines of log:

x ./fish/config.fish.sample
x ./fish/functions/
x ./sudoers.d/networkmgr
x ./ConsoleKit/seats.d/
x ./ConsoleKit/run-seat.d/
x ./ConsoleKit/run-session.d/
x ./ConsoleKit/seats.d/00-primary.seat
x ./hp/hplip.conf
x ./hp/hplip.conf.sample
x ./cups/cups-files.conf.sample
x ./cups/cups-browsed.conf.sample
x ./cups/cupsd.conf.sample
x ./cups/snmp.conf
x ./cups/cupsd.conf
x ./cups/ppd/
x ./cups/snmp.conf.sample
x ./cups/command.types
x ./cups/ssl/
x ./cups/cups-browsed.conf
x ./cups/cups-files.conf

  • mkdir /home/nhos/NomadBSD/work/mnt/uzip
  • cp /home/nhos/NomadBSD/work/uzip_image.uzip /home/nhos/NomadBSD/work/mnt/uzip/usr.local.uzip
  • [ YES '=' YES ]
  • mkdir -p /home/nhos/NomadBSD/work/mnt/unionfs/usr/local
  • mv /home/nhos/NomadBSD/work/mnt/etc/rc.d/mount_uzip.fuse /home/nhos/NomadBSD/work/mnt/etc/rc.d/mount_uzip
  • ln -s /unionfs/usr/local /home/nhos/NomadBSD/work/mnt/usr/local
  • awk $'{
    \t\t\tif (/^# Insert other /) {
    \t\t\t\tprint $0;
    \t\t\t\tprint "/etc/rc.d/mount_uzip stop"
    \t\t\t} else
    \t\t\t\tprint $0
    \t\t}' /home/nhos/NomadBSD/work/sys/etc/rc.shutdown
  • rm -rf /home/nhos/NomadBSD/work/mnt/root/.subversion
  • [ amd64 '=' mac ]
  • rm -f '/home/nhos/NomadBSD/work/mnt/usr/libexec/nomadbsd-*.mac'
  • get_version
  • git log --oneline
  • cut -f1 '-d '
  • head -1
  • cid=3b9d2be1
  • git describe --exact-match 3b9d2be
  • version=''
  • [ -z '' ]
  • version=3b9d2be1
  • echo 3b9d2be
  • write_config_files /home/nhos/NomadBSD/work/mnt
  • local '_DESTDIR=/home/nhos/NomadBSD/work/mnt'
  • [ -z /home/nhos/NomadBSD/work/mnt -o /home/nhos/NomadBSD/work/mnt '=' / ]
  • write_sysctl_conf /home/nhos/NomadBSD/work/mnt/etc/sysctl.conf
  • local 'sysctl_conf=/home/nhos/NomadBSD/work/mnt/etc/sysctl.conf'
  • cp config/etc/sysctl.conf /home/nhos/NomadBSD/work/mnt/etc/sysctl.conf
  • UFS_SYSCTL_SETTINGS
  • cat
  • write_loader_conf /home/nhos/NomadBSD/work/mnt/boot/loader.conf
  • local 'loader_conf=/home/nhos/NomadBSD/work/mnt/boot/loader.conf'
  • cp config/boot/loader.conf /home/nhos/NomadBSD/work/mnt/boot/loader.conf
  • UFS_LOADER_SETTINGS
  • cat
  • write_fstab /home/nhos/NomadBSD/work/mnt/etc/fstab
  • local 'fstab=/home/nhos/NomadBSD/work/mnt/etc/fstab' rootdev
  • rm -f /home/nhos/NomadBSD/work/mnt/etc/fstab
  • [ UFS '=' UFS ]
  • [ amd64 '=' amd64 -o amd64 '=' i386 ]
  • rootdev=/dev/label/nomadroot
  • echo '/dev/label/nomadroot / ufs rw,noatime   1 1'
  • cat config/etc/fstab
  • write_rc_conf /home/nhos/NomadBSD/work/mnt/etc/rc.conf
  • local 'rc_conf=/home/nhos/NomadBSD/work/mnt/etc/rc.conf'
  • cp config/etc/rc.conf /home/nhos/NomadBSD/work/mnt/etc/rc.conf
  • [ UFS '=' ZFS ]
  • [ UFS '=' UFS ]
  • cd /home/nhos/NomadBSD/work/mnt
  • tar cfJ usr/share/nomadbsd/nomadbsd-backup.tar.xz etc root var usr.local.etc
  • _umount /home/nhos/NomadBSD/work/mnt
  • local 'n=3'
  • [ 3 -gt 0 ]
  • umount /home/nhos/NomadBSD/work/mnt
  • return
  • rmdir /home/nhos/NomadBSD/work/mnt
  • mdconfig -d -u md0
  • return 0
  • save_stage cleanup
  • echo 'ARCH=amd64'
  • echo '__stage=cleanup'
  • cleanup
  • [ UFS '=' ZFS ]
  • mount
  • grep /home/nhos/NomadBSD/work/sys/usr/ports
  • mount
  • grep /home/nhos/NomadBSD/work/sys/dev
  • mount
  • grep /home/nhos/NomadBSD/work/uzip_mnt
  • mount
  • grep /home/nhos/NomadBSD/work/mnt
  • rmdir /home/nhos/NomadBSD/work/uzip_mnt /home/nhos/NomadBSD/work/mnt
  • mdconfig -l
  • rm -f .failed-stage
  • shift
  • [ 0 -gt 0 ]

@nid1321:

According to your log, everything seems to have worked. There should be an *.img file.

@mrclksr can you tell me in which Folder to find the .img file. As i am not able to see it.

Images are stored directly in the NomadBSD.git repo dir.

Could you please post the last 300 lines of the log?

This is the 1000 lines of the log.

find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/lcms2: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/pcsc-lite: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libvorbis: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/ghostscript: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/upnp: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libsndfile: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/arandr: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/gimp: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/djvulibre: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/brotli: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libgpg-error: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/giflib: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/xsane: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/freefont-ttf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/geany: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/lame: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/lynx: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libogg: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/jbig: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libidn: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libgcrypt: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libasprintf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/twolame: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/PangoOT: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libICE: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/liba52: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/pkg: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/mc: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/dotconf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/openexr: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/flac: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libXrender: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/qpdf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/hfsfuse: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/bash-completion: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/unzip: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/Rsvg-2.0: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/graphviz: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/JasPer: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/llvm13: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/tint2: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/pcre2: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libgphoto2: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/json-glib-1.0: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/gzip: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/bonnie++: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libXaw: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libunistring: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libgphoto2_port: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/tmux: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/mupdf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/qt5ct: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/freetype2: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/lxappearance: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/Imath: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/freeglut: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/papirus-icon-theme: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/Pango: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/PangoCairo: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/e2fsprogs: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/espeak-ng: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/gettext: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/cmake: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/gtkam: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/xmlcatmgr: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libraw: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/tiff: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/dejavu: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/pkgconf: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libdaemon: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/7-zip: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/jmtpfs: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libdvdnav: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libxcb: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/hexchat: No such file or directory
find: /home/nhos/NomadBSD/work/sys/usr/local/share/doc/libXmu: No such file or directory

  • rm -rf /home/nhos/NomadBSD/work/sys/usr/local/share/gtk-doc
  • save_stage build_uzip_image
  • echo 'ARCH=amd64'
  • echo '__stage=build_uzip_image'
  • build_uzip_image
  • [ -f /home/nhos/NomadBSD/work/uzip_image.uzip ]
  • [ -f /home/nhos/NomadBSD/work/uzip_image.img ]
  • blksize=32768
  • calculate_est_uzip_image_size /home/nhos/NomadBSD/work/sys/usr/local
  • mount -p
  • awk '$2 == "/" {print $3}'
  • local 'rootfs=zfs'
  • [ zfs '=' zfs ]
  • du_extra_args=-A
  • find /home/nhos/NomadBSD/work/sys/usr/local
  • wc -l
  • nfiles='  242375'
  • wasted=473
  • du -mc -A -B 4096 /home/nhos/NomadBSD/work/sys/usr/local
  • tail -1
  • cut -f 1
  • size=5316
  • size=5789
  • echo 5789
  • uzipsz=5789
  • touch /home/nhos/NomadBSD/work/uzip_image.img
  • mdconfig -a -t vnode -f /home/nhos/NomadBSD/work/uzip_image.img -s 5789m
  • mddev=md0
  • dd 'if=/dev/zero' 'of=/dev/md0' 'bs=4M'
    dd: /dev/md0: short write on character device
    dd: /dev/md0: end of device
    1448+0 records in
    1447+1 records out
    6070206464 bytes transferred in 318.951581 secs (19031749 bytes/sec)
  • newfs -O 1 -o space -m 0 -b 32768 -f 4096 /dev/md0
    /dev/md0: 5789.0MB (11855872 sectors) block size 32768, fragment size 4096
    using 23 cylinder groups of 254.00MB, 8128 blks, 32512 inodes.
    super-block backups (for fsck_ffs -b #) at:
     64, 520256, 1040448, 1560640, 2080832, 2601024, 3121216, 3641408, 4161600, 4681792, 5201984, 5722176, 6242368, 6762560, 7282752, 7802944, 8323136, 8843328, 9363520, 9883712, 10403904, 10924096, 11444288
  • [ ! -d /home/nhos/NomadBSD/work/uzip_mnt ]
  • mkdir /home/nhos/NomadBSD/work/uzip_mnt
  • mount /dev/md0 /home/nhos/NomadBSD/work/uzip_mnt
  • cd /home/nhos/NomadBSD/work/sys/usr/local
  • find . -not '(' -path ./etc -or -path './etc/*' ')'
  • cpio -pdmu /home/nhos/NomadBSD/work/uzip_mnt
    9463924 blocks
  • cd /home/nhos/NomadBSD/work/uzip_mnt
  • ln -s /usr.local.etc etc
  • _umount /home/nhos/NomadBSD/work/uzip_mnt
  • local 'n=3'
  • [ 3 -gt 0 ]
  • umount /home/nhos/NomadBSD/work/uzip_mnt
  • return
  • mdconfig -d -u md0
  • rmdir /home/nhos/NomadBSD/work/uzip_mnt
  • freebsd-version -u
  • sed -E 's/^([0-9]+).*/\1/'
  • mversion=13
  • [ 13 -ge 13 ]
  • mkuzip -Z -j 8 -d -s 19456 -A zstd -C 19 -o /home/nhos/NomadBSD/work/uzip_image.uzip /home/nhos/NomadBSD/work/uzip_image.img
  • save_stage build_image
  • echo 'ARCH=amd64'
  • echo '__stage=build_image'
  • build_image
  • components_need_rebuild
  • [ ! -f ./.prev_build.cfg ]
  • return 1
  • save_config
  • echo 'CFG_ARCH=amd64'
  • echo 'CFG_FILESYSTEM=UFS'
  • imagename amd64 UFS
  • local 'arch=amd64' 'filesystem=UFS'
  • get_version
  • git log --oneline
  • cut -f1 '-d '
  • head -1
  • cid=3b9d2be1
  • git describe --exact-match 3b9d2be
  • version=''
  • [ -z '' ]
  • version=3b9d2be1
  • echo 3b9d2be
  • local 'version=3b9d2be1'
  • get_baseversion
  • echo 13.1-RELEASE
  • tr -d .
  • awk '-F[-]+' $'{
    \t\tv = $1
    \t\tif ($2 == "RELEASE") s = "R"
    \t\telse if ($2 == "CURRENT") s = "C"
    \t\telse if ($2 == "STABLE") s = "S"
    \t\telse if ($2 ~ /BETA/) {
    \t\t\tn = substr($2, 5);
    \t\t\ts = sprintf("B%d", n)
    \t\t} else if ($2 ~ /ALPHA/) {
    \t\t\tn = substr($2, 6);
    \t\t\ts = sprintf("A%d", n);
    \t\t} else s = $2
    \t\tp = ""
    \t\tif (NF >= 3)
    \t\t\tp = $3
    \t\tprintf("%d%s%s", v, s, p);
    \t}'
  • local 'baseversion=131R'
  • echo UFS
  • tr '[A-Z]' '[a-z]'
  • local 'fs=ufs'
  • local 'image=nomadbsd'
  • image=nomadbsd-131R-3b9d2be1
  • echo nomadbsd-131R-3b9d2be1.amd64.ufs.img
  • IMAGE_NAME=nomadbsd-131R-3b9d2be1.amd64.ufs.img
  • [ -f nomadbsd-131R-3b9d2be1.amd64.ufs.img ]
  • [ ! -f /home/nhos/NomadBSD/work/uzip_image.uzip ]
  • build_amd64_image nomadbsd-131R-3b9d2be1.amd64.ufs.img
  • local 'image=nomadbsd-131R-3b9d2be1.amd64.ufs.img'
  • build_amd64_i386_image nomadbsd-131R-3b9d2be1.amd64.ufs.img amd64
  • local 'image=nomadbsd-131R-3b9d2be1.amd64.ufs.img' '_arch=amd64' idx part image_size disk
  • get_uzip_size
  • mount -p
  • awk '$2 == "/" {print $3}'
  • local 'rootfs=zfs'
  • [ zfs '=' zfs ]
  • du_extra_args=-A
  • du -m -A -B 4096 /home/nhos/NomadBSD/work/uzip_image.uzip
  • tail -1
  • cut -f 1
  • image_size=3576
  • [ UFS '=' UFS ]
  • image_size=3676
  • [ amd64 '=' amd64 ]
  • image_size=3716
  • create_mddev nomadbsd-131R-3b9d2be1.amd64.ufs.img 3716
  • local 'image_file=nomadbsd-131R-3b9d2be1.amd64.ufs.img' 'image_size_mib=3716'
  • touch nomadbsd-131R-3b9d2be1.amd64.ufs.img
  • echo 'scale=0; 3716 * 1000^2 / 1024'
  • bc
  • maxsize=3628906
  • mdconfig -a -t vnode -f nomadbsd-131R-3b9d2be1.amd64.ufs.img -s 3628906k
  • mddev=md0
  • dd 'if=/dev/zero' 'of=/dev/md0' 'bs=1M'
  • echo md0
  • disk=md0
  • gpart create -s mbr md0
    md0 created
  • [ amd64 '=' amd64 ]
  • create_efi_partition md0
  • local part dev
  • basename md0
  • dev=md0
  • [ amd64 '=' amd64 ]
  • add_amd64_efi_partition md0
  • local 'dev=md0'
  • gpart add -a 1m -t efi -b 0 -s 40m md0
  • part='md0s1 added'
  • copy_efi_loader_to_partition md0s1 added
  • local part mnt
  • basename md0s1
  • part=md0s1
  • mktemp -d /tmp/efi.XXXXX
  • mnt=/tmp/efi.71vLF
  • newfs_msdos -F 32 -c 1 /dev/md0s1
    /dev/md0s1: 80628 sectors in 80628 FAT32 clusters (512 bytes/cluster)
    BytesPerSec=512 SecPerClust=1 ResSectors=32 FATs=2 Media=0xf0 SecPerTrack=63 Heads=128 HiddenSecs=0 HugeSectors=81920 FATsecs=630 RootCluster=2 FSInfo=1 Backup=2
  • mount -t msdosfs /dev/md0s1 /tmp/efi.71vLF
  • mkdir -p /tmp/efi.71vLF/EFI/BOOT
  • echo 13.1-RELEASE
  • grep -q CURRENT
  • cp /home/nhos/NomadBSD/work/sys/boot/boot1.efi /tmp/efi.71vLF/EFI/BOOT/BOOTX64.EFI
  • _umount /tmp/efi.71vLF
  • local 'n=3'
  • [ 3 -gt 0 ]
  • umount /tmp/efi.71vLF
  • return
  • rmdir /tmp/efi.71vLF
  • add_partition -t freebsd -a 1m md0
  • local output
  • gpart add -t freebsd -a 1m md0
  • output='md0s2 added'
  • set -- md0s2 added
  • [ added '!=' added ]
  • echo md0s2
  • part=md0s2
  • index_from_partition md0s2
  • local 'part=md0s2'
  • echo md0s2
  • egrep -q 's[1-4][a-h]$'
  • echo md0s2
  • egrep -q '[sp][0-9]+$'
  • echo md0s2
  • sed -E 's/.*sp$/\1/'
  • idx=2
  • gpart set -a active -i 2 md0
    active set on md0s2
  • gpart create -s bsd md0s2
    md0s2 created
  • write_mbr_bootcode md0 md0s2
  • local disk part
  • basename md0
  • disk=md0
  • part=md0s2
  • gpart bootcode -b /home/nhos/NomadBSD/work/sys/boot/mbr md0
    bootcode written to md0
  • gpart bootcode -b /home/nhos/NomadBSD/work/sys/boot/boot md0s2
    bootcode written to md0s2
  • add_partition -t freebsd-ufs -a 1m -b 16 md0s2
  • local output
  • gpart add -t freebsd-ufs -a 1m -b 16 md0s2
  • output='md0s2a added'
  • set -- md0s2a added
  • [ added '!=' added ]
  • echo md0s2a
  • part=md0s2a
  • glabel label nomadroot /dev/md0s2a
  • create_ufs_and_copy_files /dev/label/nomadroot
  • local 'dev=/dev/label/nomadroot'
  • create_ufs /dev/label/nomadroot
  • local blksize dev
  • dev=/dev/label/nomadroot
  • blksize=32768
  • newfs -t -E -U -O 1 -j -o time -b 32768 -f 4096 -m 8 /dev/label/nomadroot
    /dev/label/nomadroot: 3501.0MB (7170040 sectors) block size 32768, fragment size 4096
    using 14 cylinder groups of 254.00MB, 8128 blks, 32512 inodes.
    with soft updates
    Erasing sectors [16...7170039]
    super-block backups (for fsck_ffs -b #) at:
     64, 520256, 1040448, 1560640, 2080832, 2601024, 3121216, 3641408, 4161600, 4681792, 5201984, 5722176, 6242368, 6762560newfs: soft updates journaling set
    Using inode 4 in cg 0 for 28704768 byte journal
  • [ ! -d /home/nhos/NomadBSD/work/mnt ]
  • mkdir -p /home/nhos/NomadBSD/work/mnt
  • mount -t ufs /dev/label/nomadroot /home/nhos/NomadBSD/work/mnt
  • copy_system_files_to_dest_dir /home/nhos/NomadBSD/work/sys /home/nhos/NomadBSD/work/mnt
  • local '_SRCDIR=/home/nhos/NomadBSD/work/sys' '_DESTDIR=/home/nhos/NomadBSD/work/mnt'
  • [ -z /home/nhos/NomadBSD/work/mnt -o /home/nhos/NomadBSD/work/mnt '=' / ]
  • cd /home/nhos/NomadBSD/work/sys
  • cd /home/nhos/NomadBSD/work/mnt
  • tar -cf - --exclude ^boot/kernel.old --exclude '^git*' --exclude '^pkgs/' --exclude '^tmp/' --exclude '^usr/obj*' --exclude '^usr/src*' --exclude '^usr/ports*' --exclude ^usr/local --exclude '^home*' --exclude '^usr/home*' --exclude '^var/cache/pkg*' --exclude '^var/db/portsnap/' --exclude '^var/db/ports/' --exclude '^var/log/' --exclude '^var/tmp/' --exclude '^var/db/*' .
  • tar pxf -
  • mkdir /home/nhos/NomadBSD/work/mnt/tmp
  • mkdir /home/nhos/NomadBSD/work/mnt/var/tmp
  • mkdir /home/nhos/NomadBSD/work/mnt/var/db
  • mkdir /home/nhos/NomadBSD/work/mnt/var/log
  • mkdir /home/nhos/NomadBSD/work/mnt/usr/share/nomadbsd
  • mkdir /home/nhos/NomadBSD/work/mnt/compat
  • chmod 'a=rwxt' /home/nhos/NomadBSD/work/mnt/tmp /home/nhos/NomadBSD/work/mnt/var/tmp
  • cd /home/nhos/NomadBSD/work/sys/usr/home/nomad
  • tar cfz - .
  • [ UFS '=' UFS ]
  • cd /home/nhos/NomadBSD/work/sys
  • tar cfJ /home/nhos/NomadBSD/work/mnt/usr/share/nomadbsd/var.db.tar.xz var/db
  • mkdir /home/nhos/NomadBSD/work/mnt/usr.local.etc
  • cd /home/nhos/NomadBSD/work/sys/usr/local/etc
  • cd /home/nhos/NomadBSD/work/mnt/usr.local.etc
  • tar cf - .
  • tar vpxf -
    x ./
    x ./lynx.cfg.sample
    x ./cups/
    x ./hp/
    x ./papersize.letter
    x ./rhashrc.sample
    x ./ConsoleKit/
    x ./sudoers.d/
    x ./fish/
    x ./logrotate.d/
    x ./periodic/
    x ./dsbmd.conf.sample
    x ./sudoers.dist
    x ./doas.conf.sample
    x ./asound.conf
    x ./pkg.conf
    x ./urlview.conf.sample
    x ./gnome.subr
    x ./mke2fs.conf
    x ./lynx.cfg
    x ./mime.types
    x ./openldap/
    x ./dbus-1/
    x ./pulse/
    x ./sudo_logsrvd.conf
    x ./vdpau_wrapper.cfg.sample
    x ./lynx.lss
    x ./sudoers
    x ./xdg/
    x ./syslog.d/
    x ./newsyslog.conf.d/
    x ./mke2fs.conf.dist
    x ./avahi/
    x ./dsbdriverd/
    x ./lynx.lss.sample
    x ./papersize.a4
    x ./gtk-2.0/
    x ./geoclue/
    x ./speech-dispatcher/
    x ./sudo.conf.sample
    x ./dsbmd.conf
    x ./fonts/
    x ./rc.d/
    x ./slsh.rc
    x ./devd/
    x ./mc/
    x ./gtk-3.0/
    x ./dconf/
    x ./profile.d/
    x ./pkg.conf.sample
    x ./doas.conf
    x ./asound.conf.sample
    x ./libinput/
    x ./sasldb2.db
    x ./sane.d/
    x ./dunst/
    x ./slim.conf
    x ./smartd.conf.sample
    x ./sddm.conf.d/
    x ./aspell.ver
    x ./sudo.conf
    x ./openal-soft/
    x ./pam.d/
    x ./bsdisks.conf
    x ./libmap.d/
    x ./man.d/
    x ./gimp/
    x ./git/
    x ./sudo_logsrvd.conf.sample
    x ./smartd_warning.d/
    x ./smartd_warning.sh
    x ./bsdisks.conf.sample
    x ./neomuttrc
    x ./ssl/
    x ./X11/
    x ./rhashrc
    x ./neomuttrc.dist
    x ./bash_completion.d/
    x ./vdpau_wrapper.cfg
    x ./polkit-1/
    x ./polkit-1/localauthority/
    x ./polkit-1/rules.d/
    x ./polkit-1/rules.d/49-no-passwd.rules
    x ./polkit-1/rules.d/50-default.rules
    x ./polkit-1/localauthority/10-vendor.d/
    x ./polkit-1/localauthority/90-mandatory.d/
    x ./polkit-1/localauthority/50-local.d/
    x ./polkit-1/localauthority/30-site.d/
    x ./polkit-1/localauthority/20-org.d/
    x ./bash_completion.d/make
    x ./bash_completion.d/mandoc
    x ./bash_completion.d/tmux
    x ./bash_completion.d/service
    x ./bash_completion.d/pkg
    x ./bash_completion.d/git-completion.bash
    x ./bash_completion.d/_pkg.bash
    x ./bash_completion.d/dbus-bash-completion.sh
    x ./X11/xinit/
    x ./X11/fontpath.d/
    x ./X11/xorg.conf.d/
    x ./X11/xorg.conf.d/10-input-touchpad.conf
    x ./X11/xorg.conf.d/files.conf
    x ./X11/xorg.conf.d/server-flags.conf
    x ./X11/xinit/xinitrc.d/
    x ./X11/xinit/xinitrc
    x ./X11/xinit/xinitrc.d/90-consolekit
    x ./ssl/cert.pem.sample
    x ./ssl/cert.pem
    x ./git/gitweb.conf.sample
    x ./git/gitweb.conf
    x ./gimp/2.2/
    x ./gimp/2.2/toolrc
    x ./gimp/2.2/controllerrc
    x ./gimp/2.2/templaterc
    x ./gimp/2.2/sessionrc
    x ./gimp/2.2/menurc
    x ./gimp/2.2/gimprc
    x ./gimp/2.2/unitrc
    x ./gimp/2.2/gtkrc
    x ./man.d/perl5.conf
    x ./libmap.d/mesa.conf
    x ./pam.d/sddm
    x ./pam.d/sudo
    x ./pam.d/sddm.default
    x ./pam.d/sddm-greeter
    x ./pam.d/cups
    x ./pam.d/sddm-autologin
    x ./pam.d/sudo.default
    x ./pam.d/polkit-1
    x ./pam.d/sddm-autologin.default
    x ./pam.d/sddm-greeter.default
    x ./openal-soft/presets/
    x ./openal-soft/hrtf/
    x ./openal-soft/alsoftrc.sample
    x ./openal-soft/hrtf/Default HRTF.mhr
    x ./openal-soft/presets/rectangle.ambdec
    x ./openal-soft/presets/itu5.1-nocenter.ambdec
    x ./openal-soft/presets/hexagon.ambdec
    x ./openal-soft/presets/square.ambdec
    x ./openal-soft/presets/presets.txt
    x ./openal-soft/presets/3D7.1.ambdec
    x ./openal-soft/presets/itu5.1.ambdec
    x ./sddm.conf.d/theme.conf
    x ./sddm.conf.d/autologin.conf
    x ./dunst/dunstrc
    x ./dunst/dunstrc.sample
    x ./sane.d/avision.conf
    x ./sane.d/cardscan.conf
    x ./sane.d/canon_dr.conf
    x ./sane.d/microtek.conf
    x ./sane.d/kodakaio.conf
    x ./sane.d/sharp.conf
    x ./sane.d/epsonds.conf
    x ./sane.d/gt68xx.conf
    x ./sane.d/canon.conf
    x ./sane.d/kvs1025.conf
    x ./sane.d/snapscan.conf
    x ./sane.d/apple.conf
    x ./sane.d/hp4200.conf
    x ./sane.d/saned.conf
    x ./sane.d/dmc.conf
    x ./sane.d/agfafocus.conf
    x ./sane.d/canon_lide70.conf
    x ./sane.d/hp5400.conf
    x ./sane.d/st400.conf
    x ./sane.d/magicolor.conf
    x ./sane.d/sp15c.conf
    x ./sane.d/teco1.conf
    x ./sane.d/kodak.conf
    x ./sane.d/dist/
    x ./sane.d/stv680.conf
    x ./sane.d/plustek.conf
    x ./sane.d/epjitsu.conf
    x ./sane.d/leo.conf
    x ./sane.d/xerox_mfp.conf
    x ./sane.d/dc240.conf
    x ./sane.d/nec.conf
    x ./sane.d/tamarack.conf
    x ./sane.d/umax_pp.conf
    x ./sane.d/hp.conf
    x ./sane.d/pixma.conf
    x ./sane.d/epson.conf
    x ./sane.d/hp3900.conf
    x ./sane.d/escl.conf
    x ./sane.d/net.conf
    x ./sane.d/canon630u.conf
    x ./sane.d/u12.conf
    x ./sane.d/abaton.conf
    x ./sane.d/coolscan3.conf
    x ./sane.d/artec_eplus48u.conf
    x ./sane.d/teco3.conf
    x ./sane.d/pieusb.conf
    x ./sane.d/plustek_pp.conf
    x ./sane.d/dll.d/
    x ./sane.d/dell1600n_net.conf
    x ./sane.d/coolscan.conf
    x ./sane.d/artec.conf
    x ./sane.d/gphoto2.conf
    x ./sane.d/test.conf
    x ./sane.d/bh.conf
    x ./sane.d/p5.conf
    x ./sane.d/sceptre.conf
    x ./sane.d/lexmark.conf
    x ./sane.d/epson2.conf
    x ./sane.d/ibm.conf
    x ./sane.d/dc210.conf
    x ./sane.d/umax.conf
    x ./sane.d/umax1220u.conf
    x ./sane.d/s9036.conf
    x ./sane.d/sm3840.conf
    x ./sane.d/ricoh.conf
    x ./sane.d/fujitsu.conf
    x ./sane.d/hs2p.conf
    x ./sane.d/matsushita.conf
    x ./sane.d/dc25.conf
    x ./sane.d/microtek2.conf
    x ./sane.d/genesys.conf
    x ./sane.d/rts8891.conf
    x ./sane.d/ma1509.conf
    x ./sane.d/dll.conf
    x ./sane.d/pie.conf
    x ./sane.d/coolscan2.conf
    x ./sane.d/mustek.conf
    x ./sane.d/teco2.conf
    x ./sane.d/mustek_usb.conf
    x ./sane.d/dll.d/hpaio
    x ./sane.d/dist/mustek_usb.conf
    x ./sane.d/dist/xerox_mfp.conf
    x ./sane.d/dist/epson2.conf
    x ./sane.d/dist/cardscan.conf
    x ./sane.d/dist/net.conf
    x ./sane.d/dist/matsushita.conf
    x ./sane.d/dist/u12.conf
    x ./sane.d/dist/sm3840.conf
    x ./sane.d/dist/canon_dr.conf
    x ./sane.d/dist/microtek.conf
    x ./sane.d/dist/gphoto2.conf
    x ./sane.d/dist/canon.conf
    x ./sane.d/dist/hp.conf
    x ./sane.d/dist/agfafocus.conf
    x ./sane.d/dist/sharp.conf
    x ./sane.d/dist/magicolor.conf
    x ./sane.d/dist/ma1509.conf
    x ./sane.d/dist/mustek.conf
    x ./sane.d/dist/kodakaio.conf
    x ./sane.d/dist/snapscan.conf
    x ./sane.d/dist/kodak.conf
    x ./sane.d/dist/hp3900.conf
    x ./sane.d/dist/teco1.conf
    x ./sane.d/dist/sp15c.conf
    x ./sane.d/dist/saned.conf
    x ./sane.d/dist/apple.conf
    x ./sane.d/dist/ibm.conf
    x ./sane.d/dist/abaton.conf
    x ./sane.d/dist/sceptre.conf
    x ./sane.d/dist/plustek_pp.conf
    x ./sane.d/dist/lexmark.conf
    x ./sane.d/dist/st400.conf
    x ./sane.d/dist/pieusb.conf
    x ./sane.d/dist/dc240.conf
    x ./sane.d/dist/dll.conf
    x ./sane.d/dist/fujitsu.conf
    x ./sane.d/dist/pie.conf
    x ./sane.d/dist/canon_lide70.conf
    x ./sane.d/dist/genesys.conf
    x ./sane.d/dist/tamarack.conf
    x ./sane.d/dist/rts8891.conf
    x ./sane.d/dist/avision.conf
    x ./sane.d/dist/umax1220u.conf
    x ./sane.d/dist/escl.conf
    x ./sane.d/dist/hp4200.conf
    x ./sane.d/dist/teco3.conf
    x ./sane.d/dist/microtek2.conf
    x ./sane.d/dist/hp5400.conf
    x ./sane.d/dist/dell1600n_net.conf
    x ./sane.d/dist/bh.conf
    x ./sane.d/dist/pixma.conf
    x ./sane.d/dist/p5.conf
    x ./sane.d/dist/coolscan2.conf
    x ./sane.d/dist/epson.conf
    x ./sane.d/dist/stv680.conf
    x ./sane.d/dist/artec.conf
    x ./sane.d/dist/coolscan.conf
    x ./sane.d/dist/epsonds.conf
    x ./sane.d/dist/test.conf
    x ./sane.d/dist/dmc.conf
    x ./sane.d/dist/artec_eplus48u.conf
    x ./sane.d/dist/dc210.conf
    x ./sane.d/dist/kvs1025.conf
    x ./sane.d/dist/umax.conf
    x ./sane.d/dist/hs2p.conf
    x ./sane.d/dist/dc25.conf
    x ./sane.d/dist/teco2.conf
    x ./sane.d/dist/leo.conf
    x ./sane.d/dist/umax_pp.conf
    x ./sane.d/dist/ricoh.conf
    x ./sane.d/dist/canon630u.conf
    x ./sane.d/dist/s9036.conf
    x ./sane.d/dist/nec.conf
    x ./sane.d/dist/gt68xx.conf
    x ./sane.d/dist/plustek.conf
    x ./sane.d/dist/epjitsu.conf
    x ./sane.d/dist/coolscan3.conf
    x ./profile.d/vte.csh
    x ./profile.d/vte.sh
    x ./dconf/db/
    x ./dconf/profile/
    x ./dconf/profile/ibus
    x ./dconf/db/ibus
    x ./dconf/db/ibus.d/
    x ./dconf/db/ibus.d/00-upstream-settings
    x ./gtk-3.0/im-multipress.conf
    x ./mc/mc.emacs.keymap
    x ./mc/mcedit.menu
    x ./mc/mc.keymap
    x ./mc/filehighlight.ini
    x ./mc/mc.ext
    x ./mc/sfs.ini
    x ./mc/mc.menu
    x ./mc/mc.default.keymap
    x ./mc/edit.indent.rc
    x ./devd/cups.conf
    x ./devd/networkmgr.conf.pkgsave
    x ./devd/cups.conf.sample
    x ./devd/networkmgr.conf
    x ./devd/webcamd.conf
    x ./rc.d/dbus
    x ./rc.d/saned
    x ./rc.d/snmptrapd
    x ./rc.d/avahi-daemon
    x ./rc.d/dsbmd
    x ./rc.d/snmpd
    x ./rc.d/jackd
    x ./rc.d/cups_browsed
    x ./rc.d/bsdstats
    x ./rc.d/powerdxx
    x ./rc.d/vboxguest
    x ./rc.d/uuidd
    x ./rc.d/git_daemon
    x ./rc.d/vboxservice
    x ./rc.d/miniupnpc
    x ./rc.d/avahi-dnsconfd
    x ./rc.d/webcamd
    x ./rc.d/pcscd
    x ./rc.d/samba_server
    x ./rc.d/sddm
    x ./rc.d/cupsd
    x ./rc.d/dsbdriverd
    x ./rc.d/smartd
    x ./fonts/fonts.conf
    x ./fonts/fonts.dtd
    x ./fonts/conf.avail/
    x ./fonts/conf.d/
    x ./fonts/fonts.conf.sample
    x ./fonts/conf.d/70-no-bitmaps.conf
    x ./fonts/conf.d/50-user.conf
    x ./fonts/conf.d/45-generic.conf
    x ./fonts/conf.d/20-unhint-small-dejavu-sans.conf
    x ./fonts/conf.d/30-metric-aliases.conf
    x ./fonts/conf.d/40-nonlatin.conf
    x ./fonts/conf.d/42-luxi-mono.conf
    x ./fonts/conf.d/20-unhint-small-dejavu-serif.conf
    x ./fonts/conf.d/45-latin.conf
    x ./fonts/conf.d/48-spacing.conf
    x ./fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
    x ./fonts/conf.d/60-generic.conf
    x ./fonts/conf.d/60-latin.conf
    x ./fonts/conf.d/65-nonlatin.conf
    x ./fonts/conf.d/49-sansserif.conf
    x ./fonts/conf.d/80-delicious.conf
    x ./fonts/conf.d/10-hinting-slight.conf
    x ./fonts/conf.d/57-dejavu-sans-mono.conf
    x ./fonts/conf.d/57-dejavu-sans.conf
    x ./fonts/conf.d/57-dejavu-serif.conf
    x ./fonts/conf.d/70-yes-bitmaps.conf
    x ./fonts/conf.d/10-scale-bitmap-fonts.conf
    x ./fonts/conf.d/65-fonts-persian.conf
    x ./fonts/conf.d/20-unhint-small-vera.conf
    x ./fonts/conf.d/11-lcdfilter-default.conf
    x ./fonts/conf.d/69-unifont.conf
    x ./fonts/conf.d/README
    x ./fonts/conf.d/90-synthetic.conf
    x ./fonts/conf.d/51-local.conf
    x ./fonts/conf.avail/49-sansserif.conf
    x ./fonts/conf.avail/57-dejavu-sans.conf
    x ./fonts/conf.avail/57-dejavu-serif.conf
    x ./fonts/conf.avail/65-nonlatin.conf
    x ./fonts/conf.avail/70-no-bitmaps.conf
    x ./fonts/conf.avail/80-delicious.conf
    x ./fonts/conf.avail/45-generic.conf
    x ./fonts/conf.avail/20-unhint-small-dejavu-serif.conf
    x ./fonts/conf.avail/70-yes-bitmaps.conf
    x ./fonts/conf.avail/60-latin.conf
    x ./fonts/conf.avail/48-spacing.conf
    x ./fonts/conf.avail/25-unhint-nonlatin.conf
    x ./fonts/conf.avail/09-autohint-if-no-hinting.conf
    x ./fonts/conf.avail/42-luxi-mono.conf
    x ./fonts/conf.avail/10-hinting-slight.conf
    x ./fonts/conf.avail/40-nonlatin.conf
    x ./fonts/conf.avail/60-generic.conf
    x ./fonts/conf.avail/10-sub-pixel-vrgb.conf
    x ./fonts/conf.avail/20-unhint-small-dejavu-sans.conf
    x ./fonts/conf.avail/35-lang-normalize.conf
    x ./fonts/conf.avail/45-latin.conf
    x ./fonts/conf.avail/11-lcdfilter-light.conf
    x ./fonts/conf.avail/10-sub-pixel-bgr.conf
    x ./fonts/conf.avail/10-sub-pixel-rgb.conf
    x ./fonts/conf.avail/10-no-sub-pixel.conf
    x ./fonts/conf.avail/20-unhint-small-vera.conf
    x ./fonts/conf.avail/90-synthetic.conf
    x ./fonts/conf.avail/65-khmer.conf
    x ./fonts/conf.avail/10-unhinted.conf
    x ./fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf
    x ./fonts/conf.avail/10-sub-pixel-vbgr.conf
    x ./fonts/conf.avail/11-lcdfilter-legacy.conf
    x ./fonts/conf.avail/10-autohint.conf
    x ./fonts/conf.avail/51-local.conf
    x ./fonts/conf.avail/05-reset-dirs-sample.conf
    x ./fonts/conf.avail/50-user.conf
    x ./fonts/conf.avail/57-dejavu-sans-mono.conf
    x ./fonts/conf.avail/65-fonts-persian.conf
    x ./fonts/conf.avail/69-unifont.conf
    x ./fonts/conf.avail/10-hinting-none.conf
    x ./fonts/conf.avail/10-scale-bitmap-fonts.conf
    x ./fonts/conf.avail/30-metric-aliases.conf
    x ./fonts/conf.avail/11-lcdfilter-default.conf
    x ./fonts/conf.avail/10-hinting-full.conf
    x ./fonts/conf.avail/10-hinting-medium.conf
    x ./speech-dispatcher/speechd.conf.sample
    x ./speech-dispatcher/speechd.conf
    x ./speech-dispatcher/clients/
    x ./speech-dispatcher/modules/
    x ./speech-dispatcher/modules/festival.conf
    x ./speech-dispatcher/modules/llia_phon-generic.conf.sample
    x ./speech-dispatcher/modules/festival.conf.sample
    x ./speech-dispatcher/modules/cicero.conf.sample
    x ./speech-dispatcher/modules/swift-generic.conf.sample
    x ./speech-dispatcher/modules/espeak.conf
    x ./speech-dispatcher/modules/mimic3-generic.conf
    x ./speech-dispatcher/modules/dtk-generic.conf.sample
    x ./speech-dispatcher/modules/mimic3-generic.conf.sample
    x ./speech-dispatcher/modules/mary-generic.conf
    x ./speech-dispatcher/modules/epos-generic.conf.sample
    x ./speech-dispatcher/modules/flite.conf.sample
    x ./speech-dispatcher/modules/flite.conf
    x ./speech-dispatcher/modules/espeak-mbrola-generic.conf.sample
    x ./speech-dispatcher/modules/swift-generic.conf
    x ./speech-dispatcher/modules/llia_phon-generic.conf
    x ./speech-dispatcher/modules/epos-generic.conf
    x ./speech-dispatcher/modules/cicero.conf
    x ./speech-dispatcher/modules/espeak-ng.conf
    x ./speech-dispatcher/modules/espeak.conf.sample
    x ./speech-dispatcher/modules/espeak-ng-mbrola-generic.conf
    x ./speech-dispatcher/modules/espeak-ng-mbrola.conf.sample
    x ./speech-dispatcher/modules/espeak-ng-mbrola.conf
    x ./speech-dispatcher/modules/dtk-generic.conf
    x ./speech-dispatcher/modules/mary-generic.conf.sample
    x ./speech-dispatcher/modules/espeak-mbrola-generic.conf
    x ./speech-dispatcher/modules/espeak-ng.conf.sample
    x ./speech-dispatcher/modules/espeak-ng-mbrola-generic.conf.sample
    x ./speech-dispatcher/clients/emacs.conf.sample
    x ./speech-dispatcher/clients/emacs.conf
    x ./geoclue/geoclue.conf.sample
    x ./geoclue/geoclue.conf
    x ./gtk-2.0/im-multipress.conf
    x ./dsbdriverd/netif.lua
    x ./dsbdriverd/config.lua.sample
    x ./dsbdriverd/config.lua
    x ./avahi/hosts.sample
    x ./avahi/hosts
    x ./avahi/avahi-daemon.conf
    x ./avahi/services/
    x ./avahi/avahi-daemon.conf.sample
    x ./avahi/avahi-dnsconfd.action
    x ./avahi/services/ssh.service
    x ./avahi/services/sftp-ssh.service
    x ./newsyslog.conf.d/bsdisks-newsyslog.conf
    x ./newsyslog.conf.d/net-snmp.conf
    x ./newsyslog.conf.d/bsdisks-newsyslog.conf.sample
    x ./syslog.d/bsdisks-syslog.conf
    x ./syslog.d/bsdisks-syslog.conf.sample
    x ./xdg/xfce4/
    x ./xdg/openbox/
    x ./xdg/user-dirs.conf
    x ./xdg/user-dirs.defaults
    x ./xdg/tint2/
    x ./xdg/libfm/
    x ./xdg/autostart/
    x ./xdg/picom.conf.sample
    x ./xdg/pcmanfm/
    x ./xdg/tumbler/
    x ./xdg/picom.conf
    x ./xdg/menus/
    x ./xdg/Xwayland-session.d/
    x ./xdg/Thunar/
    x ./xdg/Thunar/uca.xml
    x ./xdg/Xwayland-session.d/10-ibus-x11
    x ./xdg/Xwayland-session.d/00-at-spi
    x ./xdg/menus/xfce-applications.menu
    x ./xdg/menus/gnome-applications.menu
    x ./xdg/tumbler/tumbler.rc
    x ./xdg/pcmanfm/default/
    x ./xdg/pcmanfm/default/pcmanfm.conf.sample
    x ./xdg/pcmanfm/default/pcmanfm.conf
    x ./xdg/autostart/hplip-systray.desktop
    x ./xdg/autostart/pulseaudio.desktop
    x ./xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
    x ./xdg/autostart/networkmgr.desktop
    x ./xdg/autostart/at-spi-dbus-bus.desktop
    x ./xdg/autostart/ibus.desktop
    x ./xdg/autostart/vboxclient.desktop
    x ./xdg/autostart/xdg-user-dirs.desktop
    x ./xdg/libfm/libfm.conf.sample
    x ./xdg/libfm/libfm.conf
    x ./xdg/tint2/tint2rc
    x ./xdg/openbox/menu.xml.sample
    x ./xdg/openbox/rc.xml.sample
    x ./xdg/openbox/rc.xml
    x ./xdg/openbox/environment.sample
    x ./xdg/openbox/autostart.sample
    x ./xdg/openbox/environment
    x ./xdg/openbox/autostart
    x ./xdg/openbox/menu.xml
    x ./xdg/xfce4/xfconf/
    x ./xdg/xfce4/panel/
    x ./xdg/xfce4/panel/default.xml
    x ./xdg/xfce4/xfconf/xfce-perchannel-xml/
    x ./xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
    x ./pulse/system.pa.sample
    x ./pulse/daemon.conf
    x ./pulse/default.pa
    x ./pulse/daemon.conf.sample
    x ./pulse/default.pa.sample
    x ./pulse/system.pa
    x ./pulse/client.conf
    x ./pulse/client.conf.sample
    x ./dbus-1/session.conf
    x ./dbus-1/system.conf.sample
    x ./dbus-1/system.d/
    x ./dbus-1/session.conf.sample
    x ./dbus-1/system.conf
    x ./dbus-1/system.d/org.freedesktop.PolicyKit1.conf.sample
    x ./dbus-1/system.d/org.freedesktop.DisplayManager.conf
    x ./dbus-1/system.d/org.freedesktop.UDisks2.conf
    x ./dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
    x ./dbus-1/system.d/pulseaudio-system.conf
    x ./dbus-1/system.d/avahi-dbus.conf
    x ./dbus-1/system.d/org.freedesktop.GeoClue2.conf
    x ./dbus-1/system.d/ConsoleKit.conf
    x ./dbus-1/system.d/org.freedesktop.PolicyKit1.conf
    x ./dbus-1/system.d/org.freedesktop.ColorManager.conf
    x ./dbus-1/system.d/cups.conf
    x ./openldap/ldap.conf.sample
    x ./openldap/ldap.conf
    x ./periodic/security/
    x ./periodic/monthly/
    x ./periodic/daily/
    x ./periodic/weekly/
    x ./periodic/weekly/400.status-pkg
    x ./periodic/daily/490.status-pkg-changes
    x ./periodic/daily/smart
    x ./periodic/daily/411.pkg-backup
    x ./periodic/monthly/300.statistics
    x ./periodic/security/410.pkg-audit
    x ./periodic/security/405.pkg-base-audit
    x ./periodic/security/460.pkg-checksum
    x ./logrotate.d/consolekit
    x ./fish/completions/
    x ./fish/config.fish
    x ./fish/conf.d/
    x ./fish/config.fish.sample
    x ./fish/functions/
    x ./sudoers.d/networkmgr
    x ./ConsoleKit/seats.d/
    x ./ConsoleKit/run-seat.d/
    x ./ConsoleKit/run-session.d/
    x ./ConsoleKit/seats.d/00-primary.seat
    x ./hp/hplip.conf
    x ./hp/hplip.conf.sample
    x ./cups/cups-files.conf.sample
    x ./cups/cups-browsed.conf.sample
    x ./cups/cupsd.conf.sample
    x ./cups/snmp.conf
    x ./cups/cupsd.conf
    x ./cups/ppd/
    x ./cups/snmp.conf.sample
    x ./cups/command.types
    x ./cups/ssl/
    x ./cups/cups-browsed.conf
    x ./cups/cups-files.conf
  • mkdir /home/nhos/NomadBSD/work/mnt/uzip
  • cp /home/nhos/NomadBSD/work/uzip_image.uzip /home/nhos/NomadBSD/work/mnt/uzip/usr.local.uzip
  • [ YES '=' YES ]
  • mkdir -p /home/nhos/NomadBSD/work/mnt/unionfs/usr/local
  • mv /home/nhos/NomadBSD/work/mnt/etc/rc.d/mount_uzip.fuse /home/nhos/NomadBSD/work/mnt/etc/rc.d/mount_uzip
  • ln -s /unionfs/usr/local /home/nhos/NomadBSD/work/mnt/usr/local
  • awk $'{
    \t\t\tif (/^# Insert other /) {
    \t\t\t\tprint $0;
    \t\t\t\tprint "/etc/rc.d/mount_uzip stop"
    \t\t\t} else
    \t\t\t\tprint $0
    \t\t}' /home/nhos/NomadBSD/work/sys/etc/rc.shutdown
  • rm -rf /home/nhos/NomadBSD/work/mnt/root/.subversion
  • [ amd64 '=' mac ]
  • rm -f '/home/nhos/NomadBSD/work/mnt/usr/libexec/nomadbsd-*.mac'
  • get_version
  • git log --oneline
  • cut -f1 '-d '
  • head -1
  • cid=3b9d2be1
  • git describe --exact-match 3b9d2be
  • version=''
  • [ -z '' ]
  • version=3b9d2be1
  • echo 3b9d2be
  • write_config_files /home/nhos/NomadBSD/work/mnt
  • local '_DESTDIR=/home/nhos/NomadBSD/work/mnt'
  • [ -z /home/nhos/NomadBSD/work/mnt -o /home/nhos/NomadBSD/work/mnt '=' / ]
  • write_sysctl_conf /home/nhos/NomadBSD/work/mnt/etc/sysctl.conf
  • local 'sysctl_conf=/home/nhos/NomadBSD/work/mnt/etc/sysctl.conf'
  • cp config/etc/sysctl.conf /home/nhos/NomadBSD/work/mnt/etc/sysctl.conf
  • UFS_SYSCTL_SETTINGS
  • cat
  • write_loader_conf /home/nhos/NomadBSD/work/mnt/boot/loader.conf
  • local 'loader_conf=/home/nhos/NomadBSD/work/mnt/boot/loader.conf'
  • cp config/boot/loader.conf /home/nhos/NomadBSD/work/mnt/boot/loader.conf
  • UFS_LOADER_SETTINGS
  • cat
  • write_fstab /home/nhos/NomadBSD/work/mnt/etc/fstab
  • local 'fstab=/home/nhos/NomadBSD/work/mnt/etc/fstab' rootdev
  • rm -f /home/nhos/NomadBSD/work/mnt/etc/fstab
  • [ UFS '=' UFS ]
  • [ amd64 '=' amd64 -o amd64 '=' i386 ]
  • rootdev=/dev/label/nomadroot
  • echo '/dev/label/nomadroot / ufs rw,noatime   1 1'
  • cat config/etc/fstab
  • write_rc_conf /home/nhos/NomadBSD/work/mnt/etc/rc.conf
  • local 'rc_conf=/home/nhos/NomadBSD/work/mnt/etc/rc.conf'
  • cp config/etc/rc.conf /home/nhos/NomadBSD/work/mnt/etc/rc.conf
  • [ UFS '=' ZFS ]
  • [ UFS '=' UFS ]
  • cd /home/nhos/NomadBSD/work/mnt
  • tar cfJ usr/share/nomadbsd/nomadbsd-backup.tar.xz etc root var usr.local.etc
  • _umount /home/nhos/NomadBSD/work/mnt
  • local 'n=3'
  • [ 3 -gt 0 ]
  • umount /home/nhos/NomadBSD/work/mnt
  • return
  • rmdir /home/nhos/NomadBSD/work/mnt
  • mdconfig -d -u md0
  • return 0
  • save_stage cleanup
  • echo 'ARCH=amd64'
  • echo '__stage=cleanup'
  • cleanup
  • [ UFS '=' ZFS ]
  • mount
  • grep /home/nhos/NomadBSD/work/sys/usr/ports
  • mount
  • grep /home/nhos/NomadBSD/work/sys/dev
  • mount
  • grep /home/nhos/NomadBSD/work/uzip_mnt
  • mount
  • grep /home/nhos/NomadBSD/work/mnt
  • rmdir /home/nhos/NomadBSD/work/uzip_mnt /home/nhos/NomadBSD/work/mnt
  • mdconfig -l
  • rm -f .failed-stage
  • shift
  • [ 0 -gt 0 ]

There is a unzip_image.img in the /NomadBSD/work directory. Is this the image?

I can't see anything wrong.

Here the image is created:

touch nomadbsd-131R-3b9d2be1.amd64.ufs.img

I'm lost. If you haven't ./build clean yet, you can run ./build image, and see if it creates an image.

There is a unzip_image.img in the /NomadBSD/work directory. Is this the image?

No, that's the uzip image which contains the compressed /usr/local

The image name in your case is nomadbsd-131R-3b9d2be1.amd64.ufs.img

Yes, got it . Thank you so much!!

I'm relieved to read that :)

Screenshot from 2022-11-02 16-10-58
@mrclksr The image is not booting, it is showing the above error in the image.

Did you follow the instruction in the handbook?

creating virtual harddisk (VDI) from the image.
Resizing it and then using it with virtual machine, this error is coming.

Even for Booting the laptop with the newly created nomadbsd.img from the live cd(pendrive), this same error is coming. Is it due to the ufs configuration?

A possible explanation for this error is that the image is not complete. Did you copy the image from a VM over to the host system?

I copied the image directly to the sd card, shall i use dd command ?

Did you build the image on FreeBSD running on real hardware, or in a VM?

I build the image on NomadBSD running on a laptop.

Are you short of disk space (df -h)? Are there any file system full messages (dmesg)?

@mrclksr This is the output for df -h:

Filesystem Size Used Avail Capacity Mounted on
zroot/ROOT/nomadbsd-5806f915 889G 18G 871G 2% /
devfs 1.0K 1.0K 0B 100% /dev
procfs 4.0K 4.0K 0B 100% /proc
zroot/var/audit 871G 96K 871G 0% /var/audit
zroot/var/log 871G 208K 871G 0% /var/log
zroot/usr/obj 871G 96K 871G 0% /usr/obj
zroot/usr/home 871G 96K 871G 0% /usr/home
zroot/usr/src 874G 3.2G 871G 0% /usr/src
zroot/var/tmp 871G 96K 871G 0% /var/tmp
zroot/var/crash 871G 96K 871G 0% /var/crash
zroot/usr/ports 878G 6.5G 871G 1% /usr/ports
zroot/var/mail 871G 120K 871G 0% /var/mail
zroot/usr/ports/packages 871G 96K 871G 0% /usr/ports/packages
zroot/usr/ports/distfiles 871G 96K 871G 0% /usr/ports/distfiles
tmpfs 4.5G 48M 4.4G 1% /tmp
fdescfs 1.0K 1.0K 0B 100% /dev/fd
procfs 4.0K 4.0K 0B 100% /proc
/dev/ada0p2 39M 114K 39M 0% /media/ada0p2

Hello @mrclksr , as per the dmesg i didn't recived any full files ystem log. (dmesg logs are below)

---<>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.0-RELEASE #0: Tue May  4 21:43:29 UTC 2021
    root@NomadBSD:/usr/obj/usr/src/amd64.amd64/sys/NOMADBSD amd64
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
VT(efifb): resolution 1920x1080
CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (1992.09-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x806ec  Family=0x6  Model=0x8e  Stepping=12
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=0xbc000600<MCUOPT,MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0x2b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 17179869184 (16384 MB)
avail memory = 16473579520 (15710 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL   Dell Inc>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
arc4random: WARNING: initial seeding bypassed the cryptographic random device because it was not yet seeded and the knob 'bypass_before_seeding' was enabled.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 6 2 4 5 7 3
Timecounter "TSC" frequency 1992088540 Hz quality 1000
KTLS: Initialized 8 threads
random: entropy device external interface
000.000019 [4354] netmap_init               netmap: loaded module
[ath_hal] loaded
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 14.0.
kbd1 at kbdmux0
mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020)
nexus0
efirtc0:
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0:
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0:
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS07], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS08], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS09], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS10], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
acpi0: Power Button (fixed)
cpu0: on acpi0
hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x6e> port 0x930,0x934 on acpi0
pcib0: port 0xcf8-0xcff on acpi0
pci0: on pcib0
vgapci0: port 0x5000-0x503f mem 0xc0000000-0xc0ffffff,0xb0000000-0xbfffffff at device 2.0 on pci0
vgapci0: Boot video device
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xc2280000-0xc228ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <memory, RAM> at device 20.2 (no driver attached)
pci0: at device 20.3 (no driver attached)
pci0: at device 21.0 (no driver attached)
pci0: at device 21.1 (no driver attached)
pci0: at device 22.0 (no driver attached)
ahci0: <Intel ICH8M+ (RAID) AHCI SATA controller> port 0x5080-0x5087,0x5088-0x508b,0x5060-0x507f mem 0xc2298000-0xc229ffff,0xc22b3000-0xc22b30ff,0xc2200000-0xc227ffff at device 23.0 on pci0
ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported
ahcich0: at channel 0 on ahci0
ahcich1: at channel 1 on ahci0
sdhci_pci0: mem 0xc22b0000-0xc22b0fff at device 26.0 on pci0
sdhci_pci0: 1 slot(s) allocated
mmc0: <MMC/SD bus> on sdhci_pci0
pcib1: at device 28.0 on pci0
pci1: on pcib1
pcib2: at device 28.4 on pci0
pci2: on pcib2
vgapci1: port 0x4000-0x407f mem 0xc1000000-0xc1ffffff,0x90000000-0x9fffffff,0xa0000000-0xa1ffffff at device 0.0 on pci2
pcib3: at device 29.0 on pci0
pci3: on pcib3
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0xc2104000-0xc2104fff,0xc2100000-0xc2103fff at device 0.0 on pci3
re0: Using 1 MSI-X message
re0: turning off MSI enable bit.
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: a4:bb:6d:1d:b9:4c
re0: netmap queues/slots: TX 1/256, RX 1/256
isab0: at device 31.0 on pci0
isa0: on isab0
hdac0: mem 0xc22a4000-0xc22a7fff,0xc2000000-0xc20fffff at device 31.3 on pci0
pci0: at device 31.5 (no driver attached)
acpi_lid0: on acpi0
acpi_button0: on acpi0
acpi_button1: on acpi0
acpi_acad0: on acpi0
battery0: on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
  Failed to read capability bits
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 14.0.
psm0: model IntelliMouse, device ID 3
acpi_syscontainer0: on acpi0
hwpstate_intel0: on cpu0
hwpstate_intel1: on cpu1
hwpstate_intel2: on cpu2
hwpstate_intel3: on cpu3
hwpstate_intel4: on cpu4
hwpstate_intel5: on cpu5
hwpstate_intel6: on cpu6
hwpstate_intel7: on cpu7
Timecounters tick every 1.000 msec
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0 on usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
mmc0: No compatible cards found on bus
hdacc0: at cad 0 on hdac0
hdaa0: at nid 1 on hdacc0
pcm0: <Realtek ALC236 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC236 (Front Analog Headphones)> at nid 33 on hdaa0
hdacc1: at cad 2 on hdac0
hdaa1: at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from ufs:/dev/label/nomadroot [rw,noatime]...
Root mount waiting for: usbus0 CAM
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD10SPZX-75Z10T2 03.01A03> ACS-3 ATA SATA 3.x device
ada0: Serial Number WX71A695VAYC
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 953869MB (1953525168 512 byte sectors)
uhub0: 18 ports with 18 removable, self powered
ugen0.2: at usbus0
Root mount waiting for: usbus0
ugen0.3: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
Root mount waiting for: usbus0 CAM
ugen0.4: <vendor 0x8087 product 0x0aaa> at usbus0
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
random: unblocking device.
WARNING: /: TRIM flag on fs but disk does not support TRIM
acpi_wmi0: on acpi0
acpi_wmi1: on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi2: on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.AMW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi4: on acpi0
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.AMW2.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi5: on acpi0
acpi_wmi5: Embedded MOF found
ACPI: \134_SB.AMW4.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi6: on acpi0
acpi_video0: on vgapci0
pchtherm0: mem 0xc22ab000-0xc22abfff at device 18.0 on pci0
iwm0: <Intel(R) Dual Band Wireless AC 9560> mem 0xc22a0000-0xc22a3fff at device 20.3 on pci0
iwm0: hw rev 0x310, fw ver 34.3125811985.0, address 80:32:53:e8:c8:99
ig4iic0: at device 21.0 on pci0
ig4iic0: Using MSI
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iicbus0: at addr 0x2c
ig4iic1: at device 21.1 on pci0
ig4iic1: Using MSI
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
acpi_dock0: on acpi0
lo0: link state changed to UP
re0: link state changed to DOWN
iichid0: <DELL08BC:00 04F3:30CA I2C HID device> at addr 0x2c irq 51 on iicbus0
hidbus0: on iichid0
hms0: <DELL08BC:00 04F3:30CA Mouse> on hidbus0
hms0: 2 buttons and [XY] coordinates ID=1
hmt0: <DELL08BC:00 04F3:30CA TouchPad> on hidbus0
hconf0: <DELL08BC:00 04F3:30CA Configuration> on hidbus0
hmt0: Multitouch touchpad with 0 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [3217:1959]
drmn0: on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
Successfully added WC MTRR for [0xb0000000-0xbfffffff]: 0;
[drm] Got stolen memory base 0x8d800000, size 0x2000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
[drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[drm] Connector HDMI-A-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector DP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
drmn0: Failed to program MOCS registers; expect performance issues.
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized i915 1.6.0 20190822 for drmn0 on minor 0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0.
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=11 height=1080 width=1920 depth=32
cmsize=16 size=8294400
pbase=0xb0000000 vbase=0xfffff800b0000000
name=drmn0 flags=0x0 stride=7680 bpp=32
cmap[0]=141414 cmap[1]=ba5451 cmap[2]=8e9b60 cmap[3]=eabf77
end FB_INFO
drmn0: fb0: i915drmfb frame buffer device
WARNING: /data: TRIM flag on fs but disk does not support TRIM
Waiting (max 60 seconds) for system process vnlru' to stop... done Waiting (max 60 seconds) for system process syncer' to stop...
Syncing disks, vnodes remaining... 0 4 4 0 0 done
Waiting (max 60 seconds) for system thread bufdaemon' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-0' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-1' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-3' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-2' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-4' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-5' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-6' to stop... done
All buffers synced.
Uptime: 9m13s
---<>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.0-RELEASE #0: Tue May  4 21:43:29 UTC 2021
    root@NomadBSD:/usr/obj/usr/src/amd64.amd64/sys/NOMADBSD amd64
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
VT(efifb): resolution 1920x1080
CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (1992.08-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x806ec  Family=0x6  Model=0x8e  Stepping=12
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=0xbc000600<MCUOPT,MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0x2b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 17179869184 (16384 MB)
avail memory = 16473579520 (15710 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL   Dell Inc>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 5 7 3 2 6 4
Timecounter "TSC" frequency 1992078512 Hz quality 1000
KTLS: Initialized 8 threads
random: entropy device external interface
000.000019 [4354] netmap_init               netmap: loaded module
[ath_hal] loaded
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 14.0.
kbd1 at kbdmux0
mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020)
nexus0
efirtc0:
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0:
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0:
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS07], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS08], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS09], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS10], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
acpi0: Power Button (fixed)
cpu0: on acpi0
hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x6e> port 0x930,0x934 on acpi0
pcib0: port 0xcf8-0xcff on acpi0
pci0: on pcib0
vgapci0: port 0x5000-0x503f mem 0xc0000000-0xc0ffffff,0xb0000000-0xbfffffff at device 2.0 on pci0
vgapci0: Boot video device
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xc2280000-0xc228ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <memory, RAM> at device 20.2 (no driver attached)
pci0: at device 20.3 (no driver attached)
pci0: at device 21.0 (no driver attached)
pci0: at device 21.1 (no driver attached)
pci0: at device 22.0 (no driver attached)
ahci0: <Intel ICH8M+ (RAID) AHCI SATA controller> port 0x5080-0x5087,0x5088-0x508b,0x5060-0x507f mem 0xc2298000-0xc229ffff,0xc22b3000-0xc22b30ff,0xc2200000-0xc227ffff at device 23.0 on pci0
ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported
ahcich0: at channel 0 on ahci0
ahcich1: at channel 1 on ahci0
sdhci_pci0: mem 0xc22b0000-0xc22b0fff at device 26.0 on pci0
sdhci_pci0: 1 slot(s) allocated
mmc0: <MMC/SD bus> on sdhci_pci0
pcib1: at device 28.0 on pci0
pci1: on pcib1
pcib2: at device 28.4 on pci0
pci2: on pcib2
vgapci1: port 0x4000-0x407f mem 0xc1000000-0xc1ffffff,0x90000000-0x9fffffff,0xa0000000-0xa1ffffff at device 0.0 on pci2
pcib3: at device 29.0 on pci0
pci3: on pcib3
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0xc2104000-0xc2104fff,0xc2100000-0xc2103fff at device 0.0 on pci3
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: a4:bb:6d:1d:b9:4c
re0: netmap queues/slots: TX 1/256, RX 1/256
isab0: at device 31.0 on pci0
isa0: on isab0
hdac0: mem 0xc22a4000-0xc22a7fff,0xc2000000-0xc20fffff at device 31.3 on pci0
pci0: at device 31.5 (no driver attached)
acpi_lid0: on acpi0
acpi_button0: on acpi0
acpi_button1: on acpi0
acpi_acad0: on acpi0
battery0: on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
  Failed to read capability bits
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 14.0.
psm0: model IntelliMouse, device ID 3
acpi_syscontainer0: on acpi0
hwpstate_intel0: on cpu0
hwpstate_intel1: on cpu1
hwpstate_intel2: on cpu2
hwpstate_intel3: on cpu3
hwpstate_intel4: on cpu4
hwpstate_intel5: on cpu5
hwpstate_intel6: on cpu6
hwpstate_intel7: on cpu7
Timecounters tick every 1.000 msec
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0 on usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
mmc0: No compatible cards found on bus
hdacc0: at cad 0 on hdac0
hdaa0: at nid 1 on hdacc0
pcm0: <Realtek ALC236 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC236 (Front Analog Headphones)> at nid 33 on hdaa0
hdacc1: at cad 2 on hdac0
hdaa1: at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from ufs:/dev/label/nomadroot [rw,noatime]...
Root mount waiting for: usbus0 CAM
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD10SPZX-75Z10T2 03.01A03> ACS-3 ATA SATA 3.x device
ada0: Serial Number WX71A695VAYC
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 953869MB (1953525168 512 byte sectors)
uhub0: 18 ports with 18 removable, self powered
ugen0.2: at usbus0
Root mount waiting for: usbus0
ugen0.3: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
Root mount waiting for: usbus0 CAM
ugen0.4: <vendor 0x8087 product 0x0aaa> at usbus0
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
WARNING: /: TRIM flag on fs but disk does not support TRIM
WARNING: /data: TRIM flag on fs but disk does not support TRIM
acpi_wmi0: on acpi0
acpi_wmi1: on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi2: on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.AMW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi4: on acpi0
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.AMW2.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi5: on acpi0
acpi_wmi5: Embedded MOF found
ACPI: \134_SB.AMW4.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi6: on acpi0
acpi_video0: on vgapci0
Cuse v0.1.36 @ /dev/cuse
pchtherm0: mem 0xc22ab000-0xc22abfff at device 18.0 on pci0
iwm0: <Intel(R) Dual Band Wireless AC 9560> mem 0xc22a0000-0xc22a3fff at device 20.3 on pci0
iwm0: hw rev 0x310, fw ver 34.3125811985.0, address 80:32:53:e8:c8:99
ig4iic0: at device 21.0 on pci0
ig4iic0: Using MSI
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iicbus0: at addr 0x2c
ig4iic1: at device 21.1 on pci0
ig4iic1: Using MSI
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
acpi_dock0: on acpi0
lo0: link state changed to UP
re0: link state changed to DOWN
iichid0: <DELL08BC:00 04F3:30CA I2C HID device> at addr 0x2c irq 51 on iicbus0
hidbus0: on iichid0
hms0: <DELL08BC:00 04F3:30CA Mouse> on hidbus0
hms0: 2 buttons and [XY] coordinates ID=1
hmt0: <DELL08BC:00 04F3:30CA TouchPad> on hidbus0
hconf0: <DELL08BC:00 04F3:30CA Configuration> on hidbus0
hmt0: Multitouch touchpad with 0 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [3217:1959]
Security policy loaded: MAC/ntpd (mac_ntpd)
drmn0: on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
Successfully added WC MTRR for [0xb0000000-0xbfffffff]: 0;
[drm] Got stolen memory base 0x8d800000, size 0x2000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
[drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[drm] Connector HDMI-A-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector DP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
drmn0: Failed to program MOCS registers; expect performance issues.
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized i915 1.6.0 20190822 for drmn0 on minor 0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0.
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=11 height=1080 width=1920 depth=32
cmsize=16 size=8294400
pbase=0xb0000000 vbase=0xfffff800b0000000
name=drmn0 flags=0x0 stride=7680 bpp=32
cmap[0]=141414 cmap[1]=ba5451 cmap[2]=8e9b60 cmap[3]=eabf77
end FB_INFO
drmn0: fb0: i915drmfb frame buffer device
wlan0: Ethernet address: 80:32:53:e8:c8:99
wlan0: Ethernet address: 80:32:53:e8:c8:99
re0: link state changed to UP
re0: watchdog timeout
re0: link state changed to DOWN
re0: link state changed to UP
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
wlan0: link state changed to UP
wlan0: link state changed to DOWN
Waiting (max 60 seconds) for system process vnlru' to stop... done Waiting (max 60 seconds) for system process syncer' to stop...
Syncing disks, vnodes remaining... 12 (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 01 16 b8 80 00 00 20 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
g_vfs_done():label/nomaddata[WRITE(offset=5593268224, length=32768)]error = 6
UFS: forcibly unmounting /dev/label/nomaddata from /data
g_vfs_done():label/nomaddata[WRITE(offset=5593530368, length=32768)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5598085120, length=32768)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5598216192, length=16384)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5608157184, length=4096)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5608849408, length=4096)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5608857600, length=4096)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5626929152, length=4096)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=65536, length=16384)]error = 6
UFS: forcibly unmounting /dev/label/nomadroot from /
g_vfs_done():label/nomadroot[WRITE(offset=178802688, length=4096)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=1864499200, length=32768)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=1991401472, length=4096)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=2397110272, length=16384)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=2642735104, length=4096)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=2643193856, length=4096)]error = 6
g_vfs_done():label/nomadroot[WRITE(offset=3376701440, length=4096)]error = 6
g_vfs_done():label/nomaddata[WRITE(offset=5593169920, length=16384)]error = 6
2 1 umass0: detached
1 ugen0.3: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
0 da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
0 0 done
Waiting (max 60 seconds) for system thread bufdaemon' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-0' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-1' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-2' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-3' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-4' to stop... done
Waiting (max 60 seconds) for system thread bufspacedaemon-5' to stop... done Waiting (max 60 seconds) for system thread bufspacedaemon-6' to stop... done
All buffers synced.
Uptime: 18m7s
re0: link state changed to DOWN
re0: link state changed to UP
---<>---
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.0-RELEASE #0: Tue May  4 21:43:29 UTC 2021
    root@NomadBSD:/usr/obj/usr/src/amd64.amd64/sys/NOMADBSD amd64
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
VT(efifb): resolution 1920x1080
CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (1992.08-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x806ec  Family=0x6  Model=0x8e  Stepping=12
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND>
  AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
  AMD Features2=0x121<LAHF,ABM,Prefetch>
  Structured Extended Features=0x29c67af<FSGSBASE,TSCADJ,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,NFPUSG,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PROCTRACE>
  Structured Extended Features3=0xbc000600<MCUOPT,MD_CLEAR,IBPB,STIBP,L1DFL,ARCH_CAP,SSBD>
  XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
  IA32_ARCH_CAPS=0x2b<RDCL_NO,IBRS_ALL,SKIP_L1DFL_VME,MDS_NO>
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 17179869184 (16384 MB)
avail memory = 16467161088 (15704 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: <DELL   Dell Inc>
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
random: unblocking device.
ioapic0 <Version 2.0> irqs 0-119
Launching APs: 1 6 4 3 2 5 7
Timecounter "TSC" frequency 1992082042 Hz quality 1000
KTLS: Initialized 8 threads
random: entropy device external interface
[ath_hal] loaded
WARNING: Device "kbd" is Giant locked and may be deleted before FreeBSD 14.0.
kbd1 at kbdmux0
000.000062 [4354] netmap_init               netmap: loaded module
mlx5en: Mellanox Ethernet driver 3.6.0 (December 2020)
nexus0
efirtc0:
efirtc0: registered as a time-of-day clock, resolution 1.000000s
cryptosoft0:
aesni0: <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
acpi0:
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS07], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS08], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS09], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
Firmware Error (ACPI): Could not resolve symbol [\134_SB.PCI0.XHC.RHUB.SS10], AE_NOT_FOUND (20201113/dswload2-315)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20201113/psobject-372)
acpi0: Power Button (fixed)
cpu0: on acpi0
hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 24000000 Hz quality 950
Event timer "HPET" frequency 24000000 Hz quality 550
atrtc0: port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
atrtc0: registered as a time-of-day clock, resolution 1.000000s
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x6e> port 0x930,0x934 on acpi0
pcib0: port 0xcf8-0xcff on acpi0
pci0: on pcib0
vgapci0: port 0x5000-0x503f mem 0xc0000000-0xc0ffffff,0xb0000000-0xbfffffff at device 2.0 on pci0
vgapci0: Boot video device
xhci0: <XHCI (generic) USB 3.0 controller> mem 0xc2280000-0xc228ffff at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0: <memory, RAM> at device 20.2 (no driver attached)
pci0: at device 20.3 (no driver attached)
pci0: at device 21.0 (no driver attached)
pci0: at device 21.1 (no driver attached)
pci0: at device 22.0 (no driver attached)
ahci0: <Intel ICH8M+ (RAID) AHCI SATA controller> port 0x5080-0x5087,0x5088-0x508b,0x5060-0x507f mem 0xc2298000-0xc229ffff,0xc22b3000-0xc22b30ff,0xc2200000-0xc227ffff at device 23.0 on pci0
ahci0: AHCI v1.31 with 2 6Gbps ports, Port Multiplier not supported
ahcich0: at channel 0 on ahci0
ahcich1: at channel 1 on ahci0
sdhci_pci0: mem 0xc22b0000-0xc22b0fff at device 26.0 on pci0
sdhci_pci0: 1 slot(s) allocated
mmc0: <MMC/SD bus> on sdhci_pci0
pcib1: at device 28.0 on pci0
pci1: on pcib1
pcib2: at device 28.4 on pci0
pci2: on pcib2
vgapci1: port 0x4000-0x407f mem 0xc1000000-0xc1ffffff,0x90000000-0x9fffffff,0xa0000000-0xa1ffffff at device 0.0 on pci2
pcib3: at device 29.0 on pci0
pci3: on pcib3
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0xc2104000-0xc2104fff,0xc2100000-0xc2103fff at device 0.0 on pci3
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: on re0
rgephy0: <RTL8251/8153 1000BASE-T media interface> PHY 1 on miibus0
rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: a4:bb:6d:1d:b9:4c
re0: netmap queues/slots: TX 1/256, RX 1/256
isab0: at device 31.0 on pci0
isa0: on isab0
hdac0: mem 0xc22a4000-0xc22a7fff,0xc2000000-0xc20fffff at device 31.3 on pci0
pci0: at device 31.5 (no driver attached)
acpi_lid0: on acpi0
acpi_button0: on acpi0
acpi_button1: on acpi0
acpi_acad0: on acpi0
battery0: on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
  Failed to read capability bits
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
WARNING: Device "psm" is Giant locked and may be deleted before FreeBSD 14.0.
psm0: model IntelliMouse, device ID 3
acpi_syscontainer0: on acpi0
hwpstate_intel0: on cpu0
hwpstate_intel1: on cpu1
hwpstate_intel2: on cpu2
hwpstate_intel3: on cpu3
hwpstate_intel4: on cpu4
hwpstate_intel5: on cpu5
hwpstate_intel6: on cpu6
hwpstate_intel7: on cpu7
Timecounters tick every 1.000 msec
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
ugen0.1: <0x8086 XHCI root HUB> at usbus0
uhub0 on usbus0
uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
mmc0: No compatible cards found on bus
hdacc0: at cad 0 on hdac0
hdaa0: at nid 1 on hdacc0
pcm0: <Realtek ALC236 (Internal Analog)> at nid 20 and 18 on hdaa0
pcm1: <Realtek ALC236 (Front Analog Headphones)> at nid 33 on hdaa0
hdacc1: at cad 2 on hdac0
hdaa1: at nid 1 on hdacc1
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
Trying to mount root from zfs:zroot/ROOT/nomadbsd-5806f915 []...
Root mount waiting for: usbus0 CAM
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD10SPZX-75Z10T2 03.01A03> ACS-3 ATA SATA 3.x device
ada0: Serial Number WX71A695VAYC
ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 953869MB (1953525168 512 byte sectors)
uhub0: 18 ports with 18 removable, self powered
Root mount waiting for: usbus0
ugen0.2: at usbus0
ugen0.3: <vendor 0x8087 product 0x0aaa> at usbus0
acpi_wmi0: on acpi0
acpi_wmi1: on acpi0
acpi_wmi1: Embedded MOF found
ACPI: \134_SB.WFDE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi2: on acpi0
acpi_wmi2: Embedded MOF found
ACPI: \134_SB.WFTE.WQCC: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi3: on acpi0
acpi_wmi3: Embedded MOF found
ACPI: \134_SB.AMW0.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi4: on acpi0
acpi_wmi4: Embedded MOF found
ACPI: \134_SB.AMW2.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi5: on acpi0
acpi_wmi5: Embedded MOF found
ACPI: \134_SB.AMW4.WQMO: 1 arguments were passed to a non-method ACPI object (Buffer) (20201113/nsarguments-361)
acpi_wmi6: on acpi0
acpi_video0: on vgapci0
pchtherm0: mem 0xc22ab000-0xc22abfff at device 18.0 on pci0
iwm0: <Intel(R) Dual Band Wireless AC 9560> mem 0xc22a0000-0xc22a3fff at device 20.3 on pci0
iwm0: hw rev 0x310, fw ver 34.3125811985.0, address 80:32:53:e8:c8:99
ig4iic0: at device 21.0 on pci0
ig4iic0: Using MSI
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iicbus0: at addr 0x2c
ig4iic1: at device 21.1 on pci0
ig4iic1: Using MSI
iicbus1: <Philips I2C bus (ACPI-hinted)> on ig4iic1
acpi_dock0: on acpi0
Cuse v0.1.36 @ /dev/cuse
drmn0: on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
Successfully added WC MTRR for [0xb0000000-0xbfffffff]: 0;
[drm] Got stolen memory base 0x8d800000, size 0x2000000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] Connector eDP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.eDP-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector DP-1: get mode from tunables:
[drm]   - kern.vt.fb.modes.DP-1
[drm]   - kern.vt.fb.default_mode
[drm] Connector HDMI-A-2: get mode from tunables:
[drm]   - kern.vt.fb.modes.HDMI-A-2
[drm]   - kern.vt.fb.default_mode
drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
[drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
drmn0: Failed to program MOCS registers; expect performance issues.
sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
[drm] Initialized i915 1.6.0 20190822 for drmn0 on minor 0
WARNING: Device "fb" is Giant locked and may be deleted before FreeBSD 14.0.
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=11 height=1080 width=1920 depth=32
cmsize=16 size=8294400
pbase=0xb0000000 vbase=0xfffff800b0000000
name=drmn0 flags=0x0 stride=7680 bpp=32
cmap[0]=141414 cmap[1]=ba5451 cmap[2]=8e9b60 cmap[3]=eabf77
end FB_INFO
drmn0: fb0: i915drmfb frame buffer device
wlan0: Ethernet address: 80:32:53:e8:c8:99
lo0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
iichid0: <DELL08BC:00 04F3:30CA I2C HID device> at addr 0x2c irq 51 on iicbus0
hidbus0: on iichid0
hms0: <DELL08BC:00 04F3:30CA Mouse> on hidbus0
hms0: 2 buttons and [XY] coordinates ID=1
hmt0: <DELL08BC:00 04F3:30CA TouchPad> on hidbus0
hconf0: <DELL08BC:00 04F3:30CA Configuration> on hidbus0
hmt0: Multitouch touchpad with 0 external buttons, click-pad
hmt0: 5 contacts with [C] properties. Report range [0:0] - [3217:1959]
Security policy loaded: MAC/ntpd (mac_ntpd)
wlan0: link state changed to UP
wlan0: link state changed to DOWN
re0: link state changed to DOWN
wlan0: link state changed to UP
re0: link state changed to UP
re0: watchdog timeout
re0: link state changed to DOWN
re0: link state changed to UP
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
re0: link state changed to DOWN
re0: link state changed to UP
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
re0: link state changed to DOWN
re0: link state changed to UP
re0: watchdog timeout
re0: link state changed to DOWN
re0: link state changed to UP
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
iwm0: iwm_mac_ctxt_send_cmd: Failed to send MAC context (action:2): 35
iwm0: iwm_wme_update: failed to update MAC
re0: link state changed to DOWN
wlan0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
ugen0.4: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
ugen0.4: at usbus0 (disconnected)
umass0: at uhub0, port 7, addr 3 (disconnected)
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00>  s/n 20121112761000000 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
ugen0.4: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 00 26 b8 00 00 08 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
g_vfs_done():da0s1[WRITE(offset=884736, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=888832, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=892928, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=897024, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=901120, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=905216, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=909312, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=913408, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=917504, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=921600, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8679424, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8683520, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8687616, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8691712, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8695808, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8699904, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8704000, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8708096, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8712192, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8716288, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=8720384, length=4096)]error = 5
g_vfs_done():da0s1[WRITE(offset=15613952, length=16384)]error = 5
g_vfs_done():da0s1[WRITE(offset=3719233536, length=1048576)]error = 5
g_vfs_done():da0s1[WRITE(offset=3720282112, length=1048576)]error = 5
g_vfs_done():da0s1[WRITE(offset=3721330688, length=1048576)]error = 5
g_vfs_done():da0s1[WRITE(offset=3722379264, length=1048576)]error = 5
g_vfs_done():da0s1[WRITE(offset=3723427840, length=1048576)]error = 5
g_vfs_done():da0s1[WRITE(offset=880640, length=4096)]error = 6
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 00 00 00 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 00 00 00 00 00 04 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 03 b7 23 ff 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 00 00 01 00 00 01 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 00 00 80 00 00 10 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
ugen0.4: at usbus0 (disconnected)
umass0: at uhub0, port 7, addr 4 (disconnected)
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00>  s/n 20121112761000000 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
re0: link state changed to DOWN
ugen0.4: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
re0: link state changed to UP
re0: watchdog timeout
re0: link state changed to DOWN
re0: link state changed to UP
ugen0.4: at usbus0 (disconnected)
umass0: at uhub0, port 7, addr 5 (disconnected)
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00>  s/n 20121112761000000 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
ugen0.4: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
ugen0.4: at usbus0 (disconnected)
umass0: at uhub0, port 7, addr 6 (disconnected)
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00>  s/n 20121112761000000 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached
arp: 10.10.1.10 moved from fa:16:3e:cf:8a:02 to 50:9a:4c:38:d6:32 on re0
arp: 10.10.1.10 moved from 50:9a:4c:38:d6:32 to fa:16:3e:cf:8a:02 on re0
ugen0.4: at usbus0
umass0 on uhub0
umass0: <Bulk-In, Bulk-Out, Interface> on usbus0
umass0:  SCSI over Bulk-Only; quirks = 0x4000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00> Removable Direct Access SPC-2 SCSI device
da0: Serial Number 20121112761000000
da0: 40.000MB/s transfers
da0: 30436MB (62333952 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
ugen0.4: at usbus0 (disconnected)
umass0: at uhub0, port 7, addr 7 (disconnected)
da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
da0: <Generic- SD/MMC/MS PRO 1.00>  s/n 20121112761000000 detached
(da0:umass-sim0:0:0:0): Periph destroyed
umass0: detached

I see, you have plenty of disk space.

Check the size of the image you built:

ls -l nomadbsd-131R-3b9d2be1.amd64.ufs.img

I created ZFS image, and it is working. Thank you!!

I just had outdated ports. Thank you.