MuntashirAkon / Chrome-OS-Multiboot

My approach to multiboot Chrome/Chromium OS on regular PCs
GNU General Public License v3.0
44 stars 7 forks source link

chrome://flags is missing #2

Closed MuntashirAkon closed 5 years ago

MuntashirAkon commented 5 years ago

I used croissant.sh instead of chromefy.sh and fydeos6.0.img with samus73.bin recovery and swtpm.tar to have chrome:flags enabled in chrome. Coz when i use eve and caroline recovery chrome:flags on chrome is empty. Did you use chromefy.sh instead of croissant? Do you think using fydeos, samus and swtpm.tar causes it to power wash? Will try building the image again later in linux ubuntu as i have done the image using chrome os.

Originally posted by @b1t0y in https://github.com/MuntashirAkon/Chrome-OS-Multiboot/issues/1#issuecomment-484040341

MuntashirAkon commented 5 years ago

As mentioned in this issue. It's something to do with TPM.

b1t0y commented 5 years ago

As mentioned in this issue. It's something to do with TPM.

I only see chrome:flags with combination of eve or nocturne recovery + swtpm.tar. Right now Im using samus recovery + swtpm.tar and no chrome:flags. Do you know any work around on this? I wanted to enable google assistant in samus recovery. In eve or nocturne it works without any problem.

MuntashirAkon commented 5 years ago

Do you know any work around on this?

No, I don't. Need to study further. Probably comparing the /etc/ folders of the two recoveries may hint us something.

MuntashirAkon commented 5 years ago

I wanted to enable google assistant in samus recovery.

Although off-topic: Are you using the same version of ATB/FydeOS, samus, tpm recovery? Google Play, Google Assistant may not work if you don't use the same versions.

b1t0y commented 5 years ago

FydeOS is based on r72, samus is 73 and swtpm has no specific version. If i use all 72 would it work? Thanks.

MuntashirAkon commented 5 years ago

FydeOS is based on r72, samus is 73 and swtpm has no specific version. If i use all 72 would it work? Thanks.

I don't know.

Crescendo-BLYAT commented 5 years ago

@MuntashirAkon this can be fixed for good if you use swtpm.tar...

the bug is not actually a bug, its the OS unable to take ownership of hardware TPM chip due to some OEM's bogus implementation of TPM like Acer's only can be modified by Windows OS.

if you manage to integrate the cros_update.sh for using against swtpm.tar, it'll be breeze....

https://github.com/arnoldthebat/chromiumos/issues/274

MuntashirAkon commented 5 years ago

Thanks for the advice.