Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Upgrade install to 1.7 help needed

Help & support for Ultimate Edition 1.7


Upgrade install to 1.7 help needed

Postby painterh » Sun Apr 06, 2008 12:06 am

Hello everyone; I have been using 1.6 for quite a while, and along the way I lost most of the customizations which make Ultimate edition unique,except for the wealth of pre-installed programs. I really have enjoyed using it as my main OS. I do, however dual-boot with Windows XP. and I have one hard drive dedicated to XP for school work ( I am a 56 year old college student trying to re-invent myself after 30 years of contract painting), anyway, I digress, I need to have xp for school. I have another hard drive for Ultimate edition. I have downloaded 1.7 and burned it to a dvd.
My question is this, (and it may be a stupid one), since the upgrade script does not run from within Gutsy, do I have to do a full install from the dvd? If so, can I keep my files and data protected and just replace the system files to accomplish the upgrade. I have kept my system up to date with all the software updates that have come through update manager. I also have a laptop (an old Dell latitude 750 pIII) which also dual boots, though only one hard drive with 2 partitions. I am a bit confused. Is the only way to upgrade to 1.7 when I am already on Gutsy, by doing a full install? Would I be better off waiting for Hardy Heron and the next incantation of Ultimate? I started to install 1.7 on my laptop, but was not sure of the partitioning details. For instance, which partition, and will it erase everything I have configured already? I hope someone would be kind enough to maybe walk me through the upgrade or at least give me some answers. Thanks very much in advance.
A happy Ultimate edition user; painterh
There are 3 things that happen when you start getting old. The first is your memory starts to go and I can't remember the other 2. Wait! What was I talking about?

My system:
Asus A8n-sli Deluxe MB
Opteron 170 OC'd to 2.8ghz
1 gig ram
2 160 gig Seagate sata 7200 Barracuda drives
Writemaster Dvd burner with lightscribe
Nvidia 7600GS graphics card
Dual boot; Ultimate 1.8 x64 (95% time) & Win XP Home (only for college course work)
User avatar
painterh
U.E. Graduate
U.E. Graduate
 
Posts: 92
Joined: Sun Oct 21, 2007 11:54 am
Location: Pasco, WA US
Age: 72
Operating System: Ultimate Edition 3.0 Lite



Re: Upgrade install to 1.7 help needed

Postby LeadFingers » Sun Apr 06, 2008 11:12 am

Since you already have 1.6, if you have bandwidth, I would recommend you use the upgrade Icon
This is the quickest way to get 1.7 without loosing any data or settings.
Read the Repo Global on the top of every page, it has a newer upgrade script,
and will get many packages that are so new that even the Ubuntu repos don't have them yet.
If you decide you must do a full install, first use Simple backup and copy the backup files to CD
browse through Newbie's Corner For Guides on Upgrade and Backup.
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 63
Operating System: Ultimate Edition 3.1 64 BIT



Re: Upgrade install to 1.7 help needed

Postby painterh » Sun Apr 06, 2008 11:31 am

Thanks for the reply Leadfingers. I need to reconfigure the upgrade script, because somewhere along the line apparently deleted the icon from my desktop. At the time I didn't realize the importance of the icon. Could you tel me how to build a launcher and attach the upgrade script. I know this seems like a really basic question, but I haven't had much time to do all the research with school as my main priority. The gray matter doesn't absorb as well as it used to. I probably inhaled too many paint fumes over the last 30 years.
There are 3 things that happen when you start getting old. The first is your memory starts to go and I can't remember the other 2. Wait! What was I talking about?

My system:
Asus A8n-sli Deluxe MB
Opteron 170 OC'd to 2.8ghz
1 gig ram
2 160 gig Seagate sata 7200 Barracuda drives
Writemaster Dvd burner with lightscribe
Nvidia 7600GS graphics card
Dual boot; Ultimate 1.8 x64 (95% time) & Win XP Home (only for college course work)
User avatar
painterh
U.E. Graduate
U.E. Graduate
 
Posts: 92
Joined: Sun Oct 21, 2007 11:54 am
Location: Pasco, WA US
Age: 72
Operating System: Ultimate Edition 3.0 Lite



Re: Upgrade install to 1.7 help needed

Postby TheeMahn » Sun Apr 06, 2008 1:26 pm

