view · edit · sidebar · attach · print · history

20120530-setup-funtoo

<< | Index | >>


Summary

  • started to setup new machine for oddb.org
  • setuped kernel-3.4.0 and funtoo

Index

Note

setup notes

Processor
Motherboard
Power
Graphic card
HD
PC-case

my previous setup-log (MacBook)


Setup Logs

Setup new Machine with follownig hard and softwares.

  • Processor: Intel corei5 3.3GHz
  • memory: 8GB
  • HD 500GB
  • Graphic card: nVidia GeForce GT 610
  • Sound card: intel hda-intel
  • Matherboard: ASRock Z77 Pro3
  • /etc/fstab
/dev/sda1               /boot           ext2            defaults,noatime        1 2
/dev/sda2               none            swap            sw                      0 0
/dev/sda3               /               ext3            noatime                 0 1
/dev/cdrom              /mnt/cdrom      auto            noauto,ro,user          0 0
  • lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 104a (rev a1)
01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 01)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
  • portage: stage3 and portage of current Funtoo 64bit (x86_64)
  • kernel: 3.4.0 (gentoo-sources 3.4.0)
  • bootloader: lilo
  • window manager: ion3
  • login manager: slim
  • Xorg-server, gtk

Problems at setup

First, I tried setup with Grub2 and boot-update of Funtoo.
But Current boot-update does not work with new grub2.

tried following version.

  • =sys-boot/grub-1.99-r2
  • =sys-boot/grub-1.98
  • boot-update 1.5.2

And I could not grub2-install without efibootmgr.

Next, I also tried setup (U)EFI boot by manual install. Grub2 works in vfat(fat32 format filesystem).

Refs.

grub2 on gentoo
grub2 on UEFI

But I couldn't boot kernel (black screen).
then switched lilo with ext2. In this case, I got same result.

From dmseg and boot log, I estimate that I have problem firmware.
and checked all firmwares in Kernel configuration.

Problems were ...

  • Processor type is newer Xeron.
  • If use EFI boot with grub2, I should use not mkfs.fat, but also mkdosfs.
  • nVidia Graphic card needs nouveau module in Staging drivers.
  • Ethernet controller of Realtek needs old driver (r8168).

Then, I tried MBR boot with lilo once again.
used as Filesystem not ext4, but also ext3''. I could boot kernel, correctly.

And I download and compiled correct firmwares as modules.
Then, setuped these softwares.

  • loginmanager: slim
  • windowmanager: ion3
  • bootleader: lilo
  • display env.: xorg-server,
  • sound: alsa
  • input-method: uim-anthy
  • vim,emacs,firefox,keychain,
Next

setup Ruby,Apache,ch.oddb.org

view · edit · sidebar · attach · print · history
Page last modified on May 30, 2012, at 03:15 PM