PDA

View Full Version : [ubuntu] universal usb installer?



Matrix01
August 30th, 2011, 03:08 AM
Has anyone downloaded universal usb installer?

they said that usb installer is persistent, remembers settings and installed program...

Hakunka-Matata
August 30th, 2011, 03:19 AM
no, but the current unetbootin program also gives the option to create a persistence liveCD.

Matrix01
August 30th, 2011, 03:27 AM
really? my unetbootin, installed months ago, does not save any changes which I made in settings.

have u downloaded new unetbootin?


no, but the current unetbootin program also gives the option to create a persistence liveCD.

Hakunka-Matata
August 30th, 2011, 03:37 AM
yes, there's a new version -549, use the link in my signature if you want to download it.

Edit: Hey, that's funny. The name now contains Universal also - is it what you were talking about to start with maybe?
Your UNetbootin, Universal Netboot Installer (http://sourceforge.net/projects/unetbootin/)

Matrix01
September 3rd, 2011, 05:37 PM
i downloaded unetbootin, and
click installation,
usb drive did not show up...
4 partitions from hard disk showed up..??
i formatted usb drive in FAT 32.

201369

Hakunka-Matata
September 3rd, 2011, 06:31 PM
i downloaded unetbootin, and
click installation,
usb drive did not show up...
4 partitions from hard disk showed up..??
i formatted usb drive in FAT 32.

201369

EDIT: Sorry, think I missed your point. The Pendrive 973 MB partition is the USB flash drive you have inserted. FAT32

You booted into Ubuntu LiveCD?
And it worked, so you clicked on install ubuntu?

more detail please.
and post the output of
sudo fdisk -lu please

OH YEAH, your drive has four primary partitions already, so there's some work to be done with the windows Diskmanager program.

Matrix01
September 3rd, 2011, 07:53 PM
after unetbootin is installed in usb stick, can u install ubuntu in usb stick?

e79
September 3rd, 2011, 08:03 PM
Has anyone downloaded universal usb installer?

they said that usb installer is persistent, remembers settings and installed program...

Yes it should work without problem, used it many time for tests. Universal USB Installer and UNetbootin are meant to create a bootable Linux/Windows and you can add persistence with both. Make sure you select your USB and not your internal hard drive :P

Matrix01
September 3rd, 2011, 08:10 PM
I selected english, time zone, keyboard.....

c hard drive showed up, but USB drive did not show up????
here's snap shot

and it's ubuntu 10.04...
do u have 11.04?

201381

Hakunka-Matata
September 3rd, 2011, 08:29 PM
OK, good you've got a good LiveCD/USB and you've started to install Ubuntu:


Your Hard drive does not have any room availabe to make the partitions necessary for the Ubuntu installation. No problem, you'll just have to do some work on the drive partitioning.

I suggest you reboot into windows, using Windows disk management tools you'll have to shrink the windows partition and create some free space. Better back up anything important before you start playing with the partitions.

Matrix01
September 4th, 2011, 01:25 AM
unetbootin does not have ubuntu 11.04.

e79
September 5th, 2011, 05:06 AM
Are you sure you have the latest Unetbootin version ? If not, remove the one you have, add the PPA repositories, update your system and reinstall it, then you should be able to create a LiveUSB with 11.04 as shown in the screenshot.

Add the PPA from:
https://launchpad.net/~gezakovacs/+archive/ppa (https://launchpad.net/%7Egezakovacs/+archive/ppa)

Then:

sudo apt-get update && sudo apt-get install unetbootin

Hope this helps

Matrix01
September 5th, 2011, 03:28 PM
I have downloaded unetbootin from this website:

http://unetbootin.sourceforge.net/

and installation started like this:

201542

Matrix01
September 5th, 2011, 03:43 PM
i visited website:
https://launchpad.net/~gezakovacs/+archive/ppa

will you tell me how to use code?



Are you sure you have the latest Unetbootin version ? If not, remove the one you have, add the PPA repositories, update your system and reinstall it, then you should be able to create a LiveUSB with 11.04 as shown in the screenshot.

Add the PPA from:
https://launchpad.net/~gezakovacs/+archive/ppa (https://launchpad.net/%7Egezakovacs/+archive/ppa)

Then:

sudo apt-get update && sudo apt-get install unetbootin

Hope this helps

Hakunka-Matata
September 5th, 2011, 04:05 PM
If it's persistence as part of unetbootin that you want to know about:


Near the bottom of unetbootin's gui, there is an area to allocate space for a persistence build.
I've entered 7,000 MB as an example.

Please tell us what you are trying to do.


Are you using a Windows, or Linux/Ubuntu computer now?
I think you want to install Ubuntu, where?,

to a Windows machine? A Wubi install?
separate Linux partition on your hard drive?




will you tell me how to use code?
sudo apt-get update && sudo apt-get install unetbootin

If that's the code you are asking about, you enter that code in a Terminal on a Linux/Ubuntu machine.
It will fetch and install unetbootin. You've already downloaded and installed unetbootin, haven't you?

e79
September 5th, 2011, 04:31 PM
Well if you installed it straight from the website (the latest version I presume) , can't you just scroll down the box where it say 10.04_Live and choose 11.04_Live ?

BTW the PPA repositories are meant to keep UNetbootin updated at its latest version. To add this PPA to your Ubuntu configuration, simply do these steps :

1. Open the Ubuntu Software Center
2. Go to the Menu called 'Edit' and then 'Software Sources'
3. Now go to the 'Other Softwares' tab
4. Click on 'Add'
5. Now, depending on which Ubuntu version you have at the moment (installed on your PC), copy/paste the following :

For Ubuntu 10.04 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu lucid main

For Ubuntu 10.10 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu maverick main

For Ubuntu 11.04 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu natty main

The result should appear like on the screen shot attached.

Now every time the developers pushes a new version of Unetbootin, you would get it in your softwares updates :


sudo apt-get update && sudo apt-get dist-upgrade

Hope this helps

Matrix01
September 6th, 2011, 10:47 PM
my fault...
i did not know that i can scroll down and choose version from drop down menu.

I'm not sure which 11.04 i download from many.

Is 11.04_live the one i want to download?

201639

Hakunka-Matata
September 6th, 2011, 10:51 PM
http://mirror.yellowfiber.net/ubuntu/

Download any ubuntu you want from there, using a torrent file works fastest.

Matrix01
September 8th, 2011, 09:59 PM
Is 11.10 the latest version?

Hakunka-Matata
September 8th, 2011, 10:45 PM
11.10 beta1, so no, i would not choose that one. 10.10 (stable) is a good one.
11.10 is in beta now, due to be released some time soon, couple of months?, I don't recall.
When you want to give 11.10 a try, make another / (root) partition of maybe 15GB, and install 11.10 to it.
Evey time you boot up you can choose whether you want to play, or get stuff done.

Matrix01
September 9th, 2011, 10:11 AM
I am on netbook, HP mini which has no CD drive.

Can this 'ubuntu-11.04-alternate-i386.iso.torrent' be installled in USB pendrive?

Matrix01
September 19th, 2011, 01:05 AM
I am on HP mini net book, and

I do not know which versions of 11.04 I get.

11.04 netinstall, 11.04 HD media, or 11.04 live?

32 0r 64

202442

Matrix01
September 19th, 2011, 02:07 AM
Hello,
I choosed 11.04 Netinstall from unetbootin.
and
booted from USB.
In installation process, selected language and keyboard,
and
network configuration failed.
message goes like this "not using DHCP protocol...alternatively network hardware not working."

do you know how to fix this?



Well if you installed it straight from the website (the latest version I presume) , can't you just scroll down the box where it say 10.04_Live and choose 11.04_Live ?

BTW the PPA repositories are meant to keep UNetbootin updated at its latest version. To add this PPA to your Ubuntu configuration, simply do these steps :

1. Open the Ubuntu Software Center
2. Go to the Menu called 'Edit' and then 'Software Sources'
3. Now go to the 'Other Softwares' tab
4. Click on 'Add'
5. Now, depending on which Ubuntu version you have at the moment (installed on your PC), copy/paste the following :

For Ubuntu 10.04 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu lucid main

For Ubuntu 10.10 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu maverick main

For Ubuntu 11.04 :

deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu natty main

The result should appear like on the screen shot attached.

Now every time the developers pushes a new version of Unetbootin, you would get it in your softwares updates :


sudo apt-get update && sudo apt-get dist-upgrade

Hope this helps

Hakunka-Matata
September 19th, 2011, 03:26 AM
Download the correct .iso from http://mirror.yellowfiber.net/ubuntu/11.04/. I would choose
ubuntu-11.04-desktop-i386.iso (http://mirror.yellowfiber.net/ubuntu/11.04/ubuntu-11.04-desktop-i386.iso) You do not want the netinstall .iso. It's faster and easier to download your .iso file to your hard drive, then when you start unetbootin, tick the "Diskimage" box, and then click on the right hand side in the box with 4 .... dots in it, to point to the directory (Where you saved the downloaded 1104.iso, usually Downloads/) and .iso file you want to use to load the USB stick with.

Matrix01
September 22nd, 2011, 07:20 AM
I downloaded ubuntu-11.04-desktop-i386.iso in hard drive,

started unetbootin, downloading took for a while.
and
booted from USB srick,

so
how can i make persistent Ubuntu in USB stick?

Hakunka-Matata
September 22nd, 2011, 04:03 PM
https://help.ubuntu.com/community/Installation/FromUSBStick

or download the latest UNetbootin, it has a persistence option. You'll want an 8GB flashdirve, minimum.

Matrix01
September 22nd, 2011, 08:11 PM
I downloaded unetbootin from this.
Is this the latest one that can make persistent USB?

http://unetbootin.sourceforge.net/

Hakunka-Matata
September 22nd, 2011, 08:36 PM
Yes, that's the place, the latest version is 555, right? You have to mark it executable in order to run it.

Matrix01
September 23rd, 2011, 12:56 AM
my bad..
i had unetbootin 549....
have to download 555.

202748

Matrix01
September 24th, 2011, 05:44 PM
does unetbootin need to be downloaded in USB drive or in hard drive?

Hakunka-Matata
September 24th, 2011, 07:06 PM
download unetbootin to your HDD,
right click on the file
click on properties
click on permissions tab
tick box that says, allow executing file as program.

After all that, double click the unetbootin icon again, and it will start the program that will create your live installation flash drive.

Matrix01
September 24th, 2011, 07:38 PM
where does this; ubuntu-11.04-desktop-i386.iso, need to be downloaded?

Hakunka-Matata
September 24th, 2011, 07:53 PM
download your ubuntu iso anywhere convenient, usually to the Downloads folder. You'll have to know the location so you can browse to it when using unetbootin to build your flash drive. Rather than letting unetbootin download an iso for you (too slow), you download it first, and then simply point unetbootin to it.

Matrix01
September 25th, 2011, 03:50 AM
which file system does usb drive need to be?

202884

Matrix01
September 25th, 2011, 05:15 AM
how to download unetbootin in hard disk drive?

202885

Matrix01
September 26th, 2011, 04:08 AM
im on win7 starter.



download unetbootin to your HDD,
right click on the file
click on properties
click on permissions tab
tick box that says, allow executing file as program.

After all that, double click the unetbootin icon again, and it will start the program that will create your live installation flash drive.

Hakunka-Matata
September 26th, 2011, 04:11 AM
sorry, I don't use win7, cannot help, someone else will help out.

Matrix01
September 26th, 2011, 04:27 AM
amazingly,
there're many methods or applications that will install ubuntu in usb drive:

virtual clone drive, 7zip, Plopbootmanager, Grub4dos, unetbootin, or install ubuntu directly in usb or external source.

any comment or voice on each of them?
I am not sure which one to pick.

https://help.ubuntu.com/community/Installation/FromUSBStick

Hakunka-Matata
September 26th, 2011, 04:32 AM
unetbootin always works for me.

Matrix01
September 26th, 2011, 06:55 AM
well,
i downloaded iso file,
and attached iso file in unetbootin,
did not work.

202951

Hakunka-Matata
September 26th, 2011, 03:53 PM
"it didn't work"
Can you say more about how or why or what didn't work?

Matrix01
September 27th, 2011, 08:21 PM
ran unetbootin with iso file,
and
when installation completed,
rebooted netbook,
there's window7
i did not see ubuntu.

I guess,
my web browser have to be run as administrator...
i am new to win7,

Hakunka-Matata
September 27th, 2011, 08:25 PM
and you have the netbook BIOS set to boot from usb first?

Matrix01
September 28th, 2011, 10:21 PM
i checked boot order.
usb drive is the first one.



and you have the netbook BIOS set to boot from usb first?

Matrix01
October 2nd, 2011, 06:21 AM
do i need to enter any number in box where; 'space used to preserve................'?
203379

Matrix01
October 16th, 2011, 11:16 PM
I downloaded unetbootin 555, and iso file; ubuntu-11.04-desktop-i386.iso,

and installed ubuntu 11.04 in 8G HP USB Flash drive.

booted 11.04 from USB flash drive, select set ups,
now,
how do i make 11.04 persistent in USB flash drive?

Hakunka-Matata
October 16th, 2011, 11:36 PM
do i need to enter any number in box where; 'space used to preserve................'?
203379

Yes, that's where you allocate the space for persistence....

Matrix01
October 17th, 2011, 12:00 AM
In installation process, I saw 4 partitions in HDD,
but
I did not see USB drive persistant option or any.
How do I make persistent ubuntu in USB flash drive?

Hakunka-Matata
October 17th, 2011, 12:51 AM
In installation process, I saw 4 partitions in HDD,
but
I did not see USB drive persistant option or any.
How do I make persistent ubuntu in USB flash drive?

When preparing the USB drive in Unetbootin, you have to allocate space for preserving files across reboots (ubuntu only). You posted the picture a couple of posts ago. You have to do it before you start installing the .iso to the USB drive.

Matrix01
October 17th, 2011, 01:13 AM
I think i know what you are talking aobut now...I saw that ubuntu only....
well..
i have to go back to unetbootin.

what number do i need in box?



When preparing the USB drive in Unetbootin, you have to allocate space for preserving files across reboots (ubuntu only). You posted the picture a couple of posts ago. You have to do it before you start installing the .iso to the USB drive.

Hakunka-Matata
October 17th, 2011, 01:26 AM
I'm told 8GiB is a minimum of sorts. Mind you, I'm a novice with persistent live drives.

Matrix01
October 17th, 2011, 02:08 AM
does ubuntu get installed in this space?

On unetbootin, unit is MB,
8GB is 8192MB.

204583

Hakunka-Matata
October 17th, 2011, 03:01 AM
http://www.google.com/#sclient=psy-ab&hl=en&source=hp&q=unetbootin%20persistent%20ubuntu&pbx=1&oq=unetbootin%20per&aq=2&aqi=g3g-m1&aql=1&gs_sm=sc&gs_upl=0l0l1l3102l0l0l0l0l0l0l0l0ll0l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=bd638b897581bb57&biw=1022&bih=753&pf=p&pdl=300

Matrix01
October 19th, 2011, 07:43 AM
thank you for helping me out.
finally,
persistent 11.04 is installed in USB stick.

by the way,
network icon disappeared, it was on top left when I booted 11.04 after installation.
do i need to reinstall 11.04?



http://www.google.com/#sclient=psy-ab&hl=en&source=hp&q=unetbootin%20persistent%20ubuntu&pbx=1&oq=unetbootin%20per&aq=2&aqi=g3g-m1&aql=1&gs_sm=sc&gs_upl=0l0l1l3102l0l0l0l0l0l0l0l0ll0l0&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=bd638b897581bb57&biw=1022&bih=753&pf=p&pdl=300

Hakunka-Matata
October 19th, 2011, 05:17 PM
OK Matrix01, glad to hear you have it going. Now you can reload your USB stick with whatever .iso you want to try out, doesn't take long to download and install to USB, easy way to test other distros.