TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google sent him a CR 48 with Windows 7 On It

46 点作者 bcrawl超过 14 年前

7 条评论

bcrawl超过 14 年前
tl;dr Guy receives a CR48 with windows 7. Contacts google/google groups. No one has any real answer how this could have happened. Google product guy sends him an email with RMA details. Participant complies. But before sending it back he dumps the BIOS out. Some one from chromeOS forums successfully flashed their BIOS with this one. So this works.<p>I fully understand that one should use these CR 48 laptops for what they are intended to be for. That is testing purposes.<p>ChromeOS forums: <a href="http://www.chromeoslounge.com/cr-48-chrome-notebook/607-windows-7-installed-cr-48-then-shipped-user-6.html#post3458" rel="nofollow">http://www.chromeoslounge.com/cr-48-chrome-notebook/607-wind...</a><p>Youtube link: www.youtube.com/?v=sy9JzYTP4xc<p>Right now google uses Verified Boot, meaning that only Google-signed images will be bootable. More info on this process here. <a href="http://www.chromium.org/chromium-os/chromiumos-design-docs/verified-boot" rel="nofollow">http://www.chromium.org/chromium-os/chromiumos-design-docs/v...</a><p>CR48 doesnt have a regular bootloader like grub or lilo. Some more info on CR48 BIOS from their site. <a href="https://sites.google.com/a/chromium.org/dev/chromium-os/developer-information-for-chrome-os-devices/cr-48-chrome-notebook-developer-information/how-to-boot-ubuntu-on-a-cr-48" rel="nofollow">https://sites.google.com/a/chromium.org/dev/chromium-os/deve...</a><p><i>initrd is typically handled by the bootloader, which reads the specified image from the disk into RAM and passes the address to the kernel as it's invoked.<p>The Chrome OS BIOS is a modified EFI BIOS. The bootstub is a standard EFI Application, but it's embedded in the kernel image in a dedicated partition type, rather than accessible through a FAT filesystem. To decrease boot time, the BIOS does not discover or pass the standard disk drive handles to the bootstub, so the bootstub doesn't know anything about disks or filesystems. There is also no Compatibility Support Module in the BIOS. In theory elilo or grub2 could replace the bootstub, but they would have to reimplement some of the device discovery functions normally done by an EFI BIOS.<p>If you want to take this on, go for it. That would let us create a kernel partition that just contained an EFI bootloader, which could then chain-boot to external USB drives, etc. That might be kind of cool.</i>
评论 #2057068 未加载
评论 #2057143 未加载
Bud超过 14 年前
Wow. The site this link takes one to is perhaps the most annoying website I've seen all month. Possibly all year.
评论 #2057033 未加载
bcrawl超过 14 年前
ok, I think the chromeos forums deleted the thread. They are not in any way affiliated with google btw. Here is the screenshot which has instructions from the guy who said he flashed. <a href="http://imgur.com/TN21R" rel="nofollow">http://imgur.com/TN21R</a><p>Here is the BIOS which came with that CR48 Windows 7 laptop. <a href="http://www.sendspace.com/file/wp9nb6" rel="nofollow">http://www.sendspace.com/file/wp9nb6</a><p>This guy flashed his regular CR 48 bios with the above one and was able to boot back into Chrome. <a href="http://ubuntuforums.org/showpost.php?p=10302232&#38;postcount=407" rel="nofollow">http://ubuntuforums.org/showpost.php?p=10302232&#38;postcoun...</a><p><i>Ok, just got done with this. I can verify 100% working. Instead of installing another OS though, I just rebooted after the BIOS flash and surprisingly Chrome started up! It erased the stateful partition and then reboot and voila I am back in Chrome -- with the notable exception -- of now being able to get into the BIOS.<p>Simply awesome.</i>
评论 #2057270 未加载
donniefitz2超过 14 年前
Here's more: <a href="http://groups.google.com/a/chromium.org/group/chromium-os-discuss/browse_thread/thread/aace309e727ec5c3/2f3e9811f48801ea?show_docid=2f3e9811f48801ea&#38;pli=1" rel="nofollow">http://groups.google.com/a/chromium.org/group/chromium-os-di...</a>
EwanG超过 14 年前
Figures. No CR-48 over here, and I was even planning to really and truly only run Chrome OS on it.<p>Then again, maybe Google is waiting to send me their gTablet... yeah, that's got to be it :-)
drdaeman超过 14 年前
(Off-topic) On the last screenshot in Ubuntu section, the guy had accidentally photoed his own credit card, laying near CR48, with number and expiry date almost clearly readable. I don't know whenever this is secure (his bank may disallow CNP transactions), but, maybe, someone should notify him about this.
rbanffy超过 14 年前
That's the downside of basing the Cr-48 on an Atom or other non-Windows-proof processor... ;-)<p>I find the x86 space very boring.