Ubuntu installed fine, Arch did, but won't boot.

Hello, I am trying out Arch Linux alongside Ubuntu Linux on my external USB drive. Ubuntu boots fine, but after I install Arch, GRUB comes up giving me error 17. I don't know what could be different between my two installations except that I installed Arch while my internal HD was in, while I installed Ubuntu while it wasn't. Help?

I set Ubuntu's menu.lst back for now, but still can't boot to Arch. I think I figured out why I can't (the install messes up when using GRUB, as GRUB can't figure out what file system it is on). Also, I think I may need to take out my internal HD to install it to the external (I had to do that with Ubuntu, but I was told it was just in case). Anyway, here is my menu.lst for my working Ubuntu (where the Arch Linux entry doesn't work because it says that that one is not supported by my BIOS for some odd reason), and the one for arch.
Ubuntu:
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
# examples
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, kernel 2.6.22-13-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-13-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash quiet splash
initrd /boot/initrd.img-2.6.22-13-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-13-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-13-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash single
initrd /boot/initrd.img-2.6.22-13-generic
title Ubuntu 7.10, kernel 2.6.22-12-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-12-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash quiet splash
initrd /boot/initrd.img-2.6.22-12-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-12-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-12-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash single
initrd /boot/initrd.img-2.6.22-12-generic
title Ubuntu 7.10, kernel 2.6.22-10-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-10-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash quiet splash
initrd /boot/initrd.img-2.6.22-10-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-10-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-10-generic root=UUID=d76897f5-a728-4f06-b3d6-7291b03100fe ro vga=791 splash single
initrd /boot/initrd.img-2.6.22-10-generic
title Ubuntu 7.10, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
title Arch Linux
root /dev/sdb3
chainloader +1
Arch:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/hda (hd0)
# /dev/hdb2 (hd1,1)
# /dev/hda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Arch Linux
title Arch Linux
root (hd1,2)
kernel /boot/vmlinuz26 root=/dev/sdb3 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd1,2)
kernel /boot/vmlinuz26 root=/dev/sdb3 ro
initrd /boot/kernel26-fallback.img
# (1) Windows
title Ubuntu Linux 7.10
rootnoverify (hd1,0)
makeactive
chainloader +1

