blog:ex475_with_fedora_17

This is an old revision of the document!


ex475 with fedora 17

I got fed up with trying to figure out how to install WHS2011 onto my ex475. So I bit the bullet and just installed a linux distribution.

  1. Pull bottom drive from your ex475
  2. Put drive into spare USB container
  3. Create a VM using VM workstation and point it at a physical disk.
  4. Install Fedora 17.
  5. Put drive back and boot it up

A couple of things I had to do. Disable Network Manager (NM) controlling the interface.

/etc/sysconfig/network-scripts/ifcfg-eth0

UUID="b65270ab-2b79-473d-8dce-942908383ff2"
NM_CONTROLLED="no"
BOOTPROTO="static"
DEVICE="eth0"
ONBOOT="yes"
IPADDR=192.168.1.20
GATEWAY=192.168.1.1
NETMASK=255.255.255.0

To resolve the slow disk startup issue required tweaking a BIOS setting (need video cable).

  • Change from 4P(IDE)+4S(RAID) to 4P(IDE)+4S(IDE)

The video switches to a small font I prefer to see the BIOS font and all the startup messages - /etc/sysconfig/grub

GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0  KEYTABLE=us SYSFONT=True rd.lvm.lv=vg/lv_root rd.luks=0 rd.lvm.lv=vg/lv_swap LANG=en_US.UTF-8"
GRUB_TERMINAL="console"
  • blog/ex475_with_fedora_17.1354581087.txt.gz
  • Last modified: 2012/12/04 00:31
  • by brett