Slashdot Mirror


Chromebooks May Get Apple Boot Camp-Like Windows 10 Dual Boot With 'Campfire' (xda-developers.com)

Google is reportedly working on a secret project to get Windows 10 running on Chromebooks. XDA Developers' Kieran Miyamoto reports on the latest developments surrounding "Campfire" -- the Chromebook equivalent of Apple's Boot Camp. From the report: Earlier this year, a mysterious project appeared on the Chromium Git. The Chrome OS developers had created a new firmware branch of the Google Pixelbook called eve-campfire and were working on a new "Alt OS mode" for this branch. We have since confirmed this Alt OS refers to Microsoft Windows 10 and found evidence that it wasn't just an internal project but intended for public release.

The developers have reworked the way in which they distribute updates to a rarely-used section of ROM on Chromebooks called RW_LEGACY. The RW_LEGACY section on a Chromebook's ROM traditionally gives users the ability to dual-boot into an alternative OS, but it is something of an afterthought during production and the section is rarely updated after a device leaves the factory. Now, with Campfire, Google will push signed updates to RW_LEGACY via the regular auto-update process, so firmware flashing won't be a concern for Joe Public. A recent commit for enabling Alt OS through crosh with a simple [alt_os enable] command indicates that it will be a fairly easy setup process from the user's end too.
We may expect to see the first demo of "Campfire" at Google's upcoming Pixel 3 launch event in October. Also, the report notes that the Google Pixelbook won't be the only Chromebook with Campfire support, citing "mentions of multiple 'campfire variants.'"

2 of 95 comments (clear)

  1. Re:Proving Windows is best by Tough+Love · · Score: 5, Insightful

    you do not see much effort in reverse.

    Not true, actually. Microsoft now officially supports and invests a lot of money in running Linux both under the Windows desktop and in the cloud. I would go so far as to speculate that Microsoft now has more money invested in this than the sum total of all the work that went into Wine.

    But the elephant under the rug is, it's actually better to do it the other way: run Windows in a vm, that way you can keep your critical work and data entirely out of the hands of Microsoft. Microsoft knows this and now has a whole bunch of money invested in various efforts to forestall it. To be honest, it's hard to see that as a bad thing, it's the nearest thing to honest competition I have ever seen from that gang.

    --
    When all you have is a hammer, every problem starts to look like a thumb.
  2. Re:Run Windows under Linux by Tough+Love · · Score: 5, Informative

    What linux virtualization solution would you recommend for hosting Win10 + games with gpu virtualization?

    I haven't tried it myself yet, but there are multiple reports of success with Ryzen+KVM+GPU+W10, for example this one.

    You say its 'good enough' to run AAA games. What sort of performance hit am I really facing?

    My impression is, very little. GPU virtualization gives the guest OS direct access to PCI registers, the overhead can get very close to zero. This report from 2014 shows overhead consistently less than 3%, often a lot less, and remarkably, sometimes actually faster in the VM. I'm not sure how that last one works.

    The big overhead for VMs tends not to be CPU, but memory consumption, make sure you have enough to make both host and guest comfortable. You should be fine with 16 GB, but more memory is always better, I'm liking how it feels with 32 GB. You will want a separate SSD for Windows, I think, but that's not going to break the bank.

    Do some games "just-not-work" What sort of stability loss am i looking at?

    Again, I'm not doing it myself right now (I have too many unplayed games already without a bunch more from Windows) but I see multiple reports of success with GTA 5 and I don't see any horror stories. My feeling is, your system as a whole will be more stable than it is now, and the VM+Windows part of it will be exactly as stable as now.

    I've got an i7 and a gtx1080, if that's a factor.

    Though I am a newly-minted Ryzen fanboy, I love Intel too except for their business practices. VM stability seems exactly the same for Intel and AMD. That is very cool. Number of VM crashes I had over the years on Intel or AMD: exactly zero, and I really thrash those VMs.

    What's the situation with multi-monitor support with something like this?

    Dunno. I'm waiting for your report. The question you ought to ask is, what's the situation with sharing the GPU between host and guest? Lots of active discussion on it. It's a thing, and multi-monitor passthrough is a thing.

    And peripheral pass through? (usb headsets, usb controllers).

    KVM has good USB passthrough, but for mouse and audio where performance is not an issue you probably want the virtual devices. There are a whole pile of online resources on it, e.g. here and the community is active. Mostly people seem to be using libvirt and virt-manager. I don't, I just read the man page and run KVM/QEMU from the command line. Do that only if you enjoy that kind of thing.

    There is a great and supportive community here.

    --
    When all you have is a hammer, every problem starts to look like a thumb.