Similar Messages

  • I have video embedded in a PDF, it plays fine on desktop but won't play on iPhone or iPad

    I have video embedded in a PDF, it plays fine on desktop but won't play on iPhone or iPad, is there a workaround? From what Ive seen through Google searches, I dont think there is but wanted to reach out to the pros.
    thank you for your help!!

    Read this:
    http://forums.adobe.com/thread/982072?tstart=0

  • CS6 Production Premium installed on my G5 but won't validate the serial number on my imac

    CS6 Production Premium installed on my G5 but won't validate the serial number on my imac? I'm sure you can install this version on 3 machines to use non simultaniously, why will it accept the serial on one machine but not another?

    No, you can only activate on 2 machines. The rest sounds fishy. A G5 by no means meets even the basic specs for any of the video programs du to not being intel and not being 64bit. Even PS wouldn't install on such a machine, so I'm slightly wondering what you actually installed or what machine you are referring to...
    Mylenium

  • New pages won't open on iPad; new pages shows installed on air book but won't open. Related?

    new pages program won't open iPad cloud documents without crashing--work around is to not open any documents in clouds, but it saves to clouds anyway; however, new pages program shows installed on air book but won't open new pages documents created on ipad without message "need to install a newer version of pages", which I have done. Are these two problems related?

    Double tap Home button and delete Pages from multitask-bar.
    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears, ignore the Slide to Power Off that appears)
    Note: You will not lose any data.
    Try again with Pages.
    If no joy, delete Pages and redownload again.

  • IMac with bootcamp and parallel boots into windows 7 but won't boot intoxc lion.

    IMac with bootcamp and parallel boots into windows 7 but won't boot into Mac OS lion?

    Hi,
    Thanks for your suggestion. Actually that was not the problem, because I had the Mcintosh drive set as my boot drive. The answer was that my Lion Os got somehow corrupted and I had to reinstalll Lion. This was all after I discussed the situation with the Apple Support people.

  • Drive looks fine, but won't boot.

    Computer suddenly stopped recognizing the internal drive as the startup disc -- I get the ol' folder with the ? on it.
    1. Started up from the tiger intall disc, selected the internal drive as the startup disc, no go.
    2. Ran disc repair on the internal drive from the install disc, it found no problems but computer still won't start up from it.
    3. Started up from my bootable backup on an external drive. Looked at contents of the problem internal drive, everything looks fine on it, I can access folders, run applications,all content is there, does not act as if it's failing (except of course that it won't boot.)
    4.Did an Archive and install, which went flawlessly, but did not help, computer still won't boot up from the internal drive. Resetting the pram did not help, and it won't boot in safe mode either.
    What should be my next step?

    zanzen wrote:
    The latest:
    1. Erased the internal drive, loaded fresh OSX Tiger from the original disk. Opened and closed some applications, made some documents, restarted a couple of times, shutdown and started back up a couple of times. Everything working just fine.
    You wrote zeros to the drive? You didn't just erase it?
    2. Restored to the internal from external backup, using superduper. (and had superduper repair permissions on the backup before doing the restore.) Everything seemed fine at first. I restarted to the internal and it worked. Performed a few functions, tried restarting again and kablooey, back to the same thing; pauses on the flashing ? folder for a few seconds, then goes to the white apple screen, and that's as far as it will go.
    3. Tried using both option restart, and restarting from the startup disk system pref., neither works. I noticed that on option restart, the the icon that comes up on the screen for my internal does not have the name I gave it, just a little 'diamond G' sort of symbol under it, which I assume is the maker Seagate's symbol. My external's icon does have its assigned name. In the startup disk preference and on the desktop (when I'm up and running from the external), the internal's assigned name is there. So it's only when doing an option restart that the internal's name is missing.
    The last backup of the internal was done 3 or 4 days before this startup problem began, and the computer was used plenty during those days (family of five, with that many user profiles on the computer), so if there's something on the backup that is causing this problem, it's strange that it didn't cause any problems during those few days. And also strange that it doesn't cause a problem for the external drive, only for the internal.
    How many restarts during those 3 or 4 days? How many times have you successfully booted from the external and what did you do while booted from it?
    I'm wondering if the cause of the problem was backed up to the external but not the problem itself. Maybe the problem is triggered by start up / shut down but only then affects the next start up. I'm not sure this really makes sense of everything, though...
    Can you examine the system logs while booted from the external, maybe? That is, use /Applications/Utilities/Console to open the internal's log files - especially /var/log/system.log and friends. I don't know this will do any good. Presumably, nothing is getting written here during the failed start ups but maybe there is something which would give a clue from the last successful start up and shut down.
    - cfr

  • Small Applet Compiles Fine.. But won't run!

    The Applet compiles absoluetly fine.. But it won't run. Is this supposed to ever happen? Can I have some tips on why it isn't working?
    import java.applet.*;
    import java.awt.*;
    import java.lang.*;
    public class Loop1 extends Applet{
      Label LoopLabel = new Label();
      String InfoString = null;
      int r = 0;
    public void init() {
    InfoString = getParameter("info");
    r =
    Integer.parseInt(getParameter("repetitons"));
    for (int i=1; i <= r; i++) {
    InfoString = InfoString + "X";
    public void paint(Graphics g) {
    g.drawString(InfoString, 5, 10);
    }and the html (i doublt you'll need it though)
    <APPLET CODE=Loop1.class WIDTH=500 HEIGHT=500>
    <PARAM NAME=info VALUE="6">
    <PARAM NAME=repetitions VALUE="6">
    </APPLET>

    typo, it runs otherwise
    http://www.geocities.com/rmlchan/indexLoop1.html
    r = Integer.parseInt(getParameter("repetitons"));
    <PARAM NAME=repetitions VALUE="6">

  • Can't send emails on my S5.  Sends fine from gmail, but won't send from verizon account.  Keep getting "Sending Failed" message.

    My S5 won't send emails from my verizon email account, which is the default email for my phone.  It will send fine from gmail, but when I try to reply to messages in the verizon account, I get a "Sending Failed" message and an eternal loop from my outbox trying over and over to send the message.  Does anyone know how to fix this?  I took it to the Verizon store for help, and they were completely useless.

    The tech help is useless.  You have to load it manually but you must know the ports to use for both sending and receiving. You must get them from your Verizon fios account.  This worked for me.
    Sent from my iPhone
    << Personal information removed to comply with Verizon Wireless Terms of Service >>

  • Startup Manager displays Mac HD but won't boot to it

    I have a 2008 MacPro (2x2.66 GHz Dual-Core Intel Xeon) that has been successfully running Bootcamp for a couple years with a Windows XP partition and a Mac 10.5~ partition (actually I can't remember if it was 10.6 or 10.5). We recently made a new partition for Windows 7. (This is in a classroom full of identicle MacPros, but noteably, the problem machine is the teacher's station).
    As of today, the MacPro no longer boots into the Mac OS partition. It boots, by default, into Windows XP every time. Holding down option on start up brings up the Startup Manager, and the Mac HD is visible, and you can click on it or tab to select it, but then nothing happens. We tried a bootable external hard drive, but had the same problem with the Startup Manager and an inability to select anything (the keyboard and mouse both seem to work) but nothing happens when you click on your selection.
    Once booted into XP, you can see the "Mac HD" option in the Boot Camp Control Panel. You can select it, but then the computer boots back into XP.
    I did get the computer to start up off a Mac OS Snow Leopard install CD by holding "C" on start up.  I ran "Repair Disk" using Disk Utility and found no problems. I tried repairing the disk permissions, and although they seemed fine. 
    I tried zapping the PRAM but there was no effect (booted into XP).
    I unplugged the computer for a few minutes to reset the "NVRAM". No effect.
    I tried different key combinations to attempt to boo in Safe Mode, Single User Mode, Verbose Mode, and none of those things worked, the computer booted straight into Windows XP every time.
    I tried holding "d" for a hardware test, but nothing happened. Do you need to be on the internet for this? Because, I also tried, based on some suggestions I saw online, unplugging all peripherals (like our bootable firewire drive) and ethernet cables and not using a third party mouse. No effect.
    Finally, I let the Snow Leopar install CD install, and although it seemed successful this had absouletly no effect. It still boots straight into Windows XP.  Granted, I did not delete everything for a clean install, as I'm not sure the files are backed up anywhere.

    ""To update anyone watching this, we tried putting the hard drive in a different machine and still had the same boot issues,""
    Are you saying that the questionable HD was put in another computer and THAT computer had the same issue as the Professors?
    If so I would just backup and erase the hard drive, reformat and reinstall everything as something buggered up the Boot Manager and your going to take more time figuring it out as to redo everything.
    I don't think the HD is going out but you MAY have some bad sectors on the Mac partition, if that's the problem then the bad sector might be in the bootable part and thats why it can't boot. If you want to save the HD have a disk utility do a Surface Scan to make sure.
    As far as not being able to boot into Safe mode, etc, if it had a bad sector it won't be able to read the boot part which is why you can still boot into the Install DVD.
    You know, looking back at your original post if you can't boot into safe mode while pressing the Shift Key after the bong, can't boot from an external HD or any of the other ways, then I would say it's a hardware problem.
    Like I mentioned before, if you can put in another Dual boot HD from another machine into the Professors machine and it still won't boot into both OS's then you have confirmed it's a hardware problem.
    Good luck...

  • CD-ROM works but won't boot

    Hello,
    I recently upgraded my beige G3 and installed a new CD-ROM drive. Now when I try to boot from a CD it won't boot. The computer just displays a gray screen. Would anyone have any idea why it won't boot?
    I know it boots when it is connected to the j9 IDE connector on the motherboard but when I connect it to the j10 IDE connector it will not boot. Is the j10 connector not recommended?
    Here are some details. My G3 beige is a rev 1. The CD-ROM is a 32x-speed drive pulled from an old b&w G3. Previously I have succesfully booted many times with this CD-ROM drive on my G3 beige when it was connected to the j9 IDE connector on the motherboard. But when connecting the CD-ROM to the j10 connector it will not boot.
    I read in the G3 beige service manual that when you have only one IDE connector in use (with the other connector not in use), for best results, be sure it is the j9 connector that you use individually and not j10 individually. However that doesn't seem to apply to me because I am using both j9 and j10. (I have the j9 connector connected to a hard drive.)
    So my nexrt step in trouble shooting this problem is to try connecting the CD-ROM drive back on the j9 connector. However, I was hoping to be able to use the j10 connector. Is there a way to connect a CD-ROM drive that is bootable to a rev 1. beige G3 using the j10 connector? If I have to use the j9 connector for the CD-ROM drive may I make the CD-ROM drive slave or does it have to be master? Should I put my main hard drive on j10 (instead of j9 as it is now)?
    Could these problems all be something completely urelated to the j9, j10 connectors?
    PS When you see a completely gray screen what does that mean? This completely gray screen worried me because it did not even display the flashing question mark disk icon typical of a mac that can't find its startup disk. Is this normal?
    Thank you for any suggestions.

    rainforest,
    Starting with the gray screen, give it a little more time to resole startup issues or zap the PRAM for 2 chimes.
    Macs were designed to go out and look at all hardware connected to the CPU and report back with details. PCs were never given this feature because Bill Gates said to himself, only smart people will use a computer and they will tell the computer every little thing that it needs to know. Thus, PCs are dumb. They do not look at the floppy drive until instructed, ie. you must tell it that you inserted a floppy disk and now you actually want to look at it. What a thought!
    Steve Jobs said, dumb people will use computers so let's make the computer smart. It is that startup review process that gives you the gray screen until it figures out what has changed. Zapping the PRAM is designed to force the CPU to take a fresh look at all devices. If you wait long enough, the review process should finish and give you the smiling face. Some swear by letting the PRAM zap chime three times because once is not always enough.
    Everytime you reconfigure your hardware, you create a new startup obstacle.
    Is it possible that there is a distinction between j9 and j10? From a purely essoteric design standpoint, yes. From a functional standpoint, no. Both should work and when they do not, you have just discovered an annomily with your motherboard.
    I once asked a certified auto mechanic about an electrical problem to see if it was something that was obvious or maybe part of a recall that he could easily spot. He said no. I then asked if he would have to go exploring to find the electrical problem. He said yes. I then asked if the service charge would cost more than the car was worth. He said "absolutely."
    Learning what your computer will and will not do is one thing. Fixing it is a whole new adventure.
    Jim

  • Replaced HDD in early iMac but won't boot up

    Hi,
    I'm new to the Apple support communities and require help please.
    I have an early 2008 iMac and was currently running ML; however it suffered a HDD failure. I have replaced the original 500GB HD with a 1TB WD Black Cavier HDD and started the machine up using the original disk with 10.5 and formatted the new HDD by using Disc Utility from this. I then carried out a complete restore to my last back up using Time Machine/Capsule. However when trying to start up with the restored 10.8.5 the machine won't boot up and just goes around in a cycle that also produces kernal panic. I have also gone back and loaded 10.5 and the machine works fine and then restored 10.8.5 again but the same happens.
    I have carried out the AHT three times using the extendered version and each time there was nothing reported with regards to the hardware. I have also tried all of the various methods mentioned within various threads but none work.
    Do you please have any ideas that may help or should I just take the machine straight into my Apple store?
    Many thanks

    I don't think you have a hardware problem since you can install 10.5 and the machine boots up normally. I believe your time machine backup is somehow corrupt. Maybe something on Pondini's site can help you
    http://pondini.org/TM/Home.html

  • IE11 SCCM 2012 Deployment - says installed in software center but after re-boot IE8 Remains

    Hello,
    I have an issue deploying IE11 to the estate, on the pc's the package says installed in software centre but when the users re-boot it's still IE8 on the machine.
    The monitoring tool in SCCM 2012 console lists the install as successful.
    I have the appenforce log from one of the machiens with the issue:
     Starting Install enforcement for App DT "Internet Explorer 11 - Windows Installer (*.msi file)" ApplicationDeliveryType - ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, Revision - 1, ContentPath
    - C:\Windows\ccmcache\19, Execution Context - System AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        A user is logged on to the system. AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Performing detection of app deployment type Internet Explorer 11 - Windows Installer (*.msi file)(ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, revision 1) for system. AppEnforce 28/01/2015
    12:30:53 6512 (0x1970)
    +++ MSI application not discovered [MSI Product Code: {86DC0963-2A1C-42AB-B664-17C12DBF6C6D}, MSI Product version: ] AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        App enforcement environment:
     Context: Machine
     Command line: msiexec /i "IE11-Setup-Full.msi" /q
     Allow user interaction: No
     UI mode: 0
     User token: null
     Session Id: 4294967295
     Content path: C:\Windows\ccmcache\19
     Working directory:  AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Prepared working directory: C:\Windows\ccmcache\19 AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
    Found executable file msiexec with complete path C:\Windows\system32\msiexec.exe AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Prepared command line: "C:\Windows\system32\msiexec.exe" /i "IE11-Setup-Full.msi" /q /qn AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
    Valid MSI Package path = C:\Windows\ccmcache\19\IE11-Setup-Full.msi AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Advertising MSI package [C:\Windows\ccmcache\19\IE11-Setup-Full.msi] to the system. AppEnforce 28/01/2015 12:30:53 6512 (0x1970)
        Executing Command line: "C:\Windows\system32\msiexec.exe" /i "IE11-Setup-Full.msi" /q /qn with system context AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Working directory C:\Windows\ccmcache\19 AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Post install behavior is BasedOnExitCode AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Waiting for process 7204 to finish.  Timeout = 120 minutes. AppEnforce 28/01/2015 12:30:55 6512 (0x1970)
        Process 7204 terminated with exitcode: 0 AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Looking for exit code 0 in exit codes table... AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Matched exit code 0 to a Success entry in exit codes table. AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
        Performing detection of app deployment type Internet Explorer 11 - Windows Installer (*.msi file)(ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, revision 1) for system. AppEnforce 28/01/2015
    12:31:05 6512 (0x1970)
    +++ Discovered MSI application [AppDT Id: ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3, Revision: 1, MSI Product code: {86DC0963-2A1C-42AB-B664-17C12DBF6C6D}, MSI Product version: ] AppEnforce
    28/01/2015 12:31:05 6512 (0x1970)
    ++++++ App enforcement completed (11 seconds) for App DT "Internet Explorer 11 - Windows Installer (*.msi file)" [ScopeId_F26B70A7-1D38-41D7-AF12-4D44AF3EDFED/DeploymentType_ee666887-31c1-4b60-837d-b7ce84e496c3], Revision:
    1, User SID: ] ++++++ AppEnforce 28/01/2015 12:31:05 6512 (0x1970)
    This is the CAS log:
    Saved Content ID Mapping e9dea25d-d24d-4d5c-a767-52068338e976.1, C:\Windows\ccmcache\12 ContentAccess 28/01/2015 10:12:41 6884 (0x1AE4)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    Releasing content request {1738FD09-9D1F-4708-9266-A418E9EB049A} ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    All references to Content 1a757176-8b61-4c70-b147-10cdbbfdd0b5.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:12:57
    9832 (0x2668)
    Saved Content ID Mapping 1a757176-8b61-4c70-b147-10cdbbfdd0b5.1, C:\Windows\ccmcache\13 ContentAccess 28/01/2015 10:12:57 9832 (0x2668)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    Releasing content request {25035F86-891D-41D3-AD45-F845D8689F88} ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    All references to Content cedf67fc-735e-4360-8db4-c8cb5d39663c.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:13:10
    8140 (0x1FCC)
    Saved Content ID Mapping cedf67fc-735e-4360-8db4-c8cb5d39663c.1, C:\Windows\ccmcache\14 ContentAccess 28/01/2015 10:13:10 8140 (0x1FCC)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    Releasing content request {BB6AA813-A4F7-4095-B60D-4441E3D7833D} ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    All references to Content 108336d1-2d2c-4d93-87b3-49d335640f2a.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:14:12
    14352 (0x3810)
    Saved Content ID Mapping 108336d1-2d2c-4d93-87b3-49d335640f2a.1, C:\Windows\ccmcache\15 ContentAccess 28/01/2015 10:14:12 14352 (0x3810)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    Releasing content request {2CA9AC92-0716-49A7-86D4-434B88B4D07B} ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    All references to Content 3fb07321-f1d1-4b71-90f1-233b355b13dd.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:14:30
    13956 (0x3684)
    Saved Content ID Mapping 3fb07321-f1d1-4b71-90f1-233b355b13dd.1, C:\Windows\ccmcache\16 ContentAccess 28/01/2015 10:14:30 13956 (0x3684)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    Releasing content request {47EB54C8-54C9-4FF8-A302-53AF844FA275} ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    All references to Content 9e56a46e-9a6a-42a5-b52b-811231a0ec2e.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:15:53
    10588 (0x295C)
    Saved Content ID Mapping 9e56a46e-9a6a-42a5-b52b-811231a0ec2e.1, C:\Windows\ccmcache\17 ContentAccess 28/01/2015 10:15:53 10588 (0x295C)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    Releasing content request {F230295F-5136-49C7-B1FF-68697DA4C421} ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    All references to Content 21ffbbb7-e491-48c1-b515-f5d6dc72f3fd.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015 10:16:11
    12040 (0x2F08)
    Saved Content ID Mapping 21ffbbb7-e491-48c1-b515-f5d6dc72f3fd.1, C:\Windows\ccmcache\18 ContentAccess 28/01/2015 10:16:11 12040 (0x2F08)
    Requesting content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, size(KB) 98073, under context System with priority Medium ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    User policy requested with no user credentials. ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Invalid user. ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Submitted CTM job {7174344D-6757-429C-BA3D-A6FBE9A34DA7} to download Content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 under context System ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Successfully created download  request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 12104 (0x2F48)
    Location update from CTM for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 and request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download location found 0 - http://USS-LON-SCCMDP1.uss.co.uk/SMS_DP_SMSPKG$/Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download location found 1 - http://USS-LON-SCCMMAN.uss.co.uk/SMS_DP_SMSPKG$/Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download request only, ignoring location update ContentAccess 28/01/2015 12:30:30 5228 (0x146C)
    Download started for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 ContentAccess 28/01/2015 12:30:30 12268 (0x2FEC)
    Download completed for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 under context System ContentAccess 28/01/2015 12:30:52 5228 (0x146C)
    Computed hash: F6BEAA17C60572A0751C74DACE26075CC2621CF72F23B09EFEEA4C928A3B0E54 ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Hash verification succeeded for content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 downloaded under context System ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Download succeeded for download request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Error: DeleteDirectory:- Failed to delete Directory C:\Windows\ccmcache\19.BCWork with Error 0x00000002. ContentAccess 28/01/2015 12:30:53 5228 (0x146C)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:30:53 12104 (0x2F48)
    SetCachedContentInUseFlag no change. Value : false ContentAccess 28/01/2015 12:31:05 10856 (0x2A68)
    Releasing content request {5DA5E21D-BB3C-4534-964C-1862EB39F3C8} ContentAccess 28/01/2015 12:31:05 12104 (0x2F48)
    All references to Content Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1 in cache have been removed.                   Content will be Tombstoned. ContentAccess 28/01/2015
    12:31:05 12104 (0x2F48)
    Saved Content ID Mapping Content_1e4c1d46-2dd0-4b10-ba32-44523c43a83d.1, C:\Windows\ccmcache\19 ContentAccess 28/01/2015 12:31:05 12104 (0x2F48)

    If the command-line you gave ConfigMgr runs successfully, there's not anything else ConfigMgr can do. Thus the logs above don't add any value. Thus, the issue lies with the MSI. Where did you get it from? Have you tried running it with the /l*v command-line
    option to add verbose logging and then reviewed this log file? Have you tried manually testing using the System account (done using psexec) to more closely emulate how ConfigMgr invokes the command-line?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • MacBook  turns on but won't boot up

    Macbook will turn on, the apple symbol shows on desktop, wheel turns but won't fiish the start up to a full desktop.  Any ideas!

    Put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is, then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions. After repairing use Startup Disk from the same menu to choose your hard drive for restarting from your hard drive.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • IMac will turn on, but won't boot unless I wait until the next day

    I've searched this forum, but can't seem to pinpoint my problem. I received this iMac for my office last March, and everything worked just fine. Lately, for the past 3-4 months, I can turn it on in the morning and everything runs fine.
    I turn it off in the middle of the workday, thinking I won't need to use it for the rest of the day.
    Of course, something comes up, and I need to turn it back on. When I press the button to turn it back on, nothing happens. Just a black screen and if it's quiet enough, I can hear the hard drive running.
    It won't boot until I come back the next morning, almost as if I'm giving it time to cool off.
    Any ideas?

    Turn off Energy Saver and use Screen Saver instead. Energy Saver is sensitive to certain non-Apple USB devices and may cause such a problem.

  • Panther is installed but won't boot from iBook hard drive

    Hello,
    I made a similar post in the iBooks colors section of Discussions on this topic not quite knowing whether this was a hardware or software issue. I finally got Panther to install after using Disk Doctor to check for and fix errors on 9.2.2 (I would never use with OSX) and also rebuilt the directory while booted from an OS 9 CD and running Disk Warrior from a floppy and taking out the airport card. The Panther CD told me to restart the computer after installation. During the OSX start up from the hard drive I saw a gray screen and the dark gray Apple logo with the spinning gear then the computer crashed and a message appeared that I needed to restart the computer. After restart, the same sequence of events happened again. I have tried to restart from the OSX using the full retail CD used for intallation and the computer also crashes. I cannot start up from the Disk Warrior CD either. I have also tried make a Safe Mode start up and the iBook again crashed with the restart message appearing again. When I restart in OS 9 everything works perfectly, OS, airport and applications. I did have Jaguar installed on this iBook until five months ago, but incounterred issues with it and decided that more RAM would solve my problem. I then decided to initialize the hard drive and reinstall OSX after purchasing 256 RAM. The 256 stick of RAM was bought from ifixit.com and a guy there told me he thought that the logic board needed to be replaced. I explained to him that the computer works perfectly fine in the OS 9 mode, but he said that 0SX is more demanding and 9 can get by on less than perfect logic board. I also reinstalled the 128 MB RAM that was in the computer when Jaguar was running on it, but that didn't help either. I have scoured the iBook and Panther OSX sections of Discussions for any others having a similar problem, but not such luck.
    I would appreciate any information or suggestion that you might have as to what may be causing this issue on my iBook.
    Thank you.
    Greg
    iBook   Mac OS X (10.3.5)   300 mhz 320 MB RAM

    Greg:
    You have probably already tried this, but the first thing I would do is reset the PRAM.
    1. Shut down the computer.
    2. Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    3. Turn on the computer.
    4. Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    5. Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    6. Release the keys.
    Also, check out this Apple article Your Mac won't start up in OS X.
    Good luck.
    cornelius
    PismoG4 550, 100GB 5400 Toshiba internal, 1 GB RAM; Pismo 500 OS X (10.4.5)   Mac OS X (10.4.5)   Beige G3 OS 8.6

Maybe you are looking for