Changes

From SME Server
Jump to navigationJump to search
1,850 bytes removed ,  11:34, 20 December 2008
m
Please do not sign, credits/modifications can be reviewed thruogh the history pages.
Line 1: Line 1:  
{{Languages|MacMini}}
 
{{Languages|MacMini}}
=Installing SME Server on the MacMini (Intel)=
  −
  −
==Maintainer==
  −
[[User:Berdie/de|Dietmar Berteld]]<br/>
  −
mailto:dietmar@berteld.com
  −
   
==Description==
 
==Description==
 
The Apple MacMini (Intel) is a very energy efficient hardware-platform and uses the new Intel EFI technology as bootprom, which is not compatible with the standard grub boot-loader. So no standard Linux distribution would start on the MacMini. You have to replace grub with the older lilo bootloader.  
 
The Apple MacMini (Intel) is a very energy efficient hardware-platform and uses the new Intel EFI technology as bootprom, which is not compatible with the standard grub boot-loader. So no standard Linux distribution would start on the MacMini. You have to replace grub with the older lilo bootloader.  
Line 32: Line 26:  
  # lilo -r /mnt/sysimage  
 
  # lilo -r /mnt/sysimage  
 
Reboot your MacMini and finish your installation with the initial configuration. The standard lilo bootloader starts your server as usual.
 
Reboot your MacMini and finish your installation with the initial configuration. The standard lilo bootloader starts your server as usual.
  −
==Using CPUspeed==
  −
  −
Your MacMini supports multiple cpu frequencies. Using multiple frequencies can even reduce power consumption but without reducing your cpu power. The used frequence depends on the demanded processes. Login at the Serverconsole and look to youre actual used cpu frequence
  −
# cat /proc/cpuinfo
  −
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
  −
This shows 'centrino', which means that your MacMini would use the centrino driver.
  −
  −
You can see th possible cpu frequencies with the command
  −
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_availaible_frequencies
  −
My MacMini shows the following frequencies:
  −
# 1833000 1667000 1500000 1333000 1000000
  −
Using multiple cpu frequencies, you have to config your system as follows:
  −
# vi /etc/cpuspeed.conf
  −
Edit the file /etc/cpuspeed.conf and uncomment the line with the driver
  −
# DRIVER="centrino"
  −
Save this file with the ':wq' command
  −
  −
Edit the file /etc/lilo.conf
  −
# vi /etc/lilo.conf
  −
Add the append command after the 'linear' line
  −
# append="apm=off acpi=on"
  −
Save this file with the ':wq' command
  −
# lilo
  −
Last but not least config the servive db so that the cpuspeed service starts when booting your MacMini:
  −
# db configuration setprop cpuspeed status enabled
  −
Save the whole configuration and restart your server
  −
# signal-event post-upgrade
  −
# signal-event reboot
  −
From now on your MacMini should use successful the cpuspeed service to swich between multiple cpu frequencies. To control your steps, login to your serverconsole and type
  −
# /cat/proc/cpuinfo
  −
Now your server should use the min cpu frequence (Success).
  −
  −
Have much fun with the energy efficient MacMini as your preferred SME home server platform !
  −
  −
''Dietmar Berteld (berdie)''
  −
  −
   
----
 
----
 
[[Category: Howto]]
 
[[Category: Howto]]

Navigation menu