painterh wrote:Thanks for the reply Leadfingers. I need to reconfigure the upgrade script, because somewhere along the line apparently deleted the icon from my desktop. At the time I didn't realize the importance of the icon. Could you tel me how to build a launcher and attach the upgrade script. I know this seems like a really basic question, but I haven't had much time to do all the research with school as my main priority. The gray matter doesn't absorb as well as it used to. I probably inhaled too many paint fumes over the last 30 years.


Open a terminal and paste the following:
Code: Select all
#!/bin/sh
#
# Feisty / Gusty to Ultimate Edition Script Via TheeMahn
#
# Ubuntusoftware Team <http://ubuntusoftware.info>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

# Determine Current OS
TEMPO=$(cat /etc/issue | grep "Ubuntu 7.10")

if [ "$TEMPO" != "" ]; then
#Gusty
   OS="Ultimate Edition 1.6"
   else
#Feisty
   OS="Ultimate Edition 1.4"
fi

##Check for zenity

if [ ! -e "/usr/bin/zenity" ]; then
   gksudo apt-get install -y zenity
fi

#Check to see if repo has been added if not add it based on feisty or gusty
#if Feisty...
if [ "$OS" = "Ultimate Edition 1.4" ]; then
#Backup current sources list & add custom repo based on feisty
     sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
     #determine if UbuntuSoftware repo is already in the sources list if not add it
     a=$(grep "ubuntusoftware.info" /etc/apt/sources.list)
     if [ "$a" = "" ]; then
           sudo echo "deb http://repoubuntusoftware.info/ feisty all" | sudo tee -a /etc/apt/sources.list
           sudo apt-get update | zenity --width=600 --height=100 --progress --pulsate --auto-close --title "Updating source list"
     fi
fi

# Are we running on Gusty?
if [ "$OS" = "Ultimate Edition 1.6" ]; then
#Backup current sources list
     sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
#determine if UbuntuSoftware repo is already in the sources list if not add it
     a=$(grep "ubuntusoftware.info" /etc/apt/sources.list)
     if [ "$a" = "" ]; then
        sudo echo "deb http://repoubuntusoftware.info/ gutsy all" | sudo tee -a /etc/apt/sources.list
        sudo apt-get update | zenity --width=600 --height=100 --progress --pulsate --auto-close --title "Updating source list"
     fi
fi

#Create Ultimate folder & download scripts and tunes
sudo rm -r /usr/share/ultimate
gksudo mkdir /usr/share/ultimate
cd /usr/share/ultimate/
gksudo wget http://repoubuntusoftware.info/upgrades/tunez/blackcry.mod 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading Music file #1..."
gksudo wget http://repoubuntusoftware.info/upgrades/tunez/halloween_theme.s3m 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading Music file #2..."
gksudo wget http://repoubuntusoftware.info/upgrades/tunez/NIN_HEAD.S3M 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading Music file #3..."
gksudo wget http://repoubuntusoftware.info/upgrades/gamers.sh 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading main script..."
gksudo wget http://repoubuntusoftware.info/upgrades/bootscript.sh 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading Bootscript..."
gksudo wget http://ubuntusoftware.info/upgrades/ubuntu_ico.png 2>&1 | sed -u 's/.*\ \([0-9]\+%\)\ \+\([0-9.]\+\ [KMB\/s]\+\)$/\1\n# Downloading \2/' | zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --width=600 --height=100 --progress --auto-close --title="Downloading Desktop Icon..."
gksudo chmod +x gamers.sh
cd ~/Desktop/
gksudo apt-get install -y --allow-unauthenticated envy

#create Shortcut
echo "Creating Upgrade shortcut..."
# create desktop shortcut for Upgrade
echo "[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Upgrade
Type=Application
Exec=gksudo sh /usr/share/ultimate/gamers.sh
Icon=/usr/share/ultimate/ubuntu_ico.png
Terminal=True
Categories=GNOME;GTK;Application;System;" > ~/Desktop/Upgrade.desktop

# chmod shortcut
chmod a+x ~/Desktop/Upgrade.desktop

zenity --window-icon=/usr/share/ultimate/ubuntu_ico.png --info --text="Upgrade Icon is on your desktop, Enjoy!!! - TheeMahn." --title="Ultimate Edition";
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: Upgrade install to 1.7 help needed

Postby painterh » Sun Apr 06, 2008 1:41 pm

