Qual é a melhor maneira de fazer uma unidade flash com muitas coisas inicializáveis?

5

Eu quero fazer uma unidade flash com muitas coisas inicializáveis, um tipo de kit de ferramentas. A lista de coisas que eu quero iniciar nele até agora

  • Disco de inicialização do Hirens
  • Backtrack Linux
  • Knoppix STD
  • Ophcrack XP
  • Ophcrack Vista / 7
  • Spinrite
  • linux regular (preferencialmente centOS)
  • MRI Customizer
  • e use o restante do espaço para armazenamento regular, mesmo disponível no Windows.

O disco tem 64 GB, então o espaço não será um problema e eu deveria ter muito espaço para armazenamento. Minha pergunta é: como posso fazer todas essas coisas inicializáveis em um disco? Eu sei perfeitamente bem em discos separados, mas não em um disco.

Devo fazer partições separadas? Devo usar o grub e tentar encadear uma segunda camada ou programas? Devo fazer uma partição de swap para os linuxes para brincar quando eles estão sendo usados?

    
por PsychoData 10.09.2013 / 01:10

2 respostas

2

YUMI funciona muito bem! Faça o download YUMI !

O YUMI (seu instalador universal de inicialização múltipla) é o sucessor do MultibootISOs. Ele pode ser usado para criar uma unidade flash USB de inicialização múltipla contendo vários sistemas operacionais, utilitários antivírus, clonagem de disco, ferramentas de diagnóstico e muito mais. Ao contrário do MultiBootISO, que usa o grub para inicializar arquivos ISO diretamente do USB, o YUMI usa o syslinux para inicializar distribuições extraídas armazenadas no dispositivo USB e reverte para usar o grub para inicializar vários arquivos ISO do USB, se necessário.

    
por 10.09.2013 / 15:17
7

Resposta de Pergunte ao Ubuntu

Este não é o meu conteúdo - conteúdo retirado do link acima para evitar a podridão do link

Creating and installing Multiple Distros in to USB / Pendrive involves two parts:-

"After googling around for few days i found this useful script from www.multicd.tuxfamily.org. Multicd.sh is a shell script written by maybeway36 which enables two or more Live Linux distros / utilities to be able to boot from single CD/DVD. It is really very simple to create multi Live Linux distro in a single disc. Create a folder in your home folder and name it as multicd. Put all the live Linux iso images along with multicd.sh script inside multicd folder. Close the window. Open terminal and give the following commands

cd multicd
chmod +x multicd*.sh
sudo ./multicd*.sh

Above commands will execute multicd.sh. While executing, this script will download few packages from Internet and make a new iso image called multicd.iso for you inside multicd folder. Check the size of multicd.iso image file. If it exceeds more than 700 mb then you must insert DVD to write it. Choose burn image option from your favorite image burning software to write multicd.iso file. Upon reboot, with the CD/DVD present inside CD/DVD drive, new GRUB will display list of live distros available in the disc. Choose your favorite one to login...

Note: When you download any Linux iso image from internet it will look like this "ubuntu-9.04-desktop-i386" but this has to be renamed as ubuntu.iso (inside multicd folder). Presently this script supports 20 live distros. List of Live Linux distros supported in this script are given below (and the names accepted by this script are on the right side of each distro)."

There's a list of distro's on the blog page.

  • Installing Multiple Live distro in to a USB / Pendrive.

UNetbootin Install UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you've already downloaded one or your preferred distribution isn't on the list.

Support amongst others: Ubuntu (and official derivatives) 8.04 LTS 9.10 10.04 LTS 10.10 11.04 Daily CD Images, Fedora 10, 11, 12, 13, 14, Rawhide and lots lots more.

If you look at them image you can choose distro's or download ISO's yourself and add them or add a custom. And you can set this up on a hard disc or a USB flash drive.

enter image description here

I hope it is enough information but there is a lot more info on this blog.

    
por 10.09.2013 / 01:18