[SOLVED] Recovery shell Problem / Arch novice booting 1st time

This is my problem after/during the boot of the Arch for the first time:
Root device `/dev/hda3`doesn`t exist, attempting to create it
ERROR: Failed to parse block device ids for `/dev/hda3`
ERROR: Unable to detect or create root device `/dev/hda3`
You are being dropped to a recovery shell
Type `reboot` to reboot
Type `exit` to try and continue booting
NOTE: klibc contains no 'ls' binary, use `echo *` instead
If the device `/dev/hda3` gets created while you are here,
try adding `rootdelay=10` or higher to the kernel command-line
ramfs$
I have 10 partitions. (Mint mounting points)
Sda1 system reserved (NTFS)
Sda2 W7
Sda3 NTFS
Sda4 extended
Sda5 ext4 (Mint 8)
Sda6 swap
Sda7 Arch /
Sda8 Arch /var
Sda9 Arch swap
Sda10 Arch /home
Any ideas ?
Last edited by webmasteryoda (2010-03-20 11:17:09)

Its Grub2. So there is no menu.lst. But I found this in the grub.cfg:
menuentry "arch (on /dev/sda7)" {
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set faa7744d-d27e-4350-8a1d-b18b5413fc5a
linux /boot/vmlinuz26 root=/dev/hda3 ro
initrd /boot/kernel26.img
menuentry "arch-fallback (on /dev/sda7)" {
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set faa7744d-d27e-4350-8a1d-b18b5413fc5a
linux /boot/vmlinuz26 root=/dev/hda3 ro
initrd /boot/kernel26-fallback.img
Is it causing the problems ?

Similar Messages

  • Have to reset my router to recovery wifi signal and re boot face time on iphone4s.

    Have to reset my router to recovery wifi signal and re boot face time on iphone4s.
    Scenario1:
    1/ Mac Pro. Iphone4s connected to my home wifi
    2/ Face time call coming
    3/ Pick up by Mac Pro.
    No issue found.
    Scenario2:
    1/ Mac Pro. Iphone4s connected to my home wifi
    2/ Face time call coming
    3/ Pick up by Iphone4s.
    4/ call auto drop off  within 1 min chatting
    5/ Wifi signal on both iphone4s and Mac Pro were found gone
    6/ Reset router ( always show “cannot join XX network” unless reset router at least 1 time)
    7/ Wifi signal will available after 5 ~10mins,
    8/ Face time via iphone4S again, almost no problem….
    Suppose it is a compatibility issue of iphone4s and TP-link router?
    I already suffered the iphone4S face time drop off issue for more than 2 week…  Hope it can be fixed soon….

    I agree with @sabretooth. The connection status showing 100Mbps is only the local Ethernet network speed and since your router uses the Wireless-G technology, then you can get a maximum of 54Mbps for the wireless network speed. This network speed is significant when communicating within the local network of the router but it is still the 10Mbps internet subscription speed that is used when sending and receiving data or information through the internet.
    It seems you’re experiencing a dropping connection and it would be better to isolate the issue before buying another router. Connect a computer wired directly to your Arris modem and observe the connection. If connection is good then it will give you a hint that it’s a possible router issue. You can then press and hold the reset button on the router for 30 seconds, power cycle, reconfigure the internet connection and check if the problem persists.

  • [SOLVED] Mac OS X/Arch dual boot Missing Operating System GRUB problem

    I am attempting to dual boot Mac OS X.5 and Arch on my "unibody" macbook pro.
    I am getting the "Missing Operating System" error over and over. I have followed the Macbook install guide in the wiki and the Beginners install guide. I've also read all the threads I could find on the subject. The common fix seems to be changing the root path on the grub menu.lst... I've tried that. twice. with no luck.
    I have EFI on sda1, Mac OS X on sda2 and Arch root on sda3.
    My menu.lst is pretty much standard with
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3 ro
    for both Arch and the Arcch fallback.
    I'm not sure what else to try. I can give more information, but I'm not sure what else to give.
    Thanks in advance .
    Last edited by Weird Fishes (2009-06-14 15:34:31)

    I know exactly what the problem is.
    If you're using rEFIt, sync your partition tables (should be the menu item called 'Partitioning Tool'). The problem is that GRUB has been installed, but doesn't know where to find the Arch partition.
    After syncing, you may find that the boot process hangs at the Linux logo on a gray background. No worries — just reboot and the problem should fix itself.
    N.B. You will need to do a partition table sync every time you change your hard drive's layout.

  • [Solved] Windows 7 and Arch Dual boot- unable to boot into Windows7

    Had to reformat computer and reinstall windows and Arch on two separate hard drives (Dual boot) .
    Windows 7 was the first install on SDA: (/dev/sda1 - system reserved 100mb, /dev/sda2 - 20gb)
    Arch on SDB: (/dev/sdb1- boot 94mb, /dev/sdb2- swap, /dev/sdb3 - root, /dev/sdb4 - /home)
    Installed grub2 on /dev/sda. now grub bootloader loads Arch fine. Also shows Windows 7 (on /dev/sda1).
    But when chosen Windows 7, it does not load and loops back again to boot loader screen.
    In BIOS i have set disk drive SDB as first boot option.
    If i choose SDA as first boot option in BIOS, same scenario is repeated.
    I have gone through mostly all the pages related to the topic but i can not co-relate the solution
    to my exact situation due to limited knowledge.
    Can somebody pls help me as to how to edit grub.cfg so as to point it to load windows 7?
    the entry related to windows 7 reads as follows:-
    quote
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menue$
            insmod part_msdos
            insmod ntfs
            set root='hd0,msdos1'
            if [ x$feature_platform_search_hint = xy ]; then
              search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint$
            else
              search --no-floppy --fs-uuid --set=root F010D97410D941F0
            fi
            chainloader +1
    unquote
    for Arch set root value is hd1,msdos1 and working fine.
    Thanks and regards.
    Last edited by commsanjay (2012-10-14 08:08:54)

    This is exactly why I have chosen to use windows MBR and syslinux
    https://wiki.archlinux.org/index.php/Wi … oot-loader
    Last edited by ackt1c (2012-10-14 02:32:55)

  • Not booting 1st time

    Hello,
    When I power on my PC, it doesn't boot.  It doesn't give any screen output, and it beeps 3 times, silences, and continues to beep 3 times.  When I power it off then, and power on again, it boots normally.
    I have an MSI KT4V, with Athlon 2200+, bios v1.7.
    Anyone has a clue, about this weird behaviour?
    Thanks.

    The problem is, that I can't simulate the problem.  Sometimes, when I poweron for the first time, it works smoothly.. other times, it doesn't boot, but a powercycle takes care of the problem.
    -w

  • [SOLVED] Seriously, Arch? Recovery shell, USB boot won't work

    So I made the mistake of updating my system without painstakingly checking the news/updates and possible error logs. I rebooted my computer this morning and:
    Decompressing Linux...Parsing ELF...done.
    Booting the kernel.
    :: Running Hook [resume]
    ERROR: Unable to find root device '/dev/sda3'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty; job control turned off
    [rootfs /]#
    This appears to be a pretty widespread problem today, as I've googled and searched the forums extensively and everyone is complaining about some udev to mkinitcpio movement or something.
    I know what I need to do: either copy my files off my hard drive and reinstall, or chroot and downgrade my kernel, or chroot and reinstall udev, something like that.
    Cool, so I need a liveCD. Unfortunately, my laptop lacks a CD drive (lenovo tablet). So I set out to make a USB bootable drive.
    I tried it from Windows: my laptop didn't detect anything and kept kicking me back to the recovery shell. (Tried PartedMagic, Ubuntu, and Arch.)
    I tried it from my school's Linux computers: Can't do *anything* without root. I tried sudo and for the first time in my life, the incident was reported and I got an email telling me not to try sudo again. Sweet.
    I just tried it from my friend's Mac (the Arch x64 iso via Unetbootin): Now I get a blinking cursor when I boot from the USB.
    What would you do? I'm at my wit's end here, and after using Archlinux for two years, this is giving me a MAJORLY bad taste in my mouth for the distro.
    Last edited by tacostick (2012-02-15 23:33:13)

    karol,
    I can only change parameters from the grub menu, as far as I can tell, and I tried (hd0,{0,1,2,3,4}) and none of them worked. Only (hd0,0) gets me even as far as the recovery shell.
    fsckd,
    I'm using Unetbootin, which offers Core, Core_x64, Netinstall, and Netinstall_x64. Because I intend to chroot an x64 system, I tried core_x64.
    willbprog127,
    Yeah, you're right - sorry for being snarky. Thanks, please do let me know if you find that parameter.
    I booted from the usb stick on one of my school's RHEL computers, and it says "no operating system detected". I'm...so...sad...why didn't unetbootin work...going to try to burn ubuntu again.

  • [solved]udev boot error - usb keyboard wont work in recovery shell

    i just hooked up an external drive for the first time to this system, i didnt do anything to it yet, except i went to run gdisk and realized it wasnt installed yet.  So i ran
    pacman -Syu gdisk
    from an SSh terminal, then when it was updating a package, cant exactly remember which one but i hitnk it was either kernel or udev, the ssh termilal appeared to disconnect becuause it lost its output.
    then i opened another terminal sshed in, and was able to run pacman -Syu again, which means the first update did finish, or the lockfile wouldnt have let me update a 2nd time i would think.  (note, the newly external hard drive was connected during all these events).  Something wierd happened here.It had files that needed updating, which i thought that would be rare since i just updated, unless it simply didnt finish, and the lockfile wasnt in place or something, then it finished updating successfully, and i was still remoted into a working SSH command line (i.e. didnt get kicked out this time).
    Now is where the fun begins.  i typed 'reboot', and the system appeared to reboot, but i wasnt able to shell in this time.  i connected the monitor to the system almost a minute later, and realized it was still shutting down, then when it rebooted i get an error message.
    running early hook [udev]
    Warning lib/modules/3.12.8-1-ARCH/modules.devname not found - ignoring
    runnign hook [udev]
    tiggering events
    Waiting 10 seconds for device /dev/sda2
    ERROR: device /dev/sda2 not found Skipping fsck
    Error unable to find root device /dev/sda2
    your being dropped to recovery shell
    [rootfs /]#
    NOW THE KEYBOARD DOESNT WORK, it only works in bios.  It stops functioning (the numlock light)  as soon as udev starts to initiate, which leaves me with no way to try to reupdate udev and the kernel again to see if i can fix it.
    all i could think of was to disconnect the external drive, that didnt help.  then i tried checking the USB settings in bios for any legacy options, it doesnt have them (Dell Optiplex), so i just made sure the USB boot was off and all ports enabled.
    Now im totally stuck short of a recovery disk. 
    any suggestions how i can just get the keyboard working and chroot into arch and update some package to fix it without having to jump through hoops to make a recovery disk while here at work with limited resources?
    Last edited by wolfdogg (2014-01-22 22:53:02)

    ok i found what happened, so far. 
    looking in /var/log/pacman.log i see a gap in the installs, a 2 minute gap, which is the time i rebooted and reran the install.
    at 9:25..  i was running an upgrade, and the last one in the minute of 9:25 is
    9:25[PACMAN] upgraded linux-firmware (20131013.7d0c7a8-1 -> 20131230.52d77db-1)
    this is where the shell got disconnected therefore i wasnt able to see what happened after this. 
    the the log continues at 9:27 minute, has to be when i rebooted and shelled back in and reran the upgrade, the log starts with
    9:27[PACMAN] upgraded linux (3.12.6-1 -> 3.12.8-1)
    so it appears that the shell got disconnected as it was upgrading linux-firmware (20131013.7d0c7a8-1 -> 20131230.52d77db-1)  .
    This begs the questions; Did the SSH shell get disconnected simply because the system was using those resources at the time?  i assume this.  the next question is, was it wrong to be upgrading via remote SSH shell then?  Or whats likely that happened here?
    Last edited by wolfdogg (2014-01-22 22:20:04)

  • [solved] last kernel upgrade - dropped to recovery shell

    Hi there,
    I just upgraded the kernel (=> 3.13.8-1-ARCH)
    The boot process drop me to a recovery shell, with this message:
    ERROR : device UUID=322d1dd7-5902-45e8-afe4-b5f912967b28 not found. Skipping fsck
    ERROR : unable to find root device UUID=322d1dd7-5902-45e8-afe4-b5f912967b28
    you are beeing dropped to a recovery shell
    type 'exit' to try and continue booting
    can't access tty, job control turned off
    But, this UUID=322d1dd7-5902-45e8-afe4-b5f912967b28 correspond to none of my devices.
    according to blkid
    /dev/sda1: UUID="3fca6c29-1988-4ccd-9d84-dec5b44ffe80" TYPE="ext4"
    /dev/sda2: UUID="f3fff5f5-b041-46e5-8749-01143684eb21" TYPE="crypto_LUKS"
    The system is on a lvm, encrypted with dm_crypt.
    I tried to correct manually the UUID of sda1 in /boot/grub/grub.cfg from a live usb, despite it is said to not edit manually the file. But it did not fix the problem.
    Last edited by OlaffTheGreat (2014-04-04 17:05:24)

    I didn't read the trouble shooting section on your first link.
    The wiki says :
    - To not panic. I'm good for the first advice: I don't panic ;-)
    - To boot from the Arch installer.
    So I downloaded the Arch installer on a usbcard and booted it on.
    - Apply # cryptsetup open --type luks /dev/mapper/MyStorage-rootvol on each lv.
    Because I don't remember the designations of lvs, I tryed variations of
    # cryptsetup open --type luks /dev/mapper/MyStorage-rootvol /dev/sda2
    It keeps telling me /dev/mapper/<designation> doesn't exist or access denied.
    Because it's not mounted, I tried then to mount sda2: it doesn't recognize crypto_luks.
    Then I tried "cryptsetup status /dev/sda2", but of course it says it doesn't find the device (since it's not mounted)
    PS - I have an instable access to internet
    Last edited by OlaffTheGreat (2014-04-03 17:59:41)

  • [SOLVED] Arch Linux Boot from USB fails while loading kernel

    I am attempting to get arch linux booting off my usb. I use cfdisk to create a /dev/sdb1 partition then use mkfs.ext4 /dev/sdb1, mount the usb, pacstrap it, use install-syslinux_update -iam, generate fstab and then attempt to boot from it.
    The boot extracts the kernel but then complains that DEVICE is missing in the option APPEND root=DEVICE (in syslinux.cfg). I looked in /dev/disk (on the temporary filesystem shell), it showed my ssd and cd drive but not the usb. Does anyone know what could be causing the USB to not load in that particular section of the kernel?
    Last edited by afree10 (2013-12-11 14:28:14)

    afree10 wrote:
    Due to my situation I have to type the file in from scratch so I will only type uncommented lines:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
    I will reboot and get that lsmod output.
    Since you'll probably want to boot from different computers (portable USB system), you want to remove 'autodetect' from that line. This is the same as always booting the initramfs-linux-fallback.img image. To save some space, you could remove 'autodetect' from the configuration file, disable the fallback image in /etc/mkinitcpio.d/linux.preset  and delete initramfs-linux.img (otherwise, you'll get two identical images).
    Of course, run mkinitcpio -P when you're done.

  • Hi everybody, I am in Turkey on a long assignment, I need help solving a big problem on my macbook pro os 10.9.3. The other week my wife visited some website and now we have a redirect virus of some sort, and every other time when we click

    Hi everybody, I am in Turkey on a long assignment, I need help solving a big problem on my macbook pro os 10.9.3. The other week my wife visited some website and now we have a redirect virus of some sort, and every other time when we click on a link or anywhere on the page we are redirected to this casino web site, https://casino.7bets10.com/tr/?from=hy9yKXD43jSC-8Oxbw4femNd7ZgqdRLk-dHJpeG9uaXR l. Its the same whether on Chrome or Safari. Does anyone have a solution, thank you!

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    Copy a line of text in this window to the Clipboard.
    Paste into the window of another application.
    Wait for the test to run. It usually takes a few minutes.
    Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' \*AutoCad \*dropbox \*GoogleDr\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */  /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/ { next;} /(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n  "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n  [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n  ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' 's/0/Off/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;D12 26 48 59 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • [SOLVED] systemd 207, lvm2 and luks booting issue

    Hi
    i'm using an encrypted lvm (luks) on my notebook.
    /boot on /dev/sda1
    lvm on    /dev/sda2
                 main-root
                 main-home
                 main-swap
    since the systemd 207 upgrade i am unable to boot my system.
    this error appears at startup:
    A start job is running for dev-mapper-main\x2droot.device
    so i'm guessing that systemd is unable to use the encrypted lvm2, since this error is aknowledged on the
    after checking some threads i tried:
    mkinitcpio -p linux
    but there was no effect.
    HOOKS="base systemd autodetect block keymap encrypt lvm2 filesystems fsck vbox
    some people tried suggesting downgrading to systemd 204 but i dont have any pkg file and building with abs leads to the following error
    while makepkg -s:
    ==> Starting prepare()...
    patching file src/core/swap.c
    Hunk #1 FAILED at 220.
    1 out of 1 hunk FAILED -- saving rejects to file src/core/swap.c.rej
    ==> ERROR: A failure occured in prepare().
    Aborting...
    am i supposed to remove the patches from the build? i'm not really sure and more of a beginner in this area.
    Can anyone help me solve either the build or the boot issue ?
    i should mention that i am only able to access my system by using chroot from an arch boot stick.
    Thank you so much.
    Kind Regards
    Last edited by ziv667 (2013-10-01 11:27:06)

    https://wiki.archlinux.org/index.php/Mk … mmon_hooks
    systemd: This will install a basic systemd setup in your initramfs, and is meant to replace the 'base', 'usr', 'udev' and 'timestamp' hooks. Other hooks (like encryption) would need to be ported, and may not work as intended. As of systemd 207, this hook does not work as intended when combined with lvm2 and may break your boot. You also may wish to still include the 'base' hook (before this hook) to ensure that a rescue shell exists on your initramfs.
    Have you tried keeping udev instead of replacing it with systemd hook?
    Have you tried https://wiki.archlinux.org/index.php/Ar … ck_Machine ? It has systemd 204.
    Last edited by karol (2013-10-01 11:16:57)

  • [SOLVED] xrdb not reading .Xresources at boot

    spent a few hours trying to figure this out yesterday to no avail but still learned alot.
    so in my home folder I have .Xresources file:
    ! terminal colors ------------------------------------------------------------
    ! tangoesque scheme
    *background: #111111
    *foreground: #babdb6
    ! Black (not tango) + DarkGrey
    *color0: #000000
    *color8: #555753
    ! DarkRed + Red
    *color1: #ff6565
    *color9: #ff8d8d
    ! DarkGreen + Green
    *color2: #93d44f
    *color10: #c8e7a8
    ! DarkYellow + Yellow
    *color3: #eab93d
    *color11: #ffc123
    ! DarkBlue + Blue
    *color4: #204a87
    *color12: #3465a4
    ! DarkMagenta + Magenta
    *color5: #ce5c00
    *color13: #f57900
    !DarkCyan + Cyan (both not tango)
    *color6: #89b6e2
    *color14: #46a4ff
    ! LightGrey + White
    *color7: #cccccc
    *color15: #ffffff
    I also made a .xinitrc file in my home directory:
    xrdb -merge ~/.Xresources
    my problem is after boot I still have to manually use xrdb ~/.Xresources to have my .Xresources file to run.
    I know there is a lot on Google about this but I read through a large amount trying to get it to work. Apparently there are various problems and they depended up how your Desktop Manager starts the X environment.
    I am using LXDE (desktop manager) and openbox (windowd manager). At login I am greated with a login splash screen that takes me into my LXDE environment... I just can't figure out how to force startx to trigger the reading of my .Xresources file.
    I made sure all files were not made as root and they have the proper permissions including being ecexcutable.
    However my boot is configured,  the .Xresources is simply not getting run through xrdb as doing it manually after boot workds perfectly...
    The arch wiki reads: "are using  a Display Manager t log into X. Most DM will autoload the ~/.Xresources file on login"
    So is this more a lxde question?
    Another blog I read said that LXDE may not read .Xresources automatically thus the need for the .xinitrc file.... I followed those instructions as well to no avail:
    create .xinitrc
    chmod +x .xinitrc
    add xrdb -load ~/.Xresources &     
    to the .xinitrc file
    ... did not work for my setup
    at this point I am at a loss.
    Any help would be greatly appreciated.
    Last edited by soulrainX (2013-03-21 13:05:53)

    Welcome!
    Have you tried adding the command to Openbox' autostart.sh file? I don't know exactly how it's called, but it's usually placed in $XDG_CONFIG_HOME/openbox/ and if everything works correctly, it is executed upon starting Openbox.
    EDIT
    ... and having read the comment below, yes, please use code tags. It confused me at first whether you were literally typing 'add' and 'create' as commands in your shell or not.
    Last edited by ayekat (2013-03-21 11:56:01)

  • [SOLVED] Zenbook UX32VD black screen on boot with drivers (Intel).

    Helluw!
    So i have done a clean reinstall after this problem first occurd to try and isolate the problem. During boot you see that grub loads the modules and every goes black. After 2 seconds the backlight is turned on and there is nothing happening, to make sure that is the case, it have been running for 20 min with no reaction.
    Packages installed (that should matter):
    inteli-dri
    xf86-video-intel
    gnome
    gdm
    xorg-server
    To boot i am atm appending nomodeset so i can access a tty. This is removed every time i try boot, and replies with "no screen found" when added (as expected).
    There are no added configs in xorg, and no other videodrivers have been installed. The xorg dosnt reply with any errors as i can see.
    lscpi | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    xorg.0.log
    [ 6.199]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 6.199] X Protocol Version 11, Revision 0
    [ 6.199] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 6.199] Current Operating System: Linux hacbook 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep 27 07:35:36 CEST 2013 x86_64
    [ 6.199] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c5fcbc16-9b92-49e4-b8d7-198e758a5216 rw quiet
    [ 6.199] Build Date: 13 September 2013 01:28:59PM
    [ 6.199]
    [ 6.199] Current version of pixman: 0.30.2
    [ 6.199] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.199] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.200] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 29 19:02:03 2013
    [ 6.209] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.212] (==) No Layout section. Using the first Screen section.
    [ 6.212] (==) No screen section available. Using defaults.
    [ 6.212] (**) |-->Screen "Default Screen Section" (0)
    [ 6.212] (**) | |-->Monitor "<default monitor>"
    [ 6.212] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 6.212] (==) Automatically adding devices
    [ 6.212] (==) Automatically enabling devices
    [ 6.212] (==) Automatically adding GPU devices
    [ 6.232] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6.232] Entry deleted from font path.
    [ 6.232] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 6.232] Entry deleted from font path.
    [ 6.233] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 6.233] Entry deleted from font path.
    [ 6.233] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 6.233] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 6.233] Entry deleted from font path.
    [ 6.233] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 6.233] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 6.233] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.233] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6.233] (II) Loader magic: 0x7fdc20
    [ 6.233] (II) Module ABI versions:
    [ 6.233] X.Org ANSI C Emulation: 0.4
    [ 6.233] X.Org Video Driver: 14.1
    [ 6.233] X.Org XInput driver : 19.1
    [ 6.233] X.Org Server Extension : 7.0
    [ 6.234] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 6.234] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6.235] (--) PCI:*(0:0:2:0) 8086:0166:1043:1507 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 6.235] (--) PCI: (0:1:0:0) 10de:1140:1043:1507 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 6.236] Initializing built-in extension Generic Event Extension
    [ 6.236] Initializing built-in extension SHAPE
    [ 6.236] Initializing built-in extension MIT-SHM
    [ 6.236] Initializing built-in extension XInputExtension
    [ 6.236] Initializing built-in extension XTEST
    [ 6.236] Initializing built-in extension BIG-REQUESTS
    [ 6.236] Initializing built-in extension SYNC
    [ 6.236] Initializing built-in extension XKEYBOARD
    [ 6.236] Initializing built-in extension XC-MISC
    [ 6.236] Initializing built-in extension SECURITY
    [ 6.236] Initializing built-in extension XINERAMA
    [ 6.236] Initializing built-in extension XFIXES
    [ 6.236] Initializing built-in extension RENDER
    [ 6.236] Initializing built-in extension RANDR
    [ 6.236] Initializing built-in extension COMPOSITE
    [ 6.236] Initializing built-in extension DAMAGE
    [ 6.236] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.236] Initializing built-in extension DOUBLE-BUFFER
    [ 6.236] Initializing built-in extension RECORD
    [ 6.236] Initializing built-in extension DPMS
    [ 6.236] Initializing built-in extension X-Resource
    [ 6.236] Initializing built-in extension XVideo
    [ 6.236] Initializing built-in extension XVideo-MotionCompensation
    [ 6.236] Initializing built-in extension XFree86-VidModeExtension
    [ 6.236] Initializing built-in extension XFree86-DGA
    [ 6.236] Initializing built-in extension XFree86-DRI
    [ 6.236] Initializing built-in extension DRI2
    [ 6.236] (II) LoadModule: "glx"
    [ 6.240] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.248] (II) Module glx: vendor="X.Org Foundation"
    [ 6.248] compiled for 1.14.3, module version = 1.0.0
    [ 6.248] ABI class: X.Org Server Extension, version 7.0
    [ 6.248] (==) AIGLX enabled
    [ 6.248] Loading extension GLX
    [ 6.248] (==) Matched intel as autoconfigured driver 0
    [ 6.248] (==) Matched nouveau as autoconfigured driver 1
    [ 6.248] (==) Matched nvidia as autoconfigured driver 2
    [ 6.248] (==) Matched nv as autoconfigured driver 3
    [ 6.248] (==) Matched intel as autoconfigured driver 4
    [ 6.248] (==) Matched vesa as autoconfigured driver 5
    [ 6.248] (==) Matched modesetting as autoconfigured driver 6
    [ 6.248] (==) Matched fbdev as autoconfigured driver 7
    [ 6.248] (==) Assigned the driver to the xf86ConfigLayout
    [ 6.248] (II) LoadModule: "intel"
    [ 6.252] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 6.260] (II) Module intel: vendor="X.Org Foundation"
    [ 6.260] compiled for 1.14.2, module version = 2.21.15
    [ 6.260] Module class: X.Org Video Driver
    [ 6.260] ABI class: X.Org Video Driver, version 14.1
    [ 6.260] (II) LoadModule: "nouveau"
    [ 6.260] (WW) Warning, couldn't open module nouveau
    [ 6.260] (II) UnloadModule: "nouveau"
    [ 6.260] (II) Unloading nouveau
    [ 6.260] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 6.260] (II) LoadModule: "nvidia"
    [ 6.261] (WW) Warning, couldn't open module nvidia
    [ 6.261] (II) UnloadModule: "nvidia"
    [ 6.261] (II) Unloading nvidia
    [ 6.261] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "nv"
    [ 6.261] (WW) Warning, couldn't open module nv
    [ 6.261] (II) UnloadModule: "nv"
    [ 6.261] (II) Unloading nv
    [ 6.261] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "vesa"
    [ 6.261] (WW) Warning, couldn't open module vesa
    [ 6.261] (II) UnloadModule: "vesa"
    [ 6.261] (II) Unloading vesa
    [ 6.261] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "modesetting"
    [ 6.261] (WW) Warning, couldn't open module modesetting
    [ 6.261] (II) UnloadModule: "modesetting"
    [ 6.261] (II) Unloading modesetting
    [ 6.261] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "fbdev"
    [ 6.261] (WW) Warning, couldn't open module fbdev
    [ 6.261] (II) UnloadModule: "fbdev"
    [ 6.261] (II) Unloading fbdev
    [ 6.261] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 6.261] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 6.262] (++) using VT number 1
    [ 6.266] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 6.266] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 6.266] (==) intel(0): RGB weight 888
    [ 6.266] (==) intel(0): Default visual is TrueColor
    [ 6.266] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 6.266] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 6.266] (**) intel(0): Framebuffer tiled
    [ 6.266] (**) intel(0): Pixmaps tiled
    [ 6.266] (**) intel(0): "Tear free" disabled
    [ 6.266] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 6.266] (II) intel(0): Output eDP1 has no monitor section
    [ 6.266] (--) intel(0): found backlight control interface acpi_video1 (type 'firmware')
    [ 6.266] (II) intel(0): Output VGA1 has no monitor section
    [ 6.266] (II) intel(0): Output HDMI1 has no monitor section
    [ 6.266] (II) intel(0): Output DP1 has no monitor section
    [ 6.266] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
    [ 6.266] (==) intel(0): DPI set to (96, 96)
    [ 6.266] (II) Loading sub module "dri2"
    [ 6.266] (II) LoadModule: "dri2"
    [ 6.266] (II) Module "dri2" already built-in
    [ 6.266] (==) Depth 24 pixmap format is 32 bpp
    [ 6.271] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 6.272] (==) intel(0): Backing store disabled
    [ 6.272] (==) intel(0): Silken mouse enabled
    [ 6.272] (II) intel(0): HW Cursor enabled
    [ 6.272] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.273] (==) intel(0): DPMS enabled
    [ 6.273] (II) intel(0): [DRI2] Setup complete
    [ 6.273] (II) intel(0): [DRI2] DRI driver: i965
    [ 6.273] (II) intel(0): direct rendering: DRI2 Enabled
    [ 6.273] (==) intel(0): hotplug detection: "enabled"
    [ 6.273] (--) RandR disabled
    [ 6.305] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.305] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.305] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.305] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.305] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.305] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.305] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.305] (II) AIGLX: Loaded and initialized i965
    [ 6.305] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.308] (II) intel(0): switch to mode [email protected] on pipe 0 using eDP1, position (0, 0), rotation normal
    [ 6.333] (II) intel(0): Setting screen physical size to 508 x 285
    [ 6.414] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 6.414] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.414] (II) LoadModule: "evdev"
    [ 6.414] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.416] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.416] compiled for 1.14.2, module version = 2.8.1
    [ 6.416] Module class: X.Org XInput Driver
    [ 6.416] ABI class: X.Org XInput driver, version 19.1
    [ 6.416] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.416] (**) Video Bus: always reports core events
    [ 6.416] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 6.416] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.416] (--) evdev: Video Bus: Found keys
    [ 6.416] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11/event11"
    [ 6.416] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 6.416] (**) Option "xkb_rules" "evdev"
    [ 6.416] (**) Option "xkb_model" "pc104"
    [ 6.417] (**) Option "xkb_layout" "us"
    [ 6.431] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 6.431] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.431] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.431] (**) Video Bus: always reports core events
    [ 6.431] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 6.431] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.431] (--) evdev: Video Bus: Found keys
    [ 6.431] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.431] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input10/event10"
    [ 6.431] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 6.431] (**) Option "xkb_rules" "evdev"
    [ 6.431] (**) Option "xkb_model" "pc104"
    [ 6.431] (**) Option "xkb_layout" "us"
    [ 6.431] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.432] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.432] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.432] (**) Power Button: always reports core events
    [ 6.432] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.432] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.432] (--) evdev: Power Button: Found keys
    [ 6.432] (II) evdev: Power Button: Configuring as keyboard
    [ 6.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 6.432] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 6.432] (**) Option "xkb_rules" "evdev"
    [ 6.432] (**) Option "xkb_model" "pc104"
    [ 6.432] (**) Option "xkb_layout" "us"
    [ 6.432] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 6.432] (II) No input driver specified, ignoring this device.
    [ 6.432] (II) This device may have been added with another device file.
    [ 6.432] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 6.432] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 6.432] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 6.432] (**) Sleep Button: always reports core events
    [ 6.432] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 6.432] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 6.432] (--) evdev: Sleep Button: Found keys
    [ 6.432] (II) evdev: Sleep Button: Configuring as keyboard
    [ 6.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 6.432] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 6.432] (**) Option "xkb_rules" "evdev"
    [ 6.432] (**) Option "xkb_model" "pc104"
    [ 6.432] (**) Option "xkb_layout" "us"
    [ 6.432] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 6.432] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.433] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 6.433] (II) No input driver specified, ignoring this device.
    [ 6.433] (II) This device may have been added with another device file.
    [ 6.433] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 6.433] (II) No input driver specified, ignoring this device.
    [ 6.433] (II) This device may have been added with another device file.
    [ 6.433] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event7)
    [ 6.433] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 6.433] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
    [ 6.433] (**) USB2.0 HD UVC WebCam: always reports core events
    [ 6.433] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event7"
    [ 6.433] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb330
    [ 6.433] (--) evdev: USB2.0 HD UVC WebCam: Found keys
    [ 6.433] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
    [ 6.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input7/event7"
    [ 6.433] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
    [ 6.433] (**) Option "xkb_rules" "evdev"
    [ 6.433] (**) Option "xkb_model" "pc104"
    [ 6.433] (**) Option "xkb_layout" "us"
    [ 6.433] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
    [ 6.433] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 6.433] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 6.433] (**) Asus WMI hotkeys: always reports core events
    [ 6.433] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
    [ 6.433] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 6.433] (--) evdev: Asus WMI hotkeys: Found keys
    [ 6.433] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 6.433] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
    [ 6.433] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
    [ 6.433] (**) Option "xkb_rules" "evdev"
    [ 6.433] (**) Option "xkb_model" "pc104"
    [ 6.433] (**) Option "xkb_layout" "us"
    [ 6.434] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.434] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.434] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.434] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.434] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.434] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.434] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.434] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.434] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.434] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 6.434] (**) Option "xkb_rules" "evdev"
    [ 6.434] (**) Option "xkb_model" "pc104"
    [ 6.434] (**) Option "xkb_layout" "us"
    [ 6.434] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    [ 6.434] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 6.434] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [ 6.434] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event9"
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: Using mtdev for this device
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.434] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
    [ 6.434] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 6.435] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 6.435] (II) No input driver specified, ignoring this device.
    [ 6.435] (II) This device may have been added with another device file.
    [ 6.435] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 6.435] (II) No input driver specified, ignoring this device.
    [ 6.435] (II) This device may have been added with another device file.
    [ 6.830] (II) intel(0): EDID vendor "CMN", prod id 4931
    [ 6.830] (II) intel(0): Printing DDC gathered Modelines:
    [ 6.830] (II) intel(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
    [ 6.830] (II) intel(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
    Last edited by Foxboron (2013-10-04 02:37:23)

    As documented on the nvidia forums and several topics on this forum; Kernel 3.10-3.11 is breaking nVidia graphics.
    Zenbook's got a workaround by enabling "Fast CMS" in bios.
    https://devtalk.nvidia.com/default/topi … st/3873501

  • Problem with dual boot after upgrade to Mountain lion

    Hello Every One,
    I have a Macbook pro from 2009 which had dual boot option Windows 7 + Snow Leopard.
    The windows 7 had 2 partitions (C; and D: an extended partition).
    I upgraded the OS X to Mountain lion. after upgrade the system showed 3 options at boot time. Mac, Windows and a recovery partition.
    when i boot to windows the D: drive is gone...I mean even though i can see the partition in partition software, windows 7 stopped showing D: in "My computer".
    So i used testdisk utility to get the D: drive back and now when i boot to mountain Lion i am able to access both C:(BOOTCAMP) and D: drives.
    but now the problem is during boot time my Mac Book pro doesn't show the windows option.
    Can some suggest a means to boot into windows 7? Also what is the purpose of recovery partition that Mountain lion adds to the system? I mean is it going to hurt if i get rid of it so that i can go back to my old configuration of 3  primary partitions (1 for windows 7 ...C: bootcamp + MountainLion) + 1 extended partition for D:
    any help would be appreciated?
    Regards

    Ragu79 wrote:
    Also what is the purpose of recovery partition that Mountain lion adds to the system? I mean is it going to hurt if i get rid of it
    Leave it: http://support.apple.com/kb/HT4718

  • Arch only booting in IDE mode

    Hi, I installed archlinux on my desktop a few months ago. I did not realize that the SATA bios settings were on IDE mode when I originally set up my system. I want to make it so that I can use hot-swapping, and for this I absolutely need AHCI (not IDE). In any case, IDE is not the most appropriate for the types of drives I'm using (SATA 3 drives, one is an SSD).
    Anyway, HERE ARE THE ERRORS THAT I SEE WHEN I TRY TO BOOT IN AHCI MODE:
    ERROR: device 'UUID=***' not found. Skipping fsck.
    ERROR: Unable to find root device 'UUID=***'.
    You are being dropped to a recovery shell
        Type 'exit' to try and continue booting
    sh: can't access tty; job control turned off
    [rootfs#]..a shell prompt here
    I have read that the best thing to do is use the mkinitcpio command from an installation disk, is this right? and if so, why wouldn't I get the same error in IDE mode???
    Furthermore, when I'm booting in IDE mode I see this error:
    ata4: SRST failed. errno = 16
    ata4: SRST failed. errno = 16
    ata4: SRST failed. errno = 16
    ata4: SRST failed. errno = 16
    then it boots...each with about 30 seconds of waiting between each
    I have tried making a blank file called /forcefsck in my root directory...that didn't work.
    I am running kernel no: 3.9.4-1, also I am using reiserfs
    really not sure what to do to make this work?? any ideas would be really helpful.
    Last edited by pepperdas (2013-06-14 20:19:41)

    pepperdas wrote:I have read that the best thing to do is use the mkinitcpio command from an installation disk, is this right? and if so, why wouldn't I get the same error in IDE mode???
    You should be able to boot using the fallback initrd, since it presumably has ahci support built in.  That's easier than fooling around with an installation disk.
    The reason you don't get this error in IDE mode is that when you installed, it ran mkinitcpio and generated the initrd based on the modules that were loaded at the time, which would have included the ide/pata driver, but not the ahci driver, since you weren't using ahci mode.  Without the driver, it can't read your disks, hence why it can't find your root fs.

Maybe you are looking for

  • 15% of free space on startup disc is preferred.  Fact or Myth.

    I see this all the time.  Some users say yes, others say no.  Can I get a confirmed answer as to which is correct?  Thanks for any anticipated input from either school of thought.

  • How to include field Internal order in the material master for SD orders

    Hello, I would like to know how I can bring the field "Internal Order" to the material master, so I can create materials with assignments to internal orders. We want to create Sales Orders where when we enter on order item with a material, the intern

  • What can be printed in Month view?

    Is there any way to print notes in the month view? I want to add notes about a count-down to a specific date. I realize I can make the count-down number the title of an event, which would print, but a note would seem more simple. Ken G5   Mac OS X (1

  • Helppppp pls

    iv just got a new(replacement) 3gs from apple 2 hours ago. iv come to put all my stuff back on it(sync) it said i was complete i desconected the usb phone went off, came back on but is now is stuck at the apple logo screen??? any ideas? iv tried hold

  • What is your image adjustment workflow in ACR?

    First time up, here - my question is as the title asks. I usually start with lens correction, then white balance and temperature, possibly saturation, and then it's catch as catch can. I'm really interested in if you go for highlights before or after