[SOLVED] Booting a luks encrypted system directly from UEFI firmware

I've been struggling somewhat with my first UEFI machine (a Toshiba laptop).
The wiki got me to a basic four-partition install okay, and then after a small amount of pain I managed to get a build booted okay from gummiboot and with with root, swap and home luks-encrypted.
What I'm trying to do now is boot directly from the UEFI using an appropriate firmware entry, ie with something like what's described in the EFISTUB Wiki page:
# efibootmgr -d /dev/sdX -p Y -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sda2 rw initrd=/initramfs-linux.img"
...but I've been unable to achieve this with luks-encrypted partitions. Has anyone here had any success? Is there a "-u" parameter in the above command that will achieve this? I've certainly not found anything online explaining how this can be done, so maybe I'm being unrealistic and expecting too much.
Last edited by bananabrain (2015-06-18 14:45:56)

Head_on_a_Stick wrote:
Try this (untested -- I don't use encryption):
# efibootmgr -d /dev/sdX -p Y -c -L "Arch Linux" -l /vmlinuz-linux -u "cryptdevice=UUID=<UUID>:<mapped-name> root=UUID=<luks-UUID> rw initrd=/initramfs-linux.img"
You're a star - that works perfectly.
I wondered about lifting that syntax from "$esp/loader/entries/arch-encrypted.conf" in my last instalation but stupidly thought it was gummiboot-specific.
I'm as surprised that I couldn't find your solution on the web as I am that so few people seem interested in using UEFI firmware in this way. It seems like PC hardware has at last "grown up", with a versatile firmware that must have been a long time in collaborative development - something akin to Sun's OpenBoot - but the community's response has been to create another raft of boot loaders to sit on top of it. Maybe I'm missing something.
Thanks very much for your help.

Similar Messages

  • [SOLVED] Installation with LUKS encryption--ok to grub, then black s..

    Installation with LUKS encryption--ok to grub, then black screen
    I'm trying to install ArchLinux  onto an existing Luks encrypted HDD, formerly dual boot with Fedora 17.
    First,I left the Windows partition unchanged and erased the root partition. Then I booted to the ArchLinux, mounted and decrypted the LVM encrypted volume group partitions and followed along with the  Beginner's Guide Installation Instructions. This progressed without a hitch; near as I can tell. I can boot to grub select kernel interface, but no further.
    So I forgot something...the encrypted volume. I found the archLinux page dm-crypt with LUKS and tried my best to follow along encouraged by the first line, "The installation of a LUKS-encrypted system is largely the same as installing an unencrypted system."
    And that's where I stand. I edited the grub.cfg to boot to run level 3, but the kernel doesn't seem to load at all and never starts to give me the chance to enter the password. So now I'm not sure if its the LUKS encryption after all. (maybe its my _next_ problem)
    Any ideas?
    Last edited by xtian (2013-09-17 22:03:48)

    Sure, here's the layout,
    # lsblk -fa
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 vfat xxxx-xxxx
    ├─sda2 ext4 xxxxxxxxxxxxxxxxxxxxx /boot
    └─sda3 crypto_L xxxxxxxxxxxxxxxxxxxx
    └─luks-93xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (dm-0) LVM2_mem xxxxxxxxxxxxxxxxxxxxxxx
    ├─cryptVG-root (dm-1) ext4 xxxxxxxxxxxxxxxxxxxxxxxxxxxx /
    ├─cryptVG-swap (dm-2) swap xxxxxxxxxxxxxxxxxxxxxxxxxxxx [SWAP]
    ├─cryptVG-home (dm-3) ext4 home xxxxxxxxxxxxxxxxxxxxxxxxxxxx /home
    └─cryptVG-local (dm-4) ext4 local xxxxxxxxxxxxxxxxxxxxxxxxxxxx /usr/local
    I left sda1 alone. Reinstalled on sda2 (/boot) and sda3 (cryptVG-root). I also remade swap. I didn't see an opportunity to set /usr/local, so I may simply free up this space after copying the data. But for home I set up a sub directory for the new install and left the old user in place (something I've been wanting to accomplish for some time as anaconda is not so nice to old user files).

  • Kernel updates kill my luks encrypted system

    All right, this is weird. I have a 64bit system with encrypted root, home and  swap partitions. To setup I followed the wiki here:
    https://wiki.archlinux.org/index.php/LUKS
    My swap is encrypted like described here:
    https://wiki.archlinux.org/index.php/LU … sk_support
    Since the updates to kernel 3.1 each new kernel update kills my system. Pacman says while upgrading
    [2011-11-08 08:21] >>> Updating module dependencies. Please wait ...
    [2011-11-08 08:21] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-11-08 08:21] ==> Building image from preset: 'default'
    [2011-11-08 08:21] -> -k /boot/vmlinuz-linux_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img_64
    [2011-11-08 08:21] ==> Starting build: 3.1.0-3-ARCH
    [2011-11-08 08:21] -> Parsing hook: [base]
    [2011-11-08 08:21] -> Parsing hook: [udev]
    [2011-11-08 08:21] -> Parsing hook: [autodetect]
    [2011-11-08 08:21] -> Parsing hook: [pata]
    [2011-11-08 08:21] -> Parsing hook: [scsi]
    [2011-11-08 08:21] -> Parsing hook: [sata]
    [2011-11-08 08:21] -> Parsing hook: [usbinput]
    [2011-11-08 08:21] -> Parsing hook: [keymap]
    [2011-11-08 08:21] -> Parsing hook: [usb]
    [2011-11-08 08:21] -> Parsing hook: [encrypt]
    [2011-11-08 08:21] -> Parsing hook: [openswap]
    [2011-11-08 08:21] -> Parsing hook: [resume]
    [2011-11-08 08:21] -> Parsing hook: [filesystems]
    [2011-11-08 08:21] ==> Creating gzip initcpio image: /boot/initramfs-linux.img_64
    [2011-11-08 08:21] ==> Image generation successful
    [2011-11-08 08:21] ==> Building image from preset: 'fallback'
    [2011-11-08 08:21] -> -k /boot/vmlinuz-linux_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img_64 -S autodetect
    [2011-11-08 08:21] ==> Starting build: 3.1.0-3-ARCH
    [2011-11-08 08:21] -> Parsing hook: [base]
    [2011-11-08 08:21] -> Parsing hook: [udev]
    [2011-11-08 08:21] -> Parsing hook: [pata]
    [2011-11-08 08:21] -> Parsing hook: [scsi]
    [2011-11-08 08:21] -> Parsing hook: [sata]
    [2011-11-08 08:21] -> Parsing hook: [usbinput]
    [2011-11-08 08:21] -> Parsing hook: [keymap]
    [2011-11-08 08:21] -> Parsing hook: [usb]
    [2011-11-08 08:21] -> Parsing hook: [encrypt]
    [2011-11-08 08:21] -> Parsing hook: [openswap]
    [2011-11-08 08:21] -> Parsing hook: [resume]
    [2011-11-08 08:21] -> Parsing hook: [filesystems]
    [2011-11-08 08:21] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img_64
    [2011-11-08 08:21] ==> Image generation successful
    So the generation of the initramfs seems to be ok.
    But when I reboot this box, I get:
    running hook [openswap]
    device /dev/sda4 doesn't exist or access denied
    running hook [resume]
    waiting 10 seconds for device /dev/mapper/swapDevice
    waiting 10 seconds for device /dev/mapper/root
    root device /dev/mapper/root doesn't exist. Attempting to create it.
    ERROR: unable to determine major/minor number of root device /dev/mapper/root
    /dev/sda4 is my swap partition. Then I get dropped to a recovery shell which I can't use because my (usb) keyboard is not working.
    Now the funny part. I start the box from a install cd and chroot into the existing installation. I do a
    mkinitcpio -p linux
    The initramfs is regenerated and it works again! What the hell is pacman doing other than regenerate the initramfs with my presets?
    Harvey
    Last edited by Harey (2011-11-12 16:10:48)

    New kernel 3.1.1 did it again. My system hangs in initramfs after the reboot. Same as before: a simple rebuild without any changes fixed the boot process. This time I was able to backup the 'bad' initramfs before chrooting in and rebuilding.
    it is very funny to see the content of the 'bad' initramfs image - it is nearly empty!
    ==> Image: /boot/initramfs-linux.img_64.bak
    ==> Kernel: unknown
    ==> Compressed with: gzip
    -> Compression ratio: .452
    -> Estimated decompression time: 0.036s
    ==> Included binaries:
    /sbin/dmsetup
    /sbin/cryptsetup
    /sbin/udevadm
    /sbin/blkid
    /sbin/modprobe
    /bin/busybox
    ==> Hook run order:
    udev
    keymap
    encrypt
    openswap
    resume
    The rebuilt image looks like this:
    ==> Image: /boot/initramfs-linux.img_64
    ==> Kernel: 3.1.1-1-ARCH
    ==> Compressed with: gzip
    -> Compression ratio: .593
    -> Estimated decompression time: 0.047s
    ==> Included modules:
    aes_generic fcrypt hid-roccat-kone rmd160
    aesni-intel ff-memless hid-roccat-koneplus rmd256
    aes-x86_64 gcm hid-roccat-kovaplus rmd320
    af_alg gf128mul hid-roccat-pyra salsa20_generic
    ahci ghash-clmulni-intel hid-samsung salsa20-x86_64
    algif_hash ghash-generic hid-sjoy scsi_mod
    algif_skcipher hid hid-sony sd_mod
    ansi_cprng hid-a4tech hid-speedlink seed
    anubis hid-apple hid-sunplus seqiv
    arc4 hid-axff hid-tmff serpent
    async_memcpy hid-belkin hid-topseed sha1_generic
    async_pq hid-cherry hid-twinhan sha256_generic
    async_raid6_recov hid-chicony hid-uclogic sha512_generic
    async_tx hid-cypress hid-wacom snd
    async_xor hid-dr hid-waltop snd-rawmidi
    ata_piix hid-elecom hid-wiimote snd-seq-device
    authenc hid-emsff hid-zpff soundcore
    authencesn hid-ezkey hid-zydacron sr_mod
    blowfish hid-gaff hifn_795x syscopyarea
    camellia hid-gyration hmac sysfillrect
    cast5 hid-holtekff jbd2 sysimgblt
    cast6 hid-kensington khazad tcrypt
    cbc hid-keytouch lcd tea
    ccm hid-kye libahci tgr192
    cdrom hid-lcpower libata twofish_common
    crc16 hid-logitech lrw twofish_generic
    crc32c hid-magicmouse lzo twofish-x86_64
    crc32c-intel hid-microsoft mbcache uhci-hcd
    cryptd hid-monterey md4 usbcore
    crypto_null hid-multitouch md5 usbhid
    ctr hid-ntrig michael_mic usb-storage
    cts hid-ortek padlock-aes vmac
    deflate hid-petalynx padlock-sha wp512
    des_generic hid-picolcd pata_acpi xcbc
    dm-crypt hid-pl pata_jmicron xor
    dm-mod hid-prodikeys pcbc xts
    ecb hid-quanta pcrypt zlib
    ehci-hcd hid-roccat raid6_pq zlib_deflate
    ext4 hid-roccat-arvo raid6test
    fb_sys_fops hid-roccat-common rmd128
    ==> Included binaries:
    /bin/busybox
    /sbin/udevadm
    /sbin/dmsetup
    /sbin/blkid
    /sbin/cryptsetup
    /sbin/modprobe
    ==> Hook run order:
    udev
    keymap
    encrypt
    openswap
    resume
    For some reason the initramfs built by pacman is missing all modules. To say it again, nothing changed, simple rebuilt by mkinitcpio -p linux!
    This seems to be a bad bug...
    Harvey
    Last edited by Harey (2011-11-12 16:07:09)

  • Best way to securely backup LVM on LUKS encrypted system

    I'm upgrading harddisks and would like to backup my system to external storage and restore it on the new disk
    This is the high level plan:
    1. use ecryptfs to create an encrypted directory on a mounted external stroage device
    2. mount ecryptfs directory
    3. use rsync to make a backup into the ecryptfs directory
    4. swap harddisks
    5. use an arch live usb to encrypt and partition new disk (LVM on LUKS)
    6. mount external storage and mount encrypted ecryptfs on the storage
    7. restore system with rsync
    Is this the way to do it?
    After reading a little on ecryptfs, it seems like the passphrase and keys I create work only for the current kernel using ecryptfs (adds to the kernel key ring). So my understanding is that if I try to decrypt and mount the ecryptfs using a live arch usb, I won't be able to.
    Any clarification of the process would be of great help! Thank you

    clfarron4 wrote:Any particular reason you're planning to use eCryptfs for the backup and LUKS for the actual system when you could use LUKS for both?
    No particular reason for ecryptfs. I believe my two options are ecryptfs and encfs as described in the disk encryption comparison table: https://wiki.archlinux.org/index.php/Di … ison_table
    clfarron4 wrote:
    trillian wrote:After reading a little on ecryptfs, it seems like the passphrase and keys I create work only for the current kernel using ecryptfs (adds to the kernel key ring). So my understanding is that if I try to decrypt and mount the ecryptfs using a live arch usb, I won't be able to.
    I'm not sure whether this is how it works. Could you show us the documentation which led you to this conclusion please?
    I'm also not very familiar with keyrings and how the kernel manages it, or whether it's possible to do what I want with ecryptfs.
    http://manpages.ubuntu.com/manpages/uto … ase.1.html

  • [solved] kernel 2.6.27 - open LUKS encrypted root partition fails

    Hi,
    after updating to kernel 2.6.27 the passphrase for my LUKS encrypted root partition does not work anymore.
    I get this error messages:
    Enter LUKS passphrase:
    device-mapper: table: 254:0 crypt: Error allocating crypto tfm
    device-mapper: ioctl: error adding target to table
    device-mapper: ioctl: device doesn't appear to be in the dev hash table.
    Command failed: No key available with this passphrase.
    Enter LUKS passphrase:
    With a old (2.6.25) vanilla kernel it works.
    any ideas?
    EDIT
    Solved.
    The Problem was that I had this line in my mkinitcpio.conf to get rid of the padlock-error-message at boot.
    #CRYPTO_MODULES="aes_i586 aes_generic sha256_generic"
    With kernel 2.6.27 there are new / more modules needed to open the LUKS encryptet root partition.
    So I removed the line from mkinitcpio.conf and deletet the padlock modules in /lib/modules/2.6.27-ARCH before regenarating the initrd image.
    Thanks to GerBra for the tip.
    Last edited by SiD (2008-10-22 11:41:56)

    I'm not shure, but think ... yes.

  • I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    I installed the system update to 10.7.3. After re-booting, my mail file was missing from the dock.  Looked in applications and the mail application is missing. Any thoughts?

    Thanks Paul; but, taking your suggestion didn't solve the problem.  As mail is part of the OS, the updates don't have the capacity to reinstall applications; so, I had to reinstall the OS.  I now have my mail back (although it didn't appear on the dock--I had to go to applications and activate it and then put it back in the dock.  Thanks again for trying.

  • [Solved]Boot from USB HDD - Root device doesn't exist. Major/minor

    My problem is that the kernel seems (or starts) to load, but then I get an error:
    Root device 'UUID=1234 . . .' doesn't exist.
    Attempting to create it.
    ERROR: Unable to determine major/minor number of root device "UUID=1234 . . .'
    You are being dropped into recovery shell
    I found a few links on the web and in the forums, but nothing that really solved it for me. The solved ones usually downgraded the kernel.  I haven't done that yet.  I thought I'd try here first.
    I have a 320GB USB HDD that I have been using to experiment with different linux distros.  I have a few working successfully (OpenSUSE,Mint,Ubuntu,Debian,Fedora,etc).  I'm very new at this but have been reading a lot and putting a lot of time into it.  I have legacy grub loaded on the MBR and use the menu.lst on my openSUSE partition to boot everything.  Because the partitions for some of the distros are so far into the disk I needed to create directories on openSUSE's /boot directory to contain the kernel and initrramfs files (like /boot/fedora).  This seems to work for the other distros.  I did the same thing for Arch.
    So when I installed Arch I haven't used the bootloader section of the installation.
    I'm using the 2011.08.09-netinstall-i686.iso Live CD.
    I tried a few things including:
    1.    changing the HOOKS in /etc/mkinitcpio.conf
        a.    adding usb to the "HOOKS"
        b.    removing and adding autodetect
        c.    adding and removing "sata_sil" (although I'm not even sure if my device uses it)
    2.    changing the kernel line:
        a.    from using "UUID=" to (hd0,1) to sdb1.
        b.    added rootdelay=8
    3.    repartition all of my arch partitions using cfdisk from my Live CD and reinstall. I used gparted on OpenSUSE to do it the first time.
    This may be connected. When I fdisk -l from the Arch Live CD I get extra data and an error for each of my arch partitions (and only my arch partitions):
    Disk does't contain a valid partition table
    When I fdisk -l from OpenSUSE I don't get the data paragraphs or errors about the arch partitions?
    Here is my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=0e7556ef-b832-43e9-a8ba-c68dd2cd6143 /var reiserfs defaults 0 1
    UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b / ext4 defaults 0 1
    UUID=cd78ab04-742d-4ba5-9727-90727de2dd14 swap swap defaults 0 0
    UUID=dc5685e3-35b0-46d4-b259-61f2530ff36a /home ext3 defaults 0 1
    And my HOOKS:
    HOOKS="base udev autodetect pata scsi sata usb filesystems usbinput"
    And my menu.lst:
    1
    default 0
    timeout 32
    gfxmenu (hd0,1)/boot/message
    ###openSUSE on sda2 - legacy grub
    title openSUSE 11.4 - Celadon - gnome
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 resume=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part1 splash=silent quiet showopts nomodeset vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###openSUSE failsafe on sda2 - legacy grub
    title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.7
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###floppy###
    #title Floppy
    # rootnoverify (fd0)
    # chainloader +1
    ###Fedora on sda5 - legacy grub
    title Fedora 15-Lovelock gnome
    root (hd0,4)
    configfile /boot/grub/grub.conf
    ###Mint on sda6 - grub2
    title Mint 9 Lucid Lynx gnome
    root (hd0,5)
    kernel /boot/grub/core.img
    savedefault
    boot
    ###PCLinux on sda7 - legacy grub
    title PCLinuxOS 2011.6 KDE
    root (hd0,6)
    chainloader +1
    ###Ubuntu on sda8 - grub2
    title Ubuntu 10.04.2 gnome
    root (hd0,7)
    kernel /boot/grub/core.img
    savedefault
    boot
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    #root UUID=XXXXXXXXXX44c5a3cd-dcb5-4cf1-933e-7a8ebac2a992
    kernel /boot/arch/vmlinuz-linux root=UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8
    #kernel /boot/arch/vmlinuz-linux root=(hd0,9)
    #kernel /boot/arch/vmlinuz-linux root=/dev/sda10
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    ###Debian on sda11 - grub2
    title Debian 6.0.2.1 squeeze gnome
    root (hd0,1)
    kernel /boot/debian/vmlinuz-2.6.32-5-686 root=UUID=2b6052e2-ecdf-4796-81c8-b9e9142ca159 ro
    initrd /boot/debian/initrd.img-2.6.32-5-686
    savedefault
    boot
    ###Mandriva on sda12 - legacy grub
    title Mandriva 2011 KDE
    root (hd0,1)
    kernel /boot/mandriva/vmlinuz-2.6.38.7-desktop-1mnb2 root=UUID=5033f7fb-cac7-4db5-920c-c8bd2b51365f ro
    initrd /boot/mandriva/initramfs-2.6.38.7-desktop-1mnb2.img
    savedefault
    boot
    Here is my fdisk -l from OpenSUSE.  I'm not quite swift enough to mount the hard drive and use the script utility from the Live CD yet, at least not tonight:
    Disk /dev/sda: 320.1 GB, 320072932864 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142447 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000c3bbb
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 4208639 2103296 82 Linux swap / Solaris
    /dev/sda2 4208640 46153727 20972544 83 Linux
    /dev/sda3 46153728 87113727 20480000 83 Linux
    /dev/sda4 87115770 614031755 263457993 5 Extended
    /dev/sda5 87115776 128075775 20480000 83 Linux
    /dev/sda6 128077824 169037823 20480000 83 Linux
    /dev/sda7 169039872 209999871 20480000 83 Linux
    /dev/sda8 210001920 250961919 20480000 83 Linux
    /dev/sda9 250963968 291923967 20480000 83 Linux
    /dev/sda10 291924031 332886015 20480992+ 83 Linux
    /dev/sda11 332888064 373848063 20480000 83 Linux
    /dev/sda12 373848678 414992383 20571853 83 Linux
    /dev/sda13 414994432 435474431 10240000 83 Linux
    /dev/sda14 435474495 455956829 10241167+ 83 Linux
    /dev/sda15 455958528 578881535 61461504 b W95 FAT32
    /dev/sda16 578881599 614031755 17575078+ 83 Linux
    Disk /dev/sdb: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x95aa95aa
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 63 294889139 147444538+ 7 HPFS/NTFS/exFAT
    /dev/sdb2 294889140 312576704 8843782+ 7 HPFS/NTFS/exFAT
    That's it for now.
    Last edited by newbie55 (2011-09-23 22:19:58)

    I'm IN!  Thanks everyone for your suggestions!
    The arch system didn't like the identifier I was using for the root partition. By looking at the /dev/disk/by-id while the arch system was running, I could see what the system wanted me to call the partition.  So after the system error'd-out and I was in the recovery shell at the [ramfs /] prompt:
    # ls -lF /dev/disk/by-id > by-id.txt
    # vi by-id.txt
    I could have used any of the identifiers listed in the by-id (there were 3), by-uuid(1), by-label(1) or by path(1). I tried them all. I had to write these down by hand because it is a ram filesystem.
    The article that finally got me there is:
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    Anyway my openSUSE grub menu.lst ended up like this:
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    kernel /boot/arch/vmlinuz-linux root=/dev/disk/by-uuid/510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8 rootfstype=ext4
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    It's easy once you: 1. beat your head against the wall
                        2. read further
                3. repeat 1 and 2
    Back to the "Beginner's Guide",4 Post-Installation.  Yikes!

  • How to boot a desktop-PC into RT directly from harddisk (without floppy disk)

    Hello,
    we are using a normal desktop-PC as LabVIEW real-time target (ETS).
    Unfortunately, we always have to use the floppy boot disk (created with MAX) in order to boot this RT-system.
    Once we had a National Instruments PXI real-time system and there was no need for that boot disk to start the system.
    So, why do we have to boot the desktop-PC from a floppy disk instead of booting directly from harddisk?
    Or is there a possibility to boot the desktop system without floppy disk, just like the PXI-system?
    Tom S.

    Hi Daniel,
    thank you for your reply.
    I just checked again if I can boot the RT-system without the floppy disk, from harddisk only - but that doesn't work ("DISK BOOT FAILURE, INSERT SYSTEM DISK...").
    Of course, the boot order in BIOS is set up appropriately to allow booting from harddisk.
    And also, the complete software package was already installed on harddisk via MAX through the previously configured network connection.
    Actually, it seems there is no boot loader installed on harddisk at RT-systems for desktop-PC's.
    The boot loader has to be launched from the floppy boot disk and afterwards, the further boot program is loaded from hard disk.
    Is there anyone who can boot a desktop-PC into RT without the floppy disk? And what do I have to set up in order to make it work for our system?
    Thanks,
    Tom S.

  • NOT as a cache, can i boot Windows 8 directly from MSATA 128gb on an Envy 4 1026tu..?

    Can i install & boot Windows 8 directly from MSATA 128gb on an Envy 4 1026tu..? Not as a cache. I want to keep my existing HDD as extra storage. Can i clean install Windows 8 and boot directly from a 128gb MSATA on my Envy 4 1026tu?  Could anyone please advise me if this could be done. Thanks!

    Hi,
    In theory nothing can stop you to do that. You have to disable the HDD before install OS on the mSATA. One important thing: The BIOS allows you to do that. I know Dell people have done that. At the mean time, the following article may help:
       http://blog.laptopmag.com/triple-your-speed-how-to-install-an-msata-ssd-boot-drive-in-your-laptop
    Good luck.
    ps My HP machine has only 32Gb and inaccessible. 
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to set system time from Terminal while booted from 10.6.3 server install disk?

    I'm installing from a 10.6.3 server install disc onto a Mac Mini.  However, the battery on this Mac Mini is pretty much dead, forcing the system time back to 1/1/2001.  Through some research, this has created a problem in that I cannot move beyond the Welcome screen during setup of OS X server.  It looks like the binary has issues with the system time being older. 
    But I'm stuck in that I don't know how to adjust the system time from the Terminal Utility on the boot CD.  Can anyone help? 

    Hey, i just run in to something similar, tonight while trying to fix a computer.
    The user set the time and date on his computer to 1998 and computer locked everything including time and date in system preferences, and his user account basicly making him from administrator to guest. he could not almost any program properly that required administrator privilages.
    to fix this we used this comand in terminal " sudo date 201703162014 "    todays time and date
    20:17 03/16 2014
    we tryed everything and this fixed in 2 seconds
    ps: when you type sudo in terminal it whil give you a warning the improper use of this command is bad.... click continue.otherwhise you will not be able to execute the command.
    thanks again for this post and have a great day

  • HELP! How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?

    Hi,
    I am having a few problems with bootcamp on my imac. When i tried to move the bootcamp partition on windows 7 into free space, it crashed and turned off. Ever since i have had the error 'Missing operating system' and it fails to boot. I have some very important files on the bootcamp partition. Is it possible to recover these files or even to restore the bootcamp partition to it's original state? I do not have a backup of my bootcamp partition. Another problem i have is that ever since i tried to expand my macintosh HD partition into free space, when i hold alt while booting up (to choose which partition to boot like i normally do), the bootcamp partition has stopped appearing. This means that i cannot even boot the windows 7 bootcamp partition anymore!
    So basically here are my 2 questions:
    How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?
    How can i make the Bootcamp partition appear in Startup Disk and when i hold the option key while starting up my computer to allow me to boot windows 7?
    Any solutions are very much apreciated!
    Thanks!
    I know that bootcamp (disk0s4) hasn't been fully deleted since it appears in disk utility (i cant do anything to it though)
    And here is the error i see when i try to launch bootcamp (back when i was actually able to boot up bootcamp to the error screen)

    WinClone 3 is OS X and saves Windows image it makes for restore - that should work but you will have to try and you would need to make a new image unless it also works with a native Windows system restore image. It is now supported and has come a long way.
    http://www.twocanoes.com/
    Paragon Clone OS works and does disk-to-disk clone just like CCC you end up with two bootable drives. But does not work with your setup. It would let you clone and move your Windows install to an SSD or another disk drive though and be bootable.
    During its clone process it checks for errors which is very helpful and lets you know - something CCC and others should adopt more of.
    http://www.paragon-software.com/downloads/demo.html
    I wish for our/my sake you had re-read and rewritten the long 'story' and broken it into a brief list of facts we needed.
    OS X
    Windows
    Backup (though external is much safer) and you want bootable OS X clones as well as TimeMachine
    https://support.apple.com/kb/HT1427
    https://support.apple.com/kb/HT1553
    There are a number of things to do like chkdsk and others as well as Windows DVD to do automatic system repairs and find out why.
    AppleHFS - the abilty to mount and read HFS volumes can be notorious.
    I would rearrange and redo your storage setup and how you use the 4-5 internal hard drive bays.

  • Connecting directly from ECC 6.0 to a 3rd party system with out XI ?

    Hi Guys,
    we have developed soap-soap scenarios in XI and we are sending the data from ECC 6.0 -> XI ->3rd party webbased system.
    Due to some security reasons we are looking for options of doing the same with out XI ie directly from ECC 6.0 to 3rd party system.
    can somebody explain or provide the links for doing the direct connection and also suggest the advantages and disadvantages of eliminating XI completly from the design
    any hep would be really appreciated
    Thanks,
    Srini

    HI,
    Yes, using standard Enterprise services from SAP you can communicate with 3rd party systems also,
    Even you can configure the HTTPS communication with R/3 to 3rd Party system. For this you need to install the client Certificates and have to use valid User ID and Passwords.
    http://help.sap.com/saphelp_nw04s/helpdata/en/3a/7cddde33ff05cae10000000a128c20/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/e8/1f1041a0f6f16fe10000000a1550b0/frameset.htm
    Disadvantage of communication without XI
    1. XI provides the re-usability concept. i.e. if you have just R/3 to 3rd party and tomorrow you may need to add another 3rd party or sap system to communicate, then you just re-use the existing scenario.
    But in case of direct communication is leads to point-to-point connection.
    2. R/3 can't directly support to the open Standards, either you have to use ABAP proxies or RFCs to convert it to XML format. But XI is an Centralized Integration Platform with Open Standard. In current world, Openness is important.
    3. XI has the Ability to communicate with other messaging systems/products may be JMS or any other 3rd party systems also which has the limitations with direct communication
    4. Complex processes for communication possible instead of only sending and receiving (business process management) (connect e.g. asynchronous and synchronous steps, define complex communication scenarios)
    Mapping etc possible to accomplish in Java. Platform independent Java components.
    5. XI has Java & .Net support. which is not possible with directly R/3
    Thanks
    Swarup

  • I recently upgraded my iphone to the latest IOS but my GPS seems to have a problem... I am unable to get directions from one point to another ... how do I solve this problem?

    help! I recently upgraded my iphone to the latest IOS but my GPS seems to have a problem... I am unable to get directions from one point to another ... how do I solve this problem?

    If using the built-in Maps app, directions are not available everywhere. Read here:
    http://www.apple.com/ios/feature-availability/#maps-directions
    If that's your problem, download the Google Maps app.

  • HT5188 Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    Nearly every time I buy a VPP app and download the spreadsheet there are multiple redemption codes that say that they are invalid!  HOW can a code I am getting directly from apple be invalid!!!!!!!!  Seems like your system has A LOT of flaws.

    I have taken it back to the Apple store genius bar, but they say they don't see anything wrong. Well unless you use it all day and experience the problems when they happen, you wont see anything wrong. But there are lots wrong with it. But this would be the same store as I purchased the phone. And they backed up my old Iphone 4, but were not able to get anything to load back onto my new phone. So, I lost pretty much everything. But over time, some of my contacts have started showing up, although i am still missing over 800 of them.

  • I have been trying to work on my homework all afternoon, via NAU's blackboard system. I am continuously getting booted out of the system, with an error stating "Data execution prevention". How can I prevent this from continuing?

    I have been trying to work on my homework all afternoon, via NAU's blackboard system. I am continuously getting booted out of the system, with an error stating "Data execution prevention". How can I prevent this from continuing?

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

Maybe you are looking for

  • Web Gallery

    I can only add 10 images to the Web Gallery in Bridge CS4 even if I choose more than 10 images from the Content Panel before clicking Refresh Preview. Are 10 images the maximum for the Web Gallery?

  • Mouse jumping to 2nd monitor in Lion

    I have an odd issue. I have a MacBook Pro (2.5GHz Core 2 Duo / 4GB Ram) with a 2nd, 24" monitor. I use the 24" as my "main" screen and the MacBook display as a secondary. Since I installed Lion my cursor is randomly jumping to the MacBook's display.

  • Nokia N8, Camera Issue: Black spot

    Saw others have had the same issue.. and tried the "solutions" Black spot in same location on every picture / live preview of the image on the camera mode. tired cleaning the lens, does not work. Guess its a hardware problem/ faulty lens? need a bit

  • Trial version of crystal report

    Hi, Do anyone know where to download trial version of crystal report and components to connect R3? Thx.

  • Error when trying to execute a Info Package

    When i am trying to start a data load in my info package its giving a Message Type X error (short dump) of class RSM1. Its happening with all the info packages for that data source. Even when i just try to save the info package or enter a data select