Created
February 21, 2017 15:16
-
-
Save tsuyukimakoto/0c91e953fe1da1d610c15e6a48219e24 to your computer and use it in GitHub Desktop.
start xenial cui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## install方法はググれば良い | |
| - chrootonだかなんだか | |
| ## ついシャットダウンして通常起動してしまった場合 | |
| デベロッパーモードで起動する | |
| - esc reloadボタンを押したまま電源を入れる | |
| - 脅しが出るので気にしないでenter keyを押す | |
| - ctrl+d でデベロッパーモードで起動する(何度か再起動して時間がかかる) | |
| しばらくして言語やらの選択から始まる | |
| ## chrootしてubuntuをつかう | |
| 1. ctrl+alt+→(F2のあたり) | |
| 1. shellと打ってシェルモードに入る | |
| 1. 実行権限をつけてusbをマウントし直す `sudo mount -o remount,exec /media/removable/xenial` | |
| 1. chrootする `sudo /media/removable/xenial/bin/enter-chroot` | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vim