Lines Matching +full:boot +full:- +full:up
2 How to use dm-crypt and swsusp together
10 You know how dm-crypt works. If not, visit the following web page:
11 http://www.saout.de/misc/dm-crypt/
13 You did read Documentation/admin-guide/initrd.rst and know how an initrd works.
16 Now your system is properly set up, your disk is encrypted except for
17 the swap device(s) and the boot partition which may contain a mini
26 up dm-crypt and then asks swsusp to resume from the encrypted
29 The most important thing is that you set up dm-crypt in such
33 to always set up this swap device first with dmsetup, so that
36 brw------- 1 root root 254, 0 Jul 28 13:37 /dev/mapper/swap0
38 Now set up your kernel to use /dev/mapper/swap0 as the default
43 Prepare your boot loader to use the initrd you will create or
47 image=/boot/vmlinuz
48 initrd=/boot/initrd.gz
53 you create an initrd that reads the required dm-crypt setup
64 /dev/hda1 contains an unencrypted mini system that sets up all
68 continues boot with your mini system on /dev/hda1 if resume
76 noresume=`grep -c noresume /proc/cmdline`
81 dmesg -n 1
82 /sbin/cardmgr -q
85 if [ -f /proc/ide/hde/media ]
88 mount -t ext2 -o ro /dev/hde1 /mnt
89 if [ -f /mnt/swapkey ]
99 dmesg -n 6
115 umount -l /mnt
123 for init like "single" or "emergency" as boot parameters.
125 Then we need to set up dmcrypt with the setup data from the
134 mini system on /dev/hda1 to set the whole crypto up (it is up to
139 the initrd prior to continue booting but it is up to you to modify