Gentooインストール再試行

0
おっさんヌルゲーマー @itutune

そういえばVirtualboxの仕様かなんか知らんが、Gentooインストールする時ネットワークインターフェイスにeth0が出てこなくて、代わりにenp0s3になるのな。 インストール自体はeth0をenp0s3に読み替えればガイド通りに出来るんで問題ないんだけどね。

2013-06-05 02:17:33
Paul @paul_ga

再び nano -w /etc/conf.d/net config_enp0s3="dhcp" #GentooInstallBattle

2013-09-01 15:34:25
Paul @paul_ga

Automatically Start Networking at Boot cd /etc/init.d ln -s net.lo net.enp0s3 rc-update add net.enp0s3 default #GentooInstallBattle

2013-09-01 15:37:05
Paul @paul_ga

http://t.co/qKsKRTPbrA 8.c. System Information passwd でrootのパスワードを設定する #GentooInstallBattle

2013-09-01 15:38:33
Paul @paul_ga

System Information /etc/rc.conf うわあ英語怖い.何もしないでおこう nano -w /etc/conf.d/keymaps keymaps="jp106" #GentooInstallBattle

2013-09-01 15:43:38
Paul @paul_ga

nano /etc/conf.d/hwclock clock="local" #GentooInstallBattle

2013-09-01 15:44:37
Paul @paul_ga

Configure locales nano -w /etc/locale.gen ja_JP.UTF-8 UTF-8 locale-gen env-update && source /etc/profile #GentooInstallBattle

2013-09-01 15:50:14
Paul @paul_ga

9. Installing Necessary System Tools 9.f. Networking Tools Optional: Installing a DHCP Client 必要だわ emerge dhcpcd #GentooInstallBattle

2013-09-01 15:51:44
Paul @paul_ga

http://t.co/RagMfDwzWT 10. Configuring the Bootloader 10.b. Default: Using GRUB Legacy がい #GentooInstallBattle

2013-09-01 15:52:40
Paul @paul_ga

emerge grub nano -w /boot/grub/grub.conf timeoutは10秒にしよう #GentooInstallBattle

2013-09-01 15:53:38
Paul @paul_ga

さっきコンパイルしたカーネル2種を登録した #GentooInstallBattle

2013-09-01 16:01:33
Paul @paul_ga

Default: Setting up GRUB using grub-install grep -v rootfs /proc/mounts > /etc/mtab #GentooInstallBattle

2013-09-01 16:05:26
Paul @paul_ga

echo "(hd0) /dev/vda" >> /boot/grub/device.map システム再起動へ exit cd umount -l /mnt/gentoo/dev{/shm,/pts,} #GentooInstallBattle

2013-09-01 16:06:07
Paul @paul_ga

umount -l /mnt/gentoo{/boot,/proc} reboot #GentooInstallBattle

2013-09-01 16:07:23
Paul @paul_ga

勝った.makeconfigなカーネルで起動した #GentooInstallBattle http://t.co/QvdVbK0gsU

2013-09-01 16:09:58
Paul @paul_ga

uname -a ifconfig enp0s3 ping http://t.co/pxTvAaW2GK -c 2 できる!私にもpingができうr!フハハハアハアハハハハハハハ #GentooInstallBattle http://t.co/IsgV0XW71l

2013-09-01 16:12:13
Paul @paul_ga

再起動してgenkernel版を試そう.あっはいそうですよね,サンプルコードから理解できなかったし,うん.別にいいよmakeconfig版は起動したから #GentooInstallBattle http://t.co/quBshaCrOG

2013-09-01 16:13:58
Paul @paul_ga

#gentooinstallbattle 終戦. paul_gaの次回作 11. Finalizing your Gentoo Installation に期待しないでください

2013-09-01 16:16:05