Corrupt boot-archive? Don't panic :-)

One of my Solaris 10 (update 05) servers runs on a piece of HP hardware, which seems to have some sort of memory error which every now and then causes the box to panic.
After a panic today, the system wouldn't boot, instead it complained about the boot-archive being corrupt, and its gzip-checksum being incorrect.
To solve it i booted into the failsafe mode, which worked, from there i mounted the /a partition and tried to run:
bootadm update-archive -R /a
which returned without any errors within a second. However it didn't actually update the boot archive.
My guess is that the boot-archive (which seemed of a reasonable size) was so corrupted that the bootadm update-archive couldn't read it, and apparently, if it cant be read, it wont return any error nor fix it.
I also tried to move the old boot_archive to a new location and re-run bootadm update-archive, but that didn't work either since the archive didn't exist.
The solution in the end was to rename the boot-archive:
mv /a/platform/i86pc/boot_archive /a/platform/i86pc/corrupt_b_archive
and then reboot the machine into failsafe-mode again, upon booting into failsafe mode a second time, it discovered that the disk didn't have a boot-archive, and created one for me.
After this i just had to reboot and now the system booted normally.
Hope this helps someone someday.. :-)
.7/M.

Thanks for the info. One question: I've tried to boot to failsafe several times on two different machines running Solaris 10 u8 x86 on HP hardware, but it never works. I have /var as a separate data set - does your system? I seem to remember a bug mentioned where this is a problem with /var as a separate dataset?

