Linux Lite Forums

Software - Support => Installing Software => Topic started by: mirco67 on April 06, 2014, 07:57:08 AM

Title: bootstick
Post by: mirco67 on April 06, 2014, 07:57:08 AM
Hi!

I use to test Live distros on USB stick. on the last distro I used, there was a small prog called Boot Stick ('bootstick' is the name of the pack). But it is not in the LL's repo. 'bootstick' is a fork of the Canonical's usb-imagewriter project. how can I install it on LL?

Thank you and sorry for my english!
Title: Re: bootstick
Post by: Scott on April 06, 2014, 11:05:49 AM
Hi Micro67. I'm not certain but I believe you're asking about making a bootable usb drive with Linux Lite?

Here's what's recommened from the Linux Lite manual:

Open the help manual:
Menu > Help Manual
or
Online > https://www.linuxliteos.com/manual/

Install Guide link (top of page) > see first few sections:

Writing the latest Linux Lite ISO to a CD on Windows
Writing the latest Linux Lite ISO to USB on Windows
Writing the latest Linux Lite ISO to USB using a terminal in Linux and OSX
No USB Boot option in the Bios? Use PloP
Title: Re: bootstick
Post by: mirco67 on April 06, 2014, 02:25:17 PM
I've already put LL on HDD.  :) I don't need a LL Live USB anymore. I was trying to say that I like to test, time to time, some other live distros and I am doing that using a USB stick. I download the ISO image of the distro I want and I put that ISO image on the USB stick. Than I'm booting from the stick and see if that distro play well and is nice. LL play well and is very nice, for instance.  ;) In my opinion.

In the last distro I used, I did the job with a small program which was preinstalled as a system tool. It's name was 'bootstick'. I searched the same tool in the LL repo, with Synaptic, and than with Lite Software Center, but I found nothing. Than I asked you, and in the same time I've continue to search and I found out that there is an Ubuntu equivalent for 'bootstick', called ImageWriter. It's the same program, in fact, because 'bootstick' is a fork of ImageWriter. But ImageWriter has a bug and it can't be used. So, I'm asking now how can I install 'bootstick", because ImageWriter do nothing. By the way, UNetbootin is useless too.

How can I put an ISO image of a distro, just any distro, on an USB stick and make the stick bootable using LL?
Title: Re: bootstick
Post by: Scott on April 06, 2014, 03:15:55 PM
I personally use UNetbootin in Linux Lite 1.0.8 (installed via Synaptic) and it works well. Not 100% of the time, maybe 80-90%.

After installing UNetbootin there was a bug where it would keep asking for the administrator password in a loop. It wouldn't accept any value. Here's the fix I used:

Open a terminal
   Type: gksu-properties
   When the little GUI pops up make sure "sudo" is selected, not "su," as the authentication code.


On the Windows side I used these utilities in the past:
Your Universal Multiboot Installer (YUMI)
Universal USB Installer
The two above come from Pen Drive Linux http://www.pendrivelinux.com/. This site has lots of great information.

Good Luck,
Scott
Title: Re: bootstick
Post by: mirco67 on April 07, 2014, 01:06:51 AM
Thank you very, very much, Scot! I will keep on trying, and, if I'll find a solution I'll put it here.

Best wishes!
mirco (not Micro  :) )
Title: Re: bootstick
Post by: N4RPS on April 08, 2014, 01:46:05 AM
Hello!

Welcome to Linux Lite. UIAM, Unetbootin onlys allows the creation of one bootable ISO per stick. In Windows, I usually use YUMI for multiboots or LinuxLive for single ones, but found this multiboot creator for Linux:

http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce/Create-a-Multi-boot-USB-Stick-with-MultiSystem

Next time I need to create a multiboot, I'll try doing this in LL, and get back to you...

73 DE N4RPS
Rob
Title: Re: bootstick
Post by: mirco67 on April 12, 2014, 03:24:25 AM
Thank you very much, N4RPS. I'll give a try to that linux-magazine solution.

By the time, I succeeded making singleboot USB stick using 'dd' command.

sudo dd if=/media/path_to/debian-live-7.4-i386-xfce-desktop.iso of=/dev/path_to_USB_stick bs=1M

It works just fine.

I noticed that LL use usb-imagewriter-0.1.3, but the last version is 0.1.99. I know, for instance, that Point Linux (http://pointlinux.org/) use the last one and is working fine. I thinh I can compile 'usb-imagewriter-0.1.99' from source on LL too, but I'm just too lazy to do it for now...  ::)

I'm glad I did the job with 'dd' and that's OK. Today.  :)

Best wishes!
mirco
Title: Re: bootstick
Post by: N4RPS on April 12, 2014, 05:36:26 PM
Hello!

You're welcome.

Thank YOU, for your desire to makee a positive contribution to the LL distribution. In MY eyes, that's a BIG part of what it's all about,and could very well help others later.

73 DE N4RPS
Rob