[SOLVED] Trying to install Arch Linux from harddisk using /dev/sda2

Hi
I'm trying to install Arch using my swap partition, following this wiki entry: https://wiki.archlinux.org/index.php/Ha … stallation
What I've done:
Downloaded ISO: archlinux-2010.05-netinstall-i686.iso
Command: swapoff /dev/sda2
Command: fdisk /dev/sda and changed the system type to 83 (Linux) on /dev/sda2
Now it looks like:
Command (m for help): p
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x00017e5b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1060289 530144+ 83 Linux
/dev/sda2 1060290 3164804 1052257+ 83 Linux
/dev/sda3 3164805 105579179 51207187+ 83 Linux
/dev/sda4 105579180 488392064 191406442+ 83 Linux
It complained about device was busy, but it still seemed to have changed the system type, so I did partprobe as it wrote.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
[root@swamp ~]# partprobe
<no output>
Next I did:
[root@swamp ~]# dd if=archlinux-2010.05-netinstall-i686.iso of=/dev/sda2
327680+0 records in
327680+0 records out
167772160 bytes (168 MB) copied, 4.3025 s, 39.0 MB/s
[root@swamp ~]# mkdir /mnt/sda2
[root@swamp ~]# mount /dev/sda2 /mnt/sda2
mount: warning: /mnt/sda2 seems to be mounted read-only.
[root@swamp ~]# ls -al /mnt/sda2
total 150466
dr-xr-xr-x 3 root root 240 May 16 15:54 .
drwxr-xr-x 6 root root 4096 Nov 5 01:40 ..
dr-xr-xr-x 3 root root 556 May 16 15:52 boot
-r--r--r-- 1 root root 448 May 16 15:54 isomounts
-r--r--r-- 1 root root 8192 May 16 15:54 overlay.sqfs
-r--r--r-- 1 root root 154058752 May 16 15:54 root-image.sqfs
And unmounted it again.
The wiki page says to type: fsck -f /dev/sda2fsck, but I get no such file while trying to open sda2fsck.
[root@swamp ~]# fsck -f /dev/sda2fsck
fsck from util-linux-ng 2.18
e2fsck 1.41.12 (17-May-2010)
fsck.ext2: No such file or directory while trying to open /dev/sda2fsck
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Can I ignore the above and continue modifying grub?
Thanks :-)
Last edited by valvet (2010-11-08 14:49:07)

fsck -f /dev/sda2fsck makes no sense because /dev/sda2fsck is not a deivce. If the wiki says that, then it is wrong. It's only doing a fsck anyway so probably not really needed. If you are just formatting th swap partition then use, mkfs.ext{234}.
edit:
from the wiki
# fsck -f /dev/sda2fsck 1.40.8 (13-Mar-2008)
e2fsck 1.40.8 (13-Mar-2008)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 3A: Optimizing directories
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda2: 243/78936 files (8.2% non-contiguous), 310519/314880 blocks
The first like should just be
# fsck -f /dev/sda2
Last edited by sand_man (2010-11-05 06:46:01)

