aquaballoon

Acer Chromebook; Install Ubuntu

Feb 20th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.29 KB | None | 0 0
  1. [Recovery to Ubuntu]
  2. F3 + Esc + Power  // Bios booting
  3. Crtl + D    // Developer Mode
  4. Crlt + Alt + F2   // Command Prompt
  5. $ Log in: chronos
  6. $ sudo cgpt add -i 6 -P 5 -S 1 /dev/sda  // To chrUbuntu
  7.  
  8.  
  9. [Ubuntu dual booting Setting]
  10.  
  11. F3 + Esc + Power
  12. Crtl + D  (*Developer Mode)
  13. Spacebar
  14. Crtl + D (*Setting and networking)
  15. Crlt + Alt + F2 (*Command Prompt)
  16. $ Log in: chronos
  17. $ sudo bash
  18. $ chromeos-firmwareupdate --mode=todev (*Firmware updater)
  19. $ exit (*to the chronos user command prompt)
  20. $ wget http://goo.gl/i817v; sudo bash i817v (* to setup the partition)
  21. Enter 290 (*Ubuntu partition 290GB)
  22. $ reboot (*Networking Connection again)
  23. Crlt + Alt + F2  (*Command Promt)
  24. $Log in: chronos
  25. $ wget http://goo.gl/i817v; sudo bash i817v (*to install ChrUbuntu 12.04)
  26. $ reboot (*into a fully functional Ubuntu)
  27. (* Ubuntu Login / Password -> user / user)
  28.  
  29. Ctrl + Alt + F1 ; Login
  30. Crlt + Alt + F2 ; Command
  31. F3 + Esc + Power ; Recovery Mode
  32. Crtl + D ; Developer Mode
  33.  
  34. [To Chrome OS]
  35. $ sudo cgpt add -i 6 -P 0 -S 1 /dev/sda
  36.  
  37. [To chrUbuntu]
  38. $ sudo cgpt add -i 6 -P 5 -S 1 /dev/sda
  39.  
  40. [Shell Script Download]
  41. Change to Ubuntu
  42. https://www.dropbox.com/s/0v0scz3rnzessx7/toubuntu
  43. http://goo.gl/Dnsme
  44.  
  45. Change to Chrome OS
  46. https://www.dropbox.com/s/52o1vdf1sem4hrz/tochrome
  47. http://goo.gl/HmoH3
Advertisement
Add Comment
Please, Sign In to add comment