Instalando Plurall em dispositivos USB
Esse Tutorial foi criado para ser Utilizado em Plataforma Linux (Ubuntu 8.04)
Softwares
Gparted
1 $ sudo apt-get install gparted
2 Reading package lists... Done
3 Building dependency tree
4 Reading state information... Done
5 Suggested packages:
6 xfsprogs reiser4progs jfsutils ntfsprogs
7 The following NEW packages will be installed:
8 gparted
9 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
10 Need to get 879kB of archives.
11 After this operation, 3621kB of additional disk space will be used.
12 Get:1 http://br.archive.ubuntu.com jaunty/main gparted 0.4.3-0ubuntu1 [879kB]
13 Fetched 879kB in 0s (947kB/s)
14 Selecting previously deselected package gparted.
15 (Reading database ... 131184 files and directories currently installed.)
16 Unpacking gparted (from .../gparted_0.4.3-0ubuntu1_i386.deb) ...
17 Processing triggers for man-db ...
18 Setting up gparted (0.4.3-0ubuntu1) ...
19
Arquivos Plurall
1. Download Plurall
2. Arquivo de Configuração Plurall etc.tar.bz2
3. Script Install Usb
Passo 1
1.1 Iniciar Gparted (Sistema -> Administração ->Editor de Partição (gparted)
1.2. Selecione seu dispositivo (menu Gparted ->device)
1.3. Desmontar dispositivo (menu Partition -> umount)
1.4. Delete a partição existente (menu Partition -> Delete)
1.5. Aplicar Alterações (menu Edit -> Apply all Operations)
Passo 2 Create Partition
2.1. Criar partição Primaria para Sistema Plurall com 500MB, FAT16 e botavel (menu Partition > new)
2.2. Criar segunda partição para configuração plurall com no minimo 1mb, FAT16 (menu Partition > new)
2.3. Setar primeira partição como Botavel ( click com o botão direito do mouse na primeira partição - system partition 2.4. Aplicar Alterações (menu Edit -> Apply all Operations)
Passo 3 Descompactar Arquivos
3.1. Descompactar plurall1.0.0beta2.tgz
3.2. Copiar etc.tar.bz2 para a raiz do diretório onde o plurall foi descompactado
obs: Antes de continuar verifique se nenhumas das partições do seu dispositivo está montada. Para isso você pode utilizar o comando: "df"
1 # df
2 Filesystem 1K-blocks Used Available Use% Mounted on
3 /dev/sda1 305670448 9708156 280435072 4% /
4 tmpfs 1547148 0 1547148 0% /lib/init/rw
5 varrun 1547148 372 1546776 1% /var/run
6 varlock 1547148 0 1547148 0% /var/lock
7 udev 1547148 140 1547008 1% /dev
8 tmpfs 1547148 1528 1545620 1% /dev/shm
9 lrm 1547148 2392 1544756 1% /lib/modules/2.6.28-11-generic/volatile
10
Passo 4 Executar o script
4.1. Verifique se no diretório estão os arquivos:"etc.tar.bz2","install-on-usb","plurall.iso"
4.1.1. Utilize o Comando: "ls"
1 $ ls
2 etc.tar.bz2 install-on-usb plurall.iso <br/>
3
4.2. Execute install-on-usb
1 $ sudo ./install-on-usb
2
4.2.1. Responda as perguntas 4.2.1.1 Select which bootloader you want to use: choise = 1 (SysLinux)
4.2.1.2 Select correct initrd.gz format used (DL default is CramFS) choice = 1 (CramFS)
4.2.1.3 Enter DL ISO source (disk file or CD device) -> write = plurall.iso
4.2.1.4 Enter DEVICE name of disk device (i.e. /dev/sda) -> write your device = /dev/sdb
4.2.1.5 If you wish to store the ISO and configuration on the same media, two partitions are recommended. Do you want to partition the media first?(y/n) we already did this configuration, press "n"
4.2.1.6 Enter PARTITION name of disk device to put ISO file (i.e. /dev/sda1) -> write the plurall system partition (2.1) = /dev/sdb1
4.2.1.7 Enter configuration file to preload to disk (if any) -> write = etc.tar.bz2
4.2.1.8 Enter seperate partition for configuration (recommended) or enter if same -> write the second partition which was created = /dev/sdb2
4.2.1.9 For next four questions you answer "Y"
Passo 5 Remova & Inicie o Plurall Boot Server
5.1. Remova o Dispositivo e insira no servidor de boot Plurall
5.2. Inicie o servidor de boot e configure a Bios para iniciar pelo "USB STORAGE"
Passo 6 Primeiro Boot
6.1. No Primeiro boot o Plurall precisa atualizar as configurações, siga os seguinte passos:
1 media version 1.2.8-i586-smp
2 cdrom version Plurall 1.0.0-i586-SMP
3 Press any key to upgrade, or "n" to skip (timeout 5 minutes)
4 Press OK
5 Select file to be copied to the new config
6 Press SPACE BAR in all list item after press OK
7 /etc/sysconfig/config migration
8 Press NO
9 User and Group migration
10 Press NO
11 Press any key to switch to your new config, or "n" to skip (timeout in 5 minutes)
12 Press any key 2 x
13
Pronto, agora o servidor de Boot plurall está rodando no seus Dispositivo USB, esse mesmo tutorial pode ser utilizado para outros devices como Compactflash. Para acessar o Plurall pelo primeira vez siga Configurando o Plurall
