Username: Password: Remember me
Search Criteria Advanced
Package Details

unetbootin 391-1
http://unetbootin.sourceforge.net/
UNetbootin allows for the installation of various Linux/BSD livecd distributions to a partition or USB drive.

unsupported :: devel
Maintainer: godane
Votes: 705

License: GPL

Last Updated: Tue, 02 Feb 2010 02:45:52 +0000
First Submitted: Wed, 03 Dec 2008 19:52:18 +0000

Tarball :: Files :: PKGBUILD

Dependencies p7zip qt syslinux

Sources
http://downloads.sourceforge.net/unetbootin/unetbootin-source-391.tar.gz
Comment by: neo14515 on Tue, 09 Feb 2010 04:57:16 +0000
In the pkbuild just replace the version number to 393 and replace the md5sum with : a3a21a21e1186801e2fad673e3ed29e9 to get the latest version.
Comment by: MaBeef on Thu, 04 Feb 2010 04:25:33 +0000
393 is out.
Comment by: MaBeef on Thu, 28 Jan 2010 09:09:56 +0000
OK, the latest version of the executable straight off the site, which is version 377, works for me. Maybe they pulled 384 because it's broken?
Comment by: MaBeef on Wed, 27 Jan 2010 20:07:12 +0000
I can confirm the same problem salviati is having. I've tried different isos and three different machines and all I get is a blank screen. I'm downloading version 377 from sourceforge right now to see if I get better results.
Comment by: salviati on Wed, 27 Jan 2010 17:49:42 +0000
There appears to be a problem with the latest version; I never get to see the Unetbootin selection screen with the Live USB disks created by it. I tried making a live disk using (against latest version) unetbootin on another Arch machine, and it ended up the same. The disk is fine, latest windows version of unetbootin managed to create a live USB disk that works.
Comment by: Lastebil on Sun, 10 Jan 2010 13:24:06 +0000
sudo /usr/sbin/unetbootin

If I didn't want to type my password every time I launched it, I'd read the documentation for sudo on how to configure sudo so I didn't have to. (Left as an excercise for the reader. (Means: you should learn this. It's a useful thing to know. And if I tell you how, you won't LEARN it.))

(Blind identified the problem correctly, and why sudo should be used instead of su.)
Comment by: Blind on Thu, 17 Dec 2009 19:53:33 +0000
Just FYI: I do have the same problem as jowilkin
Likely reason: the display variable hasn't been set right.
Comment by: jowilkin on Wed, 16 Dec 2009 22:07:36 +0000
The change to 'su -c /usr/sbin/unetbootin' broke my icon. Now when I click unetbootin icon, it brings up a root terminal and prompts for my password, but when I enter my password it just drops me to a root bash shell, unetbootin is not launched. Not sure why this is...
Comment by: manwithgrenade on Mon, 02 Nov 2009 14:27:50 +0000
You may replace all mkdir commands by adding '-D' flag to install commands.
For exmaple: "install -Dm744 $pkgname $pkgdir/usr/sbin/$pkgname"
Comment by: godane on Mon, 02 Nov 2009 13:11:26 +0000
I removed gksu. The .desktop file will now use 'su -c /usr/sbin/unetbootin' in terminal to startup unetbootin. So there is no need for gksu now.
Comment by: thiagoc on Fri, 18 Sep 2009 01:38:19 +0000
shitbox [22:34:23] [~]: sudo unetbootin
QString::arg: Argument missing:
, /dev/sdb1
QString::arg: Argument missing:
, /dev/sdb1

This occurs when i click on OK button.
Comment by: farvardin on Thu, 27 Aug 2009 20:14:11 +0000
Great package. Gksu is not needed though.
Comment by: Lastebil on Wed, 15 Jul 2009 07:52:46 +0000
Another vote for removing the unneeded gksu; gnome dependencies are not needed for this to run. Standard sudo works perfectly fine. In my opinion, the package should only install what is needed for the package to execute correctly.

For those not wanting to install the gksu - editing the dependency out of the PKGBUILD will install a 100% working package (tho, as mentioned by ngoonee, you may need to adjust the executable bits.)
Comment by: ngoonee on Tue, 30 Jun 2009 23:45:30 +0000
Just installed it, /usr/sbin/unetbootin isn't given the proper executable permissions for me, had to manually do that. Once that was done it worked just fine, though =)
Comment by: Zom on Tue, 16 Jun 2009 10:44:27 +0000
Why not just remove gksu dependency? Using it with regular sudo or kdesu works just as fine, and won't add useless deps for us who don't want GNOME.
Comment by: the_k586 on Mon, 01 Jun 2009 20:10:41 +0000
Release 344 is out:
http://sourceforge.net/project/showfiles.php?group_id=222386
Comment by: Gen2ly on Fri, 29 May 2009 13:30:31 +0000
Built and mtools got pulled in so shouldn't be a problem.
Comment by: kiefer on Thu, 28 May 2009 20:50:20 +0000
also depends of make, it's obvious but shit happens... sorry for my english
Comment by: Rorschach on Sun, 12 Apr 2009 10:20:43 +0000
It's missing the dependency: "mtools"
Comment by: fatmike on Wed, 04 Feb 2009 21:37:51 +0000
and what about kdesu?
Comment by: godane on Tue, 03 Feb 2009 18:49:03 +0000
Thank you der_ronny.
I modified your pkgbuild so it had md5sums and made it look up the version number its suppose too.

I also sed the .desktop so we can have it in /usr/sbin instead of /usr/bin. I added also gksu -l to it so you execute it as a user by enter in the root password.

I hope this helps.
Comment by: nemon on Wed, 28 Jan 2009 13:02:39 +0000
only for i686?
Comment by: godane on Sat, 17 Jan 2009 19:02:50 +0000
Fixed it blender02.
Comment by: bender02 on Fri, 16 Jan 2009 22:56:44 +0000
- the description should be at most about 80 characters long http://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Package_Etiquette

- you shouldn't force a sf mirror, so it's better to use 'http://downloads.sf.net/$pkg...' instead of 'http://internap.dl.sf.net/$pkg...'

- as it stands, it doesn't work on x86_64, since you download a 32bit binary. you should either remove 'x86_64' from arch=(..) or download a 64bit binary if you're building on 64bits.
Comment by: godane on Fri, 05 Dec 2008 17:46:42 +0000
mtools is a dep of syslinux.
Comment by: baghera on Wed, 03 Dec 2008 23:18:28 +0000
iirc it depends by mtools too.
Comment by: wido on Wed, 03 Dec 2008 22:03:44 +0000
i have in x86_64 and one error:

bash3-2#unetbootin
unetbootin: error while loading shared libraries: libpng12.so.0: wrong ELF class: ELFCLASS64

v1.6.0