sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.54k stars 387 forks source link

Chrome OS ANDROID APPS NOT WORKING!!! #813

Open Pavel189 opened 3 years ago

Pavel189 commented 3 years ago

Hello, I'm new to the brunch community and have recently encountered an error with Android apps and Google Play Store. Whenever I try to launch it, the icon becomes black and white and there is a spinning circle in it. When I freshly installed it, the Play Store did not work, but on the other day after a lot of reboots it worked. But now it doesn't work again, and I have tried the following things but it still didn't work:

Disabled Google Sync Tried deleting the app data (The setitngs app for android simply did not open, it's like the whole android is not working) Removing and re-enabling the Play Store (all it did is just delete all of my apps) Re-signing into my Google account

I'm running release 86 on brunch, and using samus recovery image, here are my laptop specs:

HP 15 Notebook PC Intel Pentium N3540 4GB RAM Intel HD Graphics

Please help me, because I really like Chrome OS. ans want to get the Android apps working...

Sincerely, Pavel Screenshot 2021-01-15 at 18 44 33

khanhtranngoccva commented 3 years ago

BRUH just wait for a minute on the login screen. Or just log out and log back in again if you already have. This only happens on an HDD/USB, not on SSD or NVMes that are much faster and ChromeOS is supposed to run on. If you want to know when to log in anyway (like I do), just have this simple script, copy it to the system partition, and just run it in the console view using Ctrl + Alt + F2 and user "chronos": (return to main screen with Ctrl + Alt + F1). Change the extension to .sh and execute it with BASH. script.txt

truongtam-fudosan commented 3 years ago

Screenshot 2021-01-16 at 21 19 41 Pls turn on Google Play Store

thehalfnotes commented 3 years ago

BRUH just wait for a minute on the login screen. Or just log out and log back in again if you already have. This only happens on an HDD/USB, not on SSD or NVMes that are much faster and ChromeOS is supposed to run on. If you want to know when to log in anyway (like I do), just have this simple script, copy it to the system partition, and just run it in the console view using Ctrl + Alt + F2 and user "chronos": (return to main screen with Ctrl + Alt + F1). Change the extension to .sh and execute it with BASH. script.txt

How to Execute this script ? please elaborate

b4iterdev commented 3 years ago

First, download script.txt (just click on it if you don't know how :D ) Then, press ctrl+alt+t (logged in) and type "shell" press enter. Run the following command:

sudo mv script.txt /script.sh

now reboot, when your device reboot at login screen, press Ctrl + Alt + F2. signin with username: chronos ( it already show on motd) then run:

bash script.sh

when it said:"You can now login to ChromeOS and run Android apps without problems.", press ctrl+alt+f1 then login. Enjoy!

sebanc commented 3 years ago

Could someone try to run "sudo tune2fs -o journal_data_writeback /dev/sdX3", reboot and and see if it helps ? (replace "sdX" by your hdd)

b4iterdev commented 3 years ago

Could someone try to run "sudo tune2fs -o journal_data_writeback /dev/sdX3", reboot and and see if it helps ? (replace "sdX" by your hdd)

run it when logged in or tty ?

b4iterdev commented 3 years ago

and mine is /dev/sda or /dev/sda9 (sda9 is chromeos partition), what should I choose ?

b4iterdev commented 3 years ago

image Not working ?

sebanc commented 3 years ago

If you are in dual boot: "sudo tune2fs -o journal_data_writeback /dev/loop15p3"

b4iterdev commented 3 years ago

image @sebanc Not working

b4iterdev commented 3 years ago

image

logout then login again, it load!

b4iterdev commented 3 years ago

dmesg log on this session: https://pastebin.com/cLbS1Afu

sebanc commented 3 years ago

Ok, thanks for trying it.

While you are trying things, could you try the below kernel command line parameters (try one at a time):

b4iterdev commented 3 years ago

Ok, you can take a look at issue #864 which there are some infomation about what am I running Also, can you make a option that will stop OS from logging user in when android container is not mounted ?

b4iterdev commented 3 years ago

@sebanc none of them works, here is dmesg output of elevator=bfq, 3 others are the same, android container doesn't event mount: image btw could you explain what does elevator means ?

b4iterdev commented 3 years ago

@sebanc This line is output-ed when I logout: [ 480.928725] capability: warning: `main' uses 32-bit capabilities (legacy support in use) And these 3 lines are output-ed when I log back in:

[  501.048978] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4
[  501.049180] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4
[  501.049380] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4
sebanc commented 3 years ago

Thanks for the logs, however I have already been through those before and they are not very informative.

Unfortunately it is difficult to debug this issue as I cannot reproduce it and I did not manage to delay the android init.

IMO the best chance to fix this is to find a way to modify the hdd scheduler or i/o settings in order to prevent the issue from occurring.

Could you try to comment the lines starting with "vm." in /etc/sysctl.d/00-sysctl.conf and reboot ?

b4iterdev commented 3 years ago

Line commented: vm.overcommit_memory = 1 vm.dirty_background_ratio = 5 vm.dirty_expire_centisecs = 60000 vm.dirty_ratio = 60 vm.dirty_writeback_centisecs = 60000 vm.laptop_mode = 0 vm.page-cluster = 0 vm.laptop_modefs.suid_dumpable = 2

b4iterdev commented 3 years ago

Update: Not working, should I un-comment these lines? image

b4iterdev commented 3 years ago

I get this script from @khanhtranngoccva, with some changes that will exclusively let you know when you should login if this line are output-ed:

capability: warning: `main' uses 32-bit capabilities (legacy support in use)

Guide:

Download this script (credit goes to @khanhtranngoccva ) : apps.txt Then press ctrl + alt + t and type shell , type cd /home/user/[TAB]/Downloads Type ls and make sure there are apps.txt in. Now type this command to move apps.txt to root directory and rename it to .sh

sudo mv apps.txt /apps.sh

When you reboot the system, press ctrl + alt + f2 to go to tty2: When it asks your user login, type chronos with blank password and type:

bash /apps.sh

After this line are output-ed: "You can now login to ChromeOS and run Android apps without problems" just type "exit" (to logout of tty2) and press ctrl + alt + f1 and login. At this time android apps should work, enjoy!

sebanc commented 3 years ago

If someone is still interested to try to debug this, could he try to replace "start on starting failsafe" by "start on started udev-trigger-early" in /etc/init/udev-trigger.conf ?

sebanc commented 3 years ago

or replace "start on continue-arc-boot" by "start on stopped udev-trigger" in /etc/init/arc-boot-continue.conf

b4iterdev commented 3 years ago

I always interested to try this 👯

b4iterdev commented 3 years ago

Should I do both or just one-by-one ?

b4iterdev commented 3 years ago

If someone is still interested to try to debug this, could he try to replace "start on starting failsafe" by "start on started udev-trigger-early" in /etc/init/udev-trigger.conf ?

Not working, system didn't finish post-boot before user login

sebanc commented 3 years ago

Ok, when it breaks like that you can press "e" quickly on grub screen and add "options=rebuild" to recover the rootfs

WitaloA commented 2 years ago

friend help me!!!!!!!!

srinivsn396 commented 2 years ago

HDD system can't open apk and Linux files or is there any specific verson for HDD laptop .. please help me..keep on spinning all of my apk and Linux files..

bybenjamin commented 1 year ago

I'm getting the same error. Can anyone help? dmesg output

[ 0.000000] microcode: microcode updated early to revision 0x24000023, date = 2022-02-19 [ 0.000000] Linux version 5.15.73-brunch-sebanc (chronos@localhost) (gcc (Ubuntu 12.1.0-2ubuntu1~22.04) 12.1.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Sat Oct 29 12:32:56 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=(hd0,7)/kernel boot=local noresume noswap loglevel=7 cros_secure cros_debug options= chromeos_bootsplash= console= vt.global_cursor_default=0 brunch_bootsplash=default quiet [ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 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: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 1520 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006a9f8fff] usable [ 0.000000] BIOS-e820: [mem 0x000000006a9f9000-0x000000006b2f8fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000006b2f9000-0x0000000073f0efff] usable [ 0.000000] BIOS-e820: [mem 0x0000000073f0f000-0x000000007534efff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007534f000-0x0000000075b7efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000075b7f000-0x0000000075bfefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000075bff000-0x0000000075bfffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000075c00000-0x000000007f7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001807fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by INSYDE Corp. [ 0.000000] efi: ACPI=0x75bfe000 ACPI 2.0=0x75bfe014 TPMFinalLog=0x75b46000 SMBIOS=0x744c2000 MEMATTR=0x6ff82018 ESRT=0x70223418 RNG=0x744c0f98 TPMEventLog=0x6b30a018 [ 0.000000] efi: seeding entropy pool [ 0.000000] random: crng init done [ 0.000000] SMBIOS 3.3 present. [ 0.000000] DMI: Acer Swift SF114-34/Labatt_JL, BIOS V1.11 08/02/2021 [ 0.000000] tsc: Initial usec timer 10035487 [ 0.000000] tsc: Detected 1100.000 MHz processor [ 0.000000] tsc: Detected 1113.600 MHz TSC [ 0.000009] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000022] last_pfn = 0x180800 max_arch_pfn = 0x400000000 [ 0.000085] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000395] last_pfn = 0x75c00 max_arch_pfn = 0x400000000 [ 0.004219] esrt: Reserving ESRT space from 0x0000000070223418 to 0x0000000070223450. [ 0.004226] e820: update [mem 0x70223000-0x70223fff] usable ==> reserved [ 0.004559] Secure boot disabled [ 0.004560] RAMDISK: [mem 0x3980f000-0x3a810fff] [ 0.004566] ACPI: Early table checksum verification disabled [ 0.004570] ACPI: RSDP 0x0000000075BFE014 000024 (v02 ACRSYS) [ 0.004575] ACPI: XSDT 0x0000000075BD8188 00010C (v01 ACRSYS ACRPRDCT 00000002 01000013) [ 0.004583] ACPI: FACP 0x0000000075BFD000 00010C (v06 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004589] ACPI: DSDT 0x0000000075B98000 03B3D7 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004594] ACPI: FACS 0x0000000075B25000 000040 [ 0.004598] ACPI: UEFI 0x0000000075B7E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.004603] ACPI: SSDT 0x0000000075BF8000 0049E2 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004607] ACPI: SSDT 0x0000000075BF6000 001CA4 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.004611] ACPI: SSDT 0x0000000075BF2000 003291 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.004616] ACPI: SSDT 0x0000000075BEF000 0025ED (v02 ACRSYS ACRPRDCT 00003000 1025 00040000) [ 0.004620] ACPI: SSDT 0x0000000075BEE000 00077B (v02 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004624] ACPI: TPM2 0x0000000075BED000 00004C (v04 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004629] ACPI: MSDM 0x0000000075BEC000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.004633] ACPI: SSDT 0x0000000075BE9000 002FCB (v02 ACRSYS ACRPRDCT 00000000 1025 00040000) [ 0.004638] ACPI: NHLT 0x0000000075BE8000 00002D (v00 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004642] ACPI: SSDT 0x0000000075BE7000 0007DA (v02 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004646] ACPI: LPIT 0x0000000075BE6000 000094 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004651] ACPI: WSMT 0x0000000075BE5000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004655] ACPI: SSDT 0x0000000075BE4000 000B70 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004659] ACPI: SSDT 0x0000000075BE3000 000122 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000) [ 0.004664] ACPI: DBGP 0x0000000075BE2000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004668] ACPI: DBG2 0x0000000075BE1000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004672] ACPI: SSDT 0x0000000075BDA000 0065EE (v01 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004677] ACPI: ECDT 0x0000000075BD9000 000069 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004681] ACPI: HPET 0x0000000075BD7000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004685] ACPI: APIC 0x0000000075BD6000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004690] ACPI: MCFG 0x0000000075BD5000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004694] ACPI: PRAM 0x0000000075BD4000 000030 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004698] ACPI: SSDT 0x0000000075B95000 00294D (v02 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004703] ACPI: DMAR 0x0000000075B94000 000088 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004707] ACPI: SSDT 0x0000000075B93000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000) [ 0.004711] ACPI: FPDT 0x0000000075B92000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000) [ 0.004716] ACPI: BGRT 0x0000000075B91000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000) [ 0.004719] ACPI: Reserving FACP table memory at [mem 0x75bfd000-0x75bfd10b] [ 0.004722] ACPI: Reserving DSDT table memory at [mem 0x75b98000-0x75bd33d6] [ 0.004723] ACPI: Reserving FACS table memory at [mem 0x75b25000-0x75b2503f] [ 0.004725] ACPI: Reserving UEFI table memory at [mem 0x75b7e000-0x75b7e235] [ 0.004726] ACPI: Reserving SSDT table memory at [mem 0x75bf8000-0x75bfc9e1] [ 0.004728] ACPI: Reserving SSDT table memory at [mem 0x75bf6000-0x75bf7ca3] [ 0.004729] ACPI: Reserving SSDT table memory at [mem 0x75bf2000-0x75bf5290] [ 0.004731] ACPI: Reserving SSDT table memory at [mem 0x75bef000-0x75bf15ec] [ 0.004732] ACPI: Reserving SSDT table memory at [mem 0x75bee000-0x75bee77a] [ 0.004734] ACPI: Reserving TPM2 table memory at [mem 0x75bed000-0x75bed04b] [ 0.004736] ACPI: Reserving MSDM table memory at [mem 0x75bec000-0x75bec054] [ 0.004737] ACPI: Reserving SSDT table memory at [mem 0x75be9000-0x75bebfca] [ 0.004739] ACPI: Reserving NHLT table memory at [mem 0x75be8000-0x75be802c] [ 0.004740] ACPI: Reserving SSDT table memory at [mem 0x75be7000-0x75be77d9] [ 0.004742] ACPI: Reserving LPIT table memory at [mem 0x75be6000-0x75be6093] [ 0.004743] ACPI: Reserving WSMT table memory at [mem 0x75be5000-0x75be5027] [ 0.004745] ACPI: Reserving SSDT table memory at [mem 0x75be4000-0x75be4b6f] [ 0.004746] ACPI: Reserving SSDT table memory at [mem 0x75be3000-0x75be3121] [ 0.004748] ACPI: Reserving DBGP table memory at [mem 0x75be2000-0x75be2033] [ 0.004749] ACPI: Reserving DBG2 table memory at [mem 0x75be1000-0x75be1053] [ 0.004751] ACPI: Reserving SSDT table memory at [mem 0x75bda000-0x75be05ed] [ 0.004753] ACPI: Reserving ECDT table memory at [mem 0x75bd9000-0x75bd9068] [ 0.004754] ACPI: Reserving HPET table memory at [mem 0x75bd7000-0x75bd7037] [ 0.004756] ACPI: Reserving APIC table memory at [mem 0x75bd6000-0x75bd612b] [ 0.004757] ACPI: Reserving MCFG table memory at [mem 0x75bd5000-0x75bd503b] [ 0.004759] ACPI: Reserving PRAM table memory at [mem 0x75bd4000-0x75bd402f] [ 0.004760] ACPI: Reserving SSDT table memory at [mem 0x75b95000-0x75b9794c] [ 0.004762] ACPI: Reserving DMAR table memory at [mem 0x75b94000-0x75b94087] [ 0.004764] ACPI: Reserving SSDT table memory at [mem 0x75b93000-0x75b930f7] [ 0.004765] ACPI: Reserving FPDT table memory at [mem 0x75b92000-0x75b92043] [ 0.004767] ACPI: Reserving BGRT table memory at [mem 0x75b91000-0x75b91037] [ 0.004815] Zone ranges: [ 0.004816] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004819] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.004822] Normal [mem 0x0000000100000000-0x00000001807fffff] [ 0.004824] Movable zone start for each node [ 0.004826] Early memory node ranges [ 0.004826] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.004829] node 0: [mem 0x0000000000100000-0x000000006a9f8fff] [ 0.004830] node 0: [mem 0x000000006b2f9000-0x0000000073f0efff] [ 0.004832] node 0: [mem 0x0000000075bff000-0x0000000075bfffff] [ 0.004833] node 0: [mem 0x0000000100000000-0x00000001807fffff] [ 0.004835] Initmem setup node 0 [mem 0x0000000000001000-0x00000001807fffff] [ 0.004841] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004868] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.008577] On node 0, zone DMA32: 2304 pages in unavailable ranges [ 0.008667] On node 0, zone DMA32: 7408 pages in unavailable ranges [ 0.012967] On node 0, zone Normal: 9216 pages in unavailable ranges [ 0.013243] On node 0, zone Normal: 30720 pages in unavailable ranges [ 0.013303] Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff] [ 0.013662] ACPI: PM-Timer IO Port: 0x1808 [ 0.013670] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.013672] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.013674] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.013675] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.013677] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.013678] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.013679] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.013681] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.013682] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.013683] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.013685] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.013686] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.013687] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1]) [ 0.013689] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1]) [ 0.013690] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1]) [ 0.013692] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1]) [ 0.013727] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.013731] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.013734] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.013740] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.013741] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.013753] e820: update [mem 0x6ffa3000-0x70096fff] usable ==> reserved [ 0.013765] TSC deadline timer available [ 0.013767] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.013786] [mem 0x7f800000-0xfe00ffff] available for PCI devices [ 0.013788] Booting paravirtualized kernel on bare hardware [ 0.013792] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.025452] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1 [ 0.025741] percpu: Embedded 54 pages/cpu s181848 r8192 d31144 u1048576 [ 0.025748] pcpu-alloc: s181848 r8192 d31144 u1048576 alloc=1*2097152 [ 0.025752] pcpu-alloc: [0] 0 1 [ 0.025775] Built 1 zonelists, mobility grouping on. Total pages: 983063 [ 0.025778] Kernel command line: BOOT_IMAGE=(hd0,7)/kernel boot=local noresume noswap loglevel=7 cros_secure cros_debug options= chromeos_bootsplash= console= vt.global_cursor_default=0 brunch_bootsplash=default quiet [ 0.026003] Unknown kernel command line parameters "noresume noswap cros_secure cros_debug BOOT_IMAGE=(hd0,7)/kernel boot=local options= chromeos_bootsplash= brunch_bootsplash=default", will be passed to user space. [ 0.026487] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.026769] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.027052] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.056099] Memory: 3726912K/3995320K available (16403K kernel code, 3252K rwdata, 5044K rodata, 2120K init, 2288K bss, 268148K reserved, 0K cma-reserved) [ 0.056231] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.056245] ftrace: allocating 64875 entries in 254 pages [ 0.088906] ftrace: allocated 254 pages with 7 groups [ 0.088998] rcu: Preemptible hierarchical RCU implementation. [ 0.089000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2. [ 0.089001] Trampoline variant of Tasks RCU enabled. [ 0.089002] Rude variant of Tasks RCU enabled. [ 0.089003] Tracing variant of Tasks RCU enabled. [ 0.089004] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.089006] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.094816] NR_IRQS: 4352, nr_irqs: 512, preallocated irqs: 16 [ 0.095055] rcu: Offload RCU callbacks from CPUs: (none). [ 0.095220] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____) [ 0.095269] Console: colour dummy device 80x25 [ 0.095278] ACPI: Core revision 20210730 [ 0.095648] hpet: HPET dysfunctional in PC10. Force disabled. [ 0.095649] APIC: Switch to symmetric I/O mode setup [ 0.095652] DMAR: Host address width 39 [ 0.095654] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.095660] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e [ 0.095663] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.095679] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.095687] DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff [ 0.095691] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.095693] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.097600] DMAR-IR: Enabled IRQ remapping in xapic mode [ 0.102099] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns [ 0.102105] Calibrating delay loop (skipped), value calculated using timer frequency.. 2227.20 BogoMIPS (lpj=1113600) [ 0.102108] pid_max: default: 32768 minimum: 301 [ 0.103105] LSM: Security Framework initializing [ 0.103105] landlock: Up and running. [ 0.103105] Yama: becoming mindful. [ 0.103105] Chromium OS LSM: enabled [ 0.103105] SELinux: Initializing. [ 0.103105] LSM support for eBPF active [ 0.103105] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.103105] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.103105] CPU0: Thermal monitoring enabled (TM1) [ 0.103105] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.103105] process: using mwait in idle threads [ 0.103105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.103105] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.103105] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.103105] Spectre V2 : Mitigation: Enhanced IBRS [ 0.103105] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.103105] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.103105] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.103105] MMIO Stale Data: Mitigation: Clear CPU buffers [ 0.103105] SRBDS: Vulnerable: No microcode [ 0.103105] Freeing SMP alternatives memory: 24K [ 0.103105] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2606 [ 0.103105] smpboot: CPU0: Intel(R) Celeron(R) N4500 @ 1.10GHz (family: 0x6, model: 0x9c, stepping: 0x0) [ 0.103105] Performance Events: PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.103105] ... version: 5 [ 0.103105] ... bit width: 48 [ 0.103105] ... generic registers: 4 [ 0.103105] ... value mask: 0000ffffffffffff [ 0.103105] ... max period: 00007fffffffffff [ 0.103105] ... fixed-purpose events: 3 [ 0.103105] ... event mask: 000000070000000f [ 0.103105] rcu: Hierarchical SRCU implementation. [ 0.103105] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.103105] smp: Bringing up secondary CPUs ... [ 0.103105] x86: Booting SMP configuration: [ 0.103105] .... node #0, CPUs: #1 [ 0.104421] smp: Brought up 1 node, 2 CPUs [ 0.104421] smpboot: Max logical packages: 1 [ 0.104421] smpboot: Total of 2 processors activated (4454.40 BogoMIPS) [ 0.104486] devtmpfs: initialized [ 0.105280] ACPI: PM: Registering ACPI NVS region [mem 0x7534f000-0x75b7efff] (8585216 bytes) [ 0.105483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.105488] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.105546] pinctrl core: initialized pinctrl subsystem [ 0.105767] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.105954] audit: initializing netlink subsys (disabled) [ 0.105988] audit: type=2000 audit(1669469916.003:1): state=initialized audit_enabled=0 res=1 [ 0.106089] thermal_sys: Registered thermal governor 'bang_bang' [ 0.106091] thermal_sys: Registered thermal governor 'step_wise' [ 0.106092] thermal_sys: Registered thermal governor 'user_space' [ 0.106107] cpuidle: using governor ladder [ 0.106112] cpuidle: using governor menu [ 0.106240] ACPI: bus type PCI registered [ 0.106242] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.106364] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) [ 0.106371] PCI: not using MMCONFIG [ 0.106376] PCI: Using configuration type 1 for base access [ 0.106559] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.109521] cryptd: max_cpu_qlen set to 1000 [ 0.128106] raid6: sse2x4 gen() 11006 MB/s [ 0.145107] raid6: sse2x4 xor() 6819 MB/s [ 0.162106] raid6: sse2x2 gen() 13214 MB/s [ 0.179105] raid6: sse2x2 xor() 7611 MB/s [ 0.196106] raid6: sse2x1 gen() 9930 MB/s [ 0.213106] raid6: sse2x1 xor() 5518 MB/s [ 0.213108] raid6: using algorithm sse2x2 gen() 13214 MB/s [ 0.213109] raid6: .... xor() 7611 MB/s, rmw enabled [ 0.213111] raid6: using ssse3x2 recovery algorithm [ 0.213200] ACPI: Added _OSI(Module Device) [ 0.213201] ACPI: Added _OSI(Processor Device) [ 0.213202] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.213203] ACPI: Added _OSI(Processor Aggregator Device) [ 0.213205] ACPI: Added _OSI(Linux-Dell-Video) [ 0.213206] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.213208] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.287670] ACPI: 13 ACPI AML tables successfully acquired and loaded [ 0.288980] ACPI: EC: EC started [ 0.288982] ACPI: EC: interrupt blocked [ 0.290159] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.290160] ACPI: EC: Boot ECDT EC used to handle transactions [ 0.296209] ACPI: Dynamic OEM Table Load: [ 0.296222] ACPI: SSDT 0xFFFF9C5EC02CB600 0001B3 (v02 PmRef Cpu0Psd 00003000 INTL 20160422) [ 0.296997] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked [ 0.297774] ACPI: Dynamic OEM Table Load: [ 0.297782] ACPI: SSDT 0xFFFF9C5EC0D6AC00 000386 (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 0.298685] ACPI: Dynamic OEM Table Load: [ 0.298693] ACPI: SSDT 0xFFFF9C5EC0D6B800 000227 (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 0.299616] ACPI: Dynamic OEM Table Load: [ 0.299623] ACPI: SSDT 0xFFFF9C5EC02CAC00 00013A (v02 PmRef Cpu0Hwp 00003000 INTL 20160422) [ 0.300711] ACPI: Dynamic OEM Table Load: [ 0.300721] ACPI: SSDT 0xFFFF9C5EC0173000 0008E7 (v02 PmRef ApIst 00003000 INTL 20160422) [ 0.301787] ACPI: Dynamic OEM Table Load: [ 0.301796] ACPI: SSDT 0xFFFF9C5EC0EB4000 00048A (v02 PmRef ApHwp 00003000 INTL 20160422) [ 0.302768] ACPI: Dynamic OEM Table Load: [ 0.302776] ACPI: SSDT 0xFFFF9C5EC0EB1800 0004D4 (v02 PmRef ApPsd 00003000 INTL 20160422) [ 0.303744] ACPI: Dynamic OEM Table Load: [ 0.303752] ACPI: SSDT 0xFFFF9C5EC0EB3000 00048A (v02 PmRef ApCst 00003000 INTL 20160422) [ 0.304935] ACPI: Interpreter enabled [ 0.304979] ACPI: PM: (supports S0 S3 S5) [ 0.304981] ACPI: Using IOAPIC for interrupt routing [ 0.305027] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) [ 0.305654] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources [ 0.305668] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306074] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.310401] ACPI: PM: Power Resource [BTPR] [ 0.311637] ACPI: PM: Power Resource [PAUD] [ 0.317027] ACPI: PM: Power Resource [WRST] [ 0.317604] ACPI: PM: Power Resource [PXP] [ 0.318165] ACPI: PM: Power Resource [PXP] [ 0.318879] ACPI: PM: Power Resource [PXP] [ 0.326069] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1) [ 0.329268] ACPI: PM: Power Resource [PIN] [ 0.329604] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe]) [ 0.329611] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.333377] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.336022] PCI host bridge to bus 0000:00 [ 0.336025] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336027] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336030] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336032] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xbfffffff window] [ 0.336034] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window] [ 0.336036] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.337648] pci 0000:00:00.0: [8086:4e22] type 00 class 0x060000 [ 0.339617] pci 0000:00:02.0: [8086:4e55] type 00 class 0x030000 [ 0.339629] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit] [ 0.339637] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x4007ffffff 64bit pref] [ 0.339643] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f] [ 0.339662] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.339664] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics [ 0.339667] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.341468] pci 0000:00:04.0: [8086:4e03] type 00 class 0x118000 [ 0.341534] pci 0000:00:04.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit] [ 0.343718] pci 0000:00:08.0: [8086:4e11] type 00 class 0x088000 [ 0.343729] pci 0000:00:08.0: reg 0x10: [mem 0x6001121000-0x6001121fff 64bit] [ 0.345456] pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330 [ 0.345497] pci 0000:00:14.0: reg 0x10: [mem 0x7f900000-0x7f90ffff 64bit] [ 0.345612] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.346850] pci 0000:00:14.2: [8086:4def] type 00 class 0x050000 [ 0.346893] pci 0000:00:14.2: reg 0x10: [mem 0x6001118000-0x6001119fff 64bit] [ 0.346929] pci 0000:00:14.2: reg 0x18: [mem 0x6001120000-0x6001120fff 64bit] [ 0.349481] pci 0000:00:14.3: [8086:4df0] type 00 class 0x028000 [ 0.349535] pci 0000:00:14.3: reg 0x10: [mem 0x6001114000-0x6001117fff 64bit] [ 0.349722] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold [ 0.351526] pci 0000:00:15.0: [8086:4de8] type 00 class 0x0c8000 [ 0.351601] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.353637] pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000 [ 0.353680] pci 0000:00:16.0: reg 0x10: [mem 0x600111e000-0x600111efff 64bit] [ 0.353806] pci 0000:00:16.0: PME# supported from D3hot [ 0.355922] pci 0000:00:1a.0: [8086:4dc4] type 00 class 0x080501 [ 0.355967] pci 0000:00:1a.0: reg 0x10: [mem 0x600111d000-0x600111dfff 64bit] [ 0.357978] pci 0000:00:1c.0: [8086:4dbc] type 01 class 0x060400 [ 0.358137] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.358202] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.360603] pci 0000:00:1e.0: [8086:4da8] type 00 class 0x078000 [ 0.360678] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.362808] pci 0000:00:1e.3: [8086:4dab] type 00 class 0x0c8000 [ 0.362883] pci 0000:00:1e.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.364911] pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100 [ 0.366880] pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040100 [ 0.366936] pci 0000:00:1f.3: reg 0x10: [mem 0x6001110000-0x6001113fff 64bit] [ 0.367001] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit] [ 0.367131] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.369274] pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500 [ 0.369323] pci 0000:00:1f.4: reg 0x10: [mem 0x600111a000-0x600111a0ff 64bit] [ 0.369377] pci 0000:00:1f.4: reg 0x20: [io 0x3040-0x305f] [ 0.370508] pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000 [ 0.370548] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.371609] pci 0000:01:00.0: [15b7:5009] type 00 class 0x010802 [ 0.371636] pci 0000:01:00.0: reg 0x10: [mem 0x7f800000-0x7f803fff 64bit] [ 0.371673] pci 0000:01:00.0: reg 0x20: [mem 0x7f804000-0x7f8040ff 64bit] [ 0.371960] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.371967] pci 0000:00:1c.0: bridge window [mem 0x7f800000-0x7f8fffff] [ 0.371980] pci_bus 0000:00: on NUMA node 0 [ 0.374674] ACPI: EC: interrupt unblocked [ 0.374676] ACPI: EC: event unblocked [ 0.374715] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.374716] ACPI: EC: GPE=0x6e [ 0.374718] ACPI: \_SB_.PC00.LPCB.H_EC: Boot ECDT EC initialization complete [ 0.374720] ACPI: \_SB_.PC00.LPCB.H_EC: EC: Used to handle transactions and events [ 0.374790] iommu: Default domain type: Translated [ 0.374790] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.374790] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.374790] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.374790] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.374790] vgaarb: loaded [ 0.375110] SCSI subsystem initialized [ 0.375119] libata version 3.00 loaded. [ 0.375146] ACPI: bus type USB registered [ 0.375146] usbcore: registered new interface driver usbfs [ 0.375146] usbcore: registered new interface driver hub [ 0.375146] usbcore: registered new device driver usb [ 0.375168] mc: Linux media interface: v0.10 [ 0.375175] videodev: Linux video capture interface: v2.00 [ 0.375180] pps_core: LinuxPPS API ver. 1 registered [ 0.375181] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.375184] PTP clock support registered [ 0.375198] Registered efivars operations [ 0.375209] Advanced Linux Sound Architecture Driver Initialized. [ 0.375423] Bluetooth: Core ver 2.22 [ 0.375433] NET: Registered PF_BLUETOOTH protocol family [ 0.375434] Bluetooth: HCI device and connection manager initialized [ 0.375437] Bluetooth: HCI socket layer initialized [ 0.375438] Bluetooth: L2CAP socket layer initialized [ 0.375444] Bluetooth: SCO socket layer initialized [ 0.375448] NetLabel: Initializing [ 0.375449] NetLabel: domain hash size = 128 [ 0.375450] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.375469] NetLabel: unlabeled traffic allowed by default [ 0.375485] nfc: nfc_init: NFC Core ver 0.1 [ 0.375485] NET: Registered PF_NFC protocol family [ 0.375485] PCI: Using ACPI for IRQ routing [ 0.395682] PCI: pci_cache_line_size set to 64 bytes [ 0.395939] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window [ 0.396058] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.396061] e820: reserve RAM buffer [mem 0x6a9f9000-0x6bffffff] [ 0.396062] e820: reserve RAM buffer [mem 0x6ffa3000-0x6fffffff] [ 0.396064] e820: reserve RAM buffer [mem 0x70223000-0x73ffffff] [ 0.396065] e820: reserve RAM buffer [mem 0x73f0f000-0x73ffffff] [ 0.396066] e820: reserve RAM buffer [mem 0x75c00000-0x77ffffff] [ 0.396068] e820: reserve RAM buffer [mem 0x180800000-0x183ffffff] [ 0.397297] clocksource: Switched to clocksource tsc-early [ 0.419616] VFS: Disk quotas dquot_6.6.0 [ 0.419631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.419690] pnp: PnP ACPI init [ 0.420182] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.420187] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.420341] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.420896] system 00:04: [mem 0xfea80000-0xfeafffff] has been reserved [ 0.420899] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved [ 0.420902] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved [ 0.420904] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved [ 0.420906] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved [ 0.420909] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.420911] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved [ 0.420913] system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.421258] system 00:05: [io 0x1800-0x18fe] could not be reserved [ 0.421262] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.421264] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved [ 0.421266] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved [ 0.421268] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved [ 0.421270] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.421272] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved [ 0.421274] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved [ 0.421277] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved [ 0.421279] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.421579] system 00:06: [io 0x2000-0x20fe] has been reserved [ 0.422046] pnp: PnP ACPI: found 8 devices [ 0.427945] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.428030] NET: Registered PF_INET protocol family [ 0.428131] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.429185] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.429194] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.429198] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.429236] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.429300] TCP: Hash tables configured (established 32768 bind 32768) [ 0.429333] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.429345] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.429382] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.429511] RPC: Registered named UNIX socket transport module. [ 0.429513] RPC: Registered udp transport module. [ 0.429514] RPC: Registered tcp transport module. [ 0.429515] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.429517] NET: Registered PF_XDP protocol family [ 0.429538] pci 0000:00:15.0: BAR 0: assigned [mem 0x4008000000-0x4008000fff 64bit] [ 0.429606] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4008001000-0x4008001fff 64bit] [ 0.429673] pci 0000:00:1e.3: BAR 0: assigned [mem 0x4008002000-0x4008002fff 64bit] [ 0.429740] pci 0000:00:1f.5: BAR 0: assigned [mem 0x7f910000-0x7f910fff] [ 0.429771] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.429795] pci 0000:00:1c.0: bridge window [mem 0x7f800000-0x7f8fffff] [ 0.429823] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.429826] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.429828] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.429830] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xbfffffff window] [ 0.429832] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window] [ 0.429835] pci_bus 0000:01: resource 1 [mem 0x7f800000-0x7f8fffff] [ 0.432601] PCI: CLS 64 bytes, default 64 [ 0.432646] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.432648] software IO TLB: mapped [mem 0x000000006b69f000-0x000000006f69f000] (64MB) [ 0.432885] Unpacking initramfs... [ 0.440571] kvm: already loaded the other module [ 0.440578] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x100d48ce7a0, max_idle_ns: 440795212195 ns [ 0.440592] clocksource: Switched to clocksource tsc [ 0.560484] Initialise system trusted keyrings [ 0.560542] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.562131] zbud: loaded [ 0.562436] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.562564] Registering esdfs 0.2 [ 0.562705] NFS: Registering the id_resolver key type [ 0.562710] Key type id_resolver registered [ 0.562711] Key type id_legacy registered [ 0.562719] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.562753] fuse: init (API version 7.34) [ 0.562840] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled [ 0.563186] 9p: Installing v9fs 9p2000 file system support [ 0.563227] alt_syscall: table 'read_write_test' available. [ 0.563238] alt_syscall: table 'android' available. [ 0.563250] alt_syscall: table 'android_permissive' available. [ 0.563259] alt_syscall: table 'third_party' available. [ 0.563271] alt_syscall: table 'third_party_permissive' available. [ 0.563280] alt_syscall: table 'complete' available. [ 0.563289] alt_syscall: table 'complete_permissive' available. [ 0.567417] Freeing initrd memory: 16392K [ 0.573332] NET: Registered PF_ALG protocol family [ 0.573335] xor: measuring software checksum speed [ 0.573827] prefetch64-sse : 20126 MB/sec [ 0.574370] generic_sse : 18323 MB/sec [ 0.574371] xor: using function: prefetch64-sse (20126 MB/sec) [ 0.574373] async_tx: api initialized (async) [ 0.574376] Key type asymmetric registered [ 0.574377] Asymmetric key parser 'x509' registered [ 0.574411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.574452] io scheduler mq-deadline registered [ 0.574454] io scheduler kyber registered [ 0.574487] io scheduler bfq registered [ 0.577034] pci 0000:00:1c.0: attach allowed to drvr pcieport [internal device] [ 0.690070] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 [ 0.690189] pcieport 0000:00:1c.0: AER: enabled with IRQ 122 [ 0.690294] pcieport 0000:00:1c.0: DPC: enabled with IRQ 122 [ 0.690297] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [ 0.690483] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2 [ 0.690497] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1 [ 0.690498] cpcihp_generic: not configured, disabling. [ 0.690501] pcieport 0000:00:1c.0: attach allowed to drvr shpchp [internal device] [ 0.690514] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.694426] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed [ 0.694480] switchtec: loaded. [ 0.694672] Monitor-Mwait will be used to enter C-1 state [ 0.694679] Monitor-Mwait will be used to enter C-2 state [ 0.694684] Monitor-Mwait will be used to enter C-3 state [ 0.694687] ACPI: \_SB_.PR00: Found 3 idle states [ 0.694961] ACPI: AC: AC Adapter [ADP1] (off-line) [ 0.695019] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0D:00/input/input0 [ 0.695039] ACPI: button: Lid Switch [LID0] [ 0.695078] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.695098] ACPI: button: Power Button [PWRB] [ 0.695143] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 0.695163] ACPI: button: Sleep Button [SLPB] [ 0.695195] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.698171] ACPI: button: Power Button [PWRF] [ 0.698359] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2606 [ 0.698918] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.699710] hpet_acpi_add: no address or irqs in _CRS [ 0.699751] Non-volatile memory driver v1.3 [ 0.699865] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug. [ 0.701468] loop: module loaded [ 0.701582] zram: Added device: zram0 [ 0.701614] Guest personality initialized and is inactive [ 0.701636] VMCI host device registered (name=vmci, major=10, minor=124) [ 0.701638] Initialized host personality [ 0.701657] usbcore: registered new interface driver rtsx_usb [ 0.701753] VMware PVSCSI driver - version 1.0.7.0-k [ 0.701939] pci 0000:01:00.0: attach allowed to drvr nvme [internal device] [ 0.702006] nvme nvme0: pci function 0000:01:00.0 [ 0.702290] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 0.702291] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 0.702300] tun: Universal TUN/TAP device driver, 1.6 [ 0.702338] PPP generic driver version 2.4.2 [ 0.702373] PPP MPPE Compression module registered [ 0.702374] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI [ 0.702624] aoe: AoE v85 initialised. [ 0.702667] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.702669] ehci-pci: EHCI PCI platform driver [ 0.702680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.702683] ohci-pci: OHCI PCI platform driver [ 0.702692] uhci_hcd: USB Universal Host Controller Interface driver [ 0.702710] pci 0000:00:14.0: attach allowed to drvr xhci_hcd [internal device] [ 0.702883] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.702922] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 0.704042] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810 [ 0.704318] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.704354] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 0.704357] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.704404] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.704407] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.704409] usb usb1: Product: xHCI Host Controller [ 0.704411] usb usb1: Manufacturer: Linux 5.15.73-brunch-sebanc xhci-hcd [ 0.704413] usb usb1: SerialNumber: 0000:00:14.0 [ 0.704521] hub 1-0:1.0: USB hub found [ 0.704541] hub 1-0:1.0: 8 ports detected [ 0.706645] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 0.706649] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.706651] usb usb2: Product: xHCI Host Controller [ 0.706653] usb usb2: Manufacturer: Linux 5.15.73-brunch-sebanc xhci-hcd [ 0.706655] usb usb2: SerialNumber: 0000:00:14.0 [ 0.706754] hub 2-0:1.0: USB hub found [ 0.706772] hub 2-0:1.0: 6 ports detected [ 0.708446] ehci-fsl: Freescale EHCI Host controller driver [ 0.708465] usbcore: registered new interface driver cdc_acm [ 0.708466] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.708504] usbcore: registered new interface driver uas [ 0.708527] usbcore: registered new interface driver usb-storage [ 0.708534] usbcore: registered new interface driver ums-alauda [ 0.708541] usbcore: registered new interface driver ums-cypress [ 0.708547] usbcore: registered new interface driver ums-datafab [ 0.708553] usbcore: registered new interface driver ums_eneub6250 [ 0.708559] usbcore: registered new interface driver ums-freecom [ 0.708565] usbcore: registered new interface driver ums-isd200 [ 0.708571] usbcore: registered new interface driver ums-jumpshot [ 0.708576] usbcore: registered new interface driver ums-karma [ 0.708582] usbcore: registered new interface driver ums-onetouch [ 0.708591] usbcore: registered new interface driver ums-realtek [ 0.708597] usbcore: registered new interface driver ums-sddr09 [ 0.708603] usbcore: registered new interface driver ums-sddr55 [ 0.708610] usbcore: registered new interface driver ums-usbat [ 0.708650] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 0.708653] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 0.709583] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.709834] mousedev: PS/2 mouse device common for all mice [ 0.710045] rtc_cmos 00:01: RTC can wake from S4 [ 0.710721] rtc_cmos 00:01: registered as rtc0 [ 0.710743] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram [ 0.710758] i2c_dev: i2c /dev entries driver [ 0.710771] pci 0000:00:1f.4: attach allowed to drvr i801_smbus [internal device] [ 0.710939] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 0.710978] nvme nvme0: allocated 32 MiB host memory buffer. [ 0.711003] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 0.711499] nvme nvme0: 2/0/0 default/read/poll queues [ 0.712040] i2c i2c-0: 1/2 memory slots populated (from DMI) [ 0.712752] usbcore: registered new interface driver uvcvideo [ 0.712754] fail to initialize ptp_kvm [ 0.713787] pci 0000:00:04.0: attach allowed to drvr proc_thermal [internal device] [ 0.713795] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 [ 0.714715] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 0.714773] device-mapper: raid: Loading target version 1.15.1 [ 0.714778] device-mapper: verity-chromeos: dm-verity-chromeos registered [ 0.714782] intel_pstate: Intel P-state driver initializing [ 0.714878] intel_pstate: HWP enabled [ 0.714891] sdhci: Secure Digital Host Controller Interface driver [ 0.714892] sdhci: Copyright(c) Pierre Ossman [ 0.714900] pci 0000:00:1a.0: attach allowed to drvr sdhci-pci [internal device] [ 0.714912] sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:4dc4] (rev 1) [ 0.715282] mmc0: CQHCI version 5.10 [ 0.715403] mmc0: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit [ 0.715464] wbsd: Winbond W83L51xD SD/MMC card interface driver [ 0.715466] wbsd: Copyright(c) Pierre Ossman [ 0.715502] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400 [ 0.715575] usbcore: registered new interface driver vub300 [ 0.715584] usbcore: registered new interface driver ushc [ 0.715623] ledtrig-cpu: registered to indicate activity on CPUs [ 0.715774] efifb: probing for efifb [ 0.715784] efifb: framebuffer at 0x4000000000, using 8100k, total 8100k [ 0.715786] efifb: mode is 1920x1080x32, linelength=7680, pages=1 [ 0.715788] efifb: scrolling: redraw [ 0.715789] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.715792] drm_get_panel_orientation_quirk called with width=1920 height=1080 [ 0.715882] Console: switching to colour frame buffer device 240x67 [ 0.717286] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 0.720347] fb0: EFI VGA frame buffer device [ 0.720391] hid: raw HID events driver (C) Jiri Kosina [ 0.720449] usbcore: registered new interface driver usbhid [ 0.720451] usbhid: USB HID core driver [ 0.720516] ashmem: initialized [ 0.720567] intel_pmc_core INT33A1:00: initialized [ 0.721030] cros_ec_lpcs: unsupported system. [ 0.721080] intel_rapl_common: Found RAPL domain package [ 0.721082] intel_rapl_common: Found RAPL domain core [ 0.721084] intel_rapl_common: Found RAPL domain uncore [ 0.721410] GACT probability NOT on [ 0.721753] xt_time: kernel timezone is -0000 [ 0.721758] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [ 0.721767] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 0.721816] IPVS: ipvs loaded. [ 0.721818] IPVS: [rr] scheduler registered. [ 0.721870] Initializing XFRM netlink socket [ 0.721972] NET: Registered PF_INET6 protocol family [ 0.722552] Segment Routing with IPv6 [ 0.722554] RPL Segment Routing with IPv6 [ 0.722562] In-situ OAM (IOAM) with IPv6 [ 0.722597] NET: Registered PF_PACKET protocol family [ 0.722601] NET: Registered PF_KEY protocol family [ 0.722614] Bridge firewalling registered [ 0.722616] NET: Registered PF_APPLETALK protocol family [ 0.722649] Bluetooth: RFCOMM TTY layer initialized [ 0.722652] Bluetooth: RFCOMM socket layer initialized [ 0.722657] Bluetooth: RFCOMM ver 1.11 [ 0.722718] 9pnet: Installing 9P2000 support [ 0.722735] Key type dns_resolver registered [ 0.722986] microcode: sig=0x906c0, pf=0x1, revision=0x24000023 [ 0.723020] microcode: Microcode Update Driver: v2.2. [ 0.723026] IPI shorthand broadcast: enabled [ 0.723032] SSE version of gcm_enc/dec engaged. [ 0.723446] sched_clock: Marking stable (716508846, 6928783)->(755346752, -31909123) [ 0.723546] registered taskstats version 1 [ 0.723551] Loading compiled-in X.509 certificates [ 0.723581] zswap: loaded using pool lzo/zbud [ 0.723675] Key type ._fscrypt registered [ 0.723677] Key type .fscrypt registered [ 0.723678] Key type fscrypt-provisioning registered [ 0.723881] Btrfs loaded, crc32c=crc32c-intel, assert=on, integrity-checker=on, ref-verify=on, zoned=yes, fsverity=yes [ 0.724063] Key type encrypted registered [ 0.724201] ALSA device list: [ 0.724204] No soundcards found. [ 0.724216] Warning: unable to open an initial console. [ 0.821870] ACPI: battery: Slot [BAT0] (battery present) [ 0.825880] Freeing unused kernel image (initmem) memory: 2120K [ 0.825895] Write protecting the kernel read-only data: 24576k [ 0.827502] Freeing unused kernel image (text/rodata gap) memory: 2028K [ 0.828293] Freeing unused kernel image (rodata/data gap) memory: 1100K [ 0.828310] Run /init as init process [ 0.828314] with arguments: [ 0.828316] /init [ 0.828319] noresume [ 0.828322] noswap [ 0.828325] cros_secure [ 0.828328] cros_debug [ 0.828331] with environment: [ 0.828334] HOME=/ [ 0.828337] TERM=linux [ 0.828340] BOOT_IMAGE=(hd0,7)/kernel [ 0.828343] boot=local [ 0.828346] options= [ 0.828348] chromeos_bootsplash= [ 0.828351] brunch_bootsplash=default [ 0.844889] haveged: command socket is listening at fd 3 [ 0.945114] usb 1-2: new full-speed USB device number 2 using xhci_hcd [ 1.070851] haveged: ver: 1.9.19; arch: x86; vend: ; build: (gcc 10.2.0 T); collect: 128K [ 1.070856] haveged: cpu: (); data: 16K (D); inst: 16K (D); idx: 13/40; sz: 15962/54019 [ 1.070864] haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.00088 [ 1.070868] haveged: fills: 0, generated: 0 [ 1.073252] usb 1-2: New USB device found, idVendor=1ea7, idProduct=0064, bcdDevice= 2.00 [ 1.073256] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 1.073259] usb 1-2: Product: 2.4G Mouse [ 1.076275] input: 2.4G Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1EA7:0064.0001/input/input5 [ 1.076647] input: 2.4G Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1EA7:0064.0001/input/input6 [ 1.076783] hid-generic 0003:1EA7:0064.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [2.4G Mouse] on usb-0000:00:14.0-2/input0 [ 1.190592] usb 1-4: new high-speed USB device number 3 using xhci_hcd [ 1.329633] usb 1-4: New USB device found, idVendor=0408, idProduct=a094, bcdDevice= 0.02 [ 1.329654] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.329663] usb 1-4: Product: HD User Facing [ 1.329670] usb 1-4: Manufacturer: SunplusIT Inc [ 1.334040] usb 1-4: Found UVC 1.00 device HD User Facing (0408:a094) [ 1.369921] input: HD User Facing: HD User Facing as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input7 [ 1.484527] usb 1-5: new high-speed USB device number 4 using xhci_hcd [ 1.616862] usb 1-5: New USB device found, idVendor=1c7a, idProduct=0575, bcdDevice=10.72 [ 1.616883] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.616892] usb 1-5: Product: EgisTec EH575 [ 1.616898] usb 1-5: Manufacturer: EgisTec [ 1.616905] usb 1-5: SerialNumber: 0E74B008 [ 1.734594] usb 1-8: new full-speed USB device number 5 using xhci_hcd [ 1.863938] usb 1-8: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02 [ 1.863959] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 5.846247] brunch: Scanning device /dev/nvme0n1 [ 5.904471] brunch: ChromeOS found on fixed device /dev/nvme0n1, keep scanning for removable devices... [ 5.905428] brunch: Scanning device /dev/zram0 [ 5.912615] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.920703] brunch: rebuilding ChromeOS rootfs not necessary [ 6.430376] EXT4-fs (nvme0n1p3): mounting ext2 file system using the ext4 subsystem [ 6.431493] EXT4-fs (nvme0n1p3): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 6.473920] SELinux: Permission nlmsg_getneigh in class netlink_route_socket not defined in policy. [ 6.473942] SELinux: Permission perfmon in class capability2 not defined in policy. [ 6.473944] SELinux: Permission bpf in class capability2 not defined in policy. [ 6.473945] SELinux: Permission checkpoint_restore in class capability2 not defined in policy. [ 6.473951] SELinux: Permission perfmon in class cap2_userns not defined in policy. [ 6.473952] SELinux: Permission bpf in class cap2_userns not defined in policy. [ 6.473953] SELinux: Permission checkpoint_restore in class cap2_userns not defined in policy. [ 6.473976] SELinux: Class mctp_socket not defined in policy. [ 6.473979] SELinux: Class anon_inode not defined in policy. [ 6.473980] SELinux: the above unknown classes and permissions will be denied [ 6.475568] SELinux: policy capability network_peer_controls=1 [ 6.475572] SELinux: policy capability open_perms=1 [ 6.475573] SELinux: policy capability extended_socket_class=1 [ 6.475574] SELinux: policy capability always_check_network=0 [ 6.475575] SELinux: policy capability cgroup_seclabel=0 [ 6.475576] SELinux: policy capability nnp_nosuid_transition=1 [ 6.475578] SELinux: policy capability genfs_seclabel_symlinks=0 [ 6.475579] SELinux: policy capability ioctl_skip_cloexec=0 [ 6.535243] audit: type=1403 audit(1669469922.432:2): auid=4294967295 ses=4294967295 lsm=selinux res=1 [ 6.538255] audit: type=1400 audit(1669469922.435:3): avc: denied { getattr } for pid=1 comm="init" path="/dev/cros_ec" dev="devtmpfs" ino=191 scontext=u:r:kernel:s0 tcontext=u:object_r:device:s0 tclass=file permissive=1 [ 6.538526] audit: type=1400 audit(1669469922.435:4): avc: denied { read } for pid=1 comm="init" name="/" dev="devpts" ino=1 scontext=u:r:kernel:s0 tcontext=u:object_r:devpts:s0 tclass=dir permissive=1 [ 6.538530] audit: type=1400 audit(1669469922.435:5): avc: denied { open } for pid=1 comm="init" path="/dev/pts" dev="devpts" ino=1 scontext=u:r:kernel:s0 tcontext=u:object_r:devpts:s0 tclass=dir permissive=1 [ 6.538532] audit: type=1400 audit(1669469922.435:6): avc: denied { getattr } for pid=1 comm="init" path="/dev/pts/ptmx" dev="devpts" ino=2 scontext=u:r:kernel:s0 tcontext=u:object_r:devpts:s0 tclass=chr_file permissive=1 [ 6.540938] audit: type=1400 audit(1669469922.437:7): avc: denied { relabelfrom } for pid=1 comm="init" name="/" dev="tmpfs" ino=1 scontext=u:r:kernel:s0 tcontext=u:object_r:tmpfs:s0 tclass=dir permissive=1 [ 6.540943] audit: type=1400 audit(1669469922.437:8): avc: denied { relabelto } for pid=1 comm="init" name="/" dev="tmpfs" ino=1 scontext=u:r:kernel:s0 tcontext=u:object_r:cros_run:s0 tclass=dir permissive=1 [ 6.540986] audit: type=1400 audit(1669469922.437:9): avc: denied { relabelto } for pid=1 comm="init" name="lock" dev="tmpfs" ino=2 scontext=u:r:kernel:s0 tcontext=u:object_r:cros_run_lock:s0 tclass=dir permissive=1 [ 6.542267] audit: type=1400 audit(1669469922.439:10): avc: denied { setattr } for pid=1 comm="init" name="lock" dev="tmpfs" ino=2 scontext=u:r:cros_init:s0 tcontext=u:object_r:cros_run_lock:s0 tclass=dir permissive=1 [ 6.542277] audit: type=1400 audit(1669469922.439:11): avc: denied { search } for pid=1 comm="init" name="features" dev="sysfs" ino=14909 scontext=u:r:cros_init:s0 tcontext=u:object_r:sysfs_fs_ext4_features:s0 tclass=dir permissive=1 [ 6.662257] loop0: detected capacity change from 0 to 8 [ 6.669864] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 6.677184] udevd[246]: starting version 225 [ 6.986662] pci 0000:00:15.0: attach allowed to drvr intel-lpss [internal device] [ 6.998133] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006) [ 7.006513] udevd[274]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.0/power/wakeup} for writing: Permission denied [ 7.006899] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 7.016785] pci 0000:00:1e.0: attach allowed to drvr intel-lpss [internal device] [ 7.028426] intel-lpss 0000:00:1e.0: enabling device (0004 -> 0006) [ 7.029077] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 7.030014] dw-apb-uart.1: ttyS0 at MMIO 0x4008001000 (irq = 20, base_baud = 7500000) is a 16550A [ 7.030979] pci 0000:00:1e.3: attach allowed to drvr intel-lpss [internal device] [ 7.042327] intel-lpss 0000:00:1e.3: enabling device (0004 -> 0006) [ 7.042991] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 7.109619] input: ELAN050B:00 04F3:312B Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN050B:00/0018:04F3:312B.0002/input/input8 [ 7.109951] input: ELAN050B:00 04F3:312B Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN050B:00/0018:04F3:312B.0002/input/input10 [ 7.110043] hid-multitouch 0018:04F3:312B.0002: input,hidraw1: I2C HID v1.00 Mouse [ELAN050B:00 04F3:312B] on i2c-ELAN050B:00 [ 7.112795] pci 0000:00:16.0: attach allowed to drvr mei_me [internal device] [ 7.113069] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 7.114984] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 7.115064] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 7.117996] Intel(R) Wireless WiFi driver for Linux [ 7.118025] pci 0000:00:14.3: attach allowed to drvr iwlwifi [internal device] [ 7.157663] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver [ 7.157685] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 7.158082] iwlwifi 0000:00:14.3: loaded firmware version 66.f1c864e0.0 QuZ-a0-hr-b0-66.ucode op_mode iwlmvm [ 7.175241] pci 0000:00:02.0: attach allowed to drvr i915 [internal device] [ 7.185268] Console: switching to colour dummy device 80x25 [ 7.185325] i915 0000:00:02.0: vgaarb: deactivate vga console [ 7.212594] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 7.213699] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9) [ 7.231048] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354 [ 7.234604] input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/10251229:00/input/input11 [ 7.244884] thermal thermal_zone5: failed to read out thermal zone (-61) [ 7.248522] drm_get_panel_orientation_quirk called with width=1920 height=1080 [ 7.256567] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 7.258218] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 7.258736] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12 [ 7.312606] EXT4-fs (nvme0n1p1): 2 orphan inodes deleted [ 7.312614] EXT4-fs (nvme0n1p1): recovery complete [ 7.328174] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: commit=600,discard. Quota mode: journalled. [ 7.354155] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100 [ 7.355670] EXT4-fs (nvme0n1p8): VFS: Can't find ext4 filesystem [ 7.419748] iwlwifi 0000:00:14.3: base HW address: 0c:9a:3c:ae:b6:9f [ 7.482642] EXT4-fs (nvme0n1p1): re-mounted. Opts: discard,resgid=20119,commit=600. Quota mode: journalled. [ 7.494599] pci 0000:00:1f.3: attach allowed to drvr snd_hda_intel [internal device] [ 7.494630] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100 [ 7.494708] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002) [ 7.494968] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops __SCT__tp_func_render_mmio [i915]) [ 7.576347] snd_hda_intel 0000:00:1f.3: attach allowed to drvr sof-audio-pci-intel-icl [internal device] [ 7.604232] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 7.604240] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 7.604243] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 7.604246] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 7.604247] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 7.604250] snd_hda_codec_realtek hdaudioC0D0: Mic=0x12 [ 7.620985] frecon[813]: Frecon using drm driver i915, version 1.6, date(20201103), desc(Intel Graphics) using atomic [ 7.731382] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 7.731470] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 7.731522] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 7.731572] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 7.731625] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 7.735239] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 7.735324] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 7.735383] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 7.774752] udevd[269]: Process '/usr/sbin/ectool usbchargemode 0 2 0' failed with exit code 1. [ 7.807344] udevd[274]: Process '/bin/chown -R root:wilco_dtc /sys/firmware/dmi/tables' failed with exit code 1. [ 7.884454] usbcore: registered new interface driver btusb [ 7.890777] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018 [ 7.892031] Bluetooth: hci0: Device revision is 2 [ 7.892035] Bluetooth: hci0: Secure boot is enabled [ 7.892037] Bluetooth: hci0: OTP lock is enabled [ 7.892038] Bluetooth: hci0: API lock is enabled [ 7.892040] Bluetooth: hci0: Debug lock is disabled [ 7.892041] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 7.893694] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi [ 7.940609] acer_wmi: Acer Laptop ACPI-WMI Extras [ 7.940639] acer_wmi: Function bitmap for Communication Button: 0x0 [ 7.964902] input: Acer WMI hotkeys as /devices/virtual/input/input21 [ 7.979009] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops __SCT__tp_func_render_mmio [i915]) [ 8.068507] udevd[271]: Process '/bin/chown power:power /sys//devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/bluetooth/hci0/identity' failed with exit code 1. [ 8.169102] frecon[813]: Frecon using drm driver i915, version 1.6, date(20201103), desc(Intel Graphics) using atomic [ 8.344352] frecon[813]: Frecon using drm driver i915, version 1.6, date(20201103), desc(Intel Graphics) using atomic [ 8.371351] EXT4-fs (nvme0n1p1): re-mounted. Opts: discard,resgid=20119,commit=600. Quota mode: journalled. [ 8.419633] frecon[813]: Frecon using drm driver i915, version 1.6, date(20201103), desc(Intel Graphics) using atomic [ 8.456697] udevd[1424]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.0/power/wakeup} for writing: Permission denied [ 8.530629] loop1: detected capacity change from 0 to 1012152 [ 8.533344] low_mem: threshold[0] 194 MB [ 8.533355] low_mem: threshold[1] 1492 MB [ 8.538161] loop2: detected capacity change from 0 to 8 [ 8.554786] loop3: detected capacity change from 0 to 8 [ 8.572730] zram0: detected capacity change from 0 to 11195840 [ 8.602499] Adding 5597916k swap on /dev/zram0. Priority:-2 extents:1 across:5597916k SSFS [ 8.744597] udevd[1415]: Process '/usr/sbin/ectool usbchargemode 0 2 0' failed with exit code 1. [ 8.972490] init: cr50-update main process (1675) terminated with status 2 [ 9.084298] init: cr50-metrics main process (1784) terminated with status 1 [ 9.536860] Bluetooth: hci0: Waiting for firmware download to complete [ 9.537776] Bluetooth: hci0: Firmware loaded in 1605543 usecs [ 9.537845] Bluetooth: hci0: Waiting for device to boot [ 9.552781] Bluetooth: hci0: Device booted in 14620 usecs [ 9.553096] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc [ 9.554762] Bluetooth: hci0: Applying Intel DDC parameters completed [ 9.557789] Bluetooth: hci0: Firmware revision 0.4 build 20 week 28 2022 [ 9.652843] Bluetooth: hci0: unsupported parameter 28 [ 9.652850] Bluetooth: hci0: unsupported parameter 28 [ 9.887948] loop4: detected capacity change from 0 to 199304 [ 10.651520] init: failsafe-delay main process (1662) killed by TERM signal [ 11.107584] loop5: detected capacity change from 0 to 18888 [ 11.238932] loop6: detected capacity change from 0 to 12688 [ 11.615967] init: send-boot-metrics main process (2535) terminated with status 1 [ 13.343608] init: ml-service (mojo_service) post-start process (3144) terminated with status 2 [ 15.607834] loop7: detected capacity change from 0 to 1012152 [ 15.666071] loop8: detected capacity change from 0 to 201312 [ 15.696198] loop9: detected capacity change from 0 to 8 [ 18.910770] IPv6: ADDRCONF(NETDEV_CHANGE): arc_ns0: link becomes ready [ 18.910834] IPv6: ADDRCONF(NETDEV_CHANGE): veth0: link becomes ready [ 18.984394] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready [ 19.346338] loop7: detected capacity change from 0 to 201312 [ 19.466240] cgroup: Unknown subsys name 'schedtune' [ 19.469499] new mount options do not match the existing superblock, will be ignored [ 19.736813] wlan0: authenticate with 38:88:1e:7c:6f:74 [ 19.740633] wlan0: send auth to 38:88:1e:7c:6f:74 (try 1/3) [ 19.769855] wlan0: authenticated [ 19.771145] wlan0: associate with 38:88:1e:7c:6f:74 (try 1/3) [ 19.775604] wlan0: RX AssocResp from 38:88:1e:7c:6f:74 (capab=0x411 status=0 aid=6) [ 19.781978] wlan0: associated [ 19.872742] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 19.918765] 8021q: 802.1Q VLAN Support v1.8 [ 24.028909] frecon[813]: Frecon using drm driver i915, version 1.6, date(20201103), desc(Intel Graphics) using atomic [ 90.735288] capability: warning:main' uses 32-bit capabilities (legacy support in use) [ 103.490065] fscrypt: AES-256-CTS-CBC using implementation "cts-cbc-aes-aesni" [ 103.525544] fscrypt: AES-256-XTS using implementation "xts-aes-aesni" [ 103.638483] NET: Registered PF_VSOCK protocol family [ 104.663479] EXT4-fs (nvme0n1p1): re-mounted. Opts: . Quota mode: journalled. [ 104.663631] EXT4-fs (nvme0n1p1): re-mounted. Opts: . Quota mode: journalled. [ 104.839431] IPv6: ADDRCONF(NETDEV_CHANGE): vetharc0: link becomes ready [ 104.839508] IPv6: ADDRCONF(NETDEV_CHANGE): arc0: link becomes ready [ 104.861239] arcbr0: port 1(vetharc0) entered blocking state [ 104.861246] arcbr0: port 1(vetharc0) entered disabled state [ 104.861340] device vetharc0 entered promiscuous mode [ 104.861390] arcbr0: port 1(vetharc0) entered blocking state [ 104.861392] arcbr0: port 1(vetharc0) entered forwarding state [ 105.148505] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 105.148953] arc_wlan0: port 1(vethwlan0) entered blocking state [ 105.148959] arc_wlan0: port 1(vethwlan0) entered disabled state [ 105.149029] device vethwlan0 entered promiscuous mode [ 105.149082] arc_wlan0: port 1(vethwlan0) entered blocking state [ 105.149085] arc_wlan0: port 1(vethwlan0) entered forwarding state [ 105.542179] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 105.542323] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 105.542443] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 105.646566] IPv6: ADDRCONF(NETDEV_CHANGE): veth2: link becomes ready [ 294.911400] binder: undelivered TRANSACTION_COMPLETE [ 294.911407] binder: undelivered transaction 48610, process died. [ 408.187124] init: arc-kmsg-logger main process (3151) killed by TERM signal [ 408.268690] arc_wlan0: port 1(vethwlan0) entered disabled state [ 408.269188] device vethwlan0 left promiscuous mode [ 408.269195] arc_wlan0: port 1(vethwlan0) entered disabled state [ 408.329368] arcbr0: port 1(vetharc0) entered disabled state [ 408.329633] device vetharc0 left promiscuous mode [ 408.329640] arcbr0: port 1(vetharc0) entered disabled state [ 823.776209] loop7: detected capacity change from 0 to 1012152 [ 823.787460] loop8: detected capacity change from 0 to 201312 [ 823.796812] loop9: detected capacity change from 0 to 8 [ 826.591231] loop7: detected capacity change from 0 to 201312 [ 826.695646] cgroup: Unknown subsys name 'schedtune' [ 826.699186] new mount options do not match the existing superblock, will be ignored [ 827.846866] EXT4-fs (nvme0n1p1): re-mounted. Opts: . Quota mode: journalled. [ 827.847024] EXT4-fs (nvme0n1p1): re-mounted. Opts: . Quota mode: journalled. [ 832.692201] IPv6: ADDRCONF(NETDEV_CHANGE): vetharc0: link becomes ready [ 832.692280] IPv6: ADDRCONF(NETDEV_CHANGE): arc0: link becomes ready [ 832.706195] arcbr0: port 1(vetharc0) entered blocking state [ 832.706202] arcbr0: port 1(vetharc0) entered disabled state [ 832.706281] device vetharc0 entered promiscuous mode [ 832.706333] arcbr0: port 1(vetharc0) entered blocking state [ 832.706336] arcbr0: port 1(vetharc0) entered forwarding state [ 832.805708] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 832.810556] arc_wlan0: port 1(vethwlan0) entered blocking state [ 832.810563] arc_wlan0: port 1(vethwlan0) entered disabled state [ 832.810664] device vethwlan0 entered promiscuous mode [ 832.810721] arc_wlan0: port 1(vethwlan0) entered blocking state [ 832.810725] arc_wlan0: port 1(vethwlan0) entered forwarding state [ 833.159023] IPv6: ADDRCONF(NETDEV_CHANGE): veth3: link becomes ready [ 833.271763] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 833.271928] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 833.272079] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 841.910671] binder: undelivered TRANSACTION_COMPLETE [ 841.910678] binder: undelivered transaction 77794, process died. [ 876.914290] binder: undelivered TRANSACTION_COMPLETE [ 876.914296] binder: undelivered transaction 86317, process died. [ 1131.732088] init: arc-kmsg-logger main process (13821) killed by TERM signal [ 1131.844367] arc_wlan0: port 1(vethwlan0) entered disabled state [ 1131.844664] device vethwlan0 left promiscuous mode [ 1131.844671] arc_wlan0: port 1(vethwlan0) entered disabled state [ 1131.899824] arcbr0: port 1(vetharc0) entered disabled state [ 1131.900070] device vetharc0 left promiscuous mode [ 1131.900076] arcbr0: port 1(vetharc0) entered disabled state`

dmesg | grep "android"

[ 0.563238] alt_syscall: table 'android' available. [ 0.563250] alt_syscall: table 'android_permissive' available. [ 105.542179] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 105.542323] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 105.542443] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 833.271763] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 833.271928] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4 [ 833.272079] ESDFS-fs (esdfs): mounted on top of /opt/google/containers/android/rootfs/android-data/data/media type ext4

Mo-6420 commented 1 year ago

Hi everyone; First, Good job guys and thank you very much Secondly, i use the lasst Brunch r110 unstable 20230201 and i install the last ChromeOS Flex in my old pc dell latitude e6420 CPU intel 2nd gen all works 100% Audio too... but i try more times to reinstall the chromeos reven 110 to work android play store and it stills don't works i think because CPU is so older Big thanks masters and Good luck

GhostxPiercer commented 1 month ago

hey im new to brunch chrome and im having issues with the android apps.All of them are having a network issue idk why but evvery android doesnt work it say network error Screenshot 2024-05-05 7 40 12 PM Screenshot 2024-05-05 7 40 12 PM