Serious config and boot probs

Hi all,
Thought I would start a new thread because the subject has changed slightly.
Apart from constant failures to get xp booted with 3 hard drives and a cd rom drive I now have the following worries on start up :
Windows could not start due to missing hal.dll
And on boot up sometimes - bios not installed !
Help  
Mick

Basic Disk Storage
Basic storage uses normal partition tables supported by MS-DOS, Microsoft Windows 95, Microsoft Windows 98, Microsoft Windows Millennium Edition (Me), Microsoft Windows NT, Microsoft Windows 2000, and Windows XP. A disk initialized for basic storage is called a basic disk. A basic disk contains basic volumes, such as primary partitions, extended partitions, and logical drives.Additionally, basic volumes include multidisk volumes that are created by using Windows NT 4.0 or earlier, such as volume sets, stripe sets, mirror sets, and stripe sets with parity. Windows XP does not support these multidisk basic volumes. Any volume sets, stripe sets, mirror sets, or stripe sets with parity must be backed up and deleted or converted to dynamic disks before you install Windows XP Professional.
Dynamic Disk Storage
Dynamic storage is supported in Windows 2000 and Windows XP Professional. A disk initialized for dynamic storage is called a dynamic disk. A dynamic disk contains dynamic volumes, such as simple volumes, spanned volumes, striped volumes, mirrored volumes, and RAID-5 volumes.   I think this means I cannot Stripe a HD for raid without it being a Dynamic Disk....
 Danny I try to read all the links that you point out and find them very Interesting..