Similar Messages

  • Boot archive corrupt on both mirrors after live upgrade to Sparc U8

    I upgrade from U5 to U8 for an oracle 11g upgrade requirement. I used LU to break my SVM mirror and upgrade one mirror. After the upgrade the U8 mirror was patched, and finally I activated the new BE and shutdown -i6. I was presented with the "file loaded is not bootable" error, so I attempted to boot from my orginal BE. Unfortunately this disk was also not bootable as well. I eventually got the system booted over the network where I used bootadm to re-create the boot archive. The problem I am struggling with is how both of my boot archives could have become corrupt, as my CIO is not allowing our upgrade to move forward until I provide RCA, even though the server is already upgraded and the DB upgrade is completely unrelated. I have a case open with Oracle for this, but they are not making any headway, so I thought I would post and see if anyone has any idea how the boot archives could have both been affected by the live upgrade. The corrupt boot archives are close in size and update time, however they are not exact, so it would seem that I encountered two issues possibly.
    Here is the corrupt boot archive of the PBE, which I saved in case it could possibly help with RCA:
    # mount /dev/dsk/c0t0d0s0 /mnt
    root@wwpxpsdb01 # ls -l /mnt/platform/sun4u/boot_archive.shawn
    -rw-r--r-- 1 root root 1161216 Oct 16 17:28 /mnt/platform/sun4u/boot_archive.shawn
    Here is the corrupt boot archive of the ABE that was upgraded to U8:
    # ls -l /platform/sun4u/boot_archive.shawn
    -rw-r--r-- 1 root root 1169408 Oct 16 17:33 /platform/sun4u/boot_archive.shawn
    I've found on google that other have had this issue before, but seems that was due to ZFS root disks, I am using UFS. Any help or sugestions are greatly appreciated.

    If you have an Oracle contract, have you tried the Oracle communities? There is an active Solaris OS booting community, and an upgrade community. Look here:
    https://communities.oracle.com
    and search on "Oracle Solaris" and you should see the following (among others)
    Oracle Solaris File Systems . ..
    Oracle Solaris Installation, Booting and patching
    Oracle Solaris System Administration
    whatever the method, hope you get your answer soon!

  • Error with boot-archive - Machine completely corrupted

    Hello!
    About two weeks ago I installed the current Solaris Os on two v240 to form a cluster. For the first install I used ZFS, but that was incompatible with the cluster software. So I reinstalled the OS, chose "UFS" as the filesystem and mirrored all partitions onto the second drive in each machine with the Solaris Volume Manager.
    Today I wanted to patch these machines and rebooted one of them into single user mode. Instead of booting correctly, I got this message:
    WARNING: The following files in / differ from the boot archive:
        changed /kernel/drv/did.conf
    The recommended action is to reboot to the failsafe archive to correct
    the above inconsistency. To accomplish this, on a GRUB-based platform,
    reboot and select the "Solaris failsafe" option from the boot menu.
    On an OBP-based platform, reboot then type "boot -F failsafe". Then
    follow the prompts to update the boot archive. Alternately, to continue
    booting at your own risk, you may clear the service by running:
    "svcadm clear system/boot-archive"
    {code}
    So I booted the machine into failsafe mode and used the instructions from http://docs.sun.com/app/docs/doc/817-1985/gglbw?a=view to update the boot-archive. During this procedure I was confused that my first disk was listed as c0t0d0s0 and not c1t0d0s0. Also the output of metastat did not work and the system asked me if I wanted to mount a zpool which it found during startup. But there should not be any more zpool now, all partitions are UFS.
    The reboot did not work with c0t0d0s0 in the vfstab, so I rebooted once again into failsafe. From this point, the whole system is corrupted. I am unable to boot anymore. The OpenBoot prompt tells me this:
    [code]
    Rebooting with command: boot
    Boot device: disk  File and args:
    ERROR: Last Trap: Fast Data Access MMU Miss
    {1} ok boot
    ERROR: /pci@1c,600000: Last Trap: Fast Data Access MMU Miss
    {1} ok
    [/code]
    I am unsure how to proceed from this point. The second machine tells me exactly the same error about "/kernel/drv/did.conf", so I do not think that in both servers a hard drive failed simultaniously.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yeah, I posted a warning about a week ago about this issue.
    If you have SVM mirrored root, then
    following the "recommended actions" warnings that solaris gives in this situation results in a corrupted filesytem.
    I have a job open with sun about it, and they have confirmed the problem..
    From where you are, I recommend you rebuild the machines from scratch..
    You might be able to split the mirror and fsck your way out, but its not worth the hassle.
    I posted a way to "fix" the root cause of the issue, ie prevent the inconsistent boot archive in the first place yesterday in the "out of sync boot archive" thread in this forum.
    So. you can avoid the problem the next time around..
    What would have worked when it reported the inconsistent boot archive is to simply ignore it and do the "svcadm clear" command it mentions instead.
    Then another reboot.
    Alternatively, if you do the failsafe boot, make sure you rebuild the boot archive on both halves of the mirror..

  • "Don't Panic" paniced on first boot

    I thought this was kind of funny, I upgraded to the new kernel (and thus to "Don't Panic") and after a reboot I was greeted with a kernel panic... It was easily solved by defining "rootfstype=" kernel parameter but it was kind of ironic

    It is called don't panic, isnt it ? Dont worry
    Last edited by Insane-Boy (2007-08-01 14:36:59)

  • 2007.08 Don't Panic Isos released, installation feedback

    Hi Arch community,
    5th August, 23:00 CEST (Central European Summer Time)
    Arch Linux Don't-Panic 2007.08 ISO release
    Get Archlinux ISOs in /iso/2007.08/{i686,x86_64}
    on your favorite mirror.
    http://wiki.archlinux.org/index.php/Mirrors
    or
    http://www.archlinux.org/download/
    Please don't forget to check md5sums.
    It's mostly a 2.6.22.x Iso with some fixes to last Linuxtag Isos.
    Changelog to last Duke-Linuxtag2007 installation ISO:
    - kernel 2.6.22.1 usage
    - fixed: update mkinitcpio for new .22 firewire layout
    - fixed: update hwdetect for new rtc_sys and firewire stuff
    - Memory requirements bumped to 128MB!
    - Serial console support in install environment
    - USB Keyboard issues fixed
    Setup changes:
    - fixed: "" around CONSOLEFONT and CONSOLEMAP
    - fixed: dhcp rc.conf entry
    - fixed: not generated glibc locales
    for fixed bugs reference:
    http://bugs.archlinux.org/task/7410
    greetings
    tpowa
    Last edited by tpowa (2007-08-05 20:57:38)

    Installation feedback:
    I installed Arch in virtualbox on a Windows XP host and after it initially hung up on boot (enabling acpi and apic was necessary), everything worked fine.
    I was very pleased to see the pacman mirror selection dialog, apart from a "missing" pacman -Sy (I wondered why I couldn't install xfce4...everything was set up perfectly and it took me a while until I realized, that the local package database only includes the current repository) there was no need for post-configuration for the base system. I haven't checked for rankmirrors this time, but
    Setting up X and xfce4 was done quickly and I had no further problems.
    I was using the FTP-install-image.
    Edit: Stay away from Safari for windows, it will not send or copy text fields containing a '[' or ']', it just cuts away everything following this character.
    Last edited by wuischke (2007-08-06 19:36:03)

  • Can't back up my Iphone5 to my macbook pro, it tells me it may be corrupted, also I don't know how to delete the old backup to redo it

    Can't back up my Iphone5 to my macbook pro, it tells me it may be corrupted, also I don't know how to delete the old backup to redo it

    Hi Caveman337,
    Welcome to the Support Communities!  The resource below will explain how to delete an old iTunes backup.  Before you do this, I would suggest creating an iCloud backup of your iPhone. 
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    http://support.apple.com/en-us/HT203977
    Back up using iCloud
    If you're using iCloud, it can automatically back up your content. Use these steps to turn on iCloud Backup:
    Tap Settings > iCloud > Backup. If you're using iOS 7 or earlier, tap Settings > iCloud > Storage & Backup.
    Tap iCloud Backup to turn it on.
    Tap Back Up Now.
    After you turn on iCloud Backup, iCloud will back up your content automatically. You can return to this screen to see when the last back up happened.
    Create and delete iPhone, iPad, and iPod touch backups in iTunes - Apple Support
    http://support.apple.com/en-us/ht4946
    Where your backups are stored
    The folder where your backup data is stored depends on your computer's operating system. Make sure the backup folder is included in your data-backup routine. iTunes places the backup files in these places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    The "~" represents your Home folder. If you don't see Library in your Home folder, hold Option and click the Go menu.
    Delete a backup
    If you want to delete a backup created by iTunes:
    Open iTunes Preferences:
    Mac: Choose iTunes > Preferences.
    Windows: Choose Edit > Preferences. Learn how to turn on menus in Windows 7 and 8.
    Click Devices. (The iOS device doesn't need to be connected.)
    iTunes will show the phone number, International Mobile Equipment Identity (IMEI) number, and serial number of the backed up iPhone when you position your mouse pointer over a backup. (Only the serial number will be shown for iPad and iPod touch). You can use this to find the backup you want to delete.
    Select the backup you want to remove.
    Click Delete Backup.
    When prompted, confirm that you want to remove the selected backup by clicking Delete Backup.
    Click OK to close the iTunes Preferences Window.
    Backups that have a date and time stamp in the backup name are copies of backups created by restoring the iOS device. The date and time in the left column are when the restore-from-backup occurred. The date and time in the right column are the last synced date; this shows how current the data is.
    I hope this information helps ....
    - Judy

  • Error when booting off install disk: "panic: We are hanging here . . ."

    My iBook's working fine except it's very slow (3 years old), so I decided to reinstall the OS.
    When I try loading off my original OS X installation disk, it boots to an error "panic: We are hanging here . . ."
    If I stick the install CD into the iBook while it's on, it reads the CD fine and even offers to reboot off the CD for me. But when I reboot, I get the same panic error.
    When I take the CD out, the iBook loads fine again.
    So my computer still works, but I can't figure out a way to reinstall. Any ideas?
    fyi- I tried Disk Utility on my HD and it passed verification.

    Call Apple Support. They may be able to send you a replacement disc at nominal cost (much less than new). I think you'll need your computer's serial number so they can get the correct one.
    How does the computer handle other CDs? There's the slight possibility it is the drive and not the CD.
    The other thing to do is to try and troubleshoot why your computer is slowing down and at least not to have to immediately worry about getting a new CD. Here's a bunch of reading. However, I wouldn't blindly go running a bunch of utilities but to address things one by one. For example, one major slow down is an over-full hard drive and no utility will help with that.
    [Mac Tune-up: 34 Software Speedups|http://www.macworld.com/article/49489/2006/02/softwarespeed.html]
    [52 Ways to Speed Up OS X|http://www.imafish.co.uk/articles/post/articles/130/52-ways-to-speed-up-os-x>
    [Tuning Mac OS X Performance|http://www.thexlab.com/faqs/performance.html]
    [11 Ways to Optimize Your Mac's Performance|http://lowendmac.com/eubanks/07/0312.html]
    [The Top 7 Free Utilities To Maintain A Mac.|http://mac360.com/index.php/mac360/comments/thetop_7_free_utilities_to_maintain_amac>
    [Mac OS X: System maintenance|http://discussions.apple.com/thread.jspa?messageID=607640]
    [Macintosh OS X Routine Maintenance|http://www.macattorney.com/ts.html#Anchor-31774]
    [Kappy's Personal Suggestions for OS X Maintenance|http://discussions.apple.com/message.jspa?messageID=8230024#8230024 ]
    [a brody's Topic: Myths of required versus not required maintenance for Mac OS X|http://discussions.apple.com/thread.jspa?threadID=1772235]
    [Are the desktops cluttered with files and folders?|http://discussions.apple.com/thread.jspa?messageID=7668937#7668937]
    Message was edited by: Limnos
    Message was edited by: Limnos

  • Corrupt .rar archive in windows, how to repair?

    Hey, I have an important .rar that is corrupt that I cannot repair via .par2 etc, because it is my own doing.
    I just need to get as much of the file data as possible, whether it extracts corrupt or not. My problem is, if I "keep broken files" in WinRar, it truncates the file at the exact point the corruption begins, which is only like 80mb into a 900mb file. 
    Is there a way to have WinRar acknowlege the file's corrupt, keep extracting to get as close to 900mb original as possible?
    I believe this will require third party recovery software. So if there's any good ones out there (even non-freeware), i'll get it as long as it's reputable to work.
    Please help me, it would be appreciated! Thanks!

    use winrar
    right click file
    click repair
    These actions have to help you. But if that, it is possible to try it:
    Get RAR recovery tool and protect corrupted archives from CRC issues and other problems, damaging corrupted RAR archives of any size. This service can be started on any PC workstation so there are no compatibility problems to be considered
    before you start the application, this WinRAR fix tool can do the following:
    >>Guarantees the full compatibility with WinRAR and any version of the Microsoft Windows operating system;
    >>Opens any version of RAR archive, created in compatible WinRAR applications;
    >>Evaluates user chances for data restoration in freeware mode;
    >>Works even easier than any other file compression program, it is possible due to the absence of additional settings;
    For more information: http://www.rarrecoverytoolbox.com/
    As you can look for the answer here:
    http://www.filerepairforum.com/forum/archives/archives-aa/winrar/269-how-to-recover-corrupted-rar-files-t-t

  • SmartView 11.1.2.5.400 - corrupt zip archive?

    Hi,
    I have recently downloaded SmartView 11.1.2.5.400 zip and couldn't uncompress it - corrupt zip archive.
    I have tried different browsers(IE, Firefox, Chrome etc ) and download sources (eDelivery and OTN).
    Has anyone else experienced the same? If so, with whom should we get it touch to have this issue fixed?
    Thanks,
    Gabriel

    For me this still doesn't  work - I believe that we are downloading from different "mirrored" sites.
    So, while giving up on this approach, I've found an alternate one on the Oracle Support Portal:
    Patch 20327649: Patch Set Update: 11.1.2.5.400 for Oracle Smart View for Office
    Finally, I have something that works and that it has indeed the indicated size: 124MB
    Cheers and thanks for trying to help anyway!
    -Gabriel

  • I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITun

    I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITunes is corrupted or is not installed correctly.  Please reinstall Itunes"
    iMac, iOS 6

    HI,
    If your old version of iTunes is still working - then I sugest you stick with that.
    iTunes 11 is a lousy update - It will not retain your playlists, you can't find and delete duplicates... and a whole arry of oyher issues. (have a look around this forum to see how many issues IT11 gives people)
    Just a friendly advise and warning :-)

  • Corrupt Boot Manager / Missing Windows 8 Pro

    Please assist with the following as I have read too many forums and attempted to resolve without success.
    Problem: unable to boot into Windows 8.0 due to corrupt boot manager or missing boot manager.  
    Observed:  Harddisk is recognized within bios. The disk cable is firmly connected. I hear the disk spinning. Bootrec commands have completed successfully. 
    Attempted to resolve by: 
    1. Bootrec commands (but will still will not boot). 
    2. Factory disk repair command
    3. Ran chkdsk commands (there was some clusters that need to be reorganized).
    My primary concern is that I need to access my data on the drive.  Is there a file that I can download and install that will act as my new boot manager?  Or how can I access the drive?  Pulling it of the computer and installing in an HD dock
    seemingly will not work because I need the bootmanger fixed? 
    Please advise.  Many thanks,

    Hi,
    Firstly, I need to confirm your system edition, as you said unable to boot into Windows 8.0 but your provide this problem at Windows 7 forum.
    About bootrec command to fix the boot manager problem, I would like to suggest you refer to the KB again and try its process for test.
    Use Bootrec.exe in the Windows RE to troubleshoot startup issues:
    http://support.microsoft.com/kb/927392
    If no use, please try to boot system into repair mode and using Startup Repair to fix system startup problem.
    Roger Lu
    TechNet Community Support

  • Cant open boot archive after copying Solaris 10 from one machine to another

    We are running "Solaris 10 3/05 s10_74L2a" on a Sun Fire 480R.
    I tried to, using ufsdump to copy the filesysem to a T5220 which has 4 disks, the first 2 disks are a mirrored os of a Solaris 10 version already there.
    So I restored the ufs inages to the 3rd disk, ran installboot with the bootblock from the restored image for s sun Fire 480R as there did not appear to be a bootblock for a T5220 , as its a more recent server.
    ie:
    installboot /mnt/usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c1t2d0s0
    /mnt/usr/platform/SUNW,SPARC-Enterprise-T5220/lib/fs/ufs/bootblk: File not found
    so I do this instead :
    installboot /mnt/usr/platform/SUNW,Sun-Fire-480R/lib/fs/ufs/bootblk /dev/rdsk/c1t2d0s0
    Now then I try to boot I get :
    Boot device: /pci@0/pci@0/pci@2/scsi@0/disk@2 File and args:
    ufs-file-system
    Loading: /platform/sun4v/boot_archive
    Loading: /platform/sun4v/boot_archive
    Can't open boot_archive
    Evaluating:
    The file just loaded does not appear to be executable.
    but, as far as I know this old version of Solaris did not use a boot archive and there is no directory /platform/sun4v/boot_archive in the restored files, nor on the original server.
    So, my question is, if the old version of os did not support a boot-archive, why is this restored image, when I boot , giving this error.
    Surely all the data on the 3rd disk should be the same as on the old server.!!
    What am I missing here ??
    George

    Well, you can't just copy an OS from one type of system to another and expect it to work. For one thing the OS communicates with its hardware through the /dev/ and /devices layer, and that layer will be completely different when you transfer it to another system.
    Second of all the lack of boot block for the T5220 in your installation indicates that your version of Solaris 10 does not support the T5220 platform, which probably means that it will be impossible to boot completely on it anyway..
    I'm not sure when the SPARC systems started to use the boot-archive..
    Anyway, the two things you have missed is to create the boot-archive (with bootadm update-archive -R /mnt), and to run devfsadm on the new platform (devfsadm -r /mnt ).
    Even so, there is no guarantee that your version of Solaris actually supports your hardware.. But i guess that's documented in the Sun System Hardware Handbook..
    .7/M.

  • ORA-19599: block number 1985 is corrupt in archived log +FG/

    Hi Team,
    I couldn't take backup of the RAC database archivelog. Please help me
    RMAN> BACKUP VALIDATE DATABASE ARCHIVELOG ALL;
    Starting backup at 24-MAR-13
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=+DG1/kvxcprd/datafile/system.260.777756857
    input datafile fno=00003 name=+DG1/kvxcprd/datafile/sysaux.268.777756857
    input datafile fno=00002 name=+DG1/kvxcprd/datafile/undotbs1.263.777756857
    input datafile fno=00005 name=+DG1/kvxcprd/datafile/undotbs2.264.777756983
    input datafile fno=00004 name=+DG1/kvxcprd/datafile/users.267.777756857
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=2 sequence=17 recid=26 stamp=810915691
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/24/2013 14:37:11
    ORA-19599: block number 1985 is corrupt in archived log +FG/kvxcprd/archivelog/2013_03_24/thread_2_seq_17.269.810915689
    RMAN> backup archivelog all;
    Starting backup at 24-MAR-13
    current log archived
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 03/24/2013 14:39:52
    ORA-19563: header validation failed for file
    Thanks & Regards,
    Edited by: 995796 on Mar 24, 2013 2:26 AM
    Edited by: 995796 on Mar 24, 2013 2:27 AM

    RMAN> BACKUP VALIDATE DATABASE ARCHIVELOG ALL;
    Starting backup at 24-MAR-13
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=+DG1/kvxcprd/datafile/system.260.777756857
    input datafile fno=00003 name=+DG1/kvxcprd/datafile/sysaux.268.777756857
    input datafile fno=00002 name=+DG1/kvxcprd/datafile/undotbs1.263.777756857
    input datafile fno=00005 name=+DG1/kvxcprd/datafile/undotbs2.264.777756983
    input datafile fno=00004 name=+DG1/kvxcprd/datafile/users.267.777756857
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=2 sequence=17 recid=26 stamp=810915691
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/24/2013 14:37:11
    ORA-19599: block number 1985 is corrupt in archived log +FG/kvxcprd/archivelog/2013_03_24/thread_2_seq_17.269.810915689You can remove this log with command
    rman> delete archivelog '+FG/kvxcprd/archivelog/2013_03_24/thread_2_seq_17.269.810915689';

  • Kernel don't panic

    Hi.
    I have recently installed archlinux on my machine by network instalation.
    Since then I am running and I can't get rid of the " don't panic " kernel.
    I have updated the databases and all but shoudn't it change by default?
    Regards,
    /Dex.

    Name           : initscripts
    Version        : 2008.08-1
    URL            : http://www.archlinux.org
    Licenses       : GPL 
    Groups         : base 
    Provides       : None
    Depends On     : glibc  bash  awk  grep  coreutils  sed  udev>=118  net-tools 
                     ncurses  kbd  findutils 
    Optional Deps  : None
    Required By    : None
    Conflicts With : None
    Replaces       : None
    Installed Size :  96,00 K
    Packager       : Pierre Schmitz <[email protected]>
    Architecture   : x86_64
    Build Date     : Qui 14 Ago 2008 09:45:57 UTC
    Install Date   : Sáb 16 Ago 2008 20:14:05 UTC
    Install Reason : Explicitly installed
    Install Script : Yes
    Description    : System initialization/bootup scripts

  • Boot-archive problem - failsafe kernel does NOT see disks!

    Is there a way to fix the boot archive in 'normal' mode? I can see the disk in 'normal' mode, but not in 'failsafe'.
    HP585 w/RAID5 SAS disks, 1 logical volume
    Thanks!
    Message was edited by:
    bdeeley

    Thanks. I had actually tried that with the boot mode set at UEFI and it didn't work, but I gave it another try set at legacy and it works fine.
    The documentation for this seems confusing to me, though. Isn't this RAID card considered a mezzanine card? The documentation here says to enable the onboard controller to get a mezzanine card to work:
    http://www.cisco.com/en/US/docs/unified_computing/ucs/c/hw/C200M1/install/RAID.html#wp1016766

Maybe you are looking for

  • TS1627 Mac OS 10.6.8 here - I do not have a syncservices folder! so obviously cannot reset it.

    Can't sync ical with my iphone or ipad. Just read through support forums, which suggest deleting certain files from the library - I don't have these files. Then I see an apple doc about resetting the syncservices folder. Well, I don't have one of tho

  • Foreach loop

    Hello, I am trying to convert a normal for loop to the new foreach loop. I was able to do one function that prints every element, but can't seem to be able to modify the elements in the array. //This works ok public static void printjoy(int [][] arra

  • Xpath.valueof

    I'm working my way through Steve Muench's excellent book 'Building Oracle XML Applications' and I have come unstuck at Example 5.11. Test and Extract and Retrieve an Xpath Expression value. Initially the XPATH package would not compile as it complain

  • ICal Server - Too Many Redirects

    I still can't get my ical server to work despite having followed these instructions (http://support.apple.com/kb/TS4024).  I actually get the same results - too many redirects. Any ideas?

  • Customer Service / Corp Office  212-395-1000

    Call the Corp Office 212-395-1000  and Complain!!  They need to get this Fixed otherwise they will Lose a Ton of Customers !!  Hit them where it will hurt!!  Their Bottom Line!!