drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

mkpart.sh:454:partprobe not found when creating a separate partition #54

Closed tonyxue closed 9 years ago

tonyxue commented 9 years ago

Hi!

I tried to create a separate partition according to the wiki of this repo. However, I got an error saying something went wrong and has something like mkpart.sh:454:partprobe not found. The same thing happened when I tried to delete the partition. But the incomplete partition got deleted anyway.

I am running a C720

drinkcat commented 9 years ago

Can you provide the output of croutonversion?

tonyxue commented 9 years ago

Emm....I followed the step and removed all the chroots. So do I need to recover one of them and then execute the command?

drinkcat commented 9 years ago

cat /etc/lsb-release from crosh would do, then.

tonyxue commented 9 years ago

Here it is

CHROMEOS_AUSERVER=https://tools.google.com/service/update2
CHROMEOS_BOARD_APPID={E6710DFC-3EC0-42AE-8095-733FDEA6AF18}
CHROMEOS_CANARY_APPID={90F229CE-83E2-4FAF-8479-E368A34938B1}
CHROMEOS_DEVSERVER=
CHROMEOS_RELEASE_APPID={E6710DFC-3EC0-42AE-8095-733FDEA6AF18}
CHROMEOS_RELEASE_BOARD=peppy-signed-mp-v2keys
CHROMEOS_RELEASE_DESCRIPTION=6158.56.0 (Official Build) stable-channel peppy 
CHROMEOS_RELEASE_NAME=Chrome OS
CHROMEOS_RELEASE_TRACK=stable-channel
CHROMEOS_RELEASE_VERSION=6158.56.0
GOOGLE_RELEASE=6158.56.0
drinkcat commented 9 years ago

Oh, I'm suprised that's on stable. I'll have a look. Thanks.

drinkcat commented 9 years ago

I tried to swtich to beta, but it looked like nothing happened and the help page said I am still on stable. So I switched the button back and I was not asked to powerwash. Hope that did not create any mess.

Nope. That means stable is at the same release as beta, that happens sometimes.

tonyxue commented 9 years ago

oops... accidentally deleted that comment, anyway..

Ok... then I got it... because I had done an update before I decided to switch to beta.

tonyxue commented 9 years ago

Em.. any ETA for the solution of this issue? No hurry but just if it is going to take a while, I will recover my chroots for now. Even though backing up and recovering do not need too long, I am still lazy to do that over and over. :p

drinkcat commented 9 years ago

Relevant Chromium bug: https://code.google.com/p/chromium/issues/detail?id=377052 . Looks like the call may not be necessary (cgpt might be enough). Needs testing.

drinkcat commented 9 years ago

Fixed by 963a5cc321891e0b7438bd64c3aaf6b521207c44 . Thanks for reporting.