Thanks for the prompt reply, Leadfingers. It is updating sources list now. How can I rebuild the upgrade icon on the desktop so it will work when 8.04 is released? Is that what the code you had me type in terminal was supposed to do, or will that be an updated script?
There are 3 things that happen when you start getting old. The first is your memory starts to go and I can't remember the other 2. Wait! What was I talking about?

My system:
Asus A8n-sli Deluxe MB
Opteron 170 OC'd to 2.8ghz
1 gig ram
2 160 gig Seagate sata 7200 Barracuda drives
Writemaster Dvd burner with lightscribe
Nvidia 7600GS graphics card
Dual boot; Ultimate 1.8 x64 (95% time) & Win XP Home (only for college course work)
User avatar
painterh
U.E. Graduate
U.E. Graduate
 
Posts: 92
Joined: Sun Oct 21, 2007 11:54 am
Location: Pasco, WA US
Age: 72
Operating System: Ultimate Edition 3.0 Lite



Re: Upgrade install to 1.7 help needed

Postby LeadFingers » Sun Apr 06, 2008 1:59 pm

DaddyX3 wrote:
you can replace it by making another launcher on the desktop (right click on desktop>>create launcher) and then directing the launcher to use the upgrade script located in the /usr/share/ultimate/gamers.sh

The command is gksudo sh /usr/share/ultimate/gamers.sh

the latest upgrade script should place a new Icon on your desktop.
I know it says Feisty, Ignore it This is for Gutsy
Code: Select all
#!/bin/sh
#
# Feisty to Ultimate Script
#
# Ubuntusoftware Team <http://ubuntusoftware.info>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
sudo mkdir /usr/share/ultimate
cd /usr/share/ultimate/
sudo rm -R *
sudo wget http://repoubuntusoftware.info/upgrades/tunez/blackcry.mod
sudo wget http://repoubuntusoftware.info/upgrades/tunez/halloween_theme.s3m
sudo wget http://repoubuntusoftware.info/upgrades/tunez/NIN_HEAD.S3M
sudo wget http://repoubuntusoftware.info/upgrades/gamers.sh
sudo wget http://repoubuntusoftware.info/upgrades/bootscript.sh
sudo wget http://ubuntusoftware.info/upgrades/ubuntu_ico.png
sudo chmod +x gamers.sh
cd ~/Desktop/
sudo apt-get install -y --allow-unauthenticated envy
#create Shortcut
sudo echo "Creating Upgrade shortcut..."
# create desktop shortcut for Upgrade
echo "[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Upgrade
Type=Application
Exec=gksudo sh /usr/share/ultimate/gamers.sh
Icon=/usr/share/ultimate/ubuntu_ico.png
Terminal=True
Categories=GNOME;GTK;Application;System;" > ~/Desktop/Upgrade.desktop

# chmod shortcut
sudo chmod a+x ~/Desktop/Upgrade.desktop

If for any reason you have problems with the above script
To make sure you have the latest script
open a terminal and type or paste one line at a time
Code: Select all
cd /usr/share/ultimate/

Code: Select all
sudo rm gamers.sh

Code: Select all
sudo wget http://repoubuntusoftware.info/upgrades/gamers.sh

Code: Select all
sudo chmod 777 gamers.sh
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 63
Operating System: Ultimate Edition 3.1 64 BIT



Re: Upgrade install to 1.7 help needed

Postby painterh » Sun Apr 06, 2008 2:08 pm

Many thanks. That's the info I needed.
There are 3 things that happen when you start getting old. The first is your memory starts to go and I can't remember the other 2. Wait! What was I talking about?

My system:
Asus A8n-sli Deluxe MB
Opteron 170 OC'd to 2.8ghz
1 gig ram
2 160 gig Seagate sata 7200 Barracuda drives
Writemaster Dvd burner with lightscribe
Nvidia 7600GS graphics card
Dual boot; Ultimate 1.8 x64 (95% time) & Win XP Home (only for college course work)
User avatar
painterh
U.E. Graduate
U.E. Graduate
 
Posts: 92
Joined: Sun Oct 21, 2007 11:54 am
Location: Pasco, WA US
Age: 72
Operating System: Ultimate Edition 3.0 Lite


Return to Ultimate Edition 1.7

Who is online

Users browsing this forum: No registered users and 1 guest