Bom dia!

Instalação do slackware 14.2 x64 no pendrive

PASSO1: Tenha o dvd (boot) de instalação do slackware e um pendrive (tamanho pode influenciar na instalação)*;

PASSO2: Fazer o boot pelo dvd, particionar o pendrive... install;

PASSO3: Finalize a instação, fazendo a gravação na* mbr, depois saia do console setup <exit>;

PASSO4: Montar a partição do pendrive em um diretorio e digitar os comandos abaixo;

Ex:  #mount /dev/sda1 /pendrive

       #mount -t proc proc /pendrive/proc

       #chroot /pendrive


PASSO4.1: Localizar o's UUID's do pendrive.

Ex:  #blkid /dev/sda1

PASSO4.2: Modificar a entrada / no fstab

Ex:  #vi /etc/fstab


UUID=ca13f38c-b756-4r16-ge23-21dab63dda09 / reiserfs defaults 1   1

devpts /dev/pts         devpts      gid=5,mode=620   0   0

proc /proc            proc        defaults         0   0

tmpfs /dev/shm         tmpfs       defaults         0   0


PASSO4.3: Criação do initrd+versão do Kernel + suporte aos modulos usb

     #cd /boot
#mkinitrd -c -k 4.4.19 -f reiserfs -r UUID=ca13f38c-b756-4r16-ge23-21dab63dda09 -m usb_storage:xhci-hcd:mbcache:uas:xhci_pci:ehci_hcd:ehci_pci:usbhid:loop:reiserfs:jbd2 -u -o /boot/initrd.gz


PASSO4.4: Regravando a mbr


#lilo -C /etc/lilo.conf -b /dev/sda


Meu lilo.conf

lba32
compact
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
prompt
timeout = 10
vga=791
image = /boot/vmlinuz
root = /dev/sda1
label = Linux
read-write
initrd = /boot/initrd.gz
append = "root=ca13f38c-b756-4r16-ge23-21dab63dda09 rootdelay=10 vt.default_utf8=0"

PASSO5: Digitar comando: exit , depois reboot, entrar na bios e colocar o boot pela usb!

são 4:19 da manhã, mas to tão feliz!!!!! ;)


On 08/31/2016 10:12 AM, darkstarfire wrote:


Em domingo, 28 de agosto de 2016 23:03:46 UTC-3, Jairo Carneiro escreveu:

    Boa noite povo!

    Alguem possui algum material de instalação do slack direto no usb?

    não é fazer um livecd.


dá uma olhada aqui http://docs.slackware.com/slackware:liveslak


Examples:

 *

    Create a USB version of Slackware Live, where the USB stick is
    known to the system as '/dev/sdX. Note - the value for the output
    parameter is the device name of the stick and not one of its
    partitions!

# ./iso2usb.sh -i ~/download/slackware64-live-14.2.iso -o /dev/sdX

 *

    Create a USB Live like above, but this time adding an encrypted
    /home filesystem with 750 MB of space, and at the same time
    increase the wait time on boot to 15 seconds (useful for slow USB
    media that fail to start the Live OS otherwise):

# ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 750M -w 15

 *

    Create a USB Live with an encrypted /home (allocating 30% of the
    stick's free space for /home) and where the persistent data will
    be stored in a container file instead of a directory:

# ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 30% -P

 *

    Create a USB Live with both the /home and the persistent data
    encrypted (the persistence filesystem will be 300 MB in size):

# ./iso2usb.sh -i slackware64-live-current.iso -o /dev/sdX -c 30% -C 300M

You might have noticed that the “-P” parameter does not accept a size parameter. This is because the unencrypted container file is created as a 'sparse' file that starts at zero size and is allowed to grow dynmically to a maximum of 90% of the initial free space on the Linux partition of the USB stick.


--

GUS-BR - Grupo de Usuários de Slackware Brasil

http://www.slackwarebrasil.org/

http://groups.google.com/group/slack-users-br

Antes de perguntar:

http://www.vivaolinux.com.br/artigo/Como-elaborar-perguntas-para-listas-de-discussao

Para sair da lista envie um e-mail para:

[email protected]

---

Você recebeu essa mensagem porque está inscrito no grupo "Slackware Users Group - Brazil" dos Grupos do Google.

Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um e-mail para [email protected] <mailto:[email protected]>.

Para mais opções, acesse https://groups.google.com/d/optout.


--
GUS-BR - Grupo de Usuários de Slackware Brasil
http://www.slackwarebrasil.org/
http://groups.google.com/group/slack-users-br

Antes de perguntar:
http://www.vivaolinux.com.br/artigo/Como-elaborar-perguntas-para-listas-de-discussao

Para sair da lista envie um e-mail para:
[email protected]
--- Você está recebendo esta mensagem porque se inscreveu no grupo "Slackware Users Group - Brazil" dos Grupos do Google.
Para cancelar inscrição nesse grupo e parar de receber e-mails dele, envie um 
e-mail para [email protected].
Para obter mais opções, acesse https://groups.google.com/d/optout.

Responder a