|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Quote:
I don't think the following encrypts, but here it is nonetheless: http://liveusb-openbsd.sourceforge.net/ It is not difficult to create an installable USB drive having done homework. Understanding how OpenBSD boots on i386 can be learned by studying the biosboot(8), boot(8), boot_i386(8), & installboot(8) manpages. Further help on constructing an installable USB boot drive can be found at the following: http://azbsd.org/~marco/openbsd/flashkeyinstaller/ Encryption of an entire OpenBSD system is not possible given that the kernel cannot be encrypted, but you may find the following useful: http://marc.info/?l=openbsd-misc&m=125694732231127&w=2 Of course, jggimi's live CD's can be found here: http://jggimi.homeip.net/ The real work is now up to you. |
|
||||
I built a small FreeBSD LiveUSB a while ago using syslinux and isolinux. I can use the same image & syslinux config for booting both from USB and CD.
In my case I just load the entire image in memory and go from there, since the image is fairly small in my case (~15M) this is not a problem. More advanced solutions would be required for larger images. For FreeBSD I use: Code:
KERNEL /boot/syslinux/memdisk APPEND initrd=/boot/freebsd.img.gz harddisk raw The main advantage of using syslinux is that you can just format your drive as FAT32 and use it for other things too. |
|
|||
I don't believe that solution will work for OpenBSD, but I may be wrong.
|
|
||||
Quote:
As stated above, the entire drive cannot be encrypted. The kernel must come from an unencrypted partition, and the root partition must also be unencrypted. But structures that might contain "user data" of interest that are desired to remain private (such as /home and /var/tmp) can be mounted on encrypted partitions with two different built-in methods: softraid with the crypto discipline, or vnode encryption. To repeat: encryption can provide only data privacy, not data protection. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Partitioning the LiveUSB drives. | IronForge | OpenBSD Installation and Upgrading | 6 | 29th August 2010 10:27 PM |
Hello any one have Jgimmi OpenBSD LiveCD? | eurovive | Other BSD and UNIX/UNIX-like | 9 | 18th February 2010 06:54 PM |
OpenBSD LiveUSB | Oko | OpenBSD Installation and Upgrading | 3 | 12th May 2009 03:24 AM |
start KDE on OpenBSD LiveCD | ccc | OpenBSD Installation and Upgrading | 5 | 3rd November 2008 10:24 PM |
dd slow, 1500KB/s (OpenBSD LiveCD) | Carpetsmoker | OpenBSD General | 4 | 3rd October 2008 10:33 AM |