trb-test1 /home/mod6 # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 465.8G 0 disk |-sda1 8:1 0 300M 0 part |-sda2 8:2 0 512M 0 part [SWAP] `-sda3 8:3 0 465G 0 part / sdb 8:16 0 232.9G 0 disk |-sdb1 8:17 0 300M 0 part |-sdb2 8:18 0 512M 0 part `-sdb3 8:19 0 232.1G 0 part trb-test1 /home/mod6 # dd if=/dev/zero of=/dev/sdb .... trb-test1 /home/mod6/cuntoo # gpg --verify cuntoo.tar.sig cuntoo.tar gpg: Signature made Tue Nov 27 05:48:20 2018 -00 using RSA key ID FAB953C4 gpg: Good signature from "Michael Trinque " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FC66 C0C5 D98C 42A1 D4A9 8B6B 42F9 985A FAB9 53C4 trb-test1 /home/mod6/cuntoo # tar -xf cuntoo.tar trb-test1 /home/mod6/cuntoo # cd cuntoo trb-test1 /home/mod6/cuntoo/cuntoo # cd config/ trb-test1 /home/mod6/cuntoo/cuntoo/config # cp /usr/src/linux/.config . trb-test1 /home/mod6/cuntoo/cuntoo/config # mv .config trb-test1 trb-test1 /home/mod6/cuntoo/cuntoo/config # ls 4.9.95-apu2 trb-test1 trb-test1 /home/mod6/cuntoo/cuntoo/config # cd .. trb-test1 /home/mod6/cuntoo/cuntoo # trb-test1 /home/mod6/cuntoo/cuntoo # fdisk -l /dev/sdb Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes trb-test1 /home/mod6/cuntoo/cuntoo # ./bootstrap.sh -k config/trb-test1 -d /dev/sdb +------------+ | Cleaning | +------------+ build is not a mountpoint +---------------------+ | Making Partitions | +---------------------+ mke2fs 1.43.6 (29-Aug-2017) Discarding device blocks: done Creating filesystem with 292864 1k blocks and 73440 inodes Filesystem UUID: 2afd20f6-622e-4e47-85d4-09866b3af43d Superblock backups stored on blocks: 8193, 24577, 40961, 57345, 73729, 204801, 221185 Allocating group tables: done Writing inode tables: done Writing superblocks and filesystem accounting information: done .... /home/mod6/cuntoo/cuntoo .... +------------+ | Finished | +------------+ You should now have a fully bootable Cuntoo system on "/dev/sdb". Enjoy! trb-test1 /home/mod6/cuntoo/cuntoo # fdisk -l /dev/sdb Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xa8195b63 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 2048 587775 585728 286M 83 Linux /dev/sdb2 589824 2543615 1953792 954M 82 Linux swap / Solaris /dev/sdb3 2545664 488396799 485851136 231.7G 83 Linux trb-test1 /home/mod6/cuntoo/cuntoo # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 465.8G 0 disk |-sda1 8:1 0 300M 0 part |-sda2 8:2 0 512M 0 part [SWAP] `-sda3 8:3 0 465G 0 part / sdb 8:16 0 232.9G 0 disk |-sdb1 8:17 0 286M 0 part /home/mod6/cuntoo/cuntoo/build/boot |-sdb2 8:18 0 954M 0 part `-sdb3 8:19 0 231.7G 0 part /home/mod6/cuntoo/cuntoo/build (shutdown, unplug gentoo from SATA channel 1, unplug cuntoo from SATA channel 2. Plug cuntoo disk into SATA channel 1, plug in CDROM to SATA channel 2.) (boot into gentoo LiveCD) gentoo@livecd ~ $ sudo bash livecd gentoo # mount /dev/sda3 /mnt/gentoo livecd gentoo # mount --types proc /proc /mnt/gentoo/proc livecd gentoo # mount --rbind /sys /mnt/gentoo/sys livecd gentoo # mount --make-rslave /mnt/gentoo/sys livecd gentoo # mount --rbind /dev /mnt/gentoo/dev livecd gentoo # mount --make-rslave /mnt/gentoo/dev livecd gentoo # mount /dev/sda1 /mnt/gentoo/boot livecd gentoo # chroot /mnt/gentoo /bin/bash livecd / # source /etc/profile livecd / # export PS1="(cuntoo chroot) ${PS1}" (cuntoo chroot) livecd / # cat /etc/fstab /dev/sda1 /boot ext2 noatime 1 2 /dev/sda2 none swap sw 0 0 /dev/sda3 / ext4 noatime 0 1 (cuntoo chroot) livecd / # fdisk -l /dev/sda Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xa8195b63 Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 587775 585728 286M 83 Linux /dev/sda2 589824 2543615 1953792 954M 82 Linux swap / Solaris /dev/sda3 2545664 488396799 485851136 231.7G 83 Linux (cuntoo chroot) livecd / # blkid /dev/loop0: TYPE="squashfs" /dev/sda1: UUID="2afd20f6-622e-4e47-85d4-09866b3af43d" TYPE="ext2" PARTUUID="a81 95b63-01" /dev/sda2: UUID="946c7879-57aa-4edc-b6cc-fc7ddb805f4d" TYPE="swap" PARTUUID="a81 95b63-02" /dev/sda3: UUID="d0498cbc-b382-44f5-9388-e85deae163a8" TYPE="ext4" PARTUUID="a81 95b63-03" /dev/sr0: UUID="2016-07-04-02-56-54-00" LABEL="Gentoo-amd64" TYPE="iso9660" PTUU ID="13d41d02" PTTYPE="dos" (cuntoo chroot) livecd / # nano /etc/lilo.conf (cuntoo chroot) livecd / # cat /etc/lilo.conf #boot=/dev/sdb boot = /dev/disk/by-id/ata-WDC_WDBNCE2500PNC_184038422551 default=Cuntoo install=menu large-memory lba32 map=/boot/map prompt #root=/dev/sdb3 root = "UUID=d0498cbc-b382-44f5-9388-e85deae163a8" serial=0,115200n8 timeout=50 image=/boot/vmlinuz label=Cuntoo read-only append="root=UUID=d0498cbc-b382-44f5-9388-e85deae163a8 console=ttyS0,115200n8 net.ifnames=0" (cuntoo chroot) livecd / # /sbin/lilo Added Cuntoo * (cuntoo chroot) livecd / # (cuntoo chroot) livecd / # (cuntoo chroot) livecd / # (cuntoo chroot) livecd / # ls -al /boot total 5361 drwxr-xr-x 3 root root 1024 Feb 13 02:01 . drwxr-xr-x 21 root root 4096 Feb 12 04:35 .. -rw-r--r-- 1 root root 0 Jun 24 2018 .keep -rw-r--r-- 1 root root 0 Feb 12 06:12 .keep_sys-boot_lilo-0 -rw-r--r-- 1 root root 512 Feb 13 01:36 boot.0800 -rw-r--r-- 1 root root 512 Feb 12 06:37 boot.0810 drwx------ 2 root root 12288 Feb 12 04:35 lost+found -rw------- 1 root root 67584 Feb 13 02:01 map lrwxrwxrwx 1 root root 17 Feb 12 06:36 vmlinuz -> vmlinuz-trb-test1 -rw-r--r-- 1 root root 5378640 Feb 12 06:36 vmlinuz-trb-test1 (cuntoo chroot) livecd / # (shutdown, remove LiveCD. Attempt to boot Cuntoo.) (Failed to boot.) (Kernel Dump): Loading Cuntoo........................................................................................................ BIOS data check successful [ 0.000000] Linux version 4.9.95-gentoo (root@trb-test1) (gcc version 4.9.4 (Gentoo 4.9.4-r100 p1.0, pie-0.6.4) ) #1 SMP Tue Feb 12 06:35:37 UTC 2019 [ 0.000000] Command line: auto BOOT_IMAGE=Cuntoo ro root=UUID=d0498cbc-b382-44f5-9388-e85deae163a8 root=UUID=d0498cbc-b382-44f5-9388-e85deae163a8 console=ttyS0,115200n8 net.ifnames=0 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000b6cd1fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000b6cd2000-0x00000000b6d1afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6d1b000-0x00000000b6d25fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000b6d26000-0x00000000b6d26fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6d27000-0x00000000b6d4afff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000b6d4b000-0x00000000b6d4cfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000b6d4d000-0x00000000b6d6dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6d6e000-0x00000000b6d90fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000b6d91000-0x00000000b6d9efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6d9f000-0x00000000b6da0fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000b6da1000-0x00000000b6db1fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6db2000-0x00000000b6ddcfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000b6ddd000-0x00000000b6e1ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000b6e20000-0x00000000b6ffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000b7800000-0x00000000bf9fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: last_pfn = 0xb7000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000fcd60-0x000fcd6f] mapped at [ffff8800000fcd60] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F0420 000024 (v02 LENOVO) [ 0.000000] ACPI: XSDT 0x00000000B6D1B070 000064 (v01 LENOVO TC-9H 00000136 AMI 00010013) [ 0.000000] ACPI: FACP 0x00000000B6D24D28 0000F4 (v04 LENOVO TC-9H 00000136 AMI 00010013) [ 0.000000] ACPI: DSDT 0x00000000B6D1B168 009BC0 (v02 LENOVO TC-9H 00000136 INTL 20051117) [ 0.000000] ACPI: FACS 0x00000000B6D96F80 000040 [ 0.000000] ACPI: APIC 0x00000000B6D24E20 000072 (v03 LENOVO TC-9H 00000136 AMI 00010013) [ 0.000000] ACPI: SSDT 0x00000000B6D24E98 000102 (v01 LENOVO TC-9H 00000136 MSFT 03000001) [ 0.000000] ACPI: MCFG 0x00000000B6D24FA0 00003C (v01 LENOVO TC-9H 00000136 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x00000000B6D24FE0 000176 (v01 LENOVO TC-9H 00000136 AMI 00010013) [ 0.000000] ACPI: HPET 0x00000000B6D25158 000038 (v01 LENOVO TC-9H 00000136 AMI. 00000004) [ 0.000000] ACPI: ASF! 0x00000000B6D25190 0000A0 (v32 LENOVO TC-9H 00000136 TFSM 000F4240) [ 0.000000] ACPI: TCPA 0x00000000B6D25230 000032 (v02 LENOVO TC-9H 00000136 MSFT 01000013) [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000023e5fffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff] [ 0.000000] node 0: [mem 0x0000000020200000-0x000000003fffffff] [ 0.000000] node 0: [mem 0x0000000040200000-0x00000000b6cd1fff] [ 0.000000] node 0: [mem 0x00000000b6d4b000-0x00000000b6d4cfff] [ 0.000000] node 0: [mem 0x00000000b6e20000-0x00000000b6ffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000023e5fffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e5fffff] [ 0.000000] Reserving Intel graphics memory at 0x00000000b7a00000-0x00000000bf9fffff [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6cd2000-0xb6d1afff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d1b000-0xb6d25fff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d26000-0xb6d26fff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d27000-0xb6d4afff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d4d000-0xb6d6dfff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d6e000-0xb6d90fff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d91000-0xb6d9efff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6d9f000-0xb6da0fff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6da1000-0xb6db1fff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6db2000-0xb6ddcfff] [ 0.000000] PM: Registered nosave memory: [mem 0xb6ddd000-0xb6e1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xb7000000-0xb77fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xb7800000-0xbf9fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0xbfa00000-0xfed1bfff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] percpu: Embedded 35 pages/cpu @ffff88023e200000 s104472 r8192 d30696 u524288 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019953 [ 0.000000] Kernel command line: auto BOOT_IMAGE=Cuntoo ro root=UUID=d0498cbc-b382-44f5-9388-e85deae163a8 root=UUID=d0498cbc-b382-44f5-9388-e85deae163a8 console=ttyS0,115200n8 net.ifnames=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Memory: 7983476K/8208704K available (6413K kernel code, 1317K rwdata, 2992K rodata, 1432K init, 1588K bss, 225228K reserved, 0K cma-reserved) [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:524544 nr_irqs:456 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] tsc: PIT calibration matches HPET. 1 loops [ 0.000000] tsc: Detected 3092.285 MHz processor [ 0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 6184.57 BogoMIPS (lpj=3092285) [ 0.010704] pid_max: default: 32768 minimum: 301 [ 0.015353] ACPI: Core revision 20160831 [ 0.022499] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.028952] Security Framework initialized [ 0.033074] SELinux: Initializing. [ 0.036607] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.043501] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.051015] CPU: Physical Processor ID: 0 [ 0.055038] CPU: Processor Core ID: 0 [ 0.058725] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.064755] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.071824] mce: CPU supports 9 MCE banks [ 0.075866] CPU0: Thermal monitoring enabled (TM1) [ 0.080688] process: using mwait in idle threads [ 0.085326] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.090834] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.097127] Spectre V2 : Vulnerable: Minimal generic ASM retpoline [ 0.103737] Freeing SMP alternatives memory: 28K [ 0.432942] ftrace: allocating 26146 entries in 103 pages [ 0.448531] smpboot: Max logical packages: 1 [ 0.453584] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.469612] smpboot: CPU0: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7) [ 0.479541] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver. [ 0.490176] ... version: 3 [ 0.494205] ... bit width: 48 [ 0.498317] ... generic registers: 8 [ 0.502343] ... value mask: 0000ffffffffffff [ 0.507664] ... max period: 00007fffffffffff [ 0.512984] ... fixed-purpose events: 3 [ 0.517012] ... event mask: 00000007000000ff [ 0.522794] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.530895] x86: Booting SMP configuration: [ 0.535094] .... node #0, CPUs: #1 #2 #3[ 0.546722] x86: Booted up 1 node, 4 CPUs [ 0.550765] smpboot: Total of 4 processors activated (24738.28 BogoMIPS) [ 0.559926] devtmpfs: initialized [ 0.563303] x86/mm: Memory block size: 128MB [ 0.569560] PM: Registering ACPI NVS region [mem 0xb6cd2000-0xb6d1afff] (299008 bytes) [ 0.577484] PM: Registering ACPI NVS region [mem 0xb6d26000-0xb6d26fff] (4096 bytes) [ 0.585241] PM: Registering ACPI NVS region [mem 0xb6d4d000-0xb6d6dfff] (135168 bytes) [ 0.593165] PM: Registering ACPI NVS region [mem 0xb6d91000-0xb6d9efff] (57344 bytes) [ 0.601005] PM: Registering ACPI NVS region [mem 0xb6da1000-0xb6db1fff] (69632 bytes) [ 0.608843] PM: Registering ACPI NVS region [mem 0xb6ddd000-0xb6e1ffff] (274432 bytes) [ 0.616811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.626557] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.632901] NET: Registered protocol family 16 [ 0.643380] cpuidle: using governor menu [ 0.647344] ACPI: bus type PCI registered [ 0.651416] PCI: Using configuration type 1 for base access [ 0.657086] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.664156] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.677821] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.684322] ACPI: Added _OSI(Module Device) [ 0.688517] ACPI: Added _OSI(Processor Device) [ 0.692974] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.697683] ACPI: Added _OSI(Processor Aggregator Device) [ 0.703251] ACPI: Executed 1 blocks of module-level executable AML code [ 0.712835] ACPI: Dynamic OEM Table Load: [ 0.716932] ACPI: SSDT 0xFFFF880234A7A000 00038C (v01 AMI IST 00000001 MSFT 03000001) [ 0.725656] ACPI: Dynamic OEM Table Load: [ 0.729755] ACPI: SSDT 0xFFFF880234A07600 000084 (v01 AMI CST 00000001 MSFT 03000001) [ 0.739114] ACPI: Interpreter enabled [ 0.742806] ACPI: (supports S0 S3 S4 S5) [ 0.746741] ACPI: Using IOAPIC for interrupt routing [ 0.751744] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.761068] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.771216] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.777414] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.784349] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.794224] PCI host bridge to bus 0000:00 [ 0.798342] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 0.805146] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 0.811946] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 0.818741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.825537] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.833031] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 0.840518] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xffffffff window] [ 0.848010] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.854123] pci 0000:00:19.0: System wakeup disabled by ACPI [ 0.859959] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.865950] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.871731] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 0.878017] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode) [ 0.885415] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.892901] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.900396] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.907664] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.914946] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.922431] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0 [ 0.930127] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15) [ 0.937615] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.945137] ACPI: Enabled 1 GPEs in block 00 to 3F [ 0.950080] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.955750] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.963848] vgaarb: loaded [ 0.966566] vgaarb: bridge control possible 0000:00:02.0 [ 0.971934] SCSI subsystem initialized [ 0.975740] ACPI: bus type USB registered [ 0.979774] usbcore: registered new interface driver usbfs [ 0.985280] usbcore: registered new interface driver hub [ 0.990617] usbcore: registered new device driver usb [ 0.995719] PCI: Using ACPI for IRQ routing [ 1.000037] NetLabel: Initializing [ 1.003453] NetLabel: domain hash size = 128 [ 1.007820] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.012809] NetLabel: unlabeled traffic allowed by default [ 1.018452] clocksource: Switched to clocksource hpet [ 1.028516] VFS: Disk quotas dquot_6.6.0 [ 1.032489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.041254] pnp: PnP ACPI init [ 1.044442] system 00:00: [mem 0xfed10000-0xfed19fff] has been reserved [ 1.051078] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved [ 1.057704] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved [ 1.064329] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved [ 1.070961] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved [ 1.077659] system 00:01: [io 0x0a00-0x0a3f] has been reserved [ 1.084114] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 1.090228] system 00:06: [io 0x0400-0x0453] has been reserved [ 1.096171] system 00:06: [io 0x0458-0x047f] has been reserved [ 1.102104] system 00:06: [io 0x1180-0x119f] has been reserved [ 1.108044] system 00:06: [io 0x0500-0x057f] has been reserved [ 1.113982] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 1.120616] system 00:06: [mem 0xfec00000-0xfecfffff] could not be reserved [ 1.127591] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved [ 1.134224] system 00:06: [mem 0xff000000-0xffffffff] has been reserved [ 1.140896] system 00:07: [io 0x0454-0x0457] has been reserved [ 1.147035] pnp: PnP ACPI: found 8 devices [ 1.155713] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.164610] pci 0000:00:1e.0: PCI bridge to [bus 01] [ 1.169691] NET: Registered protocol family 2 [ 1.174201] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 1.181529] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.188365] TCP: Hash tables configured (established 65536 bind 65536) [ 1.194936] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 1.201065] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 1.207659] NET: Registered protocol family 1 [ 1.212042] pmd_set_huge: Cannot satisfy [mem 0xfe000000-0xfe200000] with a huge-page mapping due to MTRR override. [ 1.222509] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.231174] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.237637] software IO TLB [mem 0xb2cd2000-0xb6cd2000] (64MB) mapped at [ffff8800b2cd2000-ffff8800b6cd1fff] [ 1.247564] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer [ 1.255496] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules [ 1.261259] RAPL PMU: hw unit of domain package 2^-16 Joules [ 1.266942] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules [ 1.272944] audit: initializing netlink subsys (disabled) [ 1.278376] audit: type=2000 audit(1550023555.707:1): initialized [ 1.284795] Initialise system trusted keyrings [ 1.289350] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 1.296661] Key type asymmetric registered [ 1.300788] Asymmetric key parser 'x509' registered [ 1.305696] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.313138] io scheduler noop registered [ 1.317076] io scheduler deadline registered [ 1.321373] io scheduler cfq registered (default) [ 1.326174] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.353762] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.381952] 0000:00:16.3: ttyS1 at I/O 0xf0e0 (irq = 17, base_baud = 115200) is a 16550A [ 1.390194] Linux agpgart interface v0.103 [ 1.407641] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78) [ 1.461642] tpm tpm0: A TPM error (6) occurred attempting to read a pcr value [ 1.468797] tpm tpm0: TPM is disabled/deactivated (0x6) [ 1.474281] ipmi message handler version 39.2 [ 1.478673] IPMI System Interface driver. [ 1.482715] ipmi_si: Unable to find any System Interface(s) [ 1.488658] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 1.497025] ACPI: Power Button [PWRB] [ 1.500737] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 1.508148] ACPI: Power Button [PWRF] [ 1.511853] Warning: Processor Platform Limit event detected, but not handled. [ 1.519089] Consider compiling CPUfreq support into your kernel. [ 1.525490] GHES: HEST is not enabled! [ 1.531789] brd: module loaded [ 1.535981] loop: module loaded [ 1.539195] libphy: Fixed MDIO Bus: probed [ 1.543345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.549888] ehci-pci: EHCI PCI platform driver [ 1.554446] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 1.559769] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 1.567196] ehci-pci 0000:00:1a.0: debug port 2 [ 1.575669] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfe427000 [ 1.587600] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 1.593389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.600196] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.607429] usb usb1: Product: EHCI Host Controller [ 1.612329] usb usb1: Manufacturer: Linux 4.9.95-gentoo ehci_hcd [ 1.618353] usb usb1: SerialNumber: 0000:00:1a.0 [ 1.623118] hub 1-0:1.0: USB hub found [ 1.626895] hub 1-0:1.0: 3 ports detected [ 1.631086] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 1.636406] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.643835] ehci-pci 0000:00:1d.0: debug port 2 [ 1.652286] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfe426000 [ 1.664616] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 1.670405] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.677213] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.684450] usb usb2: Product: EHCI Host Controller [ 1.689352] usb usb2: Manufacturer: Linux 4.9.95-gentoo ehci_hcd [ 1.695373] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.700128] hub 2-0:1.0: USB hub found [ 1.703896] hub 2-0:1.0: 3 ports detected [ 1.708017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.714220] ohci-pci: OHCI PCI platform driver [ 1.718691] uhci_hcd: USB Universal Host Controller Interface driver [ 1.725087] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.735046] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.740039] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.745266] mousedev: PS/2 mouse device common for all mice [ 1.751117] rtc_cmos 00:03: RTC can wake from S4 [ 1.756092] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.762284] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.769974] hidraw: raw HID events driver (C) Jiri Kosina [ 1.775929] usbcore: registered new interface driver usbhid [ 1.781528] usbhid: USB HID core driver [ 1.785412] drop_monitor: Initializing network drop monitor service [ 1.791878] Initializing XFRM netlink socket [ 1.796246] NET: Registered protocol family 10 [ 1.801013] NET: Registered protocol family 17 [ 1.805712] microcode: sig=0x206a7, pf=0x2, revision=0x28 [ 1.811247] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.820299] registered taskstats version 1 [ 1.824417] Loading compiled-in X.509 certificates [ 1.830304] Loaded X.509 cert 'Build time autogenerated kernel key: 3a0e14898606ae5da44db262becd3ecd3fb995da' [ 1.846768] tpm tpm0: A TPM error (6) occurred attempting to read a pcr value [ 1.853926] ima: No TPM chip found, activating TPM-bypass! [ 1.859838] rtc_cmos 00:03: setting system clock to 2019-02-13 02:05:57 UTC (1550023557) [ 1.868194] md: Waiting for all devices to be available before autodetect [ 1.875607] md: If you don't use raid, use raid=noautodetect [ 1.881976] md: Autodetecting RAID arrays. [ 1.886447] md: Scanned 0 and added 0 devices. [ 1.891296] md: autorun ... [ 1.894372] md: ... autorun DONE. [ 1.897980] VFS: Cannot open root device "UUID=d0498cbc-b382-44f5-9388-e85deae163a8" or unknown-block(0,0): error -6 [ 1.909502] Please append a correct "root=" boot option; here are the available partitions: [ 1.918625] 0100 16384 ram0 [ 1.922541] (driver?) [ 1.925158] 0101 16384 ram1 [ 1.929052] (driver?) [ 1.931632] 0102 16384 ram2 [ 1.935533] (driver?) [ 1.938128] 0103 16384 ram3 [ 1.942040] (driver?) [ 1.944617] 0104 16384 ram4 [ 1.944701] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.955450] (driver?) [ 1.958008] 0105 16384 ram5 [ 1.961884] (driver?) [ 1.964468] 0106 16384 ram6 [ 1.968325] (driver?) [ 1.970891] 0107 16384 ram7 [ 1.974759] (driver?) [ 1.977357] 0108 16384 ram8 [ 1.981235] (driver?) [ 1.983837] 0109 16384 ram9 [ 1.987744] (driver?) [ 1.990333] 010a 16384 ram10 [ 1.994346] (driver?) [ 1.996952] 010b 16384 ram11 [ 2.000969] (driver?) [ 2.003565] 010c 16384 ram12 [ 2.007548] (driver?) [ 2.010151] 010d 16384 ram13 [ 2.014156] (driver?) [ 1.938128] 0103 16384 ram3 [ 1.942040] (driver?) [ 1.944617] 0104 16384 ram4 [ 1.944701] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.955450] (driver?) [ 1.958008] 0105 16384 ram5 [ 1.961884] (driver?) [ 1.964468] 0106 16384 ram6 [ 1.968325] (driver?) [ 1.970891] 0107 16384 ram7 [ 1.974759] (driver?) [ 1.977357] 0108 16384 ram8 [ 1.981235] (driver?) [ 1.983837] 0109 16384 ram9 [ 1.987744] (driver?) [ 1.990333] 010a 16384 ram10 [ 1.994346] (driver?) [ 1.996952] 010b 16384 ram11 [ 2.000969] (driver?) [ 2.003565] 010c 16384 ram12 [ 2.007548] (driver?) [ 2.010151] 010d 16384 ram13 [ 2.014156] (driver?) [ 2.016710] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 2.023733] 010e 16384 ram14 [ 2.027624] (driver?) [ 2.030175] 010f 16384 ram15 [ 2.034084] (driver?) [ 2.036690] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 2.045635] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.95-gentoo #1 [ 2.052681] Hardware name: LENOVO 7033A2U/ , BIOS 9HKT54AUS 10/16/2012 [ 2.060388] ffffc90000007df8 ffffffff812c8e52 0000000000008000 ffffffff819efc30 [ 2.068509] ffffc90000007e78 ffffffff8115b4fa 3130002000000010 ffffc90000007e88 [ 2.076580] ffffc90000007e20 ffffffff8115b79a ffffc90000007e90 0000000000000001 [ 2.084593] Call Trace: [ 2.087214] [] dump_stack+0x67/0x95 [ 2.092768] [] panic+0xd8/0x225 [ 2.097939] [] ? printk+0x48/0x50 [ 2.103315] [] mount_block_root+0x212/0x2ca [ 2.109633] [] mount_root+0xd5/0xd8 [ 2.115207] [] prepare_namespace+0x16c/0x1a4 [ 2.121595] [] kernel_init_freeable+0x1ea/0x1ff [ 2.128304] [] ? rest_init+0x80/0x80 [ 2.133944] [] kernel_init+0xe/0x100 [ 2.139553] [] ret_from_fork+0x59/0x70 [ 2.145416] Kernel Offset: disabled [ 2.149182] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 2.158968] ------------[ cut here ]------------ [ 2.163990] WARNING: CPU: 0 PID: 1 at arch/x86/kernel/smp.c:128 native_smp_send_reschedule+0x3f/0x50 [ 2.173849] Modules linked in: [ 2.177187] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.95-gentoo #1 [ 2.184230] Hardware name: LENOVO 7033A2U/ , BIOS 9HKT54AUS 10/16/2012 [ 2.191951] ffff88023e203e00 ffffffff812c8e52 0000000000000000 0000000000000000 [ 2.200033] ffff88023e203e40 ffffffff81061a21 00000080089fec91 0000000000000001 [ 2.208165] 0000000000000000 00000000fffb7256 ffff88023529c040 ffff88023e213be8 [ 2.216272] Call Trace: [ 2.218919] [ 2.221014] [] dump_stack+0x67/0x95 [ 2.226590] [] __warn+0xd1/0xf0 [ 2.231722] [] warn_slowpath_null+0x1d/0x20 [ 2.238013] [] native_smp_send_reschedule+0x3f/0x50 [ 2.245108] [] trigger_load_balance+0x118/0x1d0 [ 2.251790] [] scheduler_tick+0x9c/0xd0 [ 2.257659] [] ? tick_sched_handle.isra.14+0x60/0x60 [ 2.264792] [] update_process_times+0x47/0x60 [ 2.271287] [] tick_sched_handle.isra.14+0x25/0x60 [ 2.278231] [] tick_sched_timer+0x3d/0x70 [ 2.284312] [] __hrtimer_run_queues+0xdf/0x250 [ 2.290955] [] hrtimer_interrupt+0xa8/0x190 [ 2.297213] [] local_apic_timer_interrupt+0x38/0x60 [ 2.304307] [] smp_apic_timer_interrupt+0x3d/0x50 [ 2.311176] [] apic_timer_interrupt+0x9d/0xb0 [ 2.317663] [ 2.319750] [] ? panic+0x1e7/0x225 [ 2.325228] [] ? panic+0x1e3/0x225 [ 2.330681] [] ? printk+0x48/0x50 [ 2.336085] []