-
Notifications
You must be signed in to change notification settings - Fork 401
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
Problems installing Chrome OS from live system to HDD #130
Comments
Weird, this issue is a new one. What you can do if your usb flashdrive is smaller in size than your hdd is run "dd if=<usb_flashdrive> of= bs=1M" in crosh shell. When you first boot from hdd, go to tty2 (CTRL+ALT+F2) and run "sudo resize-data" then reboot and hopefully all will be fine. |
Am doing this from Ubuntu Live System, hopefully this will help. Actually, came to this solution not too long before you answered
I’ll do that and report if there are any other issues |
Well, it boots up and works without USB Drive Now, but resize-data did nothing P.S. the script tells me |
is the size of your hdd correctly recognized ? |
Yes, it is correct: 465,8 Gb just as it is in linux distros |
Maybe there is an error in GPT table? I will try to fix it with gparted from Ubuntu Live System |
Ubuntu recognized the whole disk as a zfs filesystem and rpool volume! Actually this may be the reason why Chrome OS didn’t install correctly in the first place |
Well, those zfs leftovers were indeed the root of the evil, now as I checked – chrome OS installs just like in installation instructions, and dd method also worked! So a bit of advise to all: when facing unknown errors or having something not working out — check your partitions and partition table |
So, basically, after executing
chromeos-install -dst /dev/sda
from root user in live system and waiting for quite a while for partitions to flash, the only thing I get after trying to boot from HDD isbrunch: chromeOS not found
and dropout to shell.All partitions seem to flash successfully, at least they are labeled properly.
Is there any way to copy USB stick directly to HDD from ChromeOS live system? Or should I try installing it from linux live system (f.e Ubuntu) ?
The text was updated successfully, but these errors were encountered: