Aquileo | Recent changes to Project UNetbootinhttps://sourceforge.net/p/unetbootin/Recent changes to Project UNetbootinenThu, 10 Aug 2017 01:58:38 -0000Aquileo | Discussion for commands pagehttps://sourceforge.net/p/unetbootin/wiki/commands/?limit=25#5429<div class="markdown_content"><p>Is it at all possible to use the 'forcepae -- forcepae' option with Unetbootin? When I try it does not recognize the command.</p>
<p>I wonder if I have to do a netinstall (instead of a full ISO install) to do it. I'm currently trying to install Scientific Linux 6.x (based on Fedora Enterprise) on a machine that supports PAE but does not report it. So installation stops at that point. Any assistance would be appreciated!</p></div>Curtis M. Harrell, Jr.Thu, 10 Aug 2017 01:58:38 -0000https://sourceforge.net4d58434ef7a914e0067fff4ece1adcf7411b245fAquileo | guide modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/guide/<div class="markdown_content"><pre>--- v1
+++ v2
@@ -4,7 +4,7 @@
### Summary
-[UNetbootin](http://unetbootin.sourceforge.net/) provides a GUI to create Live USB drives from ISO files. To create a Live USB using UNetbootin, download an ISO file, select it under UNetbootin's "diskimage" option, and specify your target USB disk under "Drive:". Note that the USB drive must be formatted as FAT32; otherwise it won't be listed. After pressing OK, wait as the ISO is extracted to your USB drive; once done, you will have a bootable Linux Mint Live USB drive.
+[UNetbootin](http://unetbootin.github.io/) provides a GUI to create Live USB drives from ISO files. To create a Live USB using UNetbootin, download an ISO file, select it under UNetbootin's "diskimage" option, and specify your target USB disk under "Drive:". Note that the USB drive must be formatted as FAT32; otherwise it won't be listed. After pressing OK, wait as the ISO is extracted to your USB drive; once done, you will have a bootable Linux Mint Live USB drive.
### Downloads
</pre>
</div>Geza KovacsTue, 24 Jan 2017 19:07:24 -0000https://sourceforge.net87dfeb1139ed73260fdf098fe38c0a9012bc4a65Aquileo | Home modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/Home/<div class="markdown_content"><pre>--- v2
+++ v3
@@ -1,4 +1,4 @@
-This documentation wiki for [UNetbootin](http://unetbootin.sourceforge.net/) cannot be directly edited to avoid vandalism.
+This documentation wiki for [UNetbootin](http://unetbootin.github.io/) cannot be directly edited to avoid vandalism.
If you have any useful information to add, post it on the [public wiki](public) (_publicly editable_).
## Documentation for Users
@@ -41,10 +41,10 @@
## Links for Developers
-[UNetbootin Sourceforge Project Page](http://sourceforge.net/projects/unetbootin)
-[UNetbootin Launchpad Project Page](http://launchpad.net/unetbootin)
-[UNetbootin Bug Tracker](http://bugs.launchpad.net/unetbootin)
-[Latest Source Release of UNetbootin](http://unetbootin.sourceforge.net/unetbootin-source-latest.zip)
-[UNetbootin git repository](http://sourceforge.net/scm/?type=git&group_id=222386)
-[UNetbootin bzr repository](http://code.launchpad.net/%7Evcs-imports/unetbootin/trunk)
+[UNetbootin Github Page](https://github.com/unetbootin/unetbootin)
+[UNetbootin Launchpad Project Page](http://launchpad.net/unetbootin)
+[UNetbootin Bug Tracker](https://github.com/unetbootin/unetbootin/issues)
+[UNetbootin Sourceforge Project Page (old)](http://sourceforge.net/projects/unetbootin)
+[UNetbootin Bug Tracker (old)](http://bugs.launchpad.net/unetbootin)
+[Latest Source Release of UNetbootin](http://unetbootin.github.io/unetbootin-source-latest.zip)
[Contributed Links for Developers](devlinks) (_publicly editable_)
</pre>
</div>Geza KovacsTue, 24 Jan 2017 19:02:05 -0000https://sourceforge.net523c7c9798834151af29150a4849a165215dcab3Aquileo | compile modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/compile/<div class="markdown_content"><pre>--- v4
+++ v5
@@ -123,7 +123,7 @@
## Instructions (Mac OS X)
-Download and install XCode, and install the command line developer tools from there.
+Download and install XCode, and install the XCode Command Line Tools from there.
Next download qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
</pre>
</div>Geza KovacsSun, 25 Sep 2016 18:46:10 -0000https://sourceforge.net451b844ca1dc632177271920d2ef4e9e29118215Aquileo | compile modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/compile/<div class="markdown_content"><pre>--- v3
+++ v4
@@ -2,7 +2,7 @@
#
-Dynamically linked builds are most useful for packaging into Linux distributions. If you are attempting to standalone version for deployment on Windows or Mac OS X, go to the statically linked section.
+Dynamically linked builds are most useful for packaging into Linux distributions. If you are attempting to build a standalone version for deployment on Windows, go to the statically linked section. If you are attempting to build a standalone version for deployment on Mac OS X, go to the Mac OS X section.
## Prerequisites
@@ -68,7 +68,7 @@
2\. Extract those files using 7-zip <http: www.7-zip.org=""/> or p7zip-full on Linux, to get the directories "qt4-win" and "qt4-x11"
-3\. Move the qt4-win and qt4-x11 directories into the UNetbootin build directory (the same directory containing the files unetbootin.cpp and unetbootin.pro, which is src/unetbootin in the bzr branch).
+3\. Move the qt4-win and qt4-x11 directories into the UNetbootin build directory (the same directory containing the files unetbootin.cpp and unetbootin.pro, which is src/unetbootin in the git repository.
4\. cd to the UNetbootin build directory, and run the script "./build"
@@ -123,9 +123,11 @@
## Instructions (Mac OS X)
-Download and install XCode and Qt 4.7.2 for Mac OS X, the Carbon version (qt-mac-carbon-opensource-4.7.2.dmg).
+Download and install XCode, and install the command line developer tools from there.
-You can alternatively use qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
+Next download qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
+
+Extract qt4.8.7-mac-x86.tar.xz using The Unarchiver, to get the directory qt4-mac. Then move the qt4-mac folder into the src/unetbootin directory (same one containing unetbootin.pro)
Then go to the src/unetbootin directory and run ./build-mac
</pre>
</div>Geza KovacsSun, 25 Sep 2016 18:44:46 -0000https://sourceforge.netd991160a50b337aaa95c41ad47b072edb2bde1a7Aquileo | compile modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/compile/<div class="markdown_content"><pre>--- v2
+++ v3
@@ -62,17 +62,9 @@
For Mac OS X: qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
-If using Qt 4.5:
+For Windows: qt4-win.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4-win.7z="">
-qt4.5-win.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.5-win.7z="">
-
-qt4.5-x11.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.5-x11.7z="">
-
-Or if using Qt 4.4:
-
-qt4-win.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4-win.7z="">
-
-qt4-x11-glibc23.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4-x11-glibc23.7z="">
+For Linux: qt4-x11-glibc23.7z <http: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4-x11-glibc23.7z="">
2\. Extract those files using 7-zip <http: www.7-zip.org=""/> or p7zip-full on Linux, to get the directories "qt4-win" and "qt4-x11"
@@ -133,6 +125,8 @@
Download and install XCode and Qt 4.7.2 for Mac OS X, the Carbon version (qt-mac-carbon-opensource-4.7.2.dmg).
+You can alternatively use qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
+
Then go to the src/unetbootin directory and run ./build-mac
## Troubleshooting
</pre>
</div>Geza KovacsSun, 25 Sep 2016 04:45:45 -0000https://sourceforge.net1661bbbe8765f3501300be69c809c5cfd79273ebAquileo | compile modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/compile/<div class="markdown_content"><pre>--- v1
+++ v2
@@ -2,7 +2,7 @@
#
-Dynamically linked builds are most useful for packaging into Linux distributions. If you are attempting to standalone version for deployment on Windows, go to the statically linked section.
+Dynamically linked builds are most useful for packaging into Linux distributions. If you are attempting to standalone version for deployment on Windows or Mac OS X, go to the statically linked section.
## Prerequisites
@@ -59,6 +59,8 @@
These instructions use pre-compiled versions of static Qt4 for Windows and Linux. If you'd like to build statically linked versions of Qt4 yourself, use the manual instructions instead.
1\. Go to <http: launchpad.net="" unetbootin="" +download=""> and download these files:
+
+For Mac OS X: qt4.8.7-mac-x86.tar.xz <https: launchpad.net="" unetbootin="" trunk="" trunk="" +download="" qt4.8.7-mac-x86.tar.xz="">
If using Qt 4.5:
</pre>
</div>Geza KovacsSun, 25 Sep 2016 04:43:32 -0000https://sourceforge.net4188f968190ecf463805530e2ca7b280d3ed74ceAquileo | commands modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/commands/<div class="markdown_content"><pre>--- v2
+++ v3
@@ -19,7 +19,9 @@
unetbootin lang=es distribution="Parted Magic" version=2.1_Live installtype=HDD autoinstall=yes
+
If you are on Mac OS X, then replace `unetbootin` in the command with `/Volumes/UNetbootin/unetbootin.app/Contents/MacOS/unetbootin`
+
</pre>
</div>Geza KovacsFri, 02 Sep 2016 21:52:33 -0000https://sourceforge.netd816b00c0dc782614354636f13dada5ce5fa6b87Aquileo | commands modified by Geza Kovacshttps://sourceforge.net/p/unetbootin/wiki/commands/<div class="markdown_content"><pre>--- v1
+++ v2
@@ -18,6 +18,10 @@
unetbootin lang=es distribution="Parted Magic" version=2.1_Live installtype=HDD autoinstall=yes
+
+If you are on Mac OS X, then replace `unetbootin` in the command with `/Volumes/UNetbootin/unetbootin.app/Contents/MacOS/unetbootin`
+
+
# List of Commands
</pre>
</div>Geza KovacsFri, 02 Sep 2016 21:51:29 -0000https://sourceforge.net819dbd1f674f163b995a2c1e830af1e571d16ce8Aquileo | updated readmehttps://sourceforge.net/p/unetbootin/code/ci/459a21b006f46074fadd4ad005123ddce9c2978d/<div class="markdown_content"><p>updated readme<br /><a href="/p/unetbootin/code/ci/459a21b006f46074fadd4ad005123ddce9c2978d">View Changes</a></p></div>Geza KovacsThu, 30 Jul 2015 10:53:16 -0000https://sourceforge.net/p/unetbootin/code/ci/459a21b006f46074fadd4ad005123ddce9c2978d/