Similar Messages

  • Trying to install Arch Linux on a HP-dv2000 laptop

    I am able to start up from, the CD no problem. I get the Arch Linux menu. What I think is the problem is maybe a resolution issue because as I go to install it, the screen looks wonky and I can't see the command line properly. I know when I install Ubuntu for example, the installation screen looks off to one side. Only after installing the nvidia driver after successfully installing Ubuntu does the screen look the way it supposed to.
    I think the same think is happening here when trying to install Arch Linux. Any suggestions on how I can resolve this? This is a big deal for me because for the first time, I think I am going to learn a ton of stuff about Arch Linux. I am willing to take the plunge following the beginner's guide along the way.
    Thanks for the help!!

    ArchLinux is designed to run whether in VirtualBox or on a real machine. 
    If you have a TV connector plugged in it will chop some regular lines at the bottom to make up for the difference in TV resolution.
    There are a couple of packages related to nvidia hardware, nouveau is one of them.  Just do a pacman -Ss nvidia for possibilities of things you might need to install.  Your nvidia hardware is a little newer, so probably nvidia is the package you'll need instead of nouveau. 
    Are you using X?  When you install the proper xf86-video-* driver it shouldn't have any problems with X.  If modesetting is turned off, then some resolutions may not be made available (especially in Gnome), so it is best to keep it turned on if at all possible (kernel default).
    Last edited by nomorewindows (2012-03-12 17:19:55)

  • [SOLVED]How to install Arch Linux UEFI to dual-boot?

    Hey,
    so I have a Lenovo G50-70 on which I want to have a Windows-Arch dualboot. I followed the Beginner's Guide, installed Arch but ended up with an inaccessible Windows. I could boot into Windows from the BIOS utility, but not from the gummiboot bootloader.
    The guide said if I wanted to dual-boot, I must leave windows EFI partition alone, which I did. I have my Windows partitions set up the Windows way, with the system reserved and EFI and recovery partitions, and I have my Windows partition of course and a data partition. After that I have some unallocated space, on which I made the Arch partitions, /dev/sda6 as an ESP partition for the EFI files, /dev/sda7 as root, /dev/sda8 as swap and /dev/sda9 as /home. The install process went without any error, then I made some configurations and installed dosfstools & efibootmgr. After that, I installed gummiboot and ran "gummiboot --path=/boot install". After that I created the configuration files exactly like in the guide, unmounted the partitions, rebooted and saw that there's no (easy) way getting into Windows. So my question is: how can I install Arch to have a working dual-boot system?
    Thanks for any help in advance!
    Regards, Matteussz
    Last edited by Matteussz (2015-02-11 20:41:37)

    Hey,
    Writing to you on my working dual-boot with ArchLinux (Windows 8.1 64-Bit, UEFI)
    So first step I've done is creating free space of an existing partition in the windows disk management (windows button and r and then type diskmgmt.msc). At this step, you have to record which partition your efi partition is (just take a look at your efi partition and remember the mb of this partition for later)
    Then go into the uefi settings (bios) and disable secure boot as well as fast boot, otherwise it could cause data crash.
    Boot your Arch Live CD and follow the beginners guide all the way along till you reach the disk management.
    If you want to have swap, you can create yours right now, should be a primary partition of about 4gigs.
    Next partition is gonna be your home, system partition (I've didn't created two partitions for home and for the system but you could do this as well as just go with one partition) this partition gonna be formatted in ext4
    Next step, you have to mount your windows-efi partition in /boot/efi but don't format it dont remeber if it asks you how to use the partition but if so, just use as fat32.
    After the disk management go ahead with your arch installation and follow the beginners guide. (Make sure you're using the grub bootloader)
    After finishing the installation, restart your system, hopefully you will recognize the opening grub menu. (but dont scare, windows wont show in the grub menu at this time so you have to boot your arch)
    Arrived in arch linux type the command
    grub-mkconfig -o /boot/grub/grub.cfg
    Reboot and your done with your Arch Linux, Windows 8 dual boot, hopefully

  • Installing Arch Linux from Arch Linux .

    Is there a form to  install the base system from Arch Linux? I have Arch Linux I686 and a partition with free space. Maybe in a virtual box and then copying to the partition?

    i put X84_64 in /etc/pacman.conf and pacstrap dowload the correct x86_64 files BUT. When the programs are installing pacman calls execv and there is a arch imcopatibility see:
    # mnt pacstrap -i /mnt base base-devel
    ==> Creating install root at /mnt
    ==> Installing packages to /mnt
    :: Sincronizando las bases de datos de paquetes...
    core 105,4 KiB 30,5K/s 00:03 [#####################################################################] 100%
    extra 1440,5 KiB 199K/s 00:07 [#####################################################################] 100%
    community 1885,8 KiB 153K/s 00:12 [#####################################################################] 100%
    :: Hay 52 miembros en el grupo base:
    :: Repositorio core
    1) bash 2) bzip2 3) coreutils 4) cronie 5) cryptsetup 6) device-mapper 7) dhcpcd 8) diffutils 9) e2fsprogs 10) file 11) filesystem 12) findutils 13) gawk 14) gcc-libs
    15) gettext 16) glibc 17) grep 18) gzip 19) heirloom-mailx 20) inetutils 21) iproute2 22) iputils 23) jfsutils 24) less 25) licenses 26) linux 27) logrotate 28) lvm2
    29) man-db 30) man-pages 31) mdadm 32) nano 33) netcfg 34) pacman 35) pciutils 36) pcmciautils 37) perl 38) ppp 39) procps-ng 40) psmisc 41) reiserfsprogs 42) sed 43) shadow
    44) sysfsutils 45) systemd-sysvcompat 46) tar 47) texinfo 48) usbutils 49) util-linux 50) vi 51) which 52) xfsprogs
    Introduzca una selección (por defecto=todos):
    :: Hay 14 miembros en el grupo base-devel:
    :: Repositorio core
    1) autoconf 2) automake 3) binutils 4) bison 5) fakeroot 6) flex 7) gawk 8) gcc 9) gettext 10) libtool 11) m4 12) make 13) patch 14) pkg-config
    Introduzca una selección (por defecto=todos):
    atención: saltando el objetivo: gawk
    atención: saltando el objetivo: gettext
    resolviendo dependencias...
    atención: bucle de dependencias detectado:
    atención: filesystem será instalado antes que su dependencia systemd
    verificando conflictos...
    Objetivos (129): acl-2.2.51-2 archlinux-keyring-20130114-1 attr-2.4.46-2 ca-certificates-20121105-1 cloog-0.18.0-1 cracklib-2.8.19-1 curl-7.28.1-1 db-5.3.21-1 dbus-1.6.8-6
    dirmngr-1.1.0-4 expat-2.1.0-1 gdbm-1.10-1 glib2-2.34.3-1 gmp-5.1.0-1 gnupg-2.0.19-3 gpgme-1.3.1-4 groff-1.21-2 hwids-20121203-1 iana-etc-2.30-3 iptables-1.4.16.3-1
    isl-0.11.1-1 kbd-1.15.5-3 keyutils-1.5.5-3 kmod-12-1 krb5-1.11-2 libarchive-3.0.4-2 libassuan-2.0.3-1 libcap-2.22-3 libffi-3.0.11-1 libgcrypt-1.5.0-3
    libgpg-error-1.10-2 libgssglue-0.4-1 libksba-1.2.0-2 libldap-2.4.33-3 libltdl-2.4.2-7 libmpc-1.0.1-1 libnl-3.2.11-1 libpcap-1.3.0-1 libpipeline-1.2.2-1
    libsasl-2.1.23-9 libssh2-1.4.3-1 libtirpc-0.2.2-4 libusbx-1.0.14-1 linux-api-headers-3.7.1-1 linux-firmware-20121118-1 mkinitcpio-0.12.0-2 mkinitcpio-busybox-1.20.2-1
    mpfr-3.1.1.p2-2 ncurses-5.9-3 openssl-1.0.1.c-1 pacman-mirrorlist-20121128-1 pam-1.1.6-1 pambase-20130113-1 pcre-8.32-1 pinentry-0.8.2-1 popt-1.16-5 ppl-1.0-1
    pth-2.0.7-4 readline-6.2.004-1 run-parts-4.3.4-1 systemd-197-4 sysvinit-tools-2.88-9 tzdata-2012j-1 xz-5.0.4-1 zlib-1.2.7-1 autoconf-2.69-1 automake-1.13.1-1
    bash-4.2.042-1 binutils-2.23.1-3 bison-2.7-1 bzip2-1.0.6-4 coreutils-8.20-1 cronie-1.4.9-2 cryptsetup-1.5.1-1 device-mapper-2.02.98-1 dhcpcd-5.6.4-1 diffutils-3.2-1
    e2fsprogs-1.42.6-1 fakeroot-1.18.4-1 file-5.11-1 filesystem-2012.12-1 findutils-4.4.2-4 flex-2.5.37-1 gawk-4.0.2-1 gcc-4.7.2-3 gcc-libs-4.7.2-3 gettext-0.18.2-1
    glibc-2.17-1 grep-2.14-1 gzip-1.5-1 heirloom-mailx-12.5-3 inetutils-1.9.1-4 iproute2-3.6.0-2 iputils-20121221-1 jfsutils-1.1.15-3 less-451-1 libtool-2.4.2-7
    licenses-2.9-1 linux-3.7.3-1 logrotate-3.8.2-2 lvm2-2.02.98-1 m4-1.4.16-2 make-3.82-5 man-db-2.6.3-1 man-pages-3.45-1 mdadm-3.2.6-1 nano-2.2.6-2 netcfg-3.0-1
    pacman-4.0.3-5 patch-2.7.1-2 pciutils-3.1.10-1 pcmciautils-018-6 perl-5.16.2-2 pkg-config-0.27.1-1 ppp-2.4.5-5 procps-ng-3.3.5-1 psmisc-22.19-1
    reiserfsprogs-3.6.21-4 sed-4.2.2-1 shadow-4.1.5.1-3 sysfsutils-2.1.0-8 systemd-sysvcompat-197-4 tar-1.26-2 texinfo-4.13a-7 usbutils-006-1 util-linux-2.22.2-1
    vi-1:050325-3 which-2.20-5 xfsprogs-3.1.10-1
    Tamaño de descarga: 153,97 MiB
    Tamaño instalado: 579,04 MiB
    ¿Continuar con la instalación? [S/n] s
    :: Descargando paquetes desde core...
    linux-api-headers-3.7.1-1-x86_64 614,4 KiB 81,1K/s 00:08 [#####################################################################] 100%
    tzdata-2012j-1-any 140,1 KiB 63,7K/s 00:02 [#####################################################################] 100%
    glibc-2.17-1-x86_64 7,9 MiB 87,0K/s 01:33 [#####################################################################] 100%
    ncurses-5.9-3-x86_64 946,6 KiB 153K/s 00:06 [#####################################################################] 100%
    readline-6.2.004-1-x86_64 295,0 KiB 72,2K/s 00:04 [#####################################################################] 100%
    bash-4.2.042-1-x86_64 788,4 KiB 165K/s 00:05 [#####################################################################] 100%
    bzip2-1.0.6-4-x86_64 54,7 KiB 29,6K/s 00:02 [#####################################################################] 100%
    gcc-libs-4.7.2-3-x86_64 767,2 KiB 79,2K/s 00:10 [#####################################################################] 100%
    db-5.3.21-1-x86_64 1139,3 KiB 134K/s 00:09 [#####################################################################] 100%
    zlib-1.2.7-1-x86_64 77,3 KiB 41,4K/s 00:02 [#####################################################################] 100%
    cracklib-2.8.19-1-x86_64 239,1 KiB 47,4K/s 00:05 [#####################################################################] 100%
    libgssglue-0.4-1-x86_64 29,4 KiB 23,8K/s 00:01 [#####################################################################] 100%
    libtirpc-0.2.2-4-x86_64 168,8 KiB 68,7K/s 00:02 [#####################################################################] 100%
    pambase-20130113-1-any 1032,0 B 567K/s 00:00 [#####################################################################] 100%
    pam-1.1.6-1-x86_64 632,5 KiB 62,1K/s 00:10 [#####################################################################] 100%
    attr-2.4.46-2-x86_64 64,2 KiB 41,1K/s 00:02 [#####################################################################] 100%
    acl-2.2.51-2-x86_64 124,8 KiB 64,0K/s 00:02 [#####################################################################] 100%
    gmp-5.1.0-1-x86_64 441,0 KiB 81,2K/s 00:05 [#####################################################################] 100%
    libcap-2.22-3-x86_64 33,9 KiB 27,5K/s 00:01 [#####################################################################] 100%
    coreutils-8.20-1-x86_64 2,0 MiB 92,0K/s 00:22 [#####################################################################] 100%
    run-parts-4.3.4-1-x86_64 19,2 KiB 23,0K/s 00:01 [#####################################################################] 100%
    cronie-1.4.9-2-x86_64 58,6 KiB 39,0K/s 00:02 [#####################################################################] 100%
    libgpg-error-1.10-2-x86_64 48,0 KiB 37,8K/s 00:01 [#####################################################################] 100%
    libgcrypt-1.5.0-3-x86_64 303,2 KiB 59,4K/s 00:05 [#####################################################################] 100%
    shadow-4.1.5.1-3-x86_64 1030,6 KiB 90,0K/s 00:11 [#####################################################################] 100%
    util-linux-2.22.2-1-x86_64 1566,2 KiB 67,2K/s 00:23 [#####################################################################] 100%
    expat-2.1.0-1-x86_64 101,4 KiB 33,0K/s 00:03 [#####################################################################] 100%
    iana-etc-2.30-3-any 319,8 KiB 52,6K/s 00:06 [#####################################################################] 100%
    filesystem-2012.12-1-any 6,0 KiB 19,7K/s 00:00 [#####################################################################] 100%
    dbus-1.6.8-6-x86_64 416,0 KiB 49,0K/s 00:08 [#####################################################################] 100%
    pcre-8.32-1-x86_64 970,1 KiB 138K/s 00:07 [#####################################################################] 100%
    libffi-3.0.11-1-x86_64 33,7 KiB 29,9K/s 00:01 [#####################################################################] 100%
    glib2-2.34.3-1-x86_64 1904,6 KiB 50,8K/s 00:38 [#####################################################################] 100%
    kbd-1.15.5-3-x86_64 1025,0 KiB 59,1K/s 00:17 [#####################################################################] 100%
    kmod-12-1-x86_64 92,4 KiB 53,5K/s 00:02 [#####################################################################] 100%
    hwids-20121203-1-any 281,1 KiB 32,4K/s 00:09 [#####################################################################] 100%
    xz-5.0.4-1-x86_64 217,9 KiB 44,1K/s 00:05 [#####################################################################] 100%
    systemd-197-4-x86_64 1788,3 KiB 61,7K/s 00:29 [#####################################################################] 100%
    device-mapper-2.02.98-1-x86_64 155,8 KiB 59,9K/s 00:03 [#####################################################################] 100%
    popt-1.16-5-x86_64 59,3 KiB 24,9K/s 00:02 [#####################################################################] 100%
    cryptsetup-1.5.1-1-x86_64 158,4 KiB 39,0K/s 00:04 [#####################################################################] 100%
    dhcpcd-5.6.4-1-x86_64 74,7 KiB 37,8K/s 00:02 [#####################################################################] 100%
    diffutils-3.2-1-x86_64 217,9 KiB 56,7K/s 00:04 [#####################################################################] 100%
    e2fsprogs-1.42.6-1-x86_64 694,9 KiB 61,4K/s 00:11 [#####################################################################] 100%
    file-5.11-1-x86_64 200,7 KiB 83,5K/s 00:02 [#####################################################################] 100%
    findutils-4.4.2-4-x86_64 368,8 KiB 56,8K/s 00:06 [#####################################################################] 100%
    gawk-4.0.2-1-x86_64 798,3 KiB 68,2K/s 00:12 [#####################################################################] 100%
    gettext-0.18.2-1-x86_64 2,1 MiB 128K/s 00:16 [#####################################################################] 100%
    grep-2.14-1-x86_64 194,2 KiB 52,4K/s 00:04 [#####################################################################] 100%
    gzip-1.5-1-x86_64 75,2 KiB 49,2K/s 00:02 [#####################################################################] 100%
    gdbm-1.10-1-x86_64 81,4 KiB 20,2K/s 00:04 [#####################################################################] 100%
    perl-5.16.2-2-x86_64 12,4 MiB 145K/s 01:28 [#####################################################################] 100%
    openssl-1.0.1.c-1-x86_64 2,5 MiB 64,1K/s 00:40 [#####################################################################] 100%
    libsasl-2.1.23-9-x86_64 115,5 KiB 34,8K/s 00:03 [#####################################################################] 100%
    libldap-2.4.33-3-x86_64 375,1 KiB 33,4K/s 00:11 [#####################################################################] 100%
    keyutils-1.5.5-3-x86_64 55,0 KiB 28,7K/s 00:02 [#####################################################################] 100%
    krb5-1.11-2-x86_64 1063,4 KiB 39,8K/s 00:27 [#####################################################################] 100%
    heirloom-mailx-12.5-3-x86_64 205,3 KiB 29,9K/s 00:07 [#####################################################################] 100%
    inetutils-1.9.1-4-x86_64 244,2 KiB 43,3K/s 00:06 [#####################################################################] 100%
    iptables-1.4.16.3-1-x86_64 243,0 KiB 57,0K/s 00:04 [#####################################################################] 100%
    iproute2-3.6.0-2-x86_64 426,4 KiB 34,8K/s 00:12 [#####################################################################] 100%
    sysfsutils-2.1.0-8-x86_64 28,9 KiB 20,7K/s 00:01 [#####################################################################] 100%
    iputils-20121221-1-x86_64 71,4 KiB 37,2K/s 00:02 [#####################################################################] 100%
    jfsutils-1.1.15-3-x86_64 165,8 KiB 59,5K/s 00:03 [#####################################################################] 100%
    less-451-1-x86_64 88,6 KiB 21,6K/s 00:04 [#####################################################################] 100%
    licenses-2.9-1-any 59,4 KiB 29,0K/s 00:02 [#####################################################################] 100%
    linux-firmware-20121118-1-any 15,7 MiB 102K/s 02:37 [#####################################################################] 100%
    mkinitcpio-busybox-1.20.2-1-x86_64 163,5 KiB 44,0K/s 00:04 [#####################################################################] 100%
    libarchive-3.0.4-2-x86_64 533,0 KiB 121K/s 00:04 [#####################################################################] 100%
    mkinitcpio-0.12.0-2-any 30,6 KiB 27,7K/s 00:01 [#####################################################################] 100%
    linux-3.7.3-1-x86_64 43,9 MiB 72,3K/s 10:22 [#####################################################################] 100%
    logrotate-3.8.2-2-x86_64 29,7 KiB 24,1K/s 00:01 [#####################################################################] 100%
    lvm2-2.02.98-1-x86_64 635,5 KiB 49,3K/s 00:13 [#####################################################################] 100%
    texinfo-4.13a-7-x86_64 673,3 KiB 52,1K/s 00:13 [#####################################################################] 100%
    groff-1.21-2-x86_64 1633,4 KiB 68,4K/s 00:24 [#####################################################################] 100%
    libpipeline-1.2.2-1-x86_64 33,1 KiB 16,2K/s 00:02 [#####################################################################] 100%
    man-db-2.6.3-1-x86_64 348,1 KiB 68,6K/s 00:05 [#####################################################################] 100%
    ^[[6~ man-pages-3.45-1-any 4,1 MiB 54,7K/s 00:06 [###############################################################------] man-pages-3.45-1-any 4,4 MiB 58,4K/s 01:18 [#####################################################################] 100%
    mdadm-3.2.6-1-x86_64 271,8 KiB 68,8K/s 00:04 [#####################################################################] 100%
    nano-2.2.6-2-x86_64 300,0 KiB 25,2K/s 00:12 [#####################################################################] 100%
    netcfg-3.0-1-any 29,6 KiB 20,7K/s 00:01 [#####################################################################] 100%
    sed-4.2.2-1-x86_64 119,3 KiB 28,8K/s 00:04 [#####################################################################] 100%
    ca-certificates-20121105-1-any 134,1 KiB 25,9K/s 00:05 [#####################################################################] 100%
    libssh2-1.4.3-1-x86_64 186,0 KiB 35,8K/s 00:05 [#####################################################################] 100%
    curl-7.28.1-1-x86_64 505,7 KiB 23,8K/s 00:21 [#####################################################################] 100%
    pth-2.0.7-4-x86_64 75,9 KiB 46,2K/s 00:02 [#####################################################################] 100%
    libksba-1.2.0-2-x86_64 109,9 KiB 30,7K/s 00:04 [#####################################################################] 100%
    libassuan-2.0.3-1-x86_64 76,5 KiB 39,1K/s 00:02 [#####################################################################] 100%
    pinentry-0.8.2-1-x86_64 95,3 KiB 36,7K/s 00:03 [#####################################################################] 100%
    dirmngr-1.1.0-4-x86_64 163,9 KiB 38,9K/s 00:04 [#####################################################################] 100%
    gnupg-2.0.19-3-x86_64 1450,2 KiB 61,8K/s 00:23 [#####################################################################] 100%
    gpgme-1.3.1-4-x86_64 207,9 KiB 51,9K/s 00:04 [#####################################################################] 100%
    pacman-mirrorlist-20121128-1-any 2,3 KiB 2,14M/s 00:00 [#####################################################################] 100%
    archlinux-keyring-20130114-1-any 344,0 KiB 61,6K/s 00:06 [#####################################################################] 100%
    pacman-4.0.3-5-x86_64 508,1 KiB 81,1K/s 00:06 [#####################################################################] 100%
    pciutils-3.1.10-1-x86_64 81,2 KiB 21,9K/s 00:04 [#####################################################################] 100%
    pcmciautils-018-6-x86_64 18,9 KiB 20,4K/s 00:01 [#####################################################################] 100%
    libnl-3.2.11-1-x86_64 197,9 KiB 44,6K/s 00:04 [#####################################################################] 100%
    libusbx-1.0.14-1-x86_64 40,1 KiB 20,3K/s 00:02 [#####################################################################] 100%
    libpcap-1.3.0-1-x86_64 193,0 KiB 34,2K/s 00:06 [#####################################################################] 100%
    ppp-2.4.5-5-x86_64 270,3 KiB 54,5K/s 00:05 [#####################################################################] 100%
    procps-ng-3.3.5-1-x86_64 213,5 KiB 40,8K/s 00:05 [#####################################################################] 100%
    psmisc-22.19-1-x86_64 84,6 KiB 35,6K/s 00:02 [#####################################################################] 100%
    reiserfsprogs-3.6.21-4-x86_64 210,4 KiB 17,4K/s 00:12 [#####################################################################] 100%
    sysvinit-tools-2.88-9-x86_64 26,1 KiB 22,5K/s 00:01 [#####################################################################] 100%
    systemd-sysvcompat-197-4-x86_64 5,3 KiB 16,6K/s 00:00 [#####################################################################] 100%
    tar-1.26-2-x86_64 560,2 KiB 121K/s 00:05 [#####################################################################] 100%
    usbutils-006-1-x86_64 51,9 KiB 27,4K/s 00:02 [#####################################################################] 100%
    vi-1:050325-3-x86_64 141,4 KiB 44,6K/s 00:03 [#####################################################################] 100%
    which-2.20-5-x86_64 13,8 KiB 22,2K/s 00:01 [#####################################################################] 100%
    xfsprogs-3.1.10-1-x86_64 615,1 KiB 54,9K/s 00:11 [#####################################################################] 100%
    m4-1.4.16-2-x86_64 162,4 KiB 39,8K/s 00:04 [#####################################################################] 100%
    autoconf-2.69-1-any 580,6 KiB 45,7K/s 00:13 [#####################################################################] 100%
    automake-1.13.1-1-any 565,1 KiB 54,6K/s 00:10 [#####################################################################] 100%
    binutils-2.23.1-3-x86_64 3,5 MiB 55,5K/s 01:04 [#####################################################################] 100%
    bison-2.7-1-x86_64 460,7 KiB 57,6K/s 00:08 [#####################################################################] 100%
    fakeroot-1.18.4-1-x86_64 53,4 KiB 34,7K/s 00:02 [#####################################################################] 100%
    flex-2.5.37-1-x86_64 783,7 KiB 76,5K/s 00:10 [#####################################################################] 100%
    mpfr-3.1.1.p2-2-x86_64 340,1 KiB 60,4K/s 00:06 [#####################################################################] 100%
    libmpc-1.0.1-1-x86_64 75,7 KiB 47,8K/s 00:02 [#####################################################################] 100%
    isl-0.11.1-1-x86_64 618,0 KiB 51,9K/s 00:12 [#####################################################################] 100%
    cloog-0.18.0-1-x86_64 95,0 KiB 51,2K/s 00:02 [#####################################################################] 100%
    ppl-1.0-1-x86_64 3,0 MiB 57,8K/s 00:54 [#####################################################################] 100%
    gcc-4.7.2-3-x86_64 18,5 MiB 62,7K/s 05:01 [#####################################################################] 100%
    libltdl-2.4.2-7-x86_64 150,2 KiB 68,8K/s 00:02 [#####################################################################] 100%
    libtool-2.4.2-7-x86_64 268,1 KiB 40,1K/s 00:07 [#####################################################################] 100%
    make-3.82-5-x86_64 349,3 KiB 73,7K/s 00:05 [#####################################################################] 100%
    patch-2.7.1-2-x86_64 72,9 KiB 14,8K/s 00:05 [#####################################################################] 100%
    pkg-config-0.27.1-1-x86_64 29,6 KiB 24,0K/s 00:01 [#####################################################################] 100%
    (129/129) verificando la integridad de los paquetes [#####################################################################] 100%
    (129/129) cargando los archivos del paquete... [#####################################################################] 100%
    (129/129) verificando conflictos entre archivos [#####################################################################] 100%
    (129/129) verificando el espacio disponible en disco [#####################################################################] 100%
    ( 1/129) instalando linux-api-headers [#####################################################################] 100%
    ( 2/129) instalando tzdata [#####################################################################] 100%
    ( 3/129) instalando glibc [#####################################################################] 100%
    ( 4/129) instalando ncurses [#####################################################################] 100%
    ( 5/129) instalando readline [#####################################################################] 100%
    ( 6/129) instalando bash [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 7/129) instalando bzip2 [#####################################################################] 100%
    ( 8/129) instalando gcc-libs [#####################################################################] 100%
    ( 9/129) instalando db [#####################################################################] 100%
    ( 10/129) instalando zlib [#####################################################################] 100%
    ( 11/129) instalando cracklib [#####################################################################] 100%
    ( 12/129) instalando libgssglue [#####################################################################] 100%
    ( 13/129) instalando libtirpc [#####################################################################] 100%
    ( 14/129) instalando pambase [#####################################################################] 100%
    ( 15/129) instalando pam [#####################################################################] 100%
    ( 16/129) instalando attr [#####################################################################] 100%
    ( 17/129) instalando acl [#####################################################################] 100%
    ( 18/129) instalando gmp [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 19/129) instalando libcap [#####################################################################] 100%
    ( 20/129) instalando coreutils [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 21/129) instalando run-parts [#####################################################################] 100%
    ( 22/129) instalando cronie [#####################################################################] 100%
    Dependencias opcionales para cronie
    pm-utils: defer anacron on battery power
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
    ( 23/129) instalando libgpg-error [#####################################################################] 100%
    ( 24/129) instalando libgcrypt [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 25/129) instalando shadow [#####################################################################] 100%
    ( 26/129) instalando util-linux [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 27/129) instalando expat [#####################################################################] 100%
    ( 28/129) instalando iana-etc [#####################################################################] 100%
    ( 29/129) instalando filesystem [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 30/129) instalando dbus [#####################################################################] 100%
    Dependencias opcionales para dbus
    libx11: dbus-launch support
    ( 31/129) instalando pcre [#####################################################################] 100%
    ( 32/129) instalando libffi [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 33/129) instalando glib2 [#####################################################################] 100%
    Dependencias opcionales para glib2
    python2: for gdbus-codegen
    ( 34/129) instalando kbd [#####################################################################] 100%
    ( 35/129) instalando kmod [#####################################################################] 100%
    ( 36/129) instalando hwids [#####################################################################] 100%
    ( 37/129) instalando xz [#####################################################################] 100%
    ( 38/129) instalando systemd [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para systemd
    cryptsetup: required for encrypted block devices
    libmicrohttpd: systemd-journal-gatewayd
    quota-tools: kernel-level quota management
    python: systemd library bindings
    python2-cairo: systemd-analyze
    python2-gobject: systemd-analyze
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    ( 39/129) instalando device-mapper [#####################################################################] 100%
    ( 40/129) instalando popt [#####################################################################] 100%
    ( 41/129) instalando cryptsetup [#####################################################################] 100%
    ( 42/129) instalando dhcpcd [#####################################################################] 100%
    ( 43/129) instalando diffutils [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 44/129) instalando e2fsprogs [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 45/129) instalando file [#####################################################################] 100%
    ( 46/129) instalando findutils [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 47/129) instalando gawk [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 48/129) instalando gettext [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para gettext
    cvs: for autopoint tool
    ( 49/129) instalando grep [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 50/129) instalando gzip [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 51/129) instalando gdbm [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 52/129) instalando perl [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 53/129) instalando openssl [#####################################################################] 100%
    Dependencias opcionales para openssl
    ca-certificates
    ( 54/129) instalando libsasl [#####################################################################] 100%
    ( 55/129) instalando libldap [#####################################################################] 100%
    ( 56/129) instalando keyutils [#####################################################################] 100%
    ( 57/129) instalando krb5 [#####################################################################] 100%
    ( 58/129) instalando heirloom-mailx [#####################################################################] 100%
    Dependencias opcionales para heirloom-mailx
    smtp-forwarder: for sending mail
    ( 59/129) instalando inetutils [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 60/129) instalando iptables [#####################################################################] 100%
    ( 61/129) instalando iproute2 [#####################################################################] 100%
    Dependencias opcionales para iproute2
    linux-atm: ATM support
    ( 62/129) instalando sysfsutils [#####################################################################] 100%
    ( 63/129) instalando iputils [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para iputils
    xinetd: for tftpd
    ( 64/129) instalando jfsutils [#####################################################################] 100%
    ( 65/129) instalando less [#####################################################################] 100%
    ( 66/129) instalando licenses [#####################################################################] 100%
    ( 67/129) instalando linux-firmware [#####################################################################] 100%
    ( 68/129) instalando mkinitcpio-busybox [#####################################################################] 100%
    ( 69/129) instalando libarchive [#####################################################################] 100%
    ( 70/129) instalando mkinitcpio [#####################################################################] 100%
    Dependencias opcionales para mkinitcpio
    xz: Use lzma or xz compression for the initramfs image
    bzip2: Use bzip2 compression for the initramfs image
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
    ( 71/129) instalando linux [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para linux
    crda: to set the correct wireless channels of your country
    ( 72/129) instalando logrotate [#####################################################################] 100%
    Dependencias opcionales para logrotate
    cron: scheduled log rotation
    ( 73/129) instalando lvm2 [#####################################################################] 100%
    ( 74/129) instalando texinfo [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 75/129) instalando groff [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    ( 76/129) instalando libpipeline [#####################################################################] 100%
    ( 77/129) instalando man-db [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para man-db
    less
    gzip
    ( 78/129) instalando man-pages [#####################################################################] 100%
    ( 79/129) instalando mdadm [#####################################################################] 100%
    ( 80/129) instalando nano [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 81/129) instalando netcfg [#####################################################################] 100%
    Dependencias opcionales para netcfg
    dialog: for the menu based profile and wifi selectors
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through net-auto-wired
    wpa_actiond: for automatic wireless connections through net-auto-wireless
    wireless_tools: for interface renaming through net-rename
    ifenslave: for bond connections
    bridge-utils: for bridge connections
    ( 82/129) instalando sed [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 83/129) instalando ca-certificates [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 84/129) instalando libssh2 [#####################################################################] 100%
    ( 85/129) instalando curl [#####################################################################] 100%
    ( 86/129) instalando pth [#####################################################################] 100%
    ( 87/129) instalando libksba [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 88/129) instalando libassuan [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 89/129) instalando pinentry [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para pinentry
    gtk2: for gtk2 backend
    qt: for qt4 backend
    ( 90/129) instalando dirmngr [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 91/129) instalando gnupg [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para gnupg
    curl: gpg2keys_curl
    libldap: gpg2keys_ldap
    libusb-compat: scdaemon
    ( 92/129) instalando gpgme [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 93/129) instalando pacman-mirrorlist [#####################################################################] 100%
    ( 94/129) instalando archlinux-keyring [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    ( 95/129) instalando pacman [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    Dependencias opcionales para pacman
    fakeroot: for makepkg usage as normal user
    ( 96/129) instalando pciutils [#####################################################################] 100%
    ( 97/129) instalando pcmciautils [#####################################################################] 100%
    ( 98/129) instalando libnl [#####################################################################] 100%
    ( 99/129) instalando libusbx [#####################################################################] 100%
    (100/129) instalando libpcap [#####################################################################] 100%
    (101/129) instalando ppp [#####################################################################] 100%
    (102/129) instalando procps-ng [#####################################################################] 100%
    (103/129) instalando psmisc [#####################################################################] 100%
    (104/129) instalando reiserfsprogs [#####################################################################] 100%
    (105/129) instalando sysvinit-tools [#####################################################################] 100%
    (106/129) instalando systemd-sysvcompat [#####################################################################] 100%
    (107/129) instalando tar [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (108/129) instalando usbutils [#####################################################################] 100%
    Dependencias opcionales para usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage
    (109/129) instalando vi [#####################################################################] 100%
    Dependencias opcionales para vi
    heirloom-mailx: used by the preserve command for notification
    (110/129) instalando which [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (111/129) instalando xfsprogs [#####################################################################] 100%
    (112/129) instalando m4 [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (113/129) instalando autoconf [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (114/129) instalando automake [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (115/129) instalando binutils [#####################################################################] 100%
    (116/129) instalando bison [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (117/129) instalando fakeroot [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (118/129) instalando flex [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (119/129) instalando mpfr [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (120/129) instalando libmpc [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (121/129) instalando isl [#####################################################################] 100%
    (122/129) instalando cloog [#####################################################################] 100%
    (123/129) instalando ppl [#####################################################################] 100%
    (124/129) instalando gcc [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (125/129) instalando libltdl [#####################################################################] 100%
    (126/129) instalando libtool [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (127/129) instalando make [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse
    (128/129) instalando patch [#####################################################################] 100%
    Dependencias opcionales para patch
    ed: for patch -e functionality
    (129/129) instalando pkg-config [#####################################################################] 100%
    llamada a execv fallida (Formato de ejecutable incorrecto)
    error: el comando falló al ejecutarse

  • Trying to Install Arch PPC

    Hi
    I am trying to install Arch Linux PPC from the ISO on their site. I have run into a problem. When it comes to installing the packages I get and error about "key could not be looked up remotely" with different keys mentioned. I have tried changing the SigLevel  to Never in /etc/pacman.conf but this seems to get over written when I start the package install form the installer (/arch/setup). How can I get round this?
    Thanks
    Robert

    Hi
    Thank you for the reply and information. I have gotten further. I am now stuck at installing the boot loader. I get an error that says:
    Unable to find OpenFirmware path for boot=/dev/sda2
    Please add ofboot=<path> where <path> is the OpenFirmware path to /dev/sda2 to /etc/yaboot.conf
    So I have Googled and that ofpath should give me this information. But I then get this error when I run ofpath /dev/sdb2:
    Unable to determind controller path!
    Am I doing the right thing to find out the OpenFirmware path? Is there anything else I can try?
    Thanks
    Robert

  • Keyboard and mouse not working when installing arch linux 2014.01.05

    trying to install arch linux 2014.01.05 dual iso but when I boot the live  cd my keyboard and mouse (both wired) arent detected.
    please help

    I am from australia > melbourne victoria and usually type in english us or english australian (which keymap do I use in the arch linux install process?) arch linux still does not detect my kb and mouse when on desktop (usb keyboard)...stumped.
    Last edited by yoshiserry (2014-01-27 07:44:05)

  • Installing Arch Linux after Windows 7 64bit dual boot

    Total noob here ^^
    Im trying to install Arch Linux after my installation of Windows 7, without fucking up that one...
    I freed up 50GB and removed it from my Windows boot partition, so Arch can be installed there, I have almost absolutely no experience with this kind of stuff since I've only used Ubuntu and Kali Linux before.
    I've got a working arch image on my usb stick and i somehow can't figure out, how to install it without touching the existing partitions.
    Is it possible to create a working dual boot, without changing my windows configuration?

    yes its possible. What research have you done in order to install Arch. We do not hand hold here in this community. Go read up the appropriate wiki pages and ask specific questions with details in case you get stuck.
    Start with the Beginners Guide.

  • Install Arch Linux with UEFI and GPT

    Hi, I purchased a new laptop and I created a partition with Windows 8 (default OS on laptop) and another partition where I want to install Arch Linux.
    When I tried to install Arch Linux not boot from CD. After searching in Google I downloaded the latest Arch Linux ISO (2012-12-01) and tried again.
    This time CD started without problems but when I used cfdisk showed an error with GPT partition. I went back to search in Google and I read about gdisk and gfdisk and I try it but when I partitioning to install Arch Linux partition show that may cause damage. I searched and searched without success and I wonder if there is a Arch Linux GPT install guide or if someone knows how to install Arch Linux with GPT and a Windows 8 partition in UEFI.
    Thanks and regards.

    Hi again, finally I got "install" Arch Linux but when I reboot the follow message appears:
    "No Booteable Device, Hit any key."
    I don't know if I broke Windows Boot Manager, UEFI or both...
    I tried to reinstall GRUB but was unsuccessful.
    Can anyone help me?
    Thanks and regards.

  • Install Arch on five clients using ssh?

    Hi all,
    We are trying to install arch on five machines using ssh for our clusters lessons, using VirtualBox. We have arch installed on a machine called "Master" and from this we are using PXE server to load Arch (core) iso on the clients. PXE runs fine but for our purpose we have some troubles.
    First of all, we need to boot arch directly, without "Options screen" (screen where you can choose between Load arch, load another OS, reboot, etc...), we NEED to boot arch without user intervention. Then, we need to run up ssh server automatically (maybe parsing any option on PXE config file). And the last issue is to login on client machine as root.
    If we run sshd and allow to connect giving permissions on /etc/hosts.allow file and then try to login on client from Master as root, we can't do this because root has no password but ssh requieres it, this is a problem.
    In short, we need at least to solve this problems:
    * Load arch image directly, skipping load screen.
    * Run sshd on startup and allow access
    * Be able to login as root from our "Master" machine
    Any idea of that? We are thinking about to make an image of our Master machine and use it to offer with PXE, but I think this is a bad idea because client machines has not partitions and our fstab file will try to mount filesystems and this is a problem.
    Thanks for your help, god will be grateful for it and kill no more kittys and sorry for the brick!
    Last edited by Sepho (2010-12-02 20:56:27)

    OK after my 4th attempt, i got it
    My initial situation
    fdsik -l (GPT table format)
    Gerät boot. Anfang Ende Blöcke Id System
    /dev/sda1 1 26 204819+ ee GPT
    /dev/sda2 26 36747 294963432 af HFS / HFS+
    /dev/sda3 * 61682 77826 129678336 7 HPFS/NTFS
    /dev/sda4 36747 61438 198331055 83 Linux
    So, I had Ubuntu running on sda4 (ext4).
    What I did
    1. Installed rEFIT on Mac OS X, and after two reboots it showed up.
    2. In the rEFIT menu, Synchronized with the Partition tool my MBR and GPT table.
    3. Opened Gparted on an ubuntu live cd, in order to format my ext4 partition
    4. Installed Arch using the normal installation procedure, but I skipped the partitioning section, I did only the file system mountpoints step, selecting my sda4 partition.
    5. Installed grub (not grub2) on /dev/sda, the mbr (not /dev/sda4), and activated the windows section in menu.lst
    6. After reboot, I selected from rEFIT the Windows logo (linux logo doesn't work), through the windows logo i get in the standard grub menu, where I can select Windows or Arch!
    Now I'll remove rEFIT and boot trough normal mac os x's bootcamp tool. (if you select windows you get in the grub menu)
    Hope this helps someone!

  • Booting Arch Linux from usb flash [SOLVED]

    I have instaled Arch Linux on usb flash (filesystem is ext2) I have regenerated initrd (mkinitcpio -p) with usb hook (HOOKS="base udev usb ide scsi sata filesystems"), but Arch Linux stop booting with error:  unable mount dev/disk/by-uuid/my-uuid After  pressing Control-D  in recovery shell  Caps Lock and Scroll Lock leds blink on my keyboard
    I have tried booting  from label (dev/disk/by-label/my-label) I have got same error
    Please help me
    PS Please forgive me for my English
    Last edited by vav (2011-02-13 12:42:59)

    GRUB is installed on the usb flash drive
    menu.lst:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd2,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1e3753e6-01f4-4153-a36a-07a81c552ee0 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd2,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1e3753e6-01f4-4153-a36a-07a81c552ee0 ro
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by vav (2011-02-13 08:06:27)

  • [SOLVED] Trying to Install Acroread on 64 bit Arch

    Am trying to install acroread read from the AUR using packer on a 64 bit arch installation...
    I am running the XFCE DE... and I am getting this error. Cannot for the life of me resolve this...any help will be appreciated
    resolving dependencies...
    looking for inter-conflicts...
    :: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: gcc-libs-multilib and gcc-libs are in conflict
    Installation failed.
    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    Looking for help desparately
    Thank you all for your time,
    Sameer
    Last edited by samgurung (2014-04-16 15:44:49)

    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    That is weird, since gcc-libs-multilib provides gcc-libs and should not lead to any removal.
    try pacman -S multilib-devel

  • [Solved] Cannot ping my Arch linux pc from other devices

    My newly installed arch linux pc is connected to my home network via wifi. I can successfully connect to the Internet. Also, I can successfully ping other devices on my network. However, I am unable to connect to my Arch linux pc from any other device on the network. As I said, I cannot even ping it from these other devices.
    Does anyone have an idea as to what would cause this?
    Last edited by mc33 (2015-05-12 20:29:06)

    ewaller wrote:I have a hunch that the router does not know how to find your machine.  Routers need to know to find which each IP address that is attached.  Yours might not be smart enough to remember that an address that it did not assign talked to it over the wireless.  When other computers try to talk to your address, it is clueless that you are on the wireless segment of the network, cannot find it on any wired ports, and (if it is not smart enough to figure out that it is not routable) will send it up stream or (if it is smart) will drop the packet.   Try DHCP, or, ensure that the router itself knows that the static address has been assigned to your MAC.  To do that, you will need to go into the router setup.
    I switched my Arch box to Dhcp. I thought the problem had resolved, but the issue has come back even with Dhcp enabled. I have isolated the problem to the wireless router. If I refresh Dhcp on the router, I can then ping my Arch box from other devices again. Is there anything I can do to the router to resolve this? Again, the wireless router is an Asus RT-N66U.

  • [SOLVED] Install Arch Linux on USB Stick!

    So, here is the deal. I want to install Arch Linux on a USB Stick so I can plug it at any computer and have my system... with me
    I've had a little bit experience with Arch so I know a few things about it... used it for a few months before on a real system.
    My USB stick is a HighSpeed 17-20 MBPS and it's 16 GB capacity.
    So how do I do it?
    Last edited by 1lj4z1 (2012-04-05 07:25:53)

    I'm using occasionally Arch installed on HDD-USB, I've just added usb hook to mkinitcpio.conf and removed autodetect (more modules=more hardware supported). So far it worked on 3 different computers (all of them have one main HDD so no grub issues, but it's no biggie if it doesn't boot right away, you can always edit grub on-the-fly by pressing "e")
    About USB stick: installing on USB stick is not the same as running it in LIVE mode! Consider yourself warned.
    If you just install it you really should read about SSD optimizations because USB flash cells also have limited read/write cycles (actually is less robust and sophisticated than SSD). Something to look at: noatime mount option, disable swap if not necessary, profile-sync-daemon and so on...
    1lj4z1 wrote:Well I don't need to chroot, i am running it live. I'll see about mkinitcpio.conf but I can't understand what you mean rebuilding initramfs? What is that exactcly?
    It means if you fiddle with mkinitcpio you should run:
    # mkinitcpio -p linux
    afterwards or bad things will happen
    Last edited by masteryod (2012-03-27 15:37:13)

  • Recovering earlier installed Windows 7 after installing Arch Linux

    I'm trying to boot windows on my ASUS notebook.
    There was windows 7 from the very beginning (disks C:\ and D:\), then I divided disk D:\ on several partitions and installed Arch Linux. I overwrited Windows boot information by boot part of Linux. Now I want to recover windows, that I still have on hard drive. It doesn's matter what there will be: dualboot or only windows (but dualboot is prefered).
    Disk info:
    [jhon@fckrsns ~]$ sudo fdisk -l
    Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: gpt
    Disk identifier: 1AFC9DFF-CD3B-4CE1-8CAF-41C3E5B75772
    Device Start End Size Type
    /dev/sda1 2048 411647 200M EFI System
    /dev/sda2 411648 673791 128M Microsoft reserved
    /dev/sda3 673792 586731519 279.5G Microsoft basic data
    /dev/sda4 586731520 691589119 50G Linux filesystem
    /dev/sda5 1412718592 1465147391 25G Windows recovery environment
    /dev/sda6 691589120 901304319 100G Linux filesystem
    /dev/sda7 901304320 1412718591 243.9G Microsoft basic data
    [jhon@fckrsns ~]$ lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 698.7G 0 disk
    ├─sda1 8:1 0 200M 0 part /boot
    ├─sda2 8:2 0 128M 0 part
    ├─sda3 8:3 0 279.5G 0 part
    ├─sda4 8:4 0 50G 0 part /
    ├─sda5 8:5 0 25G 0 part
    ├─sda6 8:6 0 100G 0 part /home
    └─sda7 8:7 0 243.9G 0 part
    sr0 11:0 1 1024M 0 rom
    [jhon@fckrsns ~]$ lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 vfat 4DEB-D6D2 /boot
    ├─sda2
    ├─sda3 ntfs OS 62364BE9364BBCB3
    ├─sda4 ext4 c4da4683-871a-49fa-96a3-4da11387d31d /
    ├─sda5 ntfs Recovery 8ECE4F50CE4F2FAF
    ├─sda6 ext4 3eba01c6-e422-4542-8442-16064c74a563 /home
    └─sda7 ntfs 3B29E7794F6CD932
    sr0
    OS partition (/dev/sda3):
    [jhon@fckrsns /]$ ls /run/media/jhon/OS
    altera Boot djvureader DrWeb Quarantine eSupport hiberfil.sys MSOCache N56VM.BIN pagefile.sys Program Files Recovery SecurityScanner.dll VisualCLibs
    AsusVibeData bootmgr Documents and Settings eclipse Games Intel MS.Office.2007.Portable.micro.v.1.16 N56VZ.BIN PerfLogs Program Files (x86) $Recycle.Bin System Volume Information Windows
    AVScanner.ini BOOTSECT.BAK DOSBox_SIM END gcc Keil_v5 mtd NVIDIA ProgramData Qt R.G. Catalyst Users
    I tried to recover MBR with different ways:
    with syslinux:
    [jhon@fckrsns /]$ sudo dd if=/usr/lib/syslinux/bios/mbr.bin of=/dev/sda
    0+1 records in
    0+1 records out
    440 bytes (440 B) copied, 0.0226394 s, 19.4 kB/s
    with ms-sys:
    [jhon@fckrsns /]$ sudo ms-sys --partition /dev/sda1
    Start sector 2048 (nr of hidden sectors) successfully written to /dev/sda1
    Physical disk drive id 0x80 (C:) successfully written to /dev/sda1
    Number of heads (255) successfully written to /dev/sda1
    [jhon@fckrsns /]$ sudo ms-sys --mbr7 /dev/sda
    Windows 7 master boot record successfully written to /dev/sda
    But there is still no way to boot windows.
    I run grub-mkconfig before and after these manipulations with MBR:
    [jhon@fckrsns ~]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    No volume groups found
    done
    [jhon@fckrsns /]$ sudo os-prober
    /dev/cdrom: open failed: No medium found
    No volume groups found
    I installed rEFInd, now I have two choices on boot screen: vmlinuz-linux, which it founded, and my earlier installed grub bootloader.
    Maybe I missed something, but i don't know what exactly.
    Last edited by Jhon (2014-09-28 16:45:38)

    Now I know that I don't need MBR at all (but google told me that recovering windows = recovering MBR..)
    Are there any ways to recover boot information on EFI system partition from Linux without using Windows Live CD and it's bootrec.exe?
    I have bootmgr and bootmgfw.efi files on /dev/sda3 (partition with windows installed), what else I need? Simple copy of bootmgfw.efi to /boot/EFI/Microsoft/Boot/bootmgfw.efi and addition of custom menu item to /etc/grub.d/40_custom does'nt work. There is Windows now in rEFInd and GRUB menus, but there is error on loading.

  • [SOLVED] Help me install Arch on my W540

    Hi guys,
    I'm trying to install ArchLinux on my Lenovo W540. I've installed Arch on so many other Notebooks and desktop computers before but they all had a non UEFI Bios. This one is a bit tricky.
    I dd'ed the arch iso on my usb and booted it up.
    The result is a freeze during booting from the usb: http://i.imgur.com/hUMT36E.jpg
    Can anyone help me install Arch on my W540? Or tell me what the problem is?
    Thanks in advance
    --lmnsqshr
    Last edited by lmnsqshr (2014-10-29 20:37:33)

    Ok, I got a solution but this will probably piss off some people googling for "how to install Arch Linux on Lenovo W540" because it's not a reproducable solution (sorry).
    TL;DR: USB flash drive was corrupt.
    After booting from the USB, I changed the boot parameters of the x86_64 entry and added a "nomodeset". This would prevent the graphical drivers from loading, because the problem was apparantly with the nouveau-module.
    The live system booted and I got to the point where I partitioned my SSD. The command "mkfs.ext4 /dev/sda1" got me some I/O errors so I thought the USB flash drive might be corrupted (it was pretty old).
    I dd'ed the arch iso on a new USB flash drive which somehow could load the nouveau module without any problems. And now I'm running my beloved Arch on my W540.
    /EDIT: I just remembered that I also disabled the integrated card reader in the BIOS.
    Last edited by lmnsqshr (2014-10-29 20:49:01)

Maybe you are looking for

  • SSD Cache Not Working U840 after Clean Install Intel Smart Response Technology

    Hello, I completed a clean install of Windows 8 on my ultrabook model U840 (Core i3, 16GB SSD).  I would appreciate any advice to get the SSD to use the Intel Smart Response Technology (SRT) for SSD Cache. I used the Intel Rapid Storage Technology (R

  • File Content Conversion CSV File

    Hello All,   I have a CSV file in the below format. a,b,c And my content conversion works. <1>a</1> <2>b</2> <3>c</3> Sometimes I get the records in the file as a,b, My conversion is failing, I mean it give me file as <1>a</1> <2>b</2> The last eleme

  • Portal Self Crawl

    Help Needed Crawling the Portal with a WWW crawler Posted: Mar 9, 2010 9:34 AM in response to: Robert Herrera Edit Reply I have created a portal self crawl. I did this by creating a experience defination without sso and a cralwer user with a snapshot

  • I can't open Lightroom 5 on my iMac -- receiving 1712 message

    I can't open Lightroom 5 on my iMac -- receiving 1712 message

  • Missing QT software

    I'm running Windows 2000 system with Mozilla FireFox 1.0.6 as my browser. When downloading a video, "Some necessary Quick Time software is missing. It may be available on the Quick Time Web site" is displayed with "Cancel" and "Continue" boxes. When