[SOLVED] Can't get grub working on UEFI system

This is for a friend's computer, he wants to keep his Windows 8 installation and dual-boot with Arch.  I installed Arch and followed the wiki to set up GRUB.  Now there is an option for grub in the boot menu, but when I touch it it boots Windows instead of opening GRUB.
I've never worked with UEFI before, any idea how to go about diagnosing this?
Last edited by tavianator (2013-11-11 13:41:52)

WonderWoofy wrote:It may be that you have one of the old v1 UEFI firmwares.  If that is the case, it is no surprise that you cannot use the shellx64_v2.efi.  Can you try the v1 shell and see if that works?
It can happen with early v2 firmwares, too. (e.g. mine.) And the v1 shell doesn't support the command.
If the computer came with a Windows 8 sticker and is x86 architecture, it certainly ought to be able to disable Secure Boot as this is a requirement MS imposes on OEMs who want to use that sticker on their machines. Have you checked to see if there's a firmware update available?
The author of rEFInd has a site which I believe includes instructions for different approaches to dealing with Secure Boot.
EDIT: I don't agree that posts #6-8 are off-topic. I don't think that aspect should be pursued further but if a user comes along and asks "how do I make my own user own the contents of /bin?' it is not off-topic to respond by pointing out that the user ought not be trying to do that. I think it is wrong to install Arch for somebody who could not install it for themselves, and while I could not comment at all, I could not have posted the second part of #6 without posting the first part. This, however, definitely is off-topic.
Last edited by cfr (2013-11-09 01:31:06)

