Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 2021 03:50:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 255584] freebsd-release13.0 for arm64 could not enter multi-user mode
Message-ID:  <bug-255584-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255584

            Bug ID: 255584
           Summary: freebsd-release13.0 for arm64 could not enter
                    multi-user mode
           Product: Base System
           Version: 13.0-RELEASE
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: arm
          Assignee: freebsd-arm@FreeBSD.org
          Reporter: ohata9870@gmail.com

My env.
windows10 host, and using QEMU aarch64 system emulation,
QEMU is executed under cygwin-terminal

Release 13.0 was booted and can enter single user mode ,but could not enter
multi-user mode. QEMU is quit.

startup script:
# for freebsd arm
imgfile=3D'.\\FreeBSD-13.0-RELEASE-arm64-aarch64.qcow2'
#imgfile=3D'.\\FreeBSD-12.2-RELEASE-arm64-aarch64.qcow2'
fmt=3Dqcow2
biosf=3D'.\\QEMU_EFI.fd'
#biosf=3Dedk2-aarch64-code.fd

$qemusys \
        -m 4096M -cpu cortex-a72 -M virt,highmem=3Doff -k ja -smp 2 \
        -bios $biosf \
        -drive if=3Dnone,file=3D$imgfile,format=3D$fmt,id=3Dhd0 \
        -device virtio-blk-device,drive=3Dhd0 \
        -device qemu-xhci \
        -device usb-kbd \
        -netdev tap,id=3Dnet0,ifname=3D$tap -net nic,macaddr=3D$mymac,netde=
v=3Dnet0 \
        -serial mon:stdio \
        -nographic \

---------------
Under single user mode, there is no ttyv(0...) virtual terminal device file.
During boot sequence to multi-user mode, following cons message found,
...
Starting devd.
eval: cannot open /dev/ttyv0: No such file or directory
eval: cannot open /dev/ttyv0: No such file or directory
Starting dhclient.
...

I think due to lack of ttyv? device file, init could not open virtual termi=
nal
by getty.

Is there any workaround?

regards;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255584-7>