답변1
Alt+Ctrl+F1
FreeBSD는 일반적으로 9번째 콘솔에서 X를 실행하므로 처음 8개의 콘솔은 텍스트 모드에서 실행됩니다 .
답변2
시작 루틴의 맥락에서콘솔 부팅에 대한 관용적 옵션이 제공되지 않습니다.– 그리고 다음과 같은 것이 – 작동 Control하지 않는 경우 …AltF2
/etc/ttys
ttyv8에 대한 줄에 주석을 달려고했습니다. 예를 들어:
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" xterm on secure
ttyv2 "/usr/libexec/getty Pc" xterm on secure
ttyv3 "/usr/libexec/getty Pc" xterm on secure
ttyv4 "/usr/libexec/getty Pc" xterm on secure
ttyv5 "/usr/libexec/getty Pc" xterm on secure
ttyv6 "/usr/libexec/getty Pc" xterm on secure
ttyv7 "/usr/libexec/getty Pc" xterm on secure
# ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
원하는 효과가 없더군요...
PC-BSD
[gjp4@cces3-gjp4-pc-bsd-ergovista621] ~% cat /etc/rc.conf.pcbsd | grep -i pcdm
# Enable the pcdm display manager
pcdm_enable="YES"
[gjp4@cces3-gjp4-pc-bsd-ergovista621] ~%
- 변화예도착하다아니요매우 효과적입니다.
FreeBSD
디스플레이 관리 라인이 있으면 /etc/rc.conf
주석을 달 수 있습니다.
# kdm4_enable="YES"
– 또는 변경예도착하다아니요.
답변3
표시된 이미지는 부트로더입니다.
일반적으로 4를 입력하면 단일 사용자 모드로 전환됩니다.
또 다른 옵션은 6을 선택하고 boot -s를 입력하는 것입니다.