
		pasqualini9
		
		(usa Red Hat)
		
		Enviado em 26/08/2017 - 02:10h 
		Boa noite
Tenho um hd e preciso montar e descriptografar, comoo hd externo, a inicializacao esta assim
set gfxpayload=text
set default=0
set timeout=0
if keystatus --shift; then
    set default=1
fi
menuentry 'Ubuntu 13.10 i686' {
	set root='hd0,msdos1'
	search --no-floppy --fs-uuid --set=root dd8b53b0-f1e4-4fe6-b9f6-7da0cd95f578
	linux   /vmlinuz-linux root=UUID=43a6fbe5-6dcd-4262-9f4c-0f6f3ecb2bf1 ro quiet cryptdevice=/dev/sda2:root root=/dev/mapper/root cryptkey=/dev/sda1:ext2:/key.bin loglevel=0
	initrd	/initramfs-linux.img
}
Tenho a key.bin.
Como monta-lo?
Obg