|  | 
 
 
 
 #1
[NetBSD] Let's Note CF-SV8
 2025/05/31 Let's Note CF-SV8 16 GB, Core i7, 512 GB NVMe
を入手
 Yodobashi Camera で  Western Digital Black NVMe  1 TB を購入
 換装
 Install NetBSD 10.99.14 
dmesg
 pkg add config-set
 touch pad does not work even with
no options      PMS_SYNAPTICS_TOUCHPAD
My historical Let's note needs this in GENERIC Full GENERIC-no-SYNAPTICS-nvmm-pmf-debug is:
 
include         "arch/amd64/conf/GENERIC"
no options      PMS_SYNAPTICS_TOUCHPAD
options         MSGBUFSIZE=131072
#
pseudo-device  nvmm                    # NetBSD Virtual Machine Monitor
The reason of touch pad is because it's been moved on iic bus, 
but iic is not configured WiFi device is not recognized
 sleep does not work as iic (dwiic has no suspend/resume implemented)
removing dwiic from kernel makes sleep to work.
 Try nvmm Ref:
2022/09/23
(diary)
 (to run with root priviledge on X11 Window system) Ref:
 2014/10/06
 
xterm -> sudo -s > export XAUTHORITY=/home/makoto/.Xauthority
 
      # modload nvmm
CF-SV8# qemu-img create -f qcow2 /export/Win11.qcow2 30G
Formatting '/export/Win11.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=32212254720 lazy_refcounts=off refcount_bits=16
CF-SV8# qemu-system-x86_64 \
        -smp 4 \
        -m 8G \
        -accel nvmm \
        -drive driver=qcow2,file=/export/Win11.qcow2,if=virtio \
        -net nic,model=virtio -net user \
        -rtc base=localtime,clock=host \
        -device intel-hda \
        -drive file=/home/makoto/Downloads/Win11_24H2_Japanese_x64.iso,index=1,media=cdrom
NetBSD Virtual Machine Monitor accelerator is operational
NetBSD as guest works Windows 11 as guest says 'not comlient for Windows 11' 
 
 
CF-SV8#  qemu-system-x86_64 \
        -smp 4 \
        -m 8G \
        -accel nvmm \
        -drive driver=qcow2,file=/export/Win11.qcow2,if=virtio \
        -net nic,model=virtio -net user \
        -rtc base=localtime,clock=host \
        -device intel-hda \
        -drive file=/home/makoto/Downloads/Win10_22H2_English_x64v1.iso,index=0,media=cdrom \
file=/home/makoto/Downloads/virtio-win-0.1.248.iso,index=1,media=cdrom
NetBSD Virtual Machine Monitor accelerator is operational
 
 
 |  | 最近の日記
 2025年10月23日
 ・dd does not duplicate Windows 11 boot disk ?
 2025年10月04日
 ・pkgin search pkgname segfaults
 2025年08月16日
 ・installboot (Although it’s too late)
 2025年07月20日
 ・network setup from qemnu
 2025年06月13日
 ・Let's Note CF-SV8
 ・
 
 |