[SOLVED] installation on T420s

I've been using Arch Linux happily for a couple of years on my Thinkpad T42. Now I got a T420s and I after completing the standar install procedure I have no eth0 and hence I can't install anything that is not on the installation cd. lspci|grep -i eth shows I have an Intel 1502 Ethernet Controller. Some googling led me to this thread: http://ubuntuforums.org/showthread.php?t=1741686&page=2. I can confim that ethernet works flawlessly out-of-the-box in Ubuntu 11.04. According to the linked thread this might be due to the fact that you need a very recent version of the e1000e driver. I assume the e1000e version included in the Arch Linux installer is to old.
Does anybody know if the above is correct and how I can install the driver for my ethernet card?
Last edited by akuschki (2011-05-11 19:24:32)

Mr.Elendig wrote:
bmentink wrote:
I had a similar issue on a Dell T1500 but the testing ISO's did not work for me, they booted for a bit (up to the udev stage) then I got a blank screen ... could go no further ..
My work around, was to install an old ethernet card, do the install with the official ISO, then upgrade, reboot, then I could use the integrated e1000e ethernet ..
booting with video= or nomodeset would take care of that black screen. (as said on the wiki)
What wiki page are you referring to?

Similar Messages

  • HT4623 How can i solve installation problem with iOS 6.

    How can i solve installation problem with iOS 6. I've tried to install it on my iPhone 4 but nothing turned out. Thanks in advance!!!!

    can you connect your device to Tiunes and check to see if there are any files in
    OSX: ~/Library/Logs/Crashreporter/Mobiledevice/<Devicename>/
    Windows: %appdata%\Apple Computer\Logs\Crashreporter\MobileDevice\<Devicename>
    specifically named OTA......
      Also for the failed itunes restore please attach the contents of the latest log in
    OSX:   ~/Library/Logs/<iphone or ipod or ipad> updater logs
    Windows: C:/User/ Appdata/Roaming/iTunes/<iphone or ipod or ipad> updater logs

  • [SOLVED] Installation problem with pacstrap

    Hi guys, I am a new user of Arch Linux.
    I wanted to try this operating system then I decided to install that on my Asus F200MA. Unfortunately, when I try to install ArchLinux, I get an error while downloading the base packages with pacstrap.
    My HDD is made by 3 partitions:
    /dev/sda1 - 51200 MB: This is the root partition
    /dev/sda2 - 411690 MB: This is the home partition
    /dev/sda3 - 4096 MB: This is the swap partition
    After mounting these partitions, after using the pacstrap command and after the end of the download process, I get a few error messages:
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    ==> ERROR: Failed to install packages to new root
    I really can't understand the reason of these errors, how can I solve the problem?
    For formatting and mounting the partitions I used these commands:
    # mkfs.ext4 /dev/sda1
    # mkfs.ext4 /dev/sda2
    # mkswap /dev/sda3
    # swapon /dev/sda3
    # mount /dev/sda1 /mnt
    # mkdir /mnt/home
    # mount /dev/sda2 /mnt/home
    and then I used this command:
    pacstrap /mnt base base-devel
    Photo of the errors: http://i.imgur.com/4BRhlC7.jpg
    P.S.: Can you also explain me the reason of the signature's errors?
    Thanks for all
    Last edited by xRedFox (2015-04-10 21:59:20)

    Do you use the most recent installation disc image?

  • [Solved] Installation problem on HP-UX

    Hi there,
    I try to install Oracle Database 10g Release 2 on an HP-UX system.
    You'll find below the result of uname -a if it can help.
    HP-UX c3750 B.11.11 U9000/785 2015203204 unlimited-user licenseWhen I run "runInstaller" in a terminal, here is what is being displayed.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be B.11.23 or B.11.11.    Actual B.11.11
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-03-22_12-13-41PM. Please wait ...$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.Then, I got a new window appearing asking me where to install Oracle DB and if I want to create a database.
    Of course, I leave the default choice for the installation directory (the oracle $HOME is correctly setup and selected)
    Then, when I press "Next", the window closes and here is what I have in the terminal. ps : The same thing is happening if I decide to create a database or not.
    java.io.FileNotFoundException: /tmp/OraInstall2012-03-22_12-13-41PM/oui/instImages/images.properties (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
            at java.io.FileInputStream.<init>(FileInputStream.java:66)
            at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.loadProperties(OiifmSplashScreen.java:444)
            at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<clinit>(OiifmSplashScreen.java:93)
            at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:259)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
            at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
            at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)
    Exception java.lang.ExceptionInInitializerError occurred..
    java.lang.ExceptionInInitializerError
            at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:259)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
            at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
            at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)
    Caused by: java.lang.NumberFormatException: null
            at java.lang.Integer.parseInt(Integer.java:436)
            at java.lang.Integer.<init>(Integer.java:609)
            at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<clinit>(OiifmSplashScreen.java:103)
            ... 7 more
    Exception in thread "main" java.lang.NoClassDefFoundError
            at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:259)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
            at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
            at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
            at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
            at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)And that's it, nothing more is happening :(.
    After searching on the internet, some messages said it might be because the dowload is corrupted, so they suggested to download it again. I have done so but the same problem appears again.
    Have you got any idea what is going wrong there.
    Thank you VERY much in advance and sorry for my bad English (this is not my native language).
    Edited by: 916761 on 23 mars 2012 03:36

    Hi;
    You have to login https://support.oracle.com/CSP/ui/flash.html and you have to CSI account.
    This site is oracle site for tech. documents for can rise SR etc.. for more details please check Re: Installing Oracle Database 10.2.0.4
    you need to customer support identifier which is called CSI for can login metalink(https://support.oracle.com/CSP/ui/flash.html)
    If you dont have metalink account there is no legal way to see this doc
    Pretty simple process:
    1) You purchase a perpetual or term license from Oracle;
    2) At the beginning of the period, during the valid term you purchase
    Support for the period (1 year);
    3) Oracle sends you the CSI.
    Easy to do at http://store.oracle.com armed with a credit card.
    Sorry, I'm sure you'll think I'm stupidNo I dont think mate :)
    Regard
    Helios

  • How to solve Installation Failed of InDesign on Windows 8

    How I can Instal Indesign. I've tried it. I just want to try this software for the first time. firstly I extract the split file of ofline Indesign installer. Then, I open the setup.exe file, so I followed the instruction, when I enter for step to Preparing for Instal, it always fail and give alert like as in this picture.I have try for several Indesign master but it still not work.

    Try posting in this forum which deals with difficult installation issues:
    Downloading, Installing, Setting Up

  • How to solve Installation Failed Indesign on windows 8

    How I can Instal Indesign. I've tried it. I just want to try this software for the first time. firstly I extract the split file of ofline Indesign installer. Then, I open the setup.exe file, so I followed the instruction, when I enter for step to Preparing for Instal, it always fail and give alert like as in this picture.Is it my opinion right that may be it causing by  I have try for several Indesign master but it still not work.

    Try posting in this forum which deals with difficult installation issues:
    Downloading, Installing, Setting Up

  • [Solved] installation and setup question - gummiboot and EFI

    Hi,
    This is the first time i'm installing arch. i hit the below issues. hope someone can help me out. my understanding of uefi is just about an hour worth of reading or less..
    (the wiki didn't mention the kernel requirement when I started installing it... now it does and i updated the beginner's guide wiki post.)
    Problem
    Gummiboot#Installing says that "If you are still running kernel 3.7 or have not booted in EFI mode, creating the boot entry will fail. You should however still be able to boot gummiboot as it copies the binary to the default EFI binary location on your ESP (/boot/EFI/BOOT/BOOTX64.EFI on x64 systems). "
    the gummiboot part fails. gummiboot gives this error at install  saying file system is not FAT EFI, so first I got gummiboot and gummiboot-efi both using pacman. then, I provided the --path to install and now it coughs up because the latest iso isn't 3.8 yet.
    Failed to access EFI variables. Is the "efivarfs" filesystem mounted?
    I can see efivars but this is asking for efivarfs.
    so instead I did,
    # cp /usr/lib/gummiboot/gummibootx64.efi /boot/efi/EFI/gummiboot/gummiboot.efi
    # efibootmgr -c -d /dev/sda -p 1 -w -L "Gummiboot" -l '\EFI\gummiboot\gummiboot.efi'
    how do I set this up? I'm afraid if I overwrite /boot/efi/EFI/BOOT/BOOTX64.EFI  windows might not boot.
    after the installation (of course without gummiboot stuff) now when I reboot, I don't see any gummiboot menu at all because i didn't copy it to EFI/BOOT. it goes straight to windows 8 boot. during boot if I press F12 and see the menu option on thinkpad, I see gummiboot as the first entry(must be because of efibootmgr) followed by windows boot manager. When I select the gummiboot and enter, it just circles back to the same menu. I have setup the loader.conf and arch.conf as described in the wiki.
    how do I set gummiboot to work? i dont mind pressing F12 and then going to gumiboot-> arch until 3.8 is out.
    If this isn't possible, can I install rEFInd without messing gummiboot? looking at the dir structure of FAT EFI I think it should be possible but not 100% sure until i try it out. Also, to get rid of gummiboot, i should delete the directories, uninstall using pacman and get rid of the efibootmgr change I made, right?
    Last edited by lobo2 (2013-03-15 04:07:47)

    srs5694 wrote:
    sidneyk wrote:Maybe not, I use rEFInd and mount ESP on /boot/efi and copy over updated kernels and initramfs. Maybe if you are mounting ESP at /boot the kernel and initramfs get written to both places at once, I don't know. I also don't know if /boot is where gummiboot expects them to be.
    I realize this has been at least partially addressed by others, but I want to make two points very explicit:
    In Linux, partitions (or more precisely, the filesystems that most of them contain) are accessed by mounting them at a mount point (a directory). Thus, when you mount the ESP at /boot, the contents of /boot are the ESP. Put another way, mounting the ESP at /boot means that to read or write the ESP, you read or write files and directories under /boot. You can test this yourself by mounting and unmounting a partition that's not basic to the minute-to-minute functioning of the computer. The ESP will actually work fine for this. Unmount it from /boot or /boot/efi and then issue a mount command to mount it elsewhere (say, "mount /dev/sda1 /mnt"). Then check the files under your temporary mount point, and even copy a file there. You can then unmount it and mount it back where you normally do and look for the file you copied -- it should be there. Play with this until you fully grok it.
    Gummiboot runs before Linux, and it has no conception of Linux mount points. Thus, whether you mount the ESP at /boot, at /boot/efi, at /home/fred/abadmountpointforanesp is irrelevant, so long as the files on the ESP are laid out in the way that gummiboot expects. The trickiest aspect of this for those unfamiliar with the Linux mount system is that you do not include the Linux mount point in filename references for pre-boot programs like gummiboot. That is, if you mount the ESP at /boot and place the kernel at /boot/vmlinuz, then in gummiboot, the kernel would be \vmlinuz.
    Yeah, I figured this out based on the OP's response to that and thinking it through, I just never really thought about it much before now. But I will argue that the mount point /boot and the EFI partition are indeed 2 different locations. I know that once the ESP is mounted at /boot that this distinction disappears until it is umounted and something written to /boot, but while mounted as such, /boot and ESP are virtually the same, at least to the Linux system. I realize the EFI programs are ran before any OS and therefore don't really care about any OS specifics.
    I wonder if the OP has confused the info between gummiboot and rEFInd (possibly from the Beginners Guide) because to me, after reading the gummiboot wiki, it just seems that it would be much simpler to just give gummiboot what it wants, i.e. ESP mounted at /boot, whether it's a separate partion or not. I'll have to take a look again at the Beginners Guide to see again the order of things there, but if it isn't, maybe it should be having the user ensure that pacman has completely updated the new system and then go on to the boot loader specifics. I was just thinking though, that the way the install medium is now, that it was automatically pulling the latest stuff down as part of the install process. I know it's not pulling testing or multilib without user intervention, but the core, stable stuff it is. That seems to be part of the confusion here maybe, 2 different versions of gummiboot with gummiboot changing some things between the 2 and maybe the kernels, too.
    [EDIT] I took another look at the Beginner's Guide and it says that most users will probably want to use the [core], [extra], and [community] repos, which are enabled by default. It goes on to recommend that [multilib] be enabled for users wanting to run 32 bit programs and then reminds you to run #pacman -Sy to update the package lists, but not #pacman -Syu which would apply any changes from the repos since starting the install. Shouldn't matter much, even if the [multilib] repo was enabled because at that point no 32 bit libs have been installed, but it would matter if a user decided to enable the testing repos.
    I wouldn't ordinarily recommend it, but in this case, if the OP is comfortable with the risk, then it might be useful to, at least temporarily, enable the [testing] repo and do #pacman -Syu to pull in the 3.8 kernel. Note that this is likely to also pull in other packages from [testing], but if you haven't installed X yet or any desktop environment, then what is pulled in shouldn't be too overwhelming. He can then immediately go back and disable [testing] if desired. I'm currently using testing without any issues, but there are risks to doing so.
    Last edited by sidneyk (2013-03-14 18:13:43)

  • [SOLVED] Installation to a Bcache Device - A Few Questions

    I'm installing arch to a bcache device following instructions on this page:
    https://wiki.archlinux.org/index.php/Bc … che_device
    One thing I can't figure out.....
    Step 1 is to boot into the install disc....DONE
    .... at this point no partitioning has been done....
    Step 2 is to install bcache-tools from the AUR.
    Question: how can I install packages from the AUR if I don't have the base-devel group installed on my system yet? Am I overlooking a step or missing something obvious? Please help I'm stomped.
    Last edited by w201 (2014-03-20 13:17:47)

    slithery wrote:Because you're installing bcache-tools into the live system, not into your installation.
    I figured as much. I guess I'm confused. Building packages from the AUR requires the base-devel group, does it not? So how can I install bcache-tools into the live environment?

  • SOLVED: Installation of NVidia Driver messes with BASH? (x86-64)

    Hello,
    I just started using Arch - I migrated here from Gentoo (I failed to compile a working kernel five times!) and the convoluted messiness of Debian (which had serious problems with the proprietary NVIDIA driver). Within three hours after I began installing Arch it booted fine and I got nearly all my devices to work. Yaaay!
    I've recently encountered a peculiar problem that occurs after installing GNOME on a 64-bit system. I've re-installed Arch three times, and have seen this problem three times repeated: after all the gnome and gnome-extra packages have been downloaded, unpacked, configured, and installed, BASH no longer recognizes most of the programs that were already installed properly (and were working fine just beforehand);
    I get "command not found" for such commands as make, dhcpcd, modprobe, ifconfig, even reboot and shutdown!!!
    It may have something to do with a message I noticed somewhere in pacman's output that was something to the extent of "updating bash..."
    ...Is this a common problem? Or is this user error on my part? When I get home I'll retrieve the config files from my mid-tower's hard drive and post the non-comment parts if that will help diagnose the problem.
    Last edited by deconstrained (2008-04-01 03:55:41)

    problem: SOLVED --
    I found an old stage 3 tarball (gentoo) from my USB drive that had ./etc/profile in it. I stuck that in /etc/ and it's working fine In fact, it's got some nice features already written into it, i.e. optionally different default paths for the superuser and normal users.
    Just in case anyone else has the same problem, finds this thread in a forum search and needs an /etc/profile:
    # /etc/profile: login shell setup
    # That this file is used by any Bourne-shell derivative to setup the
    # environment for login shells.
    # Load environment settings from profile.env, which is created by
    # env-update from the files in /etc/env.d
    # 077 would be more secure, but 022 is generally quite realistic
    umask 022
    # Set up PATH depending on whether we're root or a normal user.
    # There's no real reason to exclude sbin paths from the normal user,
    # but it can make tab-completion easier when they aren't in the
    # user's PATH to pollute the executable namespace.
    # It is intentional in the following line to use || instead of -o.
    # This way the evaluation can be short-circuited and calling whoami is
    # avoided.
    if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
    PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
    else
    PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
    fi
    export PATH
    unset ROOTPATH
    # Extract the value of EDITOR
    [ -z "$EDITOR" ] && EDITOR="`. /etc/rc.conf 2>/dev/null; echo $EDITOR`"
    [ -z "$EDITOR" ] && EDITOR="/bin/nano"
    export EDITOR
    if [ -n "${BASH_VERSION}" ] ; then
    # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
    # including color. We leave out color here because not all
    # terminals support it.
    if [ -f /etc/bash/bashrc ] ; then
    # Bash login shells run only /etc/profile
    # Bash non-login shells run only /etc/bash/bashrc
    # Since we want to run /etc/bash/bashrc regardless, we source it
    # from here. It is unfortunate that there is no way to do
    # this *after* the user's .bash_profile runs (without putting
    # it in the user's dot-files), but it shouldn't make any
    # difference.
    . /etc/bash/bashrc
    else
    PS1='\u@\h \w \$ '
    fi
    else
    # Setup a bland default prompt. Since this prompt should be useable
    # on color and non-color terminals, as well as shells that don't
    # understand sequences such as \h, don't put anything special in it.
    PS1="`whoami`@`uname -n | cut -f1 -d.` \$ "
    fi
    for sh in /etc/profile.d/*.sh ; do
    if [ -r "$sh" ] ; then
    . "$sh"
    fi
    done
    unset sh
    Last edited by deconstrained (2008-04-01 03:54:36)

  • [SOLVED] Installation of openldap fails

    Hello,
    this is a quite new Archlinux installation (about 3 weeks old), it was installed 3 weeks ago and after i installed it, i went to vacation for 3 weeks.
    Now im back, i done updates and finished the setup of the machine and want to start to work.
    I wanted to install the openldap Client and in hungs endless with this
    debug: using cachedir: /var/cache/pacman/pkg/
    debug: using cachedir: /var/cache/pacman/pkg/
    Prüfe Schlüsselring...
    debug: GPGME version: 1.4.3
    debug: GPGME engine info: file=/usr/bin/gpg2, home=/etc/pacman.d/gnupg/
    debug: looking up key FCF2CB179205AC90 locally
    debug: key lookup success, key exists
    Prüfe Paketintegrität...
    debug: found cached pkg: /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: sig data: iQEcBAABAgAGBQJSjZ7xAAoJEPzyyxeSBayQ0p8H/3YZ0o0vY8oNBCRe7KQ6iFzBlwno/rhVEOesbZa6ZcAksG0mT8XxVGWZlcpj7tyWZtbrCzIEwo3NGyHpRKjwsRV3ERiIZEwLfAKU+wHJofbk7jqQyqICFjpdMnv93t32P+u/X1yHrM5UUXjEJn6wkEzK+6rvCU+Hmtkm1K218lcVHWGtvey3YwlbEhX0C8f7z8atUucA26rLru2oVriJ35d7o+ItSFkJV+3u6ofYsrzUkI8ktMiyAod9copdEk/mmyGmI7FggIy+X38GI8DI05i7qoYrDdDQAIMixf5URcqRY77rK00v9VoH3gIc3bM47MqaAU1ieVxZqX7t+ANyQUE=
    debug: checking signature for /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: 1 signatures returned
    debug: fingerprint: 5357F3B111688D88C1D88119FCF2CB179205AC90
    debug: summary: valid
    debug: summary: green
    debug: status: Erfolg
    debug: timestamp: 1385012977
    debug: exp_timestamp: 0
    debug: validity: full; reason: Erfolg
    debug: key: 5357F3B111688D88C1D88119FCF2CB179205AC90, Eric Belanger <[email protected]>, owner_trust unknown, disabled 0
    debug: signature is valid
    debug: signature is fully trusted
    Lade Paket-Dateien ...
    debug: found cached pkg: /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: replacing pkgcache entry with package file for target openldap
    debug: opening archive /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: starting package load for /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: openldap: unknown key 'makedepend' in description file line 18
    debug: openldap: unknown key 'makedepend' in description file line 19
    debug: openldap: unknown key 'makedepend' in description file line 20
    debug: openldap: unknown key 'makedepend' in description file line 21
    debug: openldap: unknown key 'makedepend' in description file line 22
    debug: sorting package filelist for /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    Prüfe auf Dateikonflikte...
    debug: looking for file conflicts
    debug: searching for file conflicts: openldap
    debug: searching for filesystem conflicts: openldap
    debug: checking possible conflict: /etc/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /etc/openldap/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/bin/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/lib/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/lib/systemd/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/lib/systemd/system/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/lib/tmpfiles.d/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/licenses/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/man/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/man/man1/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/man/man5/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /usr/share/man/man8/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /var/
    debug: file is a directory, not a conflict
    debug: checking possible conflict: /var/lib/
    debug: file is a directory, not a conflict
    Überprüfe verfügbaren Platz auf der Festplatte ...
    debug: checking available disk space
    debug: discovered mountpoint: /tmp
    debug: discovered mountpoint: /sys/kernel/security
    debug: discovered mountpoint: /sys/kernel/debug
    debug: discovered mountpoint: /sys/kernel/config
    debug: discovered mountpoint: /sys/fs/pstore
    debug: discovered mountpoint: /sys/fs/fuse/connections
    debug: discovered mountpoint: /sys/fs/cgroup/systemd
    debug: discovered mountpoint: /sys/fs/cgroup/net_cls
    debug: discovered mountpoint: /sys/fs/cgroup/memory
    debug: discovered mountpoint: /sys/fs/cgroup/freezer
    debug: discovered mountpoint: /sys/fs/cgroup/devices
    debug: discovered mountpoint: /sys/fs/cgroup/cpuset
    debug: discovered mountpoint: /sys/fs/cgroup/cpu,cpuacct
    debug: discovered mountpoint: /sys/fs/cgroup/blkio
    debug: discovered mountpoint: /sys/fs/cgroup
    debug: discovered mountpoint: /sys/firmware/efi/efivars
    debug: discovered mountpoint: /sys
    debug: discovered mountpoint: /run/user/1000/gvfs
    debug: discovered mountpoint: /run/media/vamp898/ARCH_201401
    debug: discovered mountpoint: /run
    debug: discovered mountpoint: /proc/sys/fs/binfmt_misc
    debug: discovered mountpoint: /proc
    debug: discovered mountpoint: /dev/shm
    debug: discovered mountpoint: /dev/pts
    debug: discovered mountpoint: /dev/mqueue
    debug: discovered mountpoint: /dev/hugepages
    debug: discovered mountpoint: /dev
    debug: discovered mountpoint: /
    debug: discovered mountpoint: /
    debug: loading fsinfo for /
    debug: partition /, needed 911, cushion 5121, free 108294956
    debug: installing packages
    Installiere openldap...
    debug: adding package openldap-2.4.38-1
    debug: opening archive /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: extracting: .INSTALL
    debug: extracting files
    debug: opening archive /var/cache/pacman/pkg/openldap-2.4.38-1-x86_64.pkg.tar.xz
    debug: skipping extraction of '.PKGINFO'
    debug: extracting /var/lib/pacman/local/openldap-2.4.38-1/install
    debug: extracting /var/lib/pacman/local/openldap-2.4.38-1/mtree
    debug: extract: skipping dir extraction of /etc/
    debug: extract: skipping dir extraction of /etc/openldap/
    debug: extracting /etc/openldap/slapd.ldif
    debug: appending backup entry for etc/openldap/slapd.ldif
    debug: extracting /etc/openldap/slapd.conf
    debug: appending backup entry for etc/openldap/slapd.conf
    debug: extracting /etc/openldap/slapd.d/
    debug: extracting /etc/openldap/schema/
    debug: extracting /etc/openldap/DB_CONFIG.example
    debug: extracting /etc/openldap/schema/pmi.schema
    debug: extracting /etc/openldap/schema/duaconf.ldif
    debug: extracting /etc/openldap/schema/misc.ldif
    debug: extracting /etc/openldap/schema/ldapns.schema
    debug: extracting /etc/openldap/schema/core.schema
    debug: extracting /etc/openldap/schema/cosine.ldif
    debug: extracting /etc/openldap/schema/ppolicy.ldif
    debug: extracting /etc/openldap/schema/corba.ldif
    debug: extracting /etc/openldap/schema/dyngroup.ldif
    debug: extracting /etc/openldap/schema/nis.schema
    debug: extracting /etc/openldap/schema/ppolicy.schema
    debug: extracting /etc/openldap/schema/core.ldif
    debug: extracting /etc/openldap/schema/java.ldif
    debug: extracting /etc/openldap/schema/collective.ldif
    debug: extracting /etc/openldap/schema/README
    debug: extracting /etc/openldap/schema/nis.ldif
    debug: extracting /etc/openldap/schema/misc.schema
    debug: extracting /etc/openldap/schema/corba.schema
    debug: extracting /etc/openldap/schema/pmi.ldif
    debug: extracting /etc/openldap/schema/inetorgperson.schema
    debug: extracting /etc/openldap/schema/dyngroup.schema
    debug: extracting /etc/openldap/schema/java.schema
    debug: extracting /etc/openldap/schema/collective.schema
    debug: extracting /etc/openldap/schema/inetorgperson.ldif
    debug: extracting /etc/openldap/schema/duaconf.schema
    debug: extracting /etc/openldap/schema/cosine.schema
    debug: extracting /etc/openldap/schema/openldap.ldif
    debug: extracting /etc/openldap/schema/openldap.schema
    debug: extract: skipping dir extraction of /usr/
    debug: extract: skipping dir extraction of /usr/lib/
    debug: extract: skipping dir extraction of /usr/bin/
    debug: extract: skipping dir extraction of /usr/share/
    debug: extract: skipping dir extraction of /usr/share/licenses/
    debug: extract: skipping dir extraction of /usr/share/man/
    debug: extract: skipping dir extraction of /usr/share/man/man1/
    debug: extract: skipping dir extraction of /usr/share/man/man5/
    debug: extract: skipping dir extraction of /usr/share/man/man8/
    debug: extracting /usr/share/man/man8/slapschema.8.gz
    debug: extracting /usr/share/man/man8/slapauth.8.gz
    debug: extracting /usr/share/man/man8/slapd.8.gz
    debug: extracting /usr/share/man/man8/slapadd.8.gz
    debug: extracting /usr/share/man/man8/slapcat.8.gz
    debug: extracting /usr/share/man/man8/slapindex.8.gz
    debug: extracting /usr/share/man/man8/slaptest.8.gz
    debug: extracting /usr/share/man/man8/slapacl.8.gz
    debug: extracting /usr/share/man/man8/slappasswd.8.gz
    debug: extracting /usr/share/man/man8/slapdn.8.gz
    debug: extracting /usr/share/man/man5/slapo-memberof.5.gz
    debug: extracting /usr/share/man/man5/slapo-retcode.5.gz
    debug: extracting /usr/share/man/man5/slapo-pbind.5.gz
    debug: extracting /usr/share/man/man5/slapo-translucent.5.gz
    debug: extracting /usr/share/man/man5/slapd.plugin.5.gz
    debug: extracting /usr/share/man/man5/slapd.overlays.5.gz
    debug: extracting /usr/share/man/man5/slapo-rwm.5.gz
    debug: extracting /usr/share/man/man5/slapd-perl.5.gz
    debug: extracting /usr/share/man/man5/slapo-sssvlv.5.gz
    debug: extracting /usr/share/man/man5/slapd-hdb.5.gz
    debug: extracting /usr/share/man/man5/slapo-dynlist.5.gz
    debug: extracting /usr/share/man/man5/slapo-dyngroup.5.gz
    debug: extracting /usr/share/man/man5/slapo-dds.5.gz
    debug: extracting /usr/share/man/man5/slapo-chain.5.gz
    debug: extracting /usr/share/man/man5/slapo-constraint.5.gz
    debug: extracting /usr/share/man/man5/slapd-ldbm.5.gz
    debug: extracting /usr/share/man/man5/slapo-unique.5.gz
    debug: extracting /usr/share/man/man5/slapd-relay.5.gz
    debug: extracting /usr/share/man/man5/slapd-bdb.5.gz
    debug: extracting /usr/share/man/man5/slapd-monitor.5.gz
    debug: extracting /usr/share/man/man5/slapd-shell.5.gz
    debug: extracting /usr/share/man/man5/slapd.conf.5.gz
    debug: extracting /usr/share/man/man5/slapo-auditlog.5.gz
    debug: extracting /usr/share/man/man5/slapo-accesslog.5.gz
    debug: extracting /usr/share/man/man5/slapd.backends.5.gz
    debug: extracting /usr/share/man/man5/slapd-null.5.gz
    debug: extracting /usr/share/man/man5/slapd-ldif.5.gz
    debug: extracting /usr/share/man/man5/ldif.5.gz
    debug: extracting /usr/share/man/man5/slapd.access.5.gz
    debug: extracting /usr/share/man/man5/slapo-valsort.5.gz
    debug: extracting /usr/share/man/man5/slapd-meta.5.gz
    debug: extracting /usr/share/man/man5/slapd-dnssrv.5.gz
    debug: extracting /usr/share/man/man5/slapo-sock.5.gz
    debug: extracting /usr/share/man/man5/slapo-collect.5.gz
    debug: extracting /usr/share/man/man5/slapd-config.5.gz
    debug: extracting /usr/share/man/man5/slapd-sock.5.gz
    debug: extracting /usr/share/man/man5/slapd-ndb.5.gz
    debug: extracting /usr/share/man/man5/slapd-mdb.5.gz
    debug: extracting /usr/share/man/man5/slapo-refint.5.gz
    debug: extracting /usr/share/man/man5/slapd-ldap.5.gz
    debug: extracting /usr/share/man/man5/slapd-sql.5.gz
    debug: extracting /usr/share/man/man5/slapo-ppolicy.5.gz
    debug: extracting /usr/share/man/man5/slapo-syncprov.5.gz
    debug: extracting /usr/share/man/man5/slapd-passwd.5.gz
    debug: extracting /usr/share/man/man5/slapo-pcache.5.gz
    debug: extracting /usr/share/man/man1/ldappasswd.1.gz
    debug: extracting /usr/share/man/man1/ldapmodrdn.1.gz
    debug: extracting /usr/share/man/man1/ldapdelete.1.gz
    debug: extracting /usr/share/man/man1/ldapadd.1.gz
    debug: extracting /usr/share/man/man1/ldapurl.1.gz
    debug: extracting /usr/share/man/man1/ldapwhoami.1.gz
    debug: extracting /usr/share/man/man1/ldapexop.1.gz
    debug: extracting /usr/share/man/man1/ldapcompare.1.gz
    debug: extracting /usr/share/man/man1/ldapmodify.1.gz
    debug: extracting /usr/share/man/man1/ldapsearch.1.gz
    debug: extracting /usr/share/licenses/openldap/
    debug: extracting /usr/share/licenses/openldap/LICENSE
    debug: extracting /usr/bin/slapdn
    debug: extracting /usr/bin/slapauth
    debug: extracting /usr/bin/slapd
    debug: extracting /usr/bin/ldapsearch
    debug: extracting /usr/bin/ldapmodify
    debug: extracting /usr/bin/slapadd
    debug: extracting /usr/bin/ldapdelete
    debug: extracting /usr/bin/ldappasswd
    debug: extracting /usr/bin/slappasswd
    debug: extracting /usr/bin/slaptest
    debug: extracting /usr/bin/slapcat
    debug: extracting /usr/bin/slapschema
    debug: extracting /usr/bin/ldapadd
    debug: extracting /usr/bin/slapacl
    debug: extracting /usr/bin/ldapmodrdn
    debug: extracting /usr/bin/ldapwhoami
    debug: extracting /usr/bin/ldapexop
    debug: extracting /usr/bin/slapindex
    debug: extracting /usr/bin/ldapcompare
    debug: extracting /usr/bin/ldapurl
    debug: extracting /usr/lib/slapd
    debug: extract: skipping dir extraction of /usr/lib/systemd/
    debug: extract: skipping dir extraction of /usr/lib/tmpfiles.d/
    debug: extracting /usr/lib/openldap/
    debug: extracting /usr/lib/openldap/memberof-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/deref-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/nssov.so.0
    debug: extracting /usr/lib/openldap/deref.so
    debug: extracting /usr/lib/openldap/collect-2.4.so.2
    debug: extracting /usr/lib/openldap/unique-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/unique.so
    debug: extracting /usr/lib/openldap/nssov.so.0.0.0
    debug: extracting /usr/lib/openldap/memberof.so
    debug: extracting /usr/lib/openldap/retcode-2.4.so.2
    debug: extracting /usr/lib/openldap/auditlog-2.4.so.2
    debug: extracting /usr/lib/openldap/seqmod-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/dyngroup-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/collect.so
    debug: extracting /usr/lib/openldap/memberof-2.4.so.2
    debug: extracting /usr/lib/openldap/ppolicy.so
    debug: extracting /usr/lib/openldap/sssvlv.so
    debug: extracting /usr/lib/openldap/refint.so
    debug: extracting /usr/lib/openldap/constraint-2.4.so.2
    debug: extracting /usr/lib/openldap/sssvlv-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/retcode-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/rwm-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/rwm.so
    debug: extracting /usr/lib/openldap/syncprov.so
    debug: extracting /usr/lib/openldap/refint-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/valsort.so
    debug: extracting /usr/lib/openldap/dds.so
    debug: extracting /usr/lib/openldap/dyngroup-2.4.so.2
    debug: extracting /usr/lib/openldap/collect-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/nssov.so
    debug: extracting /usr/lib/openldap/dds-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/sssvlv-2.4.so.2
    debug: extracting /usr/lib/openldap/ppolicy-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/translucent.so
    debug: extracting /usr/lib/openldap/accesslog-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/pcache-2.4.so.2
    debug: extracting /usr/lib/openldap/accesslog-2.4.so.2
    debug: extracting /usr/lib/openldap/accesslog.so
    debug: extracting /usr/lib/openldap/rwm-2.4.so.2
    debug: extracting /usr/lib/openldap/unique-2.4.so.2
    debug: extracting /usr/lib/openldap/dds-2.4.so.2
    debug: extracting /usr/lib/openldap/valsort-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/constraint-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/translucent-2.4.so.2
    debug: extracting /usr/lib/openldap/seqmod-2.4.so.2
    debug: extracting /usr/lib/openldap/translucent-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/auditlog.so
    debug: extracting /usr/lib/openldap/deref-2.4.so.2
    debug: extracting /usr/lib/openldap/seqmod.so
    debug: extracting /usr/lib/openldap/dynlist.so
    debug: extracting /usr/lib/openldap/dynlist-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/refint-2.4.so.2
    debug: extracting /usr/lib/openldap/syncprov-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/syncprov-2.4.so.2
    debug: extracting /usr/lib/openldap/pcache-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/ppolicy-2.4.so.2
    debug: extracting /usr/lib/openldap/constraint.so
    debug: extracting /usr/lib/openldap/valsort-2.4.so.2
    debug: extracting /usr/lib/openldap/auditlog-2.4.so.2.10.1
    debug: extracting /usr/lib/openldap/pcache.so
    debug: extracting /usr/lib/openldap/dynlist-2.4.so.2
    debug: extracting /usr/lib/openldap/retcode.so
    debug: extracting /usr/lib/openldap/dyngroup.so
    debug: extracting /usr/lib/tmpfiles.d/slapd.conf
    debug: extract: skipping dir extraction of /usr/lib/systemd/system/
    debug: extracting /usr/lib/systemd/system/slapd.service
    debug: extract: skipping dir extraction of /var/
    debug: extract: skipping dir extraction of /var/lib/
    debug: extracting /var/lib/openldap/
    debug: extracting /var/lib/openldap/openldap-data/
    debug: extracting /var/lib/openldap/openldap-data/DB_CONFIG.example
    debug: updating database
    debug: adding database entry 'openldap'
    debug: writing openldap-2.4.38-1 DESC information back to db
    debug: writing openldap-2.4.38-1 FILES information back to db
    debug: adding entry 'openldap' in 'local' cache
    debug: executing ". /tmp/alpm_GjNzSI/.INSTALL; post_install 2.4.38-1"
    debug: executing "/usr/bin/bash" under chroot "/"
    any idea?
    I already checked if /usr/bin/bash is there, and yes, its there and working.
    Also the installation of all other packages work, only openldap seem to fail...
    Last edited by Vamp898 (2014-01-13 10:56:15)

    I fixed it, stupid mistake.
    I edited /etc/nsswitch.conf and put ldap in there before installing ldap. Seems like this is _not_ an good idea
    thx for your help anyway

  • [SOLVED] Installation of Enemy Territory fails

    Hi Archers ,
    System:
    Archlinux 64bit
    32bit libs: (installed with pacman "What else ")
    lib32-glibc, lib32-gcc-libs, lib32-alsa-lib, lib32-libstdc++5, lib32-openal, lib32-libxdamage, lib32-libxfixes, lib32-sdl
    Nvidia Driver (also installed with 32bit lib support):
    NVIDIA-Linux-x86_64-100.14.23-pkg2.run (This is the only Nvidia driver which works without graphical problems in UT2004)
    Shell: BASH (uxterm)
    Login: root (Please NO discussion about the risk and consequences being logined as root *THANX*)
    following Problem:
    I would like to play Enemy Territory but the Installer failed to install with following message:
    Verifying archive integrity... All good.
    Uncompressing Enemy Territory 2.60 Full Install..............................................................................................................................................................................................................................................................................................................................
    ./setup.sh: line 191: /root/.setup8705: cannot execute binary file
    ./setup.sh: line 191: /root/.setup8705: cannot execute binary file
    I started the installer with following commands but everytime the same message:
    linux32 sh et-linux-2.60.x86.run
    linux32 sh ./et-linux-2.60.x86.run
    linux32 et-linux-2.60.x86.run
    linux32 ./et-linux-2.60.x86.run
    ./et-linux-2.60.x86.run
    I try to change the PATH-Variable:
    PATH=$PATH:/opt/lib32/lib:/opt/lib32/usr/lib
    (same error message as above)
    Than i tried to install an older Version (et-linux-2.55.x86.run) with following Message:
    Verifying archive integrity... All good.
    Uncompressing Enemy Territory 2.55...........................................................................................................................................................................................................................................................................................................
    The setup program seems to have failed on x86/glibc-2.0
    See http://zerowing.idsoftware.com/linux/ for troubleshooting
    In this case i also tried all variations of starting the binary, as above.
    I also tried to extract the binary with the --keep parameter and start the setup.sh manualy (also with and without the linux32 command), but with the same results.
    Is there a Problem with the LOKI installer?
    Is there a lib, which i have to install?
    Do i have to edit the setup.sh?
    PLEASE HELP ME.......
    Last edited by roost (2008-04-14 11:56:12)

    roost wrote:
    VERDICT
    Installation of Enemy-Territory (Return to Castle Wolfenstein) and True Combat: Elite on ArchLinux 64 bit:
    Kernel with 32-bit support:
    Executable file formats / Emulations --> [*] IA32 Emulation
                                                             <*>   IA32 a.out support
    32-bit compatibility libraries (installed with pacman):
    lib32-glibc, lib32-gcc-libs, lib32-alsa-lib, lib32-libstdc++5, lib32-openal, lib32-libxdamage, lib32-libxfixes, lib32-sdl
    Install Nvidia driver with 32-bit support.
    (maybe Ati driver similar)
    Download Packages:
    http://aur.archlinux.org/packages.php?ID=2063 #Enemy Territory Package
    http://aur.archlinux.org/packages.php?ID=2661 #True Combat: Elite Package
    change the line arch=('i686') to arch=('x86_64') in the file PKGBUILD.
    makepkg (HOWTO):
    http://wiki.archlinux.org/index.php/AUR_User_Guidelines
    Sound issue:
    http://nullkey.ath.cx/~stuff/et-sdl-sound/
    From this Webpage:
    wget -q -O - http://nullkey.ath.cx/~stuff/et-sdl-sou … l-sound.gz | gzip -d > et-sdl-sound && chmod a+x et-sdl-sound
    start the downloaded file: et-sdl-sound , and immediately will start ET.
    Via the mod menu you can switch to TC:E.
    Greez  roost
    ok I tried to do this but I keep getting errors
    ==> Validating source files with md5sums...
    et-linux-2.60.x86.run ... Passed
    ET-2.60b.zip ... Passed
    enemy-territory.desktop ... Passed
    et-ded ... FAILED
    et-pbupdate.sh ... FAILED
    et.sh ... FAILED
    etded.sh ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    what Am I doing wrong here?
    Edit
    Doh I forgot to download all the packages now that was silly of me lol
    Last edited by Shadowmeph (2008-05-27 19:50:23)

  • [SOLVED] Installation on UEFI from usb stick

    Greetings,
    I'm trying to figure out this uefi thing and install arch on my laptop.
    I swear, I've been trying so many times now that I have a headache. My girlfriend too because of all my ranting.
    I downloaded the latest arch iso and "burned" it to a usb stick (my laptop lack a cdrom).
    I booted with the first option and went through the whole installation progress to the grub installing part MANY times before realizing I was doing it all wrong and I had to start from a UEFI shell.
    Now I started from the UEFI shell and I just have no idea what I'm doing, the beginner guide doesn't seem to explain this.
    I should probably wait until my headache pass and I'm fresh and ready to start over but I'm one stubborn guyif there is one and I had enough of failing, I want it to work.
    What do I do from the UEFI shell?
    Do I have to reinstall everything from scratch, partitioning and all or I can just get back to the part where I have to install grub? What do I do?
    Thanks in advance and sorry if I'm asking stupid questions or something but, honestly, I failed so many times that my frustration is seriously high.
    Last edited by arkindal (2013-08-13 23:13:11)

    Hi,
    this is basically what I followed and it worked for me:
    make an archlinux uefi usb stick (it's a bit different than a normal one). Use a live ubuntu cd or something, so you don't have to use windows:
    #format your usb key on /dev/sdXY to fat32 (replace XY with the right device, in the following code too)
    sudo su
    wget http://mirror.us.leaseweb.net/archlinux/iso/2013.08.01/archlinux-2013.08.01-dual.iso
    mkdir -p /mnt/{usb,iso}
    mount -o loop archlinux-2013.08.01-dual.iso /mnt/iso
    awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf | xargs mkfs.vfat -F32 /dev/sdXY -n
    mount /dev/sdXY /mnt/usb
    cp -a /mnt/iso/* /mnt/usb
    sync
    umount /mnt/{usb,iso}
    full instructions here: https://wiki.archlinux.org/index.php/Un … B_from_ISO
    now you have the instalation usb ready.
    When I did this, i could still go to choose my boot device and i had a normal usb key boot option and an uefi shell usb key option, see if you have something like that to be sure you have the uefi boot. you should see an uefi shell and it should boot automatically as a normal archlinux live usb. if it doesn not (happend to me before) run ./start.sh or something like that (it should say in the uefi shell what to run). If that doesn not work, then the uefi usb key didn't work.
    okay if you've successfully booted the uefi usb you have to format your drive so it has the uefi boot partition mounted inside the grup folder, so there has to be a ef00 partition on the begining
    This is my actuall install script, it will wipe your drive, make 5 partitions (uefi boot, boot, swap, root, home) and then mount them, install arch and then chroot into that
    modprobe efivars
    #configure this as you wish
    SWAPSIZE=4G
    ROOTSIZE=50G
    DRIVE=sda
    #these two lines are horrible, you could manually use gdist and format the drive as you wish, as this will just wipe it clean and make the partion table that I have.
    dd if=/dev/zero of=/dev/$DRIVE bs=1M count=1k
    echo "2\no\ny\nn\n\n\n+100M\nef00\nn\n\n\n+100M\n\nn\n\n\n+${SWAPSIZE}\n8200\nn\n\n\n+${ROOTSIZE}\n\nn\n\n\n\n\np\nw\ny\n" | gdisk /dev/$DRIVE
    mkfs.vfat -F 32 /dev/${DRIVE}1
    mkfs.ext2 -L boot /dev/${DRIVE}2
    mkswap -L swap /dev/${DRIVE}3
    mkfs.ext4 -L root /dev/${DRIVE}4
    mkfs.ext4 -L home /dev/${DRIVE}5
    swapon /dev/${DRIVE}3
    mount /dev/${DRIVE}4 /mnt
    mkdir /mnt/home
    mount /dev/${DRIVE}5 /mnt/home
    mkdir /mnt/boot
    mount /dev/${DRIVE}2 /mnt/boot
    #this is the magic uefi part for grub
    mkdir /mnt/boot/efi
    mount /dev/${DRIVE}1 /mnt/boot/efi
    pacstrap /mnt base base-devel zsh
    genfstab -U -p /mnt >> /mnt/etc/fstab
    arch-chroot /mnt
    After doing that, you have can install the system as you wish and for the grub I do this:
    I had problems a few times if i copy pasted all these lines at once, so now i copy paste them one at a time, (I know it should not make a difference but still, sometimes it didn't work)
    # i do this in chmod too, though I'm not sure if it's really necessary
    modprobe efivars
    mkinitcpio -p linux
    echo "installing efi grup thingy"
    pacman -S --noconfirm efibootmgr grub-efi-x86_64
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    mkdir -p /boot/grub/locale
    cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    grub-mkconfig -o /boot/grub/grub.cfg
    and this is all i have in my install script file and uefi works fine.  I hope you'll get it running soon
    Last edited by zidarsk8 (2013-08-09 00:25:20)

  • [SOLVED] Installation help - hostname and vconsole files don't exist

    I've installed Arch several times in the past with no problems.  I recently installed ArchBang on my laptop with no problems.
    I'm trying to follow the guide here: https://wiki.archlinux.org/index.php/In … e#Download
    but to me it seems quite incomplete.
    I don't have any problems w/ downloading and burning, booting from CD, creating partitions and filesystems, mounting, pacstrap,
    Then I follow the instructions on installing grub-bios, generating fstab, and I chroot.
    That's when things go badly.
    The first thing it says is to write my hostname to /etc/hostname.  That file doesn't exist.  It's easy enough to create, but how do I know what the file should look like.  I assume it should simply contain the hostname, or should it say hostname = hostname? Anyway, moving on to the next problem.
    I managed to generate the locale, but then it says to: Add console keymap and font preferences in /etc/vconsole.conf.  Well that file doesn't exist either.
    I try skipping that, and mkinitcpio completes successfully.
    Then let's talk about installing grub.  The only thing in /boot/grub in grub.cfg and grub.cfg.example, neither of which are readable.  I'm expecting something like a grub.conf or a menu.lst that are easy to configue.  This thing looks like some kind of script from hell.  Am I supposed to make my own menu.lst?
    Did I miss some huge step.  I keep looking through it but I don't see what I'm missing.
    Last edited by d_logan (2013-01-31 01:03:52)

    d_logan wrote:Someone should just redirect that installation guide to the beginner's guide.  That thing is about worthless.
    Not at all: it is a good guide for people who know what they are doing and just need basic directions, not a 1:100 map...
    As the fornt page of the Arch Wiki describes them:
    Beginners' Guide
    A guide through the whole process of installing and configuring Arch Linux; written for new or inexperienced users.
    Installation Guide
    A concise installation guide; aimed at experienced Arch users.

  • [SOLvED]Installation restore after BIOS update. UEFI doesn't boot.

    Hello.
    In order to solve my trouble with firewire on my motherboard in was adviced -in the FW mailing list- to update the BIOS. As expected the boot entry created with efibootmgr was erased but thats fine and i knew it was going to happen.
    The problem however is that neither archboot (USB) neither archiso (CD) nor ubuntu12.04 (USB) can boot into it so i can restore the uefi entries.
    All hang with a blank screen. Ubuntu and Archboot booted fine in UEFI mode before the update.
    I tried nomodeset, acpi=off and noapic but ended up with the same blank screen and no messages at all.
    Last edited by 89c51 (2012-09-04 11:45:01)

    I downgraded to the previous (83) and to the original (70) and it doesn't boot in any of those two in UEFI.
    It worked fine with version 70 before the morning update.
    dafuq
    Last edited by 89c51 (2012-09-03 16:27:55)

  • [SOLVED] Installer cannot create filesystems

    I am trying to do a new install of Arch from the Apr-12 iso. My disk drive is gpt partitioned and I have prepartitioned it with two new partitions for Arch / and /home. So, when I am preparing the disk during the installation, I am skipping the partitioning step and going to the filesystems and block devices step. I go through the menu sequence to select one of my partitions, tell it to create an ext4 and use it for /. Then I give it no label and no ext4 options. It fails.
    The message flashes very quickly at the bottom of the screen and is immediately covered back up by the blue installer screen. I have tried to stare at it and have caught that it is complaining about some expression not terminated properly. I have done nothing but select a partition from a menu and made other menu selections.
    Also, the installer sees every partition on my drive as "raw". Is this normal? All other installers I have run do a better job of showing what kind of filesystem they have (or don't have), etc. Maybe there is something wrong with the way my gpt partitions are being detected by the installer.
    Finally, mjheagle8 on freenode was trying to help me with this last night. He suggested I open a new tty and run mkfs.ext4 commands to create the filesystems. That was successful, but I still don't know how to get the installer to take them and use them for / and /home.
    Thank you for any advice you can give. I can find nothing in the Wiki docs about what to do if the filesystems step fails. It just says to go back, correct the errors, and redo.
    Tim
    Last edited by ratcheer (2012-05-01 21:31:18)

    ratcheer wrote:Finally, mjheagle8 on freenode was trying to help me with this last night. He suggested I open a new tty and run mkfs.ext4 commands to create the filesystems. That was successful, but I still don't know how to get the installer to take them and use them for / and /home.
    You can format with mkfs and then skip formatting with 'Manually configure block devices, filesystems and mountpoints' in installer. But it's really strange that installer can not handle it...

Maybe you are looking for

  • Crystal Report Hyperlink to Sub-report or other report

    Hi, I would like to create a report on which the first part will show project summary page. The second part will have all project detail pages and third part with all project financial informations. The report should work in such a way whenever user

  • Few questions about Stor.E TV+

    Hi, bought the gadget yesterday (to be used as a media server on my network). Then I ran into some problems: - There is no TV connected and using the remote to setup the device proves a bit hard. The only web interface is a sample cgi script to calcu

  • Backlight or inverter?

    I have a problem with my 20" Cinema display. it's the older model. About one third of the screen shows a dimmed light. could it be one of the lamps or is it an inverter problem? Is there a quick way to find out what the problem is? thank you Ngr

  • ITunes doesn't play MP3 file anymore!??

    So I updated to iTunes 10.5 and now MP3 files sound all weird. But MP4 files play perfectly fine? Is there a way to fix this or should I call Apple or should I wait for iTunes 10.6?

  • Valuation type as mandatory in creating PR

    Hi All, Can you help me regarding this below Issue. Client want to make  Valuation Type field as MANDATORY, without entering this field PR should not get processed. In case of Service PR, this field is not enabled. This is ok. However in case of Mate