Similar Messages

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • Bootvar and boot command

    Hi all,
     I have recently upgrade our Failover Active/Standby ASA software. Everything works flawlessly. Except I have the following question regarding the boot and bootvar command.
     After the upgrade, both devices come with the new IOS image. However, when I issue show bootvar command, it displays the old image. I also in the running config, the command boot system dish0/.... still points to the old image. Yet show run config, and show ver  display the new image.
    Now, concerns... If the ASA  reboots, would it come back with the new image, even though the boot system in the running config is pointed to the old config?
    2. IS it better not taking the risk, and just update the running config with the new image?
    Thanks,

    1) If you reboot it as it is then the firewall will used the image set in the boot'system/bootvar variable.
    Make sure you fix this before rebooting.
    How to:
    configure terminal
    clear configure boot
    boot system flash://new-image.bin
    wr
    Then 
    sh run boot 
    If it's showing the new image you are good to go.
    Regards,
    Jcarvaja

  • Missing config.xml.booted

    1)I have started up my Admin server and the log shows its started in running mode
    2)I can access the admin console via my web browser.
    In the 9.2 edocs, (cluster.pdf) ...
    "Each time the Administration Server starts successfully, a backup configuration file named
    config.xml.booted is created in the domain directory. In the unlikely event that the
    config.xml file should be corrupted during the lifetime of the server instance, it is possible to
    revert to this previous configuration.
    I cannot find the config.xml.booted on my server. Instead, i fould config.lok. I am using WL 9.2 MP02. Is there a problem somewhere in my setup?

    I use this sort of syntax, explicitly giving the domain directory.
    ./pack.sh -managed=true -domain=/orclapps/oracle/middleware/user_projects/domains/SOADomain -template=/tmp/soa_domain_template.jar -template_name=soa_domain_template
    and then on the 2nd node ( after copying the template jar )
    ./unpack.sh -domain=/orclapps/oracle/middleware/user_projects/domains/SOADomain -template=/tmp/soa_domain_template.jar

  • Frequent and chronic Slowness on Late 2009 21.5" iMac, Issues with Display, Fan, and Booting

    Hello,
    Sorry for the repost, but I realized after the edit period had passed that I left out a lot of information from my original post, and that I misrepresented my problem in the question heading. Because of this, I am posting again with the updated information.
    I  am using a 21.5" iMac from Late 2009 with OSX Mavericks 10.9.2.  Recently, I have been experiencing several signs of failure/aging during  use:
    Frequent:
    Mail.app slow opening, closing; messages opened in large batches do not get marked as read
    Terminal.app experiences noticeable lag when opening (it sometimes takes between 5 and 20 seconds between launching the application and getting an active prompt)
    Processes lag or become unresponsive, even when not many applications are running
    Browswers frequently become unresponsive, pinwheel, or lag considerably, frequently requiring a force-quit.
    Mouse Pinwheels Frequently
    Intermittent
    Computer  generates loudly audible fan noises, persists even when computer is  briefly powered off during a reboot; does not always stop after  rebooting
    Finder often becomes unresponsive
    Rare (one time only)
    Machine  powered on in "Safe Boot" mode for no apparant reason; red text reading  "Safe Boot" in menu bar of login screen; background picture slideshow  mode became very glitchy, phased and flashed in horizontal grey bars  before loading next background image
    Chronic (Consistently Happens)
    Machine  will not boot if plugged into normal powerpoint after being unplugged  from that power-point; cable must be plugged into a different A/C power  outlet for machine to boot, at which point it can be switched off again,  moved back to the original dedicated outlet, and booted again. This has  never failed to happen, and is mind-boggling.
    I followed some instructions from a similar thread,  but I felt that my experiences were sufficiently different that I  couldn't troubleshoot from someone else's solution. I would greatly  appreciate any technical advice and help that the community can offer.
    Specs (Obtained Using EtreCheck) :
    Hardware Information:
        iMac (21.5-inch, Late 2009)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
        4 GB RAM
    Video Information:
        ATI Radeon HD 4670 - VRAM: 256 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 0 days 1:3:20
    Disk Information:
        Hitachi HDE721010SLA330 disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 999.35 GB (114.68 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        PIONEER DVD-RW  DVRTS09 
    USB Information:
        Western Digital My Book 1130 2 TB
            VM (disk2s1) /Volumes/VM: 2 TB (757.31 GB free)
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
        WD My Book 111D 800mbit - 800mbit max
            disk1s1 (disk1s1) <not mounted>: 32 KB
            BigD (disk1s3) /Volumes/BigD: 2 TB (134.4 GB free)
    Thunderbolt Information:
    Configuration files:
        /etc/hosts - Count: 3
    Kernel Extensions:
        org.virtualbox.kext.VBoxDrv    (4.2.14)
        org.virtualbox.kext.VBoxUSB    (4.2.14)
    Startup Items:
        HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
        rEFItBlesser: Path: /Library/StartupItems/rEFItBlesser
        VirtualBox: Path: /Library/StartupItems/VirtualBox
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.github.GitHub.GHInstallCLI.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
        [System]    com.ubuntu.one.fsevents.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-system.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
        [System]    org.macports.rsyncd.plist 3rd-Party support link
    Launch Agents:
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.hp.help.tocgenerator.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
        [System]    com.wacom.pentablet.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-session.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.google.Chrome.framework.plist 3rd-Party support link
        [not loaded]    com.valvesoftware.steamclean.plist 3rd-Party support link
        [not loaded]    org.virtualbox.vboxwebsrv.plist 3rd-Party support link
    User Login Items:
        Flux
        Quicksilver
        iTunesHelper
        Air Mouse Server
        Launch_IKCP
        usb16
        Music Manager
        SpeechSynthesisServer
        VMware Fusion Start Menu
        Android File Transfer Agent
    Internet Plug-ins:
        FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        o1dbrowserplugin: Version: 5.1.5.17733 3rd-Party support link
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 3rd-Party support link
        npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
        googletalkbrowserplugin: Version: 5.1.5.17733 3rd-Party support link
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 3rd-Party support link
        JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
        RealPlayer Plugin: Version: Unknown
        Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
    3rd Party Preference Panes:
        Flash Player  3rd-Party support link
        Java  3rd-Party support link
        MusicManager  3rd-Party support link
        TeXDistPrefPane  3rd-Party support link
        PenTablet  3rd-Party support link
        DWXBoxHIDPrefsPane  3rd-Party support link
    Old Applications:
        None
    Time Machine:
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 930.71 GB Disk used: 823.91 GB
        Destinations:
            BigD [Local] (Last used)
            Total size: 2 
            Total number of backups: 89
            Oldest backup: 2013-02-19 05:21:21 +0000
            Last backup: 2014-02-27 02:52:20 +0000
            Size of backup disk: Too small
                Backup size 2  < (Disk used 823.91 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
            47%    firefox
             3%    WindowServer
             1%    EtreCheck
             0%    com.ubuntu.one.fsevents
             0%    mds
    Top Processes by Memory:
        489 MB    firefox
        147 MB    com.apple.IconServicesAgent
        66 MB    Dock
        53 MB    WindowServer
        41 MB    Finder
    Virtual Memory Information:
        1.72 GB    Free RAM
        1.42 GB    Active RAM
        335 MB    Inactive RAM
        535 MB    Wired RAM
        683 MB    Page-ins
        564 KB    Page-outs
    Results of Linc Davis's diagnostic test from the similar thread:
    Boot Mode: Normal
    System diagnostics:
       com.ubuntu.one.fsevents 2014-02-25-210509 crash
       com.ubuntu.one.fsevents 2014-02-25-210520 crash
       com.ubuntu.one.fsevents 2014-02-25-210531 crash
       com.ubuntu.one.fsevents 2014-02-25-210541 crash
       com.ubuntu.one.fsevents 2014-02-25-210553 crash
       com.ubuntu.one.fsevents 2014-02-25-210603 crash
       com.ubuntu.one.fsevents 2014-02-25-210618 crash
       com.ubuntu.one.fsevents 2014-02-25-210640-1 crash
       com.ubuntu.one.fsevents 2014-02-25-210640 crash
       diskarbitrationd,HPIO Trap Monitor,mds 2014-02-07-223647 shutdownStall
    Kernel messages:
       Feb 23 20:52:38   Previous Shutdown Cause: -128
       Feb 23 21:06:01   PM notification timeout (pid 364, MusicManagerHelp)
       Feb 23 21:44:13   Sound assertion - 1002:aa30 FIFO error (Stream 0)
       Feb 23 21:57:33   PM notification timeout (pid 364, MusicManagerHelp)
       Feb 26 20:29:58   Previous Shutdown Cause: -128
       Feb 26 20:44:56   PM notification timeout (pid 436, MusicManagerHelp)
    Loaded extrinsic kernel extensions:
       org.virtualbox.kext.VBoxDrv (4.2.14)
       org.virtualbox.kext.VBoxUSB (4.2.14)
    Extrinsic system jobs:
       org.macosforge.xquartz.privileged_startx
       com.ubuntu.one.fsevents
       com.oracle.java.Helper-Tool
       com.google.keystone.daemon
       com.github.GitHub.GHInstallCLI
       com.adobe.fpsaud
    Extrinsic agents:
       org.macosforge.xquartz.startx
       com.wacom.pentablet
       com.oracle.java.Java-Updater
       com.hp.help.tocgenerator
       com.google.keystone.system.agent
       com.valvesoftware.steamclean
       com.google.Chrome.framework.service_process/Users/XXXXX/Library/Application_Sup port/Google/Chrome
    /Library/LaunchAgents:
       /Library/LaunchAgents/com.google.keystone.agent.plist
       /Library/LaunchAgents/com.hp.help.tocgenerator.plist
       /Library/LaunchAgents/com.wacom.pentablet.plist
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
    /Library/LaunchDaemons:
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
       /Library/LaunchDaemons/com.github.GitHub.GHInstallCLI.plist
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
       /Library/LaunchDaemons/com.ubuntu.one.fsevents.plist
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
    /Library/PrivilegedHelperTools:
       /Library/PrivilegedHelperTools/com.github.GitHub.GHInstallCLI
       /Library/PrivilegedHelperTools/com.ubuntu.one.fsevents
    /Library/StartupItems:
       /Library/StartupItems/HP Trap Monitor/HP Trap Monitor
       /Library/StartupItems/HP Trap Monitor/Resources/English.lproj/Localizable.strings
       /Library/StartupItems/HP Trap Monitor/StartupParameters.plist
       /Library/StartupItems/rEFItBlesser/rEFItBlesser
       /Library/StartupItems/VirtualBox/Resources/English.lproj/Localizable.strings
       /Library/StartupItems/VirtualBox/VirtualBox
    Library/LaunchAgents:
       Library/LaunchAgents/com.apple.FolderActions.enabled.plist
       Library/LaunchAgents/com.apple.FolderActions.folders.plist
       Library/LaunchAgents/com.google.Chrome.framework.plist
       Library/LaunchAgents/com.valvesoftware.steamclean.plist
       Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist
    Extrinsic loadable bundles:
       /System/Library/Extensions/DWXboxHIDDriver.kext
           (org.walisser.driver.DWXBoxHIDDriver)
       /System/Library/Extensions/Pen Tablet.kext
           (com.wacom.kext.pentablet)
       /System/Library/Extensions/TabletDriverCFPlugin.bundle
           (No bundle ID)
       /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
           (info.emagic.driver.unitor)
       /Library/Extensions/VBoxDrv.kext
           (org.virtualbox.kext.VBoxDrv)
       /Library/Extensions/VBoxNetAdp.kext
           (org.virtualbox.kext.VBoxNetAdp)
       /Library/Extensions/VBoxNetFlt.kext
           (org.virtualbox.kext.VBoxNetFlt)
       /Library/Extensions/VBoxUSB.kext
           (org.virtualbox.kext.VBoxUSB)
       /Library/Internet Plug-Ins/Flash Player.plugin
           (com.macromedia.Flash Player.plugin)
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
           (com.google.googletalkbrowserplugin)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
           (com.oracle.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin
           (com.google.o3d)
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
           (com.google.o1dbrowserplugin)
       /Library/Internet Plug-Ins/WacomNetscape.plugin
           (com.wacom.tabletplugin)
       /Library/Internet Plug-Ins/WacomTabletPlugin.plugin
           (com.WacomTabletPluginLib.WacomTabletPlugin)
       /Library/PreferencePanes/Flash Player.prefPane
           (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/JavaControlPanel.prefPane
           (com.oracle.java.JavaControlPanel)
       /Library/PreferencePanes/PenTablet.prefPane
           (com.wacom.PenTabletSettingsPrefPane)
       /Library/PreferencePanes/TeXDistPrefPane.prefPane
           (comp.text.tex.distribution.preference)
       /Library/PreferencePanes/XboxHIDPrefsPane.prefPane
           (org.walisser.XBoxHIDDriver)
       /Library/QuickTime/FLV.component
           (com.macromedia.FLVExporter)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
           (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
           (com.skype.skypeabsms)
       Library/Internet Plug-Ins/doubleTwistWebPlugin.bundle
           (com.doubleTwist.webPlugin)
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
           (com.Google.GoogleEarthPlugin.plugin)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   .X/XXXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   .X/iReceiver.app
           (com.yourcompany.iReceiver)
       Library/PreferencePanes/MusicManager.prefPane
           (com.google.musicmanager.pref)
       Library/Services/Attach to Email.workflow
           (No bundle ID)
    Unsigned shared libraries:
       /usr/lib/libgcc_s.10.5.dylib
    hosts:
       205.228.34.175     uat.rvionline.com
       205.228.34.176    www.rvionline.com
       127.0.0.1         *********.blogspot.com
    Global login items:
       /Applications/Epson Software/Epson Low Ink Reminder.app/Contents/EpsonLowInkReminderAgent.app
    Font problems: 8
    Bad plists:
       Library/Preferences/com.apple.iphotomosaic.plist
    Keychains files: 10
    Elapsed time (s): 273

    6Kam. wrote:
    1: If I hold down option key with my USB plugged in to see my hard drives so I can boot into Windows, boot camp is not there. It does not show up on my Start Up Disk in my Mac, either. Though, I do see it in Finder with nothing in it (I can put stuff into it).
    This indicates that your Bootcamp partition is still FAT, which also indicates that the Windows Installer has not been used to reformat it to NTFS yet, as required by Windows Installer. No Windows installation exists yet.
    2: If I don't hold down option key with my USB plugged in, it gives me a black screen saying "Non-system disk, press any key to reboot". My keyboard is unresponsive. I have to hard shut down my computer.
    The NVRAM in the Mac (as set by Bootcamp Assistant) is telling it to boot from the built-in Optical drive. Is it fully functional and has Windows Installer media in it or broken? Since no drivers have been loaded, the Keyboard/Mouse which are BT/USB, will not function.
    From iMac (21.5-inch, Late 2009) - Technical Specifications, it has a built-in Optical drive...
    Optical drive
    Slot-loading 8x SuperDrive (DVD±R DL/DVD±RW/CD-RW)
    Writes DVD+R DL and DVD-R DL discs at up to 4x speed
    Writes DVD-R and DVD+R discs at up to 8x speed
    Writes DVD-RW discs at up to 6x speed and DVD+RW discs at up to 8x speed
    Reads DVDs at up to 8x speed
    Writes CD-R discs at up to 24x speed
    Writes CD-RW discs at up to 16x speed
    Reads CDs at up to 24x speed
    3: If I don't hold down option key and it is without my USB plugged in, it gives me a black screen saying "No bootable device -- insert boot disk and press any key". My keyboard is, again, unresponsive. I have to hard shut down my computer.
    No bootable media in Optical drive, hence this error.

  • Under Windows 7 Ultimate x64 and Boot Camp, my 27 inch Apple LED Cinema Display checks out as a Generic PnP Monitor and is shown as NOT HDCP compliant.  I haven't been able to find any kind of an .inf file to use.  Does anyone have a solution?

    Under Windows 7 Ultimate x64 and Boot Camp, my 27 inch Apple LED Cinema Display checks out as a Generic PnP Monitor and is shown as NOT HDCP compliant.  I haven't been able to find any kind of an .inf file to use.  Does anyone have a solution?  Or is Apple's implementation of HDCP (if it's there) incomplete?

    I am having this same issue. Im not sure if this is the cause but I think this is keeping PowerDVD Ultra 11 from playing back Bluray under Windows 7 / Bootcamp

  • Itunes causes a "itunes has encountered a serious error and needs to close"

    Ok everytime i try to open up itunes it immediatly opens up a window that says itunes has encountered a serious error and needs to close....i send the error report microsoft directs me to check out that apple page to uninstall qt and then repair...i have tried everything that i read in these forums, even the one where it says to go into dos mode(F8 to get to safe mode) and delete the files that have a random 4 or 6 letter file ending in .exe
    i am at my whits end here please help i need my itunes
    by the way it worked fine when i first installed it for about 2 days then i get nothing...

    oh yeah and when i go to uninstall it from add\remove programs when the wizard comes up and is running i get that same error and needs to close message, but i doenst effect the uninstall wizard(i dont think)........PLEASE HELP

  • Firefox will open 4 or 5 tabs fine, but then will not load any further websites after those first 4 or 5, or allow you to refresh one of those first tabs -- including about:config and the addon page

    Firefox 5 worked fine. I installed Firefox 7, and when I ran it, tabs would just say "connecting to..." and hang. Restarting did not help. Websites open fine in IE and Chrome. Disabled all firewalls and antivirus, did not help. Uninstalled and reinstalled Firefox 5, everything worked fine again. This was using Vista 64-bit.
    Upgraded to Windows 7, uninstalled Firefox 5, installed Firefox 7, had same problem. Uninstalled Firefox 7 completely (including the profile information, I saved that information in another folder), restarted computer, and installed Firefox 7 using a completely clean profile. Did not install any add-ons, checked to make sure all plug-ins were up-to-date, and updated plugins.
    Now when I start Firefox, I can load 3 or 4 or 5 tabs fine -- after those first few tabs are open, I cannot open or refresh any other tabs -- including about:config and the add-on manager -- I have to restart Firefox. The hangup doesn't appear to be related to what websites I am attempting to open, but it looks like the number is the problem. I have run through all of the FAQ procedures, including changing the max number of network connections to 48, and the problem does not seem to go away.
    As a side note, I had this same problem when I tried to go from version 5 to version 6 as well. Version 5 is the most recent version that worked on my system.

    Can you try Aurora - download it from http://www.mozilla.org/en-US/firefox/channel/
    And let us know how it works.

  • Enabling 'File Sharing' on my Mac allows my Macintosh HD and Boot Camp to be visible and writeable on my home network. How can I turn this off, so that only folders/files I share are visible?

    So I've been trying recently to get my MacBook Pro connected to my home network. There are two other desktop computers in the household, and I'd like to be able to connect to their shared folders, as well as allow them to access shared items on my MacBook Pro. I think I've read all the documentation regarding this issue on the Apple Support site. I do have administrator privileges on my Windows 7 computer.
    Issues connecting from PC to Mac
    A couple of days ago, I enabled SMB File Sharing on my MacBook Pro, and in addition to the already shared Public folder, I added another that resides within Movies. Then I went to my Windows 7 PC, and under Network, my MacBook Pro appeared. I double-clicked on it (I cannot remember if I was asked to enter my Mac user credentials; I think I was), and I saw the two shared folders: Public, and the Movies folder.
    However, today I went back to my Windows 7 PC, accessed my MacBook Pro, entered username and password, and in addition to the two shared folders, both my Macintosh HD and Boot Camp HD appeared as shared folders, both fully writable. However, under File Sharing on my MacBook Pro, only the two shared folders (Public and Movies) appear in the Shared Folders list.
    How can I prevent my Mac from sharing my entire partitions? How can I configure it so thatonly the folders I select to share are actually broadcasted across my home network? Also, it would be ideal if I can access these shared folders from my Windows 7 PC without having to enter my Mac user credentials.
    Issues connecting from Mac to PC
    I have a user account on my Windows 7 PC with the same name as my Mac, but with no password. When I try to connect to my PC from my Mac, the enter credentials dialogue pops up and asks me to either log-in as a Guest, or enter my User credentials.
    The Guest account is disabled on Windows 7, and I assume that's I'm not able to log in as Guest (if it is possible to connect as a Guest without having to enable the Guest account on Windows 7, please let me know). Leaving the password field blank on the enter credentials dialogue tells me that it's incorrect (even though I don't have a password on my Windows 7 account).
    Is it possible to access shared files and folders on my Windows 7 PC from my Mac without having to create a password protected account? If not, is it possible to create a password for the sake of accessing shared files, while not requiring it to log in to the account? I'm sorry, I know this last bit more falls under the category of Windows Help.

    Sharing files from a Mac to a PC is a different animal.  I've never done it myself so you may want to repost a separate question on this topic.
    From what I understand, in order to access files from a Mac on a PC, you must log in using your Mac username and password (no anonymous file sharing).  Since this is not very desirable from a security standpoint, Apple recommends creating a separate user account on the Mac that is dedicated to file sharing.  Give that account access only to the files/folders you want to share.  You can then give that user account name and password to your Windows users.

  • How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    How can i install snow leopard on my mac G5 using a command line and booting from an external usb rom, since my disk i have is not a bootable media

    Hi.
    You simply can't. Snow Leopard is compiled in Intel binary only.
    Good Luck.

  • Possible to Install Leopard on External HD and Boot on Another Mac?

    Is it possible to install the Leopard upgrade DVD onto an External HD, AND THEN use the external HD to boot Leopard onto another Mac? Also, since the upgrade disc is an "upgrade," would I have to first install Tiger onto the External HD?
    If possible...
    Am I able to create an External Boot Drive that can boot both onto a PPC Mac and also onto an Intel Mac? Or will I have to create separate partitions?
    Lastly, can Intel Macs boot from an External USB Drive? Or are FireWire Drives required? Thanks!

    Yes, you can install on an external drive and boot the Mac. I do it all the time.
    I'm not 100% sure whether the same drive can boot PPC and Intel Macs -- I don't think so because PPC macs require Mac formatting and Intel Macs require GPT formatting to boot.
    Intel Macs can boot off both USB and Firewire external drives. PPC Macs can only boot off Firewire external drives. In any case, Firewire is better as it's quite a bit faster.

  • How to get system and boot on one volume - currently on 2 volumes

    I have ended up with 2 hard drives one of which has Windows 7 on one partition and the other one has 2 volumes each with Windows 8.1 installed.  This 8.1 drive has one volume (D) marked as Active, Boot and the other volume (C) marked as System.  
    I want to make the C volume Active System and Boot and have the D volume for storage only.    I need to make this change without losing data on either volume.   Can this be done, if so which of the many partition operations is the appropriate
    one.  Would a free download such as EasUS be able to do it?

    I have ended up with 2 hard drives one of which has Windows 7 on one partition and the other one has 2 volumes each with Windows 8.1 installed.  This 8.1 drive has one volume (D) marked as Active, Boot and the other volume (C) marked as System.
      I want to make the C volume Active System and Boot and have the D volume for storage only.    I need to make this change without losing data on either volume.   Can this be done, if so which of the many partition operations is the appropriate
    one.  Would a free download such as EasUS be able to do it?
    Sorry error in original description - Volume C is Boot and volume D is Active System.

  • How do I install and BOOT Windows 7 on External Hard Drive?

    Please please please help! I've been browsing the net for 2 days straight and can't find a decent answer.
    I've partitioned my external hard drive (Western Digital Passport) using Disk Utility.
    I have 4 paritions in total; 2 intended for Mac and 2 intended for Windows.
    I used a GUID partition table for all 4 as displayed on the below picture.
    Although I should note that when my external hard disk is booted in Windows it says that it uses Master Boot Record, please see picture 2 below.
    I formatted the Mac Partitions to Mac OS Extended (Journaled) and the Windows Partitions to ExFat.
    The Macs work beautifully; having successfully installed and booted Snow Leopard on them, and then backed up my 2 internal Mac Drives to them.
    However, the Windows ones are a complete nightmare and I have no idea how to installl Windows 7 and then use them from there.
    Can anyone offer a solution? I've heard so many conflicting ideas about this that it's made me dizzy just reading it all.
    Thanks!

    Yeah, I use Windows on bootcamp for both my Imac and my Macbook Pro.
    In fact, seeing as my Mac partition on my external hard drive was successful i.e. I installed and can boot from them any time I like, couldn't I just use the external hard drive's partitions' bootcamp assistant and install/boot windows on there?

  • I'd like to carry my system, applications and files on a portable Thunderbolt ssd drive and boot from it.  I have a Mac Pro in the office, iMac at home

    I'd like to carry my system, applications and files on a portable Thunderbolt ssd drive and boot from it.  I have a Mac Pro in the office, iMac at home, a MacBook Air for when I'm on the road, all with TB.  Can a single external TB drive boot all three hardware configurations successfully?  I've been told that differences in hardware configurations between the systems make this impossible.  Is this correct?

    Piece or peace of cake really though.
    A quick install on new hard drive or SSD or 10K and less than an hour to move everything over properly.
    YOU looked for a quick fix and found none and all the brick walls.
    It is not  days of work to do a clean install and migrate.
    There are few if any apps that need to be freshly installed either though there are updates needed for them to be compliant, any driver or plugin also and that is done ahead of time with research.
    And your backup or clone of your system is taken care of - you leave the old system boot drive 'as is' untouched.
    Also, better strategy to move most all your home folder (except for its own ~/Library) to ANOTHER disk drive and not on t he system drive at all.
    As for applications on its own drive or 3rd party, beeen there done that, even SSD or 15K SCSI - no benefit in performance or organization.

  • Install Windows 7 on external drive and boot iMac from it?

    Hi everyone,
    I want to use Windows 7 on my iMac, I would like to install Windows 7 on an external drive and boot my iMac from this external drive. Is this possible? If yes, any good tutorials?
    (I am aware of virtual machines, but am wondering if I can do the above).
    Thank you.

    Forget trying to use Windows 7 that way.
    Add another internal drive to your iMac.
    Not knowing which iMac whether you have dual SATA internal like the 2011s.
    Those were not "tutorials" but just whatever Google would come up with (a good start but not tutorials or dealing with 7 or hope of success, yes?)
    Why? to avoid what you forsee as complications? Not "dirty" or interfere?
    Windows tools exist for Windows to import and image and deploy.
    You can run Mac OS on any bootable external.

Maybe you are looking for

  • Coldfusion session variables being lost

    ok so when my users login I establish session variables. one of these is employee id. in my Application.cfc I have this at the top: <cfscript> this.name = "My App"; this.sessiontimeout=CreateTimeSpan("0", "0", "45", "0"); this.SESSIONMANAGEMENT="YES"

  • How can I access WEB-INF/lib

    Hello all, I deployed JClient application using Java Web Start. I have the following lines in jnlp file <resource> <jar href="WEB-INF/lib/share.jar" /> </resource> There's actually share.jar under WEB-INF/lib directory, but I got error message when e

  • Has anyone deployed converged access with 3850 switches and 5760 WLCs?

    Has anyone deployed a converged access network architecture with 3850 switches and 5760 WLCs? I have done lots of projects with the 5508 WLCs In a centralized deployment. Basically with this design, I manage 2 logical networks as the wireless network

  • Oddt Table and it's key on Ocrd Table

    There is field at Ocrd Table that called DdtKey and it necessary to be a Primary Key of Oddt Table But in actual the Field contains only -1 Although the it connect to oDDT So I don't Have any way approach to DeductionTaxHierarchies Object By the GetB

  • BOM RELEASE

    Dear All SAP Guru, In our organization we required Release strategy in BOM stage like Purchase order.Once BOM created against the SFG / FG code it is under developement fully should not available for Production use unless responsible person release t