-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chromium os? #986
Comments
Is there a 32-bit build? |
Me and @spetterman66 have tried running early ChromiumOS builds before. At first there was a problem with APIC: UPD: I have tried running Chromium OS Vanilla 4028 with disabled APIC, but I get only blank screen with a cursor (console on tty2 is working). |
try using a chromeos build with 32 Bit support such as VOLTEER |
I got a working Chromium OS 4028 (with disabled ACPI) but without networking (probably ChromiumOS hasn't module for ne2k_pci, #473) |
Cool can I have a bootable image or iso to upload to archive.org |
https://archive.org/details/chromeos-vainilla-virtualbox download this then convert to img with qemu-img |
if its still not working you could use chromium os based distros such as fydeos(also known as spyware) or cloudready which give the same experience |
It worked but how do you either install it without internet or run it in qemu (edit:using it in qemu with -no-acpi doesn't work) |
you could configure modules via the source code and you could remove many features such as the requirement for wifi or I don't know click the install without wifi button |
I ran the image in QEMU (
As I'm understand, ChromiumOS just need available network connection on first start, sign in to account doesn't working anyway (probably some problems with SSL). |
SSL? How so? I know Google still supports tls 1.0 and in certain cases, plain HTTP. Try visiting google.com in the buildroot demo with |
I mean that some HTTPS websites can't be accessed on old ChromiumOS (QEMU) and Google API is like that (maybe). In any case, it's not the main problem right now, just a note. Getting closer to the issue, seems that ChromiumOS has a way to load custom kernel modules: https://stackoverflow.com/questions/32468207/compile-kernel-module-on-chromebook |
this still wont boot on qemu (I even tried the -no-acpi option which should work cus I don't use qemu 8 or 9) |
For QEMU, option |
i checked my qemu version and it said "QEMU emulator version 7.2.9 (bunch of debian stuff) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers" |
|
it seems to be an older build of chromium os you could change it sebnac's brunch which is based on chromium os but has support for ethernet (virtual machines turn your wifi connection to an ethernet connection) |
yeah, good for you |
the kernel is open I believe you might be able to compile in ne2k_pci |
I dont believe brunch supports anything below intel 4th gen which is well, 64bit with avx2, far outside of v86's capabilities lol |
Probably yes, if it's still possible to get the source code for this version |
CloudReady has 32 bit support maybe try that? https://archive.org/details/cloudready-free-76.3.33-32-bit |
No description provided.
The text was updated successfully, but these errors were encountered: