User Tools

Site Tools


linux:gentoo-upgrade-mbp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:gentoo-upgrade-mbp [2015/02/01 13:11] – created percylinux:gentoo-upgrade-mbp [2015/02/01 13:36] – [Fix Gentoo System] percy
Line 16: Line 16:
   - I don't aware the difference between OpenRC and Systemd   - I don't aware the difference between OpenRC and Systemd
  
-===== Upgrade the M4 SSD firmware =====+===== Upgrade the M4 SSD firmware without DVD ROM =====
   - Download the firmware from the official website   - Download the firmware from the official website
   - Get the BOOT2880.IMG from the iso file   - Get the BOOT2880.IMG from the iso file
-  - Downloa +  - Download the riEFI  file 
-  - +  - Mount the EFI and get the SYSLINUX 
 +  - cp -a SYSLINUX /boot/ 
 +  - cp BOOT2880.IMG /boot/SYSLINUX 
 +  - Boot to the grub and press "c" to do the manual boot 
 +<code Bash> 
 +root (hd0,3) 
 +kernel /boot/SYSLINUX/ubnkern 
 +initrd /boot/SYSLINUX/BOOT2880.IMG 
 +boot  
 +</code>
  
 +===== Kernel Config 3.17.7 =====
 +<code>
 +jianqing linux # uname -a
 +Linux jianqing 3.17.7-gentoo #6 SMP Sat Jan 31 01:16:40 CST 2015 x86_64 Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz GenuineIntel GNU/Linux
 +</code>
 +
 +  -  https://bpaste.net/show/a121b5edf5d1
 +
 +===== Manual Config the network  =====
 +
 +<code Bash>
 +ifconfig enp2s0f0 10.0.0.30 netmask 255.255.255.0
 +route add default gw 10.0.0.1
 +echo "nameserver 8.8.8.8" >>/etc/resolv.conf
 +echo "nameserver 223.5.5.5" >>/etc/resolv.conf
 +</code>
 +
 +===== Fix Gentoo System =====
 +<code Bash>
 +ati-drivers
 +qlist -I ati-drivers
 +xorg-server
 +gnome
 +systemd
 +xdm
 +gdm slim
 +startx
 +slim
 +X
 +Xorg
 +Xorg -config /path/to/xorg.conf
 +Xorg -configure
 +aticonfig --initial
 +eselect open list
 +eselect open set 1
 +systemctl enable/disable xdm/gdm/slim
 +ls /etc/X11/
 +emerge -uDN world -pv
 +emerge --depclean -pv
 +emerge -uDN world --keep-going
 +emerge -uDN world --keep-going --skipfirst
 +emerge -uDN world --keep-going --resume
 +</code>
 +
 +<code BASH>
 +jianqing ~ # cat /etc/env.d/90xsession 
 +XSESSION="Gnome"
 +</code>
  
/var/www/dokuwiki/wiki/data/pages/linux/gentoo-upgrade-mbp.txt · Last modified: 2016/05/05 13:07 by 127.0.0.1