You are not logged in.

#1 2011-10-19 19:05:20

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

[SOLVED] could not find LUKS encryption answer.../?

hey all,

i'm trying to encrypt my system with "luks"...

1.) cfdisk /dev/sda.. into sda1=boot sda5=root
2.) cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda5
3.) cryptsetup luksOpen /dev/sda5 root

enter passphrase

4.) /arch/setup
5.) configuration / mkinitcpio

MODULES=" ext2 reiserfs..."
HOOKS=" usb encrypt "

6.) install bootloader

reboot

as you can tell i'm using a passphrase setup with NO key file, the wiki page insn't really clear to me about rounding up my setup it's a about creating/using keys-files.

what do i miss ????

Last edited by gregor (2011-10-19 21:56:50)

Offline

#2 2011-10-19 20:51:12

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED] could not find LUKS encryption answer.../?

gregor,

I have several issues with this post.

First, please use a really descriptive title for any post. Think of all those who want to search the forums for some viable information. Thus please change the title accordingly.

Second, you did mark this single-post thread as [SOLVED] but I miss a description on how you solved it. Thus this post is merely worthless.

I refrained from simply dustbinning this. You may have some valuable information to add. So, please, do so.


To know or not to know ...
... the questions remain forever.

Offline

#3 2011-10-19 22:04:13

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [SOLVED] could not find LUKS encryption answer.../?

sorry mate fixed it....

i forgot a simple thing in my bootloader "the crypt trigger"

kernel..../blah/.... cryptdevice=/dev/sda5:root root=/dev/mapper/root       [the part marked black i forgot]



anyway i'm happy again.

Offline

Board footer

Powered by FluxBB