Similar Messages

  • [SOLVED] Can't get sound working.

    The system has onboard sound (EliteGroup GeForce6100SM-M motherboard) which I am not interested in, instead I would like to use my PCI card (Sound Blaster Live! 5.1), but I cannot get either working. And yes, I've already confirmed I am in the "audio" group, and logged out and in since...
    I get the following during boot:
    [ 4.173534] emu10k1-gp: unable to grab region 0xfdf00020-0xfdf0002f
    [ 5.453359] AC'97 0 access is not valid [0xffffffff], removing mixer.
    Here's what happens when I try setting up ALSA, along with the troubleshooting output as requested on the Arch Wiki's ALSA page:
    $ alsamixer
    cannot open mixer: No such file or directory
    $ alsaconf
    alsaconf: command not found
    $ amixer
    amixer: Mixer attach default error: No such file or directory
    $ lsmod | grep '^snd' | column -t
    snd_emu10k1 137365 0
    snd_util_mem 2360 1 snd_emu10k1
    snd_ac97_codec 114391 1 snd_emu10k1
    snd_hwdep 6389 1 snd_emu10k1
    snd_rawmidi 19458 1 snd_emu10k1
    snd_seq_device 5300 2 snd_rawmidi,snd_emu10k1
    snd_pcm 74780 2 snd_ac97_codec,snd_emu10k1
    snd_page_alloc 7153 2 snd_pcm,snd_emu10k1
    snd_timer 19544 2 snd_pcm,snd_emu10k1
    snd 59214 7 snd_timer,snd_pcm,snd_seq_device,snd_rawmidi,snd_hwdep,snd_ac97_codec,snd_emu10k1
    $ ls -l /dev/snd
    total 0
    crw-rw---- 1 root audio 116, 1 Mar 26 21:40 seq
    crw-rw----+ 1 root audio 116, 33 Mar 26 21:40 timer
    $ aplay -l
    aplay: device_list:252: no soundcards found...
    I have tried manually loading the appropriate modules, adding the ALSA Wiki's "Setting up modprobe" block o' text to my modprobe.conf, and reinstalling alsa-utils/alsa-oss/linux. I've tried every bit of troubleshooting I can find, at least the ones that don't already assume I can start alsamixer in the first place. Anything obvious I've missed?
    Thanks!
    EDIT: Disregard, moved the card to my other PCI slot and it works fine now.
    Last edited by Phieta (2012-03-28 05:44:21)

    Please mark this thread as solved by prepending [SOLVED] to the title in the first post.

  • [Solved] Can't get netctl working with ethernet/dhcp

    I'm trying to use netctl with the example file for dhcp:
    Description='A basic dhcp ethernet connection'
    Interface=enp0s25
    Connection=ethernet
    IP=dhcp
    ## for DHCPv6
    #IP6=dhcp
    ## for IPv6 autoconfiguration
    #IP6=stateless
    Starting this profile results in:
    A dependency job for netctl@ethernet\x2ddhcp.service failed. See 'journalctl -xn' for details.
    journalctl -xn
    -- Logs begin at Sat 2014-09-13 19:32:03 CEST, end at Mon 2014-09-15 02:17:52 CEST. --
    Sep 15 02:16:07 toms_machine sudo[2768]: pam_unix(sudo:session): session closed for user root
    Sep 15 02:16:07 toms_machine dhcpcd[990]: exited
    Sep 15 02:16:22 toms_machine sudo[2772]: ben : TTY=pts/2 ; PWD=/etc/netctl ; USER=root ; COMMAND=/usr/bin/netctl start ethernet-dhcp
    Sep 15 02:16:22 toms_machine sudo[2772]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Sep 15 02:17:52 toms_machine systemd[1]: Job sys-subsystem-net-devices-eth0.device/start timed out.
    Sep 15 02:17:52 toms_machine systemd[1]: Timed out waiting for device sys-subsystem-net-devices-eth0.device.
    -- Subject: Unit sys-subsystem-net-devices-eth0.device has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-subsystem-net-devices-eth0.device has failed.
    -- The result is timeout.
    Sep 15 02:17:52 toms_machine systemd[1]: Dependency failed for A basic dhcp ethernet connection.
    -- Subject: Unit netctl@ethernet\x2ddhcp.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@ethernet\x2ddhcp.service has failed.
    -- The result is dependency.
    Note it is saying something about eth0 while ip link is resulting in
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 28:d2:44:52:2e:ad brd ff:ff:ff:ff:ff:ff
    3: wlp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 5c:51:4f:fb:7b:51 brd ff:ff:ff:ff:ff:ff
    Obviously there is no eth0. How can I set things up using the interface name "enp0s25"? By the way using dhcpcd works so there is no problem with the phsyical connection.
    Last edited by gladixy (2014-09-18 12:00:15)

    I solved the problem by replacing
    /etc/systemd/system/netctl\@ethernet\\x2ddhcp.service
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=A basic dhcp ethernet connection
    BindsTo=sys-subsystem-net-devices-eth0.device
    After=sys-subsystem-net-devices-eth0.device
    with
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=A basic dhcp ethernet connection
    BindsTo=sys-subsystem-net-devices-enp0s25.device
    After=sys-subsystem-net-devices-enp0s25.device
    I'm not sure whether this is the best way to solve the problem. If somebody knows a better solution it would not hurt to post it here.

  • [SOLVED] Can't get ddclient working

    Hi,
    I currently have trouble with configuring ddclient. I have edited the /etc/conf.d/ddclient to the following
    ## ddclient configuration file
    daemon=600
    # check every 600 seconds
    syslog=yes
    # log update msgs to syslog
    mail-failure=xxxx # Mail failed updates to user
    pid=/var/run/ddclient.pid
    # record PID in file.
    ## Detect IP with our CheckIP server
    use=web, web=checkip.dyndns.com/, web-skip='IP Address'
    ## DynDNS username and password here
    login=xxxx
    password=xxxx
    ## Default options
    protocol=dyndns2
    server=members.dyndns.org
    ## Dynamic DNS hosts
    xxxx.dyndns.org
    When i try to start the daemon i get the following output
    >sudo /etc/rc.d/ddclient start
    /etc/conf.d/ddclient: line 6: mail-failure=xxxx: command not found
    /etc/conf.d/ddclient: line 10: web-skip=IP Address: command not found
    /etc/conf.d/ddclient: line 18: xxxx.dyndns.org: command not found
    :: Starting ddclient [FAIL]
    Anyone know how to configure ddclient with dyndns?
    Last edited by munkoil (2010-09-26 12:50:51)

    Indeed, you are not editing the right file. You must edit /etc/ddclient/ddclient.conf and not /etc/conf.d/ddclient (well, you can edit it too, but this is where you add extra args to be passed to the daemon when you start it via the script in /etc/rc.d).
    For example, these are my files:
    /etc/conf.d/ddclient
    # Parameters passed to ddclient
    #EXTRA_ARGS="-debug -verbose"
    EXTRA_ARGS=""
    /etc/ddclient/ddclient.conf
    ## ddclient configuration file
    daemon=1500 # check every 25 minutes
    syslog=yes # log update msgs to syslog
    mail-failure=root # Mail failed updates to user
    pid=/var/run/ddclient.pid # record PID in file.
    ssl=yes # use ssl support
    cache=/var/cache/ddclient/ddclient.cache # cache file
    #use=web, web=checkip.dyndns.com/, web-skip='IP Address'
    use=cmd, cmd=/usr/local/bin/pubip
    ## DynDNS username and password here
    login=my_login
    password=my_password
    ## Default options
    protocol=dyndns2
    server=members.dyndns.org
    wildcard=no
    ## Dynamic DNS hosts
    my-host-name.dyndns.org
    Your 'use' line will be different since I myself wrote a 2 line script to extract the IP address on the web page of my router.

  • [SOLVED] Can't get xorg working, ATI drivers.

    Hey guys just installed Arch.
    I installed the xf86-video-ati driver for my Radeon 7970. But startx spits out a bunch of errors about there being no drivers. So then i tried installing the xf86-video-vesa driver, and x starts but nothing comes up and it freezes.
    I also had a problem at the start of my new install. Unless I put nomodeset on my kernel paramaters, my screen locks up on the login screen. However, the ATI page states that the radeon driver _requires_ kernel mode-setting but if i don't add the nomodeset paramater on booting up my system locks up on the login screen.
    Anyone know how to fix these problems? Thank you.
    EDIT: Disregard. All of my problems were solved via reinstalling with UEFI
    Last edited by DanielJackins (2014-02-19 08:47:43)

    Do you have KMS enabled? Try to use only the intel kernel module and drivers, blacklist nouveau if necessary.
    What notebook is it?
    https://wiki.archlinux.org/index.php/As … th_Optimus
    https://wiki.archlinux.org/index.php?ti … th_Optimus
    Last edited by karol (2011-03-03 09:46:58)

  • [Solved]Can't get tpfand working on my Lenovo X201

    My laptop has recently been having problems with running too hot - even to the point where the auto shutdown has kicked in. It doesn't matter how hot the CPU gets, the fan doesn't seem to increase much in speed at all.
    I've tried following the instructions on both https://wiki.archlinux.org/index.php/Le … an_control and https://wiki.archlinux.org/index.php/Th … an_Control  but I simply cannot get either tpfand or tpfan-admin running.
    Both fail with a variation on this error message:
    Fatal error: unable to set fanspeed, enable watchdog or read temperature
    Please make sure you are root and a recent
    thinkpad_acpi module is loaded with fan_control=1
    I am running as root and the thinkpad_acpi module is loaded with fan_control=1 as evidenced by:
    [root@moses misc]# modprobe -c | grep thinkpad_acpi
    options thinkpad_acpi fan_control=1
    alias acpi*:IBM0068:* thinkpad_acpi
    alias acpi*:LEN0068:* thinkpad_acpi
    alias dmi:bvnIBM:bvrI[MU]ET??WW* thinkpad_acpi
    alias tpacpi thinkpad_acpi
    Why isn't this working?
    Edit: Nevermind, it seems I simply hadn't rebooted after a kernel upgrade!
    Last edited by phunni (2013-11-07 16:35:25)

    Try reinstalling the Microsoft UAA Driver.
    http://www.techspot.com/drivers/driver/file/information/9662/
    ________________________________________________________________________________________________________ I Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly

  • [SOLVED] Can't get Ajax working - help

    I am trying to set Ajax up for a media server (hosting professor lectures).
    I am trying to update my mysql, if someone likes a particular lecture.
    However, I am not able to get any response what so ever. I am using an onclick - however, nothing happens. Check the code below - I have set up an if-else, with onreadyState, and for both the conditions (exhaustive), no change happens. Please suggest what I am doing wrong.
    function show_jw()
    var filepath=jwplayer('container').getPlaylistItem().file;
    var xmlhttp;
    xmlhttp.onreadystatechange=function()
    if (xmlhttp.readyState==4 && xmlhttp.status==200)
    document.getElementById("like").innerHTML="file found";
    else
    document.getElementById("like").innerHTML="file not found";
    xmlhttp.open("GET","ajaxphp.php?f="+filepath,true);
    xmlhttp.send();
    </script>
    <input type="button" onclick=show_jw() value="like" />
    on clicking the button, I should either see "file found" or "file not found". I see nothing (on chrome or firefox).
    Last edited by devadittya (2012-01-22 18:33:24)

    Also note that the else statement gets executed even if readyState != 4 which is probably not what you want. Better to implement it as:
    xmlhttp.onreadystatechange=function()
    if (xmlhttp.readyState==4)
    if (xmlhttp.status==200)
    document.getElementById("like").innerHTML="file found";
    else
    document.getElementById("like").innerHTML="file not found";
    More info here: http://www.w3.org/TR/2012/WD-XMLHttpReq … readystate. The entire page is a good read actually.
    Last edited by iTwenty (2012-01-23 17:17:24)

  • Can't get wifi working on X201 after installing Win 7 64 bit

    I've just purchased an X201 type 3294 with a 320gb HDD running Windows 7 64bit. Wifi works fine when running from the original HDD. I've pulled the HDD and replaced it with an SSD and installed windows 7 64 bit so I can use the 4gb RAM which came with the computer. I did a fresh install then started trying to install drivers. I started with Wifi first so I could download the rest of the drivers directly to the computer. I can't get wifi working after installing Windows 7 64bitfor some reason. I have the original HDD in an external enclosure so I can still access it.
    I can't figure out what drivers I need, or even what adapter I have on the computer.Lenovo's part look up tells me the adapter is part number 60Y3231, but that information seems to be useless. I've tried most of the drivers on Lenovo's driver page. I've tried just copying the C:/Drivers folder from the original HDD, and just about anything else I can thinkof. 
    Anyone know how I can get the right driver, or if this is even a driver problem? For what it's worth I'm not afraid of having to learn some terminal if I have to but I'm totally unfamiliar with Win 7. I have much more experience with XP, Vista and OSX/some Ubuntu.
    Solved!
    Go to Solution.

    Hello and welcome,
    If you have a wired connection you could try installing ThinkVantage System Update.  Run it and it should find all the appropriate drivers and install them for you.
    That FRU seems to be an Intel Centrino Advanced-N 6200. It's hard to tell from the drivers page which one to use.  Most of the README files include 6200.  My best guess:  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/g1w218ww_s64.exe
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • My printer is on line i just can not get it working on my laptop

    my printer is on line i just can not get it working on my laptop

    Hi @murphyett , 
    Thank you for visiting the HP Support Forums and Welcome. I have read about your HP Printer and not working Wirelessly. Here is a link to the HP Print and Scan Doctor. The HP Print and Scan Doctor will run a check on your system.
    What is the model of printer? I would be happy to assist if needed as there are many models of HP Printers I would need the model number. How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Can t get to work tint2 launcher

    I'm a beginner in arch linux and i'm trying to figure out why the laucher don't show up in my panel,
    i've set up the panel the way i want but i would like to have a few launcher
    I've try serveral thing but i can't get it to work,
    and chromium.desktop and gparted.desktop do exist in /usr/share/applications/
    tks
    Here my tint2rc
    # TINT2 CONFIG FILE
    # horizontal panel
    # squared taskbars
    # idirae config
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 1
    background_color = #808080 20
    border_color = #ffffff 10
    # ID 2 - task active
    rounded = 0
    border_width = 0
    background_color = #feffff 0
    border_color = #d8d8d8 0
    # ID 3 - task
    rounded = 0
    border_width = 0
    background_color = #F5F5DC 0
    border_color = #000000 0
    # ID 4
    rounded = 0
    border_width = 1
    background_color = #888888 0
    border_color = #ED2323 60
    # ID 5 - taskbar
    rounded = 0
    border_width = 1
    background_color = #feffff 10
    border_color = #ffffff 10
    # ID 6 - active taskbar
    rounded = 0
    border_width = 1
    background_color = #feffff 30
    border_color = #ffffff 30
    # ID 7 - tooltip
    rounded = 3
    border_width = 0
    background_color = #222222 90
    border_color = #222222 90
    # ID 8
    rounded = 0
    border_width = 1
    background_color = #888888 20
    border_color = #888888 20
    # Panel
    panel_monitor = all
    panel_position = top left horizontal
    panel_items = LTSBC
    panel_size = 100% 32
    panel_margin = 0 1
    panel_padding = 3 3
    panel_dock = 0
    wm_menu = 1
    panel_layer = bottom
    panel_background_id = 1
    # Panel Autohide
    autohide = 0
    autohide_show_timeout = 0.3
    autohide_hide_timeout = 1.5
    autohide_height = 6
    strut_policy = follow_size
    # Taskbar
    taskbar_mode = multi_desktop
    taskbar_padding = 5 2
    taskbar_background_id = 5
    taskbar_active_background_id = 6
    taskbar_name = 1
    taskbar_name_background_id = 0
    taskbar_name_active_background_id = 0
    taskbar_name_font = Crisp 12
    taskbar_name_font_color = #ffffff 30
    taskbar_name_active_font_color = #ffffff 50
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 20 20
    task_padding = 0 0
    task_background_id = 3
    task_active_background_id = 2
    task_urgent_background_id = 4
    task_iconified_background_id = 3
    # Task Icons
    task_icon_asb = 80 0 0
    task_active_icon_asb = 100 0 0
    task_urgent_icon_asb = 100 0 0
    task_iconified_icon_asb = 80 0 0
    # Fonts
    task_font = BankGothic Md BT 10
    task_font_color = #696969 60
    task_active_font_color = #696969 100
    task_urgent_font_color = #696969 100
    task_iconified_font_color = #696969 60
    font_shadow = 0
    # Launcher
    launcher_icon_theme = elementary
    launcher_padding = 2 2
    launcher_background_id = 1
    launcher_icon_size = 20
    # Specify icon theme names with launcher_icon_theme.
    # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
    #launcher_icon_theme = AwOkenWhite
    # Each launcher_item_app must be a full path to a .desktop file
    launcher_item_app = /usr/share/applications/chromium.desktop
    launcher_item_app = /usr/share/applications/gparted.desktop
    # Clock
    time1_timezone = :/usr/share/zoneinfo/dir/Canada/Eastern
    time1_format = %I:%M %p
    time1_font = BankGothic Md BT 9
    #time2_format = %A, %B %d
    #time2_font = Ubuntu-L 7
    clock_font_color = #ffffff 80
    clock_padding = 5 0
    clock_background_id = 5
    clock_lclick_command = gsimplecal
    #lock_rclick_command =
    # System Tray
    systray = 1
    systray_padding = 2
    systray_sort = right2left
    systray_background_id = 5
    systray_icon_size = 20
    systray_icon_asb = 100 0 0
    # Tooltips
    tooltip = 0
    tooltip_padding = 2 2
    tooltip_show_timeout = 0.0
    tooltip_hide_timeout = 0.0
    tooltip_background_id = 7
    tooltip_font_color = #ff0000 100
    tooltip_font = Roboto-Thin normal 9.0
    # Mouse
    mouse_middle = none
    mouse_right = toggle
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify
    # Battery
    battery = 1
    battery_hide = never
    battery_low_status = 10
    battery_low_cmd = notify-send "battery low"
    bat1_font = sans 8
    bat2_font = sans 6
    battery_font_color = #ffffff 80
    battery_padding = 5 0
    battery_background_id = 5
    # End of config
    Last edited by jolejo07 (2013-07-05 01:39:25)

    I've try but can't get it working ether, i've download from Aur but when i'm trying to use the PKGBUILD with makepkg
    it telling me
    ==> ERROR: Cannot find the fakeroot binary required for building as non-root user.
    ==> ERROR: Cannot find the strip binary required for object file stripping.
    Last edited by jolejo07 (2013-07-05 01:45:21)

  • I have 2 itunes accounts - one work a/c and one home a/c, but when i sign in at home only my home songs appear even if I sign in my work a/c. I have authorised both computers to show both a/cs. How can I get my work a/c songs to appear at home?

    I have 2 itunes a/cs one at work and one at home. Both computers are authorised for the 2 a/cs, but I can;t get my work a/c songs to show on my home computer, even though I sign in my work a/c, and I can't get my home songs to show up on the  work computer even though I sign in my home a/c. V. frustrating!

    Hi,
    You will have to manually copy your music. Get a pen-drive big enough to accommodate all your music. And follow these steps:
    1. Create a new folder on the pen-drive.
    2. Copy the music from your work computer to the folder you just created. It's in (yourhomefolder)>Music>iTunes>iTunes Media>Music if you're using a Mac, or in C:\Users\(yourusername)\Music\iTunes\iTunes Media\Music if you're using Windows.
    3. Now on your home computer quit iTunes, and copy your music from work to the "Automatically Add to iTunes" folder in (yourhomefolder)>Music>iTunes>iTunes Media.
    4. Start iTunes. It will automatically start to process the files and move them to the appropriate place.
    Repeat these steps with your music from home on your work computer. Also I suggest to use only one iTunes account if possible.
    Hope it helps
    Regards,
    Gábor

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

  • In disk utility, it shows that my external hard drive is somehow unmounted and I can't access it in finder or repair it in Disk Utility. How can I get this working without losing my important data?

    In disk utility, it shows that my external hard drive is somehow unmounted and I can't access it in finder or repair it in Disk Utility. How can I get this working without losing my important data?
    Thank you!

    When you erased the disk did you select Mac OS Extended Journaled as the format option?

  • My hard drive crashed on my Imac 24" 2009, i put in a new hard drive 2TB and a SSD drive 240 GB and removed the opticdrive. What external DVD can I get to work with the IMac? The Apple super drive is not compatible.

    My hard drive crashed on my Imac 24" 2009,  I installed a new hard drive 2TB and a SSD drive 240 GB and removed the optical drive.
    What external DVD can I get to work with the IMac?                              The Apple super drive is not compatible.

    Virtually any DVD burner that can connect to your Mac will work. They start at $40 on Amazon.

  • Hello, I use MAC AIR OSX 10.6.8 and have Adobe CS2, that I was using 2 years ago on my older computer. I stopped using it because it would close down in the middle of work. Now I would like to reinstall it on the MacAir but I can not get it working. It te

    Hello, I use MAC AIR OSX 10.6.8 and have Adobe CS2, that I was using 2 years ago on my older computer. I stopped using it because it would close down in the middle of work. Now I would like to reinstall it on the MacAir but I can not get it working. It tells Adobe doesnT support my System. But I can not update my old version or activate it. What can I do?

    The mac you want to install photoshop cs2 on is running mac os x 10.6.8 Snow Leopard?
    (photoshop cs2 won't run on intel macs with mac os x newer than snow leopard)
    Did you ever have cs2 installed on this particular computer before?
    If the problem is that you already installed cs2, but it won't activate, that's because adobe took the activation servers offline for some older adobe products such as cs2.
    You'll need to use the non activation version of cs2 from here and the supplied serial number:
    Activation server shut down for Creative Suite 2, Acrobat 7, and Macromedia products

Maybe you are looking for