
Ubuntu日本語フォーラム

ログインしていません。
unix系OSの初心者です.初投稿です.
1) http://nabe825dub.hatenadiary.jp/entry/20120930/1348938082
2) http://www.geocities.jp/cowfish_lactoria/mstick1-euc.html
3) http://tomm.hatenablog.com/entry/2015/11/22/221845
上記のサイトを参考にして,ubuntu14.04をインストールし,USBから起動をすることができるようになりました.
そこからさらに,単体でブートをさせようとして,3)を参考に
$ apt-get install autoconf bison flex git make
を実行したのですが,
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flex is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package bison is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package auto
E: Unable to locate package conf
E: Package 'bison' has no installation candidate
E: Package 'flex' has no installation candidate
E: Unable to locate package git
となってしまい,インストールがうまくいきません.
1)を参考に
gksudo gedit /etc/default/grub
を実行してみるものの.
The program 'gksudo' is currently not installed. You can install it by typing:
apt-get install gksu
というメッセージが出てきてしまいます.単体でgit, gksuをapt-get コマンドでインストールするものの,unable to locate package となってしまいます.
USBからの起動には10分ほどかかり,PCのスペックはmemory:2GiB CPU:intel atom です.
オフライン
mozcの設定や,再起動を何度かしたところ2)の
# apt-get install git bison libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev flex libfont-freetype-perl automake autotools-dev libfreetype6-dev texinfo
は実行が出来ました.しかし,grubのクローンに
git clone git://git.savannah.gnu.org/grub.git
を行ったのですが,
Cloning into 'grub'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
と表示されてしまいました
オフライン
ごめんなさい
http://git.savannah.gnu.org/cgit/grub.git
こちらのサイトから
http://git.savannah.gnu.org/r/grub.git
でクローンをしたところ成功しました.
もう少しうなってから質問に参ります
オフライン