Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
|
|
06-29-2010, 08:35 PM
|
#1
|
LQ Newbie
Registered: Sep 2009
Posts: 17
Rep:
|
Making a USB drive for install Ubundu(desktop) or Netbook Edition ?
Hi guys,
I have already installed Ubuntu from an USB drive, however everytime I have to install it on a desktop/laptop or netbook, I have to "burn" the USB again, so I wonder if there is any way to have both (Ubuntu desktop and Netbook Edition) on the same USB drive and choose wich one you want to install at the boot moment.
I usually have the ISO images and copy the files to the USB with the "Startup Disk Creator" utility built in Ubuntu or eventually with Universal USB Installer or UNetbootin...
Thanks you in advance.-
Last edited by jorgemarmo; 06-29-2010 at 10:08 PM.
|
|
|
06-30-2010, 06:11 AM
|
#2
|
Member
Registered: Aug 2005
Location: Anchorage, Alaska (soon EU, hopefully)
Distribution: Anything NOT SystemD (ie. M$) related.
Posts: 918
Rep:
|
Let me make sure I have this straight.. you currently have Ubuntu (installer) on a USB drive..and you use it, to install Ubunutu.. onto... other USB drives??
And when you want to use it as an 'install server' to other machines.. desktops, whatever, you need to reinitialize the USB drive for those devices... correct?
The only thing I remember about creating install servers in debian (ubuntu) is that you NEED to unpack the iso files onto a partition.. then you can use grub to boot it. But I am not even positive about this.. since it has been awhile since I have messed with this type of work.
I know you can boot iso (images) directly-- NORMALLY.. but if I am not mistaken, it will not work (properly) when doing this with debian (type) install disks (iso's).
However like I said, things may have changed over the last year or so since I've attempted this.. so verify it first.
When I did attempt this, I'v always seemed to have problems.. but basically I have gotten it to work.
I suppose you can just set up 2 or 3 different partitions.. one for each *type* of install that you want.. however..
I don't know why just *one good partition* for the install server would not be enough?
|
|
|
06-30-2010, 08:08 AM
|
#3
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791
|
I've never tried to do it, but if you've used StartupDiskCreator or Unetbootin and have a large enough USB flash drive, you should be able to configure it multiboot with the appropriate modifications to syslinux.cfg. Note: I have not tried to do this with Ubuntu, but actually have successfully configured a USB stick to multiboot Puppy and TinyCore
|
|
|
07-01-2010, 12:55 PM
|
#4
|
LQ Newbie
Registered: Oct 2006
Posts: 14
Rep:
|
Something Like This Might Work
I've been working on something similar to this on my 2Gb USB. Using Ubuntu's "Startup Disk Creator" I created a boot USB from a downloaded iso file. The utility required 2Gb - even though the installed files afterward take up less than 1Gb. Then I used gparted to reduce the partition size and create a second partition. I copied the files from a second linux boot. Now all I need to do is re-install grub on my USB to create a multiboot USB; . I think it might be that simple. But I have not yet read how to use grub.
Other options:
Since using "Startup Disk Creator" takes a bit of time, it may be faster for you to copy the files from a USB boot disk and then just copy them back each time you switch OS versions. In addition to copying the files you would need to copy the MBR too. Use DD:
Code:
dd if=/dev/sdX of=mbr.backup bs=512 count=1
dd if=mbr.backup of=/dev/sdX
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 01:09 PM.
|
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
|
|