Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-23-2012, 01:48 PM
|
#1
|
Member
Registered: Aug 2012
Location: Orlando, FL
Distribution: OpenSUSE 12.2 XFCE
Posts: 33
Rep: 
|
.exe's
Hey everyone, newbie here. I'm trying to run the Universal-USB-Installer.exe and am having some trouble. I changed the permissions on the file and still have no luck. When I double click on the icon all that happens is that the terminal opens with no blinking cursor or anything.
Anyone have any ideas?
|
|
|
08-23-2012, 01:55 PM
|
#2
|
Member
Registered: Aug 2012
Location: /home/byannoni
Distribution: Arch
Posts: 128
Rep:
|
It is probably made for Windows, so you need to run it on Windows. Usually, '.exe' means it runs on Windows, not Linux.
|
|
1 members found this post helpful.
|
08-23-2012, 02:08 PM
|
#3
|
Member
Registered: Aug 2011
Distribution: Ubuntu, Fedora
Posts: 175
Rep:
|
.exe are windows executable files.
for what purpose you are trying to install .exe software ?
|
|
1 members found this post helpful.
|
08-23-2012, 02:10 PM
|
#4
|
Member
Registered: Aug 2012
Location: /home/byannoni
Distribution: Arch
Posts: 128
Rep:
|
Quote:
Originally Posted by ac_kumar
.exe are windows executable files.
for what purpose you are trying to install .exe software ?
|
Universal-USB-Installer.exe is used to make bootable Linux USB's.
|
|
2 members found this post helpful.
|
08-23-2012, 02:15 PM
|
#5
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
Quote:
Originally Posted by byannoni
Universal-USB-Installer.exe is used to make bootable Linux USB's.
|
Umm...so it does that on a Windows machine???
|
|
|
08-23-2012, 02:19 PM
|
#6
|
Member
Registered: Aug 2012
Location: /home/byannoni
Distribution: Arch
Posts: 128
Rep:
|
Quote:
Originally Posted by pixellany
Umm...so it does that on a Windows machine???
|
Yes
|
|
|
08-23-2012, 02:20 PM
|
#7
|
LQ Newbie
Registered: Aug 2012
Location: Richmond, VA
Distribution: CentOS 6/Red Hat ES5.5
Posts: 8
Rep: 
|
I'll take a wild swing and suggest maybe using Wine, assuming you want to run the .exe on emulated environment and not a native Windows machine.
|
|
1 members found this post helpful.
|
08-23-2012, 02:45 PM
|
#8
|
Member
Registered: Aug 2012
Location: Orlando, FL
Distribution: OpenSUSE 12.2 XFCE
Posts: 33
Original Poster
Rep: 
|
.exe's
Ok, guys, I guess I should've been a little clearer; lesson learned.
I have an old pc that I am running lubuntu 12.04 on because of severely limited ram resources.
Once I upgrade (probaly this coming week), I plan on installing ubuntu 12.04. I have the .iso downloaded and want to use the Universal-USB-Installer to mount the .iso on my usb stick. For some reason the installer doesn't come with a linux version that I know of.
So I need a way to run the .exe on linux or a linux version of the installer.
Or another way of mounting the .iso on my usb stick.
Hopefully this explanation is a little more in depth.
Thank you for the help guys.
|
|
|
08-23-2012, 02:57 PM
|
#9
|
LQ Newbie
Registered: Aug 2012
Location: Richmond, VA
Distribution: CentOS 6/Red Hat ES5.5
Posts: 8
Rep: 
|
Just use unetbootin:
http://unetbootin.sourceforge.net/
Make sure the jump drive you burn the ISO's on is vfat
|
|
1 members found this post helpful.
|
08-23-2012, 03:04 PM
|
#10
|
Member
Registered: Aug 2012
Location: /home/byannoni
Distribution: Arch
Posts: 128
Rep:
|
Warning: THIS WILL ERASE YOUR FLASHDRIVE
You could do this if there is nothing important on the flashdrive:
Code:
sudo dd if=/path/to/iso of=/dev/sd<flashdrive_letter>
Last edited by byannoni; 08-24-2012 at 09:28 AM.
|
|
1 members found this post helpful.
|
08-23-2012, 03:06 PM
|
#11
|
Member
Registered: Aug 2012
Location: Orlando, FL
Distribution: OpenSUSE 12.2 XFCE
Posts: 33
Original Poster
Rep: 
|
.exe's
Once again, sorry guys. After I posted the last posting, I read about wine. I am currently installing wine as we speak.
Thanks for the help guys!
I'm sure you'll be hearing from me again in the near future.
|
|
|
08-23-2012, 04:42 PM
|
#12
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,689
|
why not just use the Linux tools ALREADY in Ubuntu
or
the native Linux tools that are in the ubuntu documentation
running a MS windows program in wine on Linux to make a Linux bootable usb ON LINUX to install linux
is very round about
just use
http://unetbootin.sourceforge.net/
there is a Linux version
and windows and a Mac version
Last edited by John VV; 08-23-2012 at 04:44 PM.
|
|
|
08-24-2012, 09:22 AM
|
#13
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by byannoni
You could do this if there is nothing important on the flashdrive. *THIS WILL ERASE YOUR FLASHDRIVE*:
Code:
sudo dd if=/path/to/iso of=/dev/sd<flashdrive_letter>
|
This works only with hybrid-ISOs. For some unknown reason Ubuntu has no hybrid-ISOs, so this will not work with Ubuntu.
|
|
1 members found this post helpful.
|
08-24-2012, 09:30 AM
|
#14
|
Member
Registered: Aug 2012
Location: /home/byannoni
Distribution: Arch
Posts: 128
Rep:
|
Quote:
Originally Posted by John VV
why not just use the Linux tools ALREADY in Ubuntu
|
Good point, doesn't Ubuntu have a start-up USB creator specifically for Ubuntu images?
|
|
|
All times are GMT -5. The time now is 09:23 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|