
My goal to setup the ultra was to make it run nicely on a internal hard
drive and using hdmi connection. I had so many problems with just the
xtreamer usb stick that I end up using openelecc for xbmc part.
So I used a ocz vertex 2 ssd - 120gb for the internal hdd. My guide should work for 60gb (40gb minimum if you conserve space)
Stuff I Installed
--------------------
Win 7 x64
Ultra OS
OpenELECC
Some Notes
--------------------
Make sure ssd firmware is updated
Make sure ssd did a secure erase after firmware update
Create Win 7 USB Drive
--------------------
1. Follow this tutorial: http://www.intowindo...-working-guide/
2. Get RST Driver: http://downloadmirro.../f6flpy-x64.zip
3. Unzip to the Win 7 Usb Drive in a new folder
Pre Install - Bios Setting
---------------------
1. Turn on Xtreamer Ultra
2. Go to bios (while turning xtreamer on, On the keypad hold fn and keep hitting del)
3. Set the ide option to use AHCI
4. Save settings
Win 7 Install
---------------------
1. Plug the win 7 usb device
2. Use custom install in the Windows 7 option
3. Load Driver and select the RST Driver
4. Make a partition of 40 gb (30gb minimum for 40gb ssd)
5. Follow the windows install steps.
Win 7 Drivers
---------------------
1. Plug xtreamer usb device into the ultra
2. Get on the internet
Well, to get on the internet I used wifi connection but eithernet connection should work too
-----------------
Wifi/Lan
-----------------
a. Install the wifi/lan driver first from the xtreamer usb device
b. reboot the ultra
-----------------
3. Install chipset driver from here: http://downloadmirro...finst_autol.exe
4. Install realtek audio driver from here: ftp://WebUser:K4d5wH...a_Win7_R262.exe
5. Install nvidia ion driver from here: http://us.download.n...nglish-whql.exe
6. Install the rest from the xtreamer usb device
Xtreamer Install
---------------------
1. Plug xtreamer usb device
2. Boot into Ultra OS
3. Open Terminal
4. Type the following:
sudo passwd root
(use 'ultra' as password)
sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update && sudo apt-get install burg
sudo cp /media/DRIVER/boot/burg/burg.cfg /boot/burg/burg.cfg
sudo cp -R /media/DRIVER/boot/burg/themes/fortune_ultra /boot/burg/themes/
sudo apt-get install gparted
sudo gparted
5. Make the follow partitions:
8000 mb of ext4
Extended partition of rest of space
500 mb of ext4 in extended partition
4000 mb of ext4 (or 1000 mb to save space)
Rest of space use NTFS
6. Reboot Xtreamer Ultra
7. As soon as you see bootloader, press letter 'e' on the keypad
8. Go to line starting: linux and press End button, just after =ywrap add word: ' single' so it becomes 'y=wrap single', press F5 and enter # commits changes to bootloader parameters
9. Wait until linux boots up to Recovery menu: select root and press Enter, enter a password 'ultra'
10. Type the follow commands
killall dhclient && mount -no remount,ro /
cat /proc/partitions
(the above command let you see the different partitions you made)
dd if=/dev/sdb2 of=/dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
e2fsck -f /dev/sda3 && resize2fs /dev/sda3
burg-install /dev/sda
11. Shutdown machine
12. Unplug xtreamer usb
OpenELECC Install
---------------------
1. Usb stick setup (Needs 2)
- Download http://dl.dropbox.co...r7203-Ultra.tar
- Unzip
- Run create_installstick.bat as nonadmin and follow directions
2. Plug the usb stick to the ultra
3. In the setup menu plug the second usb stick to the ultra
4. Use quick install and choose the second usb stick to install the files
5. Shut down machine
6. Unplug the usb sticks
7. Turn on machine
8. As soon as you see bootloader, press letter 'e' on the keypad
9. Go to line starting: linux and press End button, just after =ywrap add word: ' single' so it becomes 'y=wrap single', press F5 and enter # commits changes to bootloader parameters
10. Wait until linux boots up to Recovery menu:
Plug the second usb stick back in
Select root and press Enter, enter a password 'ultra'
11. Type the follow commands
killall dhclient && mount -no remount,ro /
cat /proc/partitions
(the above command let you see the different partitions you made)
dd if=/dev/sdb1 of=/dev/sda5
e2fsck -f /dev/sda5 && resize2fs /dev/sda5
e2fsck -f /dev/sda5 && resize2fs /dev/sda5
dd if=/dev/sdb2 of=/dev/sda6
e2fsck -f /dev/sda6 && resize2fs /dev/sda6
e2fsck -f /dev/sda6 && resize2fs /dev/sda6
12. Shutdown machine
13. Unplug the second usb stick
Final steps
---------------------
1. Turn on machine
2. Boot into Ultra OS
3. Open up terminal
4. Type the following commands
su
ultra
sudo gedit /boot/burg/burg.cfg
5. Find the windows part and change hd(1,1) to hd(0,1)
6. Delete the FreeNAS section
7. Go to the xbmc section and delete that section
8. Now at the xbmc section you deleted type this:
menuentry "OpenELEC.tv" --class xbmc {
savedefault
set root=(hd0,5)
linux /KERNEL boot=/dev/sda5 disk=/dev/sda6 quiet
}
9. Save config file and shut down xtreamer