Date: Sun, 3 Nov 2013 15:29:30 -0600 From: Nikolas Britton <nikolas.britton@gmail.com> To: freebsd-stable@freebsd.org Subject: FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration. Message-ID: <CAJq8UEUppdg66HUovQowbsm5qcnw6EoaA15CfHp=f6hXFEyNEw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I was trying to rebuild world on a FreeBSD 10 test system, that I had just installed. ZFS root was setup. I let the installation program do all the ZFS setup and configuration. I put root on a 5 disk encrypted raidz array. Besides the installer configuring 5 times the amount of swap space I asked for (asked for 8gb, installer put 8gb on each drive, for 40gb in total.) everything was working great until I reached "make installkernel". I followed section 23.7 (rebuilding "world") explicitly. I have not altered the test system in any way from the installer provided settings. I'm reporting this as a bug, but would would also like some advice on how to fix it. Literally all that has been done post installation is: a) install pkgng. b) install svn using pkgng. c) sync repositories with svn. d) make buildworld. e) make buildkernel. Thanks! root@els1:/usr/src # make installkernel -------------------------------------------------------------- >>> Installing kernel GENERIC -------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Damd64 MACHINE=3Damd64 CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/tmac PATH=3D/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr= /bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:= /usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src= /tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=3Dkernel install mkdir -p /boot/kernel mkdir: /boot: No such file or directory *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src root@els1:/usr/src # ll /boot lrwxr-xr-x 1 root wheel 13 Oct 26 14:33 /boot@ -> bootpool/boot root@els1:/usr/src # mount zroot/bootenv/default on / (zfs, local, noatime, nfsv4acls) devfs on /dev (devfs, local, multilabel) zroot/tmp on /tmp (zfs, local, noatime, nosuid, nfsv4acls) zroot/usr/home on /usr/home (zfs, local, noatime, nosuid, nfsv4acls) zroot/usr/local on /usr/local (zfs, local, noatime, nfsv4acls) zroot/usr/obj on /usr/obj (zfs, local, noatime, nfsv4acls) zroot/usr/ports on /usr/ports (zfs, local, noatime, nosuid, nfsv4acls) zroot/usr/ports/distfiles on /usr/ports/distfiles (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/usr/ports/packages on /usr/ports/packages (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/usr/src on /usr/src (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var on /var (zfs, local, noatime, nfsv4acls) zroot/var/crash on /var/crash (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/db on /var/db (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/db/pkg on /var/db/pkg (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/empty on /var/empty (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/log on /var/log (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/mail on /var/mail (zfs, local, noatime, noexec, nosuid, nfsv4acls= ) zroot/var/run on /var/run (zfs, local, noatime, noexec, nosuid, nfsv4acls) zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls) root@els1:/usr/src # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/gpt/swap0 none swap sw 0 0 /dev/gpt/swap1 none swap sw 0 0 /dev/gpt/swap2 none swap sw 0 0 /dev/gpt/swap3 none swap sw 0 0 /dev/gpt/swap4 none swap sw 0 0 root@els1:/usr/src # ll /dev/ada* crw-r----- 1 root operator 0x5f Nov 3 10:01 /dev/ada0 crw-r----- 1 root operator 0x64 Nov 3 10:01 /dev/ada0p1 crw-r----- 1 root operator 0x66 Nov 3 10:01 /dev/ada0p2 crw-r----- 1 root operator 0x74 Nov 3 10:01 /dev/ada0p3 crw-r----- 1 root operator 0x8f Nov 3 10:01 /dev/ada0p3.eli crw-r----- 1 root operator 0x76 Nov 3 10:01 /dev/ada0p4 crw-r----- 1 root operator 0x61 Nov 3 10:01 /dev/ada1 crw-r----- 1 root operator 0x79 Nov 3 10:01 /dev/ada1p1 crw-r----- 1 root operator 0x7b Nov 3 10:01 /dev/ada1p2 crw-r----- 1 root operator 0x7d Nov 3 10:01 /dev/ada1p3 crw-r----- 1 root operator 0x9b Nov 3 10:01 /dev/ada1p3.eli crw-r----- 1 root operator 0x7f Nov 3 10:01 /dev/ada1p4 crw-r----- 1 root operator 0x81 Nov 3 10:01 /dev/ada2 crw-r----- 1 root operator 0xa0 Nov 3 10:01 /dev/ada2p1 crw-r----- 1 root operator 0xa2 Nov 3 10:01 /dev/ada2p2 crw-r----- 1 root operator 0xa4 Nov 3 10:01 /dev/ada2p3 crw-r----- 1 root operator 0xc2 Nov 3 10:01 /dev/ada2p3.eli crw-r----- 1 root operator 0xa6 Nov 3 10:01 /dev/ada2p4 crw-r----- 1 root operator 0x83 Nov 3 10:01 /dev/ada3 crw-r----- 1 root operator 0xa9 Nov 3 10:01 /dev/ada3p1 crw-r----- 1 root operator 0xab Nov 3 10:01 /dev/ada3p2 crw-r----- 1 root operator 0xad Nov 3 10:01 /dev/ada3p3 crw-r----- 1 root operator 0xce Nov 3 10:01 /dev/ada3p3.eli crw-r----- 1 root operator 0xaf Nov 3 10:01 /dev/ada3p4 crw-r----- 1 root operator 0x85 Nov 3 10:01 /dev/ada4 crw-r----- 1 root operator 0xb2 Nov 3 10:01 /dev/ada4p1 crw-r----- 1 root operator 0xb4 Nov 3 10:01 /dev/ada4p2 crw-r----- 1 root operator 0xb6 Nov 3 10:01 /dev/ada4p3 crw-r----- 1 root operator 0xda Nov 3 10:01 /dev/ada4p3.eli crw-r----- 1 root operator 0xb8 Nov 3 10:01 /dev/ada4p4 root@els1:/usr/src # zpool status pool: zroot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 ada0p3.eli ONLINE 0 0 0 ada1p3.eli ONLINE 0 0 0 ada2p3.eli ONLINE 0 0 0 ada3p3.eli ONLINE 0 0 0 ada4p3.eli ONLINE 0 0 0 errors: No known data errors root@els1:/usr/src # fdisk /dev/ada0 ******* Working on device /dev/ada0 ******* parameters extracted from in-core disklabel are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 586114703 (286188 Meg), flag 0 beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> root@els1:/usr/src # fdisk /dev/ada1 ******* Working on device /dev/ada1 ******* parameters extracted from in-core disklabel are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 586114703 (286188 Meg), flag 0 beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> root@els1:/usr/src # fdisk /dev/ada2 ******* Working on device /dev/ada2 ******* parameters extracted from in-core disklabel are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 586114703 (286188 Meg), flag 0 beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> root@els1:/usr/src # fdisk /dev/ada3 ******* Working on device /dev/ada3 ******* parameters extracted from in-core disklabel are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 586114703 (286188 Meg), flag 0 beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> root@els1:/usr/src # fdisk /dev/ada4 ******* Working on device /dev/ada4 ******* parameters extracted from in-core disklabel are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 238 (0xee),(EFI GPT) start 1, size 586114703 (286188 Meg), flag 0 beg: cyl 0/ head 0/ sector 2; end: cyl 1023/ head 255/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> root@els1:/usr/src # dmesg Copyright (c) 1992-2013 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 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: Intel(R) Xeon(R) CPU L5420 @ 2.50GHz (2500.14-MHz K8-class CPU) Origin =3D "GenuineIntel" Id =3D 0x10676 Family =3D 0x6 Model =3D 0x17 Stepping =3D 6 Features=3D0xbfebfbff<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=3D0xce3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM= ,DCA,SSE4.1> AMD Features=3D0x20100800<SYSCALL,NX,LM> AMD Features2=3D0x1<LAHF> TSC: P-state invariant, performance statistics real memory =3D 8589934592 (8192 MB) avail memory =3D 8269221888 (7886 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 2 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 ioapic0 <Version 2.0> irqs 0-23 on motherboard ioapic1 <Version 2.0> irqs 24-47 on motherboard ioapic2 <Version 2.0> irqs 48-71 on motherboard random: <Software, Yarrow> initialized kbd1 at kbdmux0 cryptosoft0: <software crypto> on motherboard aesni0: No AESNI support. acpi0: <PTLTD XSDT> on motherboard acpi0: Power Button (fixed) unknown: I/O range not supported cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 cpu2: <ACPI CPU> on acpi0 cpu3: <ACPI CPU> on acpi0 cpu4: <ACPI CPU> on acpi0 cpu5: <ACPI CPU> on acpi0 cpu6: <ACPI CPU> on acpi0 cpu7: <ACPI CPU> on acpi0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 340 Event timer "HPET2" frequency 14318180 Hz quality 340 atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: <AT timer> port 0x40-0x43,0x50-0x53 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 0x1008-0x100b on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> irq 48 at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 pcib2: <ACPI PCI-PCI bridge> irq 50 at device 3.0 on pci0 pci2: <ACPI PCI bus> on pcib2 pcib3: <ACPI PCI-PCI bridge> irq 52 at device 5.0 on pci0 pci3: <ACPI PCI bus> on pcib3 pcib4: <ACPI PCI-PCI bridge> irq 54 at device 7.0 on pci0 pci4: <ACPI PCI bus> on pcib4 pcib5: <ACPI PCI-PCI bridge> irq 56 at device 9.0 on pci0 pci5: <ACPI PCI bus> on pcib5 pcib6: <ACPI PCI-PCI bridge> irq 56 at device 0.0 on pci5 pci6: <ACPI PCI bus> on pcib6 pcib7: <ACPI PCI-PCI bridge> irq 56 at device 0.0 on pci6 pci7: <ACPI PCI bus> on pcib7 pcib8: <ACPI PCI-PCI bridge> irq 71 at device 2.0 on pci6 pci8: <ACPI PCI bus> on pcib8 em0: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x2000-0x201f mem 0xde820000-0xde83ffff,0xde800000-0xde81ffff irq 71 at device 0.0 on pci8 em0: Using an MSI interrupt em0: Ethernet address: 00:25:90:18:d1:50 em1: <Intel(R) PRO/1000 Network Connection 7.3.8> port 0x2020-0x203f mem 0xde860000-0xde87ffff,0xde840000-0xde85ffff irq 70 at device 0.1 on pci8 em1: Using an MSI interrupt em1: Ethernet address: 00:25:90:18:d1:51 pcib9: <ACPI PCI-PCI bridge> at device 0.3 on pci5 pci9: <ACPI PCI bus> on pcib9 mvs0: <Marvell 88SX6081 SATA controller> port 0x3000-0x30ff mem 0xde200000-0xde2fffff,0xde400000-0xde7fffff irq 24 at device 1.0 on pci9 mvs0: Gen-II, 8 3Gbps ports, Port Multiplier supported mvsch0: <Marvell SATA channel> at channel 0 on mvs0 mvsch1: <Marvell SATA channel> at channel 1 on mvs0 mvsch2: <Marvell SATA channel> at channel 2 on mvs0 mvsch3: <Marvell SATA channel> at channel 3 on mvs0 mvsch4: <Marvell SATA channel> at channel 4 on mvs0 mvsch5: <Marvell SATA channel> at channel 5 on mvs0 mvsch6: <Marvell SATA channel> at channel 6 on mvs0 mvsch7: <Marvell SATA channel> at channel 7 on mvs0 pci0: <base peripheral> at device 15.0 (no driver attached) pcib10: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pci10: <ACPI PCI bus> on pcib10 uhci0: <Intel 631XESB/632XESB/3100 USB controller USB-1> port 0x1800-0x181f irq 20 at device 29.0 on pci0 usbus0 on uhci0 uhci1: <Intel 631XESB/632XESB/3100 USB controller USB-2> port 0x1820-0x183f irq 21 at device 29.1 on pci0 usbus1 on uhci1 uhci2: <Intel 631XESB/632XESB/3100 USB controller USB-3> port 0x1840-0x185f irq 22 at device 29.2 on pci0 usbus2 on uhci2 uhci3: <Intel 631XESB/632XESB/3100 USB controller USB-4> port 0x1860-0x187f irq 23 at device 29.3 on pci0 usbus3 on uhci3 ehci0: <Intel 63XXESB USB 2.0 controller> mem 0xdeb04000-0xdeb043ff irq 23 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib11: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci11: <ACPI PCI bus> on pcib11 vgapci0: <VGA-compatible display> port 0x4000-0x407f mem 0xdc000000-0xddffffff,0xdea00000-0xdea3ffff at device 1.0 on pci11 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <Intel ESB2 AHCI SATA controller> port 0x18b0-0x18b7,0x18a4-0x18a7,0x18a8-0x18af,0x18a0-0x18a3,0x1880-0x189f mem 0xdeb04400-0xdeb047ff irq 17 at device 31.2 on pci0 ahci0: AHCI v1.10 with 6 3Gbps ports, Port Multiplier supported ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich5: <AHCI channel> at channel 5 on ahci0 pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 orm0: <ISA Option ROM> at iomem 0xc0000-0xc7fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range est0: <Enhanced SpeedStep Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 p4tcc1: <CPU Frequency Thermal Control> on cpu1 est2: <Enhanced SpeedStep Frequency Control> on cpu2 p4tcc2: <CPU Frequency Thermal Control> on cpu2 est3: <Enhanced SpeedStep Frequency Control> on cpu3 p4tcc3: <CPU Frequency Thermal Control> on cpu3 est4: <Enhanced SpeedStep Frequency Control> on cpu4 p4tcc4: <CPU Frequency Thermal Control> on cpu4 est5: <Enhanced SpeedStep Frequency Control> on cpu5 p4tcc5: <CPU Frequency Thermal Control> on cpu5 est6: <Enhanced SpeedStep Frequency Control> on cpu6 p4tcc6: <CPU Frequency Thermal Control> on cpu6 est7: <Enhanced SpeedStep Frequency Control> on cpu7 p4tcc7: <CPU Frequency Thermal Control> on cpu7 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 ugen0.1: <Intel> at usbus0 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen2.1: <Intel> at usbus2 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen1.1: <Intel> at usbus1 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen4.1: <Intel> at usbus4 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4 ugen3.1: <Intel> at usbus3 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3 ada0 at ahcich0 bus 0 scbus8 target 0 lun 0 ada0: <Maxtor 7V300F0 VA111630> ATA-7 SATA 2.x device ada0: Serial Number V601GADG ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad20 ada1 at ahcich1 bus 0 scbus9 target 0 lun 0 ada1: <Maxtor 7V300F0 VA111630> ATA-7 SATA 2.x device ada1: Serial Number V601G9DG ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad22 ada2 at ahcich2 bus 0 scbus10 target 0 lun 0 ada2: <Maxtor 7V300F0 VA111630> ATA-7 SATA 2.x device ada2: Serial Number V601LJ1G ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) ada2: Previously was known as ad24 ada3 at ahcich3 bus 0 scbus11 target 0 lun 0 ada3: <Maxtor 7V300F0 VA111630> ATA-7 SATA 2.x device ada3: Serial Number V608FLHG ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) ada3: Previously was known as ad26 ada4 at ahcich4 bus 0 scbus12 target 0 lun 0 ada4: <Maxtor 7V300F0 VA111630> ATA-7 SATA 2.x device ada4: Serial Number V608FTFG ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) ada4: Previously was known as ad28 Enter passphrase for ada0p3: Netvsc initializing... SMP: AP CPU #4 Launched= ! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #7 Launched! uhub0: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub3: 8 ports with 8 removable, self powered ugen0.2: <Logitech> at usbus0 ukbd0: <Logitech USB Receiver, class 0/0, rev 2.00/12.01, addr 2> on usbus0 kbd2 at ukbd0 ugen2.2: <Logitech> at usbus2 ukbd1: <Logitech Logitech USB Keyboard, class 0/0, rev 1.10/28.00, addr 2> on usbus2 kbd3 at ukbd1 GEOM_ELI: Wrong key for ada0p3. Tries left: 2. Enter passphrase for ada0p3: GEOM_ELI: Device ada0p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Enter passphrase for ada1p3: GEOM_ELI: Device ada1p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Enter passphrase for ada2p3: GEOM_ELI: Device ada2p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Enter passphrase for ada3p3: GEOM_ELI: Wrong key for ada3p3. Tries left: 2. Enter passphrase for ada3p3: GEOM_ELI: Wrong key for ada3p3. Tries left: 1. Enter passphrase for ada3p3: GEOM_ELI: Device ada3p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Enter passphrase for ada4p3: GEOM_ELI: Device ada4p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Trying to mount root from zfs:zroot/bootenv/default []... root@els1:/usr/src #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJq8UEUppdg66HUovQowbsm5qcnw6EoaA15CfHp=f6hXFEyNEw>