PIT recovery

I was testing the differential incremental backups. This is what I did. I backup with the following manner and edit one record on each level before execute the backup.
level 0, level 1, level 2 and level 3.
I deleted the backupset level 2 and did a point in time recovery back to the time between level 2 and level 3. But I noticed that the recovery was successful, the record I edited on level 2 before the backup is recovered.
Is it suppose to be that way ? Cause I had an impression of if one backupset lost, recovery will only be successful right until the time before the backupset was lost?

Every backup I included the archivelog as well. This is what i did :
1) Edit one record at 12:47:05
- Backup incremental Level 0
2) Edit second record at 13:31:12
- Backup incremental Level 1
3) Edit third record at 13:40:52
- Backup incremental Level 2
4) Edit last record at 16:43:26
- Backup incremental Level 3
This time I deleted the backup incremental 2 including the backup archivelog. And I perform a PITR to 13:41:00 and I still be able to recover the record i edited in step 3.
Why is it so?
Thanks.

Similar Messages

  • Tablespace PIT recovery

    Hi,
    I m new to recovery . I have a case in which i have to recover set of tablespaces PIT(point in time) in production database.
    Database Name: ERSP
    Version: 10.2.0.4
    Backup Mode : User Managed Hot Backup
    Frequency of Backup : Daily
    Archive Mode : ON
    Archive log Backup: Daily 8 times
    Can any1 please tell me how m i suppose to do a complete tablespaces PIT recovery using latest User Managed Hot Backup and latest Archive log Backup ?
    Thanks in advance

    thanks for the response, is there any way to restore and recover it on the production "ERSP" database directly
    below some of the backup details of ERSP production database
    Database Name: ERSP
    Server Name: Keyfp
    Version: 10.2.0.4
    Backup Mode : Daily User Managed Hot Backup [Mon-Fri]
                                 : Weekly User Managed Cold Backup [Sat]
                      : Monthly      User Managed Cold Backup [1st Sat of each month]
                      : Yearly User Managed Cold Backup [1st Sat of January]     
    Archive Mode : ON
    Archive log Backup: Daily and Weekly 8 timesEdited by: 832812 on Sep 28, 2011 11:49 PM

  • PIT recovery until time when database was in backup mode

    Hello,
    Is it possible to recover database until some point/time which is within "time window" when database tablespaces were still in online backup mode?
    I was basicaly replicatying database from source to target DB by putting DB to online backup mode, then copy all datafiles, after copy of datafiles was finished I started applying redologs generated on source DB afterwards. After I applied tens of redologs with "recover database until cancel using backup controlfile" and then typed "CANCEL" after 10-20 redologs applied I still got an error that opening DB would get an error due to inconsistent datafile. When I ended backup mode on source DB and applied few of redologs after ending backup mode on source DB datafiles were consistent.....
    Thx a lot for answer in advance.

    Hello Hemant K Chitale ,
    thats clear. I probably did not express it clearly, so I will describe it once again:
    Teoreticall scenario 1:
    I put 'source" database to backup mode and start copy datafiles to "target" db. When copy of all datafiles is succesfully finished (lets say it 5:00AM), I don't issue "end backup" on source DB but I keep tablespaces in backup mode until 7:00AM. On target DB I will start recovery and apply redologs from source system.
    Question 1:Is it possible to recover database until time 6:00AM? At this time all datafiles were already succesfully copied, BUT source db was still in backup mode. Or will I be able to get target DB to consistent state only after 7:00AM (end backup issuied on source DB) and not in window 5:00AM-7:00AM?
    Teoreticall scenario 2 (small correction comparing to scenario1):
    I will put source DB to begin backup mode at 5:00AM on 20.february and let it in this state until 7:00AM on 20.february. On target DB I will restore backup from source DB performed day before (or few days before does not matter) that means on 19.february and start to apply redologs generated after this backup.
    Question 2: Will I be able to recover DB until 6:00AM on 20.february and open database after recovery until this time? Or wont I be able to recover and open DB witin window 20.february 5:00AM-7:00AM (source db in backup mode)
    Bear in mind this is just teoreticly (don't ask me why would you do it and why you don't do it this way etc...). I just want to understand how it really works ;)
    Thx a lot!

  • Brtools, PIT recovery fails after roll forward,  BR0301E SQL error -1722 at

    Running R/3 6.20/0019 with Oracle 9.2.0.8 on AIX 5.3
    Brtools to restore and recover to point in time, this rolls through 300+ archive logs, and a datafile was added to an index tablespace after the backup, but this appears to be delt with successfully when applying the logs.
    when I try to open the database through brtools I get the error:
    BR0280I BRRECOVER time stamp: 2007-03-26 11.57.22
    BR0595I Selecting indexes with NOLOGGING created during or after the selected backup bduuxcqq.anf 2007-03-14 20.00.00 ...
    BR0285I This function can take several seconds/minutes - be patient...
    BR0280I BRRECOVER time stamp: 2007-03-26 11.57.28
    BR0301E SQL error -1722 at location BrIndNologGet-8
    ORA-01722: invalid number
    BR0669I Cannot continue due to previous warnings or errors - you can go back to repeat the last action
    I can open the database from SQLPLUS, but Brtools fails.
    Thank you.

    Randy,
    This sounds like an issue with the BRTOOLs then. 1722 is a rare error where the SQL statement attempts to convert a string into a number - like a date in this instance.
    You may need to open a ticket with SAP Support and have them look at the issue, as you may need  a fix for the toolset itself.
    Sorry I could not be of more assisatance Randy.
    -Tim

  • Problem in performing multiple Point-In-Time Database Recovery using RMAN

    Hello Experts,
    I am getting an error while performing database point in time recovery multiple times using RMAN. Details are as follows :-
    Environment:
    Oracle 11g, ASM,
    Database DiskGroups : DG_DATA (Data files), DG_ARCH(Archive logs), DG_REDO(Redo logs Control file).
    Snapshot DiskGroups :
    Snapshot1 (taken at 9 am): SNAP1_DATA, SNAP1_ARCH, +SNAP1_REDO
    Snapshot2 (taken at 10 am): SNAP2_DATA, SNAP2_ARCH, +SNAP2_REDO
    Steps performed for point in time recovery:
    1. Restore control file from snapshot 2.
         RMAN> RESTORE CONTROLFILE from '+SNAP2_REDO/orcl/CONTROLFILE/Current.256.777398261';
    2. For 2nd recovery, reset incarnation of database to snapshot 2 incarnation (Say 2).
    3. Catalog data files from snapshot 1.
    4. Catalog archive logs from snapshot 2.
    5. Perform point in time recovery till given time.
         STARTUP MOUNT;
         RUN {
              SQL "ALTER SESSION SET NLS_DATE_FORMAT = ''dd-mon-yyyy hh24:mi:ss''";
              SET UNTIL TIME "06-mar-2013 09:30:00";
              RESTORE DATABASE;
              RECOVER DATABASE;
              ALTER DATABASE OPEN RESETLOGS;
    Results:
    Recovery 1: At 10.30 am, I performed first point in time recovery till 9:30 am, it was successful. Database incarnation was raised from *2* to *3*.
    Recovery 2: At 11:10 am, I performed another point in time recovery till 9:45 am, while doing it I reset the incarnation of DB to *2*, it failed with following error :-
    Starting recover at 28-FEB-13
    using channel ORA_DISK_1
    starting media recovery
    media recovery failed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 03/06/2013 11:10:57
    ORA-00283: recovery session canceled due to errors
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover if needed
    start until time 'MAR 06 2013 09:45:00'
    ORA-00283: recovery session canceled due to errors
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '+DG_REDO/orcl/onlinelog/group_1.257.807150859'
    ORA-17503: ksfdopn:2 Failed to open file +DG_REDO/orcl/onlinelog/group_1.257.807150859
    ORA-15012: ASM file '+DG_REDO/orcl/onlinelog/group_1.257.807150859' does not exist
    Doubts:
    1. Why did recovery failed 2nd time, but not 1st time and why is RMAN looking for online redo log group_1.257.807150859 in 2nd recovery ?
    3. I tried restoring control file from AutoBackup, in that case both 1st and 2nd recovery succeeded.
    However for this to work, I always need to keep the AutoBackup feature enabled.
    How reliable is control file AutoBackup ? Is there any alternative to using AutoBackup, can I restore control file from snapshot backup only ?
    4. If I restore control file from AutoBackup, then from what point of time/SCN does RMAN restores the control file ?
    Please help me out in this issue.
    Thanks.

    992748 wrote:
    Hello experts,
    I'm little newbie to RMAN recovery. Please help me in these doubts:
    1. If I have datafiles, archive logs & control files backup, but current online REDO logs are lost, then can I perform incomplete database recovery ?yes, if you have backups of everything else
    2. Till what maximum time/scn can incomplete database recovery be performed ??Assuming the only thing lost is the redo logs, you can recover to the last scn in the last archivelog.
    3. What is role of online REDO logs in incomplete database recovery ? They provide the final redo changes - the ones that have not been written to archivelogs
    Are they required for incomplete recovery ?It depends on how much incomplete recovery you need to do.
    Think of all of your changes as a constant stream of redo information. As a redolog fills, it is copied to archive, then (eventually) reused. over time, your redo stream is in archivelog_1, continuing into archvivelog_2, then to 3, and eventually, when you get to the last archivelog, into the online redo. A recovery will start with the oldest necessary point in the redo stream and continue forward. Whether or not you need the online redo for a PIT recovery depends on how far forward you need to recover.
    But you should take every precaution to prevent loss of online redo logs .. starting with having multiple members in each redo group ... and keeping those multiple members on physically separate disks.

  • Question on recovery

    Hello all,
    I think the following recovery should be possible but I'm not sure. Appreciate if you could shed some light.
    Scenario
    1) SCOTT user accidentally drops a table in SCOTT tablespace when the SCN was 100.
    2) FLASHBACK is not enabled for the database. No way to Flashback the database.
    3) RECYCLEBIN is set to OFF. No way to "Flashback table <tabname> to before drop".
    2) Other users are still using the database and the SCN has progressed to 150.
    Resolution to recover the tablespace to a point in time before the drop
    1) alter tablespace SCOTT offline;
    2) Restore datafiles belonging to SCOTT tablespace from the recent backup.
    3) Restore all required arch logs.
    4) recover tablespace SCOTT util scn=99
    5) alter tablespace SCOTT online;
    Is incomplete recovery possible at tablespace level within the live database? If yes, how can Oracle maintain SCOTT datafile at SCN 99 and all others at SCN 150?
    To resolve the above situation, I normally create an auxillary database by just restoring and recovering system,sysaux,undo and scott datafiles from the most recent backup and perform an incomplete PIT recovery of the auxillary database to a point in time before the actual drop. I would then export and import the table from the auxillary database to the live database.
    Restoring and recovering an auxillary database is a time consuming process so I was wondering if I could just restore and recover the affected tablespace in the live database itself.
    Thanks for your time.

    Hi Aman,
    Thanks for your reply and time given to my doubt. Actually my doubt has raised due to above posted blog entry; in which the writer has not mentioned anything about another db. He simply has written:
    "Assuming we have the latest backup, just executing the following statement would do everything needed to get the entire *tablespace* to a point-in-time in the past. Believe me, you don't have to do anything other than just this statement!"
    So, here my doubt is how he is able to perform RMAN TSPITR without other db, with he help of recover tablespace ... auxiliary destination ...
    I mean, even Hemant sir has said for Incomplete recovery; we need other db... So it caused me doubt please.
    Sorry sir, if i am missing/asking something irrlavent to the OP's question.
    Regards
    Girish Sharma

  • Related to flash point in cg02

    Hi,
    what is table and field name from which we get the value of flash point in case of dangerous and non dangerous goods? no F1 help available for that.
    thanx in advance.
    regards
    saurabh

    992748 wrote:
    Hello experts,
    I'm little newbie to RMAN recovery. Please help me in these doubts:
    1. If I have datafiles, archive logs & control files backup, but current online REDO logs are lost, then can I perform incomplete database recovery ?yes, if you have backups of everything else
    2. Till what maximum time/scn can incomplete database recovery be performed ??Assuming the only thing lost is the redo logs, you can recover to the last scn in the last archivelog.
    3. What is role of online REDO logs in incomplete database recovery ? They provide the final redo changes - the ones that have not been written to archivelogs
    Are they required for incomplete recovery ?It depends on how much incomplete recovery you need to do.
    Think of all of your changes as a constant stream of redo information. As a redolog fills, it is copied to archive, then (eventually) reused. over time, your redo stream is in archivelog_1, continuing into archvivelog_2, then to 3, and eventually, when you get to the last archivelog, into the online redo. A recovery will start with the oldest necessary point in the redo stream and continue forward. Whether or not you need the online redo for a PIT recovery depends on how far forward you need to recover.
    But you should take every precaution to prevent loss of online redo logs .. starting with having multiple members in each redo group ... and keeping those multiple members on physically separate disks.

  • Three questions about replication/security

    Hello,
    We are currently planning to build software for our sales persons using C#. Each sales person has a laptop and should be able to sync the client information when he/she has access to the internet/intranet. Sales person can update client information and the local database will be synced back to master server when the user is connected to the internet/intranet. My option was to go with Oracle lite (as client DB) and Oracle enterprise (Server DB). But after readying the posts in this forum, I believe Oracle XE can do the trick. Am I right?
    Second question is about the security of the replication. Sales persons can connect using the internet to sync the information back and forth. Is there a built in mechanism to secure the connection between the two DBs ( Oracle XE and EE)?
    Third question is about the recovery options. I read Mark’s post about the feature of Oracle XE. I understood that PIT recovery and achivelog mode are supported. But, the post also says that Tablespace PIT is not supported. Can some tell me the difference between PITR and TSPITR? If PITR is supported, can I restore the database to a specific date and time (i.e. Dec 2, 2005 2:00PM)?
    Thanks a lot

    Comments inline
    Hello,
    We are currently planning to build software for our sales persons using C#. Each sales person has a laptop and should be able to sync the client information when he/she has access to the internet/intranet. Sales person can update client information and the local database will be synced back to master server when the user is connected to the internet/intranet. My option was to go with Oracle lite (as client DB) and Oracle enterprise (Server DB). But after readying the posts in this forum, I believe Oracle XE can do the trick. Am I right?
    Yes - except that Oracle Lite comes with the synchronization built in, and it's tested to handle all the weird corner cases you have to deal with. XE will give you basic replication, however, you will have to build the connect, replicate (refresh materialized views), disconnect logic yourself (and test it). Personally I would spend the $100 on the Oracle Lite option
    Second question is about the security of the replication. Sales persons can connect using the internet to sync the information back and forth. Is there a built in mechanism to secure the connection between the two DBs ( Oracle XE and EE)?
    It depends by what you mean secure. When you connect XE to Enterprise Edition, it will use a database link to refresh the materialized views (replicated tables). Userids/passwords across the database link will be sent in an encrypted form. The data will not. I'm guessing you could use Oracle's Advanced Security option to secure the database links from XE to EE, but I'm not 100% sure. Tom may be able to give us a clue on this one. Also, note that DBLinks by default use the TCP/IP transport, so thats a hole you would have to kick in the firewall if the EE database was behind it (as it should be). Although replication can use HTTP as a transport mechanism
    (You can see all the issues you start to get into - the $100 dollars per Oracle Lite deployment is looking real goo to me right about now)
    Third question is about the recovery options. I read Mark’s post about the feature of Oracle XE. I understood that PIT recovery and achivelog mode are supported. But, the post also says that Tablespace PIT is not supported. Can some tell me the difference between PITR and TSPITR? If PITR is supported, can I restore the database to a specific date and time (i.e. Dec 2, 2005 2:00PM)?
    Yes - you can roll forward the entire database to a given point in time using RMAN (which will be in production). You cannot however roll forward just a subset of tablespaces (i.e a subset of the data) in XE. Tablespace PITR is an EE feature (and not for the faint hearted).
    Thanks a lot

  • Rman to handle table restore for batch rerun

    Hi all,
    11.2.0.1
    Our batch process sometimes need to be rerun or reprocess due to erroneous process/output.
    For the rerun process, we need to import back 1 table affected, from the last night backup.
    Is RMAN capable of restoring a single table on the PROD database without affecting other tables?
    Or this can be done only thru expdp, and that is why we need also to backup this table daily using this tool?
    Thanks a lot,
    zxy

    yxes2013 wrote:
    So I am justified that I have to use expdp as a means of backing-up single table? Contrary to what they say that expdp can not be used as backup tool?
    Thanks,
    As Fran and many, many, many others have pointed out on many, many, many other threads, export cannot be considered a backup of the database because it cannot be used to restore a database.  You must have a live, healthy, functioning database up and running in order to have something in which to import.
    That does not mean that export has not place in a normal backup regimen. Most DBA's will include a periodic export along with their regular rman backups.  For exactly the type of scenario you describe.  So if you know going in that a batch job may need to be rolled back, it is perfectly justifiable to begin that batch job with an expdp step to export the tables that are involved.  On the other hand, if there is no other processing occurring between the time this batch job starts and the time you discover you need to 'reset' and run it again, a database PIT recovery from rman backup, or a database flashback might be a preferable solution.
    As in all things, the answer is 'it depends' and only your organization can decide ...

  • FX5200 causing system instability? (Fixed with new PSU)

    The background: I've been battling this one for three weeks now.  I've had a new system for a couple of months, prebuild barebones with specs noted in signature. About 3 weeks ago I started having random crashes, lockups, bluescreens with win98Se. This was after installing an ATI tv tuner card, although the system was stable for a week after that.  I also started playing 3d games more, and hadn't done this before - I mention this because it may have been heat related and 3d causes the temp to rise - true?.  After I started having random crashes, I tried updating the video drivers to MSI 52.16, thinking that may help.  The install seemed to go ok, although when trying to sync without powerstrip (can go to 60Hz with Nvidia utility), that didn't work.  Shortly after that, the system really started locking up, with BSOD's and crashes and became so unstable I couldn't even bring up Windows (kept getting protection error).
    Other factors: The MSI FX5200 card is the cheaper version with the heatsink, not the fan.  I also have 2 hard drives hooked in, one of which was having issues.  I unplugged that once the trouble started.  The system is also probably too close to a heat vent, which may have contributed to the issue.
    Anyway, the troubleshooting: I took out all non-essential cards and got down to a bare-bones system.  Reinstalled the OS after reformatting the hard drive - still flaky. Tried WinME - still flaky. Swapped out memory - still flaky.  Put in different video card (older MSI MX440), and system is now stable.
    My question: Is my FX5200 video card fried for sure?  I don't want to try it in a different system, in case it starts flaking out there, causing damage and PITA recovery on that system.  Or could the video card be OK, and I just somehow weakened the PSU, causing it to not be able to handle even a barebones system?
    Please advise.  Mercy please, I'm a newbie at hardware...

    I picked up a new power supply, but it may not be big enough - specs are pretty similar to current one.  It's an Antec SmartPower 400W: +5v@38A, +3.3v@28A, +12v@18A. 5&3.3v combined=240W, plus 12v=380W. I can sure try it, but if you think I should get one with more power, I'd rather look into getting the Antec 430 or equivalent instead.  Let me know.  Ironically, this was the only part of the system I didn't research fully before the build.  I now see the error of my ways...
    I'm leaning away from the video card as the problem, as things have started flaking out again, even though I still have in the MSI Gf2 440 card along with the barebones config.  (So, it's happened with 2 different cards.)  I fired up the system last night, and Windows didn't even startup completely before it locked up.  I wonder, could this be entirely heat related?  It was a cold night and the heat was blasting and the front of the case is unfortunately only 1 foot away.  I am waiting for extension cords for vga, coming this Friday, so I can move the unit across the room.
    Regarding your driver question, I haven't even loaded the vga drivers, just the mobo ones.  So, it's running 16 color @ 640x480.
    I did look at the heatsink on the 5200 card as you suggested.  It doesn't look great in terms of contact - looks like it's separated from the board more than what I remember when I first installed it.  I haven't taken it off to look closer, and I'm (obviously) no expert on this and unsure what to look for.  Since it's less likely that it's the video card, and I'm not really sure what I'm doing anyway, I'll probably hold off on this path until after PSU swapout/testing.
    I'm really learning a lot, and I thank you very much for your time!

  • ASA Firepower installation stuck in recovery

    Trying to get the the boot image installed on an ASA5515-X and it appears to hang at this portion of the installation and never finishes the recovery
    Mod-sfr 797> Starting OpenBSD Secure Shell server: sshd
    Here is the complete debug (200) output 
    Mod-sfr 402> *** EVENT: Creating the Disk Image...
    Mod-sfr 403> *** TIME: 11:02:07 CDT Mar 12 2015
    Mod-sfr 404> ***
    Mod-sfr 405> ***
    Mod-sfr 406> *** EVENT: The module is being recovered.
    Mod-sfr 407> *** TIME: 11:02:07 CDT Mar 12 2015
    Mod-sfr 408> ***
    BELPRODF02# Mod-sfr 409> ***
    Mod-sfr 410> *** EVENT: Disk Image created successfully.
    Mod-sfr 411> *** TIME: 11:04:35 CDT Mar 12 2015
    Mod-sfr 412> ***
    Mod-sfr 413> ***
    Mod-sfr 414> *** EVENT: Start Parameters: Image: /mnt/disk0/vm/vm_3.img, ISO: -cdrom /mnt/disk0
    Mod-sfr 415> /asasfr-5500x-boot-5.3.1-152.img, Num CPUs: 2, RAM: 3730MB, Mgmt MAC: F0:7F:06:C3:
    Mod-sfr 416> B4:3F, CP MAC: 00:00:00:04:00:01, HDD: -drive file=/dev/md0,cache=none,if=virtio, 
    Mod-sfr 417> Dev
    Mod-sfr 418> ***
    Mod-sfr 419> *** EVENT: Start Parameters Continued: RegEx Shared Mem: 0MB, Cmd Op: r, Shared Me
    Mod-sfr 420> m Key: 8061, Shared Mem Size: 16, Log Pipe: /dev/ttyS0_vm3, Sock: /dev/ttyS1_vm3, 
    Mod-sfr 421> Mem-Path: -mem-path /hugepages
    Mod-sfr 422> *** TIME: 11:04:35 CDT Mar 12 2015
    Mod-sfr 423> ***
    Mod-sfr 424> Mod-sfr 425> Warning: vlan 0 is not connected to host network
    Mod-sfr 426> ISOLINUX 3.73 2009-01-25  Copyright (C) 1994-2008 H. Peter Anvin
    Mod-sfr 427>                    Cisco SFR-BOOT-IMAGE and CX-BOOT-IMAGE for SFR - 5.3.1
    Mod-sfr 428>     (WARNING: ALL DATA ON DISK 1 WILL BE LOST)
    Mod-sfr 429> Loading bzImage........................................................
    Mod-sfr 430> Loading initramfs.gz..............................................................
    Mod-sfr 431> ..................................................................................
    Mod-sfr 432> ..................................................................................
    Mod-sfr 433> ..................................................................................
    Mod-sfr 434> ..................................................................................
    Mod-sfr 435> ..................................................................................
    Mod-sfr 436> ..................................................................................
    Mod-sfr 437> ........................ready.
    Mod-sfr 438> [    0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
    Mod-sfr 439> [    0.000000] Initializing cgroup subsys cpuset
    Mod-sfr 440> [    0.000000] Initializing cgroup subsys cpu
    Mod-sfr 441> [    0.000000] Linux version 2.6.28.10.x86-target-64 ([email protected]
    Mod-sfr 442> ire.com) (gcc version 4.3.3 (MontaVista Linux Sourcery G++ 4.3-292) ) #1 SMP PREEM
    Mod-sfr 443> PT Thu Jun 12 18:45:27 EDT 2014
    Mod-sfr 444> [    0.000000] Command line: initrd=initramfs.gz console=ttyS0,9600 BOOT_IMAGE=bzI
    Mod-sfr 445> mage 
    Mod-sfr 446> [    0.000000] KERNEL supported cpus:
    Mod-sfr 447> [    0.000000]   Intel GenuineIntel
    Mod-sfr 448> [    0.000000]   AMD AuthenticAMD
    Mod-sfr 449> [    0.000000]   Centaur CentaurHauls
    Mod-sfr 450> [    0.000000] PAT WC disabled due to known CPU erratum.
    Mod-sfr 451> [    0.000000] BIOS-provided physical RAM map:
    Mod-sfr 452> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Mod-sfr 453> [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Mod-sfr 454> [    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    Mod-sfr 455> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000dfffe000 (usable)
    Mod-sfr 456> [    0.000000]  BIOS-e820: 00000000dfffe000 - 00000000e0000000 (reserved)
    Mod-sfr 457> [    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
    Mod-sfr 458> [    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
    Mod-sfr 459> [    0.000000]  BIOS-e820: 0000000100000000 - 0000000109200000 (usable)
    Mod-sfr 460> [    0.000000] DMI 2.4 present.
    Mod-sfr 461> [    0.000000] last_pfn = 0x109200 max_arch_pfn = 0x3ffffffff
    Mod-sfr 462> [    0.000000] last_pfn = 0xdfffe max_arch_pfn = 0x3ffffffff
    Mod-sfr 463> [    0.000000] init_memory_mapping: 0000000000000000-00000000dfffe000
    Mod-sfr 464> [    0.000000] last_map_addr: dfffe000 end: dfffe000
    Mod-sfr 465> [    0.000000] init_memory_mapping: 0000000100000000-0000000109200000
    Mod-sfr 466> [    0.000000] last_map_addr: 109200000 end: 109200000
    Mod-sfr 467> [    0.000000] RAMDISK: 7dc00000 - 7ffffaeb
    Mod-sfr 468> [    0.000000] ACPI: RSDP 000FD920, 0014 (r0 BOCHS )
    Mod-sfr 469> [    0.000000] ACPI: RSDT DFFFE450, 0034 (r1 BOCHS  BXPCRSDT        1 BXPC        
    Mod-sfr 470> 1)
    Mod-sfr 471> [    0.000000] ACPI: FACP DFFFFF80, 0074 (r1 BOCHS  BXPCFACP        1 BXPC        
    Mod-sfr 472> 1)
    Mod-sfr 473> [    0.000000] ACPI: DSDT DFFFE490, 11A9 (r1   BXPC   BXDSDT        1 INTL 2010052
    Mod-sfr 474> 8)
    Mod-sfr 475> [    0.000000] ACPI: FACS DFFFFF40, 0040
    Mod-sfr 476> [    0.000000] ACPI: SSDT DFFFF7A0, 0796 (r1 BOCHS  BXPCSSDT        1 BXPC        
    Mod-sfr 477> 1)
    Mod-sfr 478> [    0.000000] ACPI: APIC DFFFF680, 0080 (r1 BOCHS  BXPCAPIC        1 BXPC        
    Mod-sfr 479> 1)
    Mod-sfr 480> [    0.000000] ACPI: HPET DFFFF640, 0038 (r1 BOCHS  BXPCHPET        1 BXPC        
    Mod-sfr 481> 1)
    Mod-sfr 482> [    0.000000] No NUMA configuration found
    Mod-sfr 483> [    0.000000] Faking a node at 0000000000000000-0000000109200000
    Mod-sfr 484> [    0.000000] Bootmem setup node 0 0000000000000000-0000000109200000
    Mod-sfr 485> [    0.000000]   NODE_DATA [0000000000001000 - 0000000000005fff]
    Mod-sfr 486> [    0.000000]   bootmap [000000000000d000 -  000000000002e23f] pages 22
    Mod-sfr 487> [    0.000000] (7 early reservations) ==> bootmem [0000000000 - 0109200000]
    Mod-sfr 488> [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0
    Mod-sfr 489> 000001000]
    Mod-sfr 490> [    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0
    Mod-sfr 491> 000008000]
    Mod-sfr 492> [    0.000000]   #2 [0000200000 - 0000aa5bdc]    TEXT DATA BSS ==> [0000200000 - 0
    Mod-sfr 493> 000aa5bdc]
    Mod-sfr 494> [    0.000000]   #3 [007dc00000 - 007ffffaeb]          RAMDISK ==> [007dc00000 - 0
    Mod-sfr 495> 07ffffaeb]
    Mod-sfr 496> [    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0
    Mod-sfr 497> 000100000]
    Mod-sfr 498> [    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 0
    Mod-sfr 499> 00000c000]
    Mod-sfr 500> [    0.000000]   #6 [000000c000 - 000000d000]          PGTABLE ==> [000000c000 - 0
    Mod-sfr 501> 00000d000]
    Mod-sfr 502> [    0.000000] found SMP MP-table at [ffff8800000fdad0] 000fdad0
    Mod-sfr 503> [    0.000000] Zone PFN ranges:
    Mod-sfr 504> [    0.000000]   DMA      0x00000000 -> 0x00001000
    Mod-sfr 505> [    0.000000]   DMA32    0x00001000 -> 0x00100000
    Mod-sfr 506> [    0.000000]   Normal   0x00100000 -> 0x00109200
    Mod-sfr 507> [    0.000000] Movable zone start PFN for each node
    Mod-sfr 508> [    0.000000] early_node_map[3] active PFN ranges
    Mod-sfr 509> [    0.000000]     0: 0x00000000 -> 0x0000009f
    Mod-sfr 510> [    0.000000]     0: 0x00000100 -> 0x000dfffe
    Mod-sfr 511> [    0.000000]     0: 0x00100000 -> 0x00109200
    Mod-sfr 512> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
    Mod-sfr 513> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mod-sfr 514> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mod-sfr 515> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
    Mod-sfr 516> [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    Mod-sfr 517> [    0.000000] IOAPIC[0]: apic_id 0, version 0, address 0xfec00000, GSI 0-23
    Mod-sfr 518> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mod-sfr 519> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
    Mod-sfr 520> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mod-sfr 521> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
    Mod-sfr 522> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
    Mod-sfr 523> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mod-sfr 524> [    0.000000] Using ACPI (MADT) for SMP configuration information
    Mod-sfr 525> [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    Mod-sfr 526> [    0.000000] Allocating PCI resources starting at e2000000 (gap: e0000000:1effc0
    Mod-sfr 527> 00)
    Mod-sfr 528> [    0.000000] PERCPU: Allocating 53248 bytes of per cpu data
    Mod-sfr 529> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages
    Mod-sfr 530> : 937615
    Mod-sfr 531> [    0.000000] Policy zone: Normal
    Mod-sfr 532> [    0.000000] Kernel command line: initrd=initramfs.gz console=ttyS0,9600 BOOT_IM
    Mod-sfr 533> AGE=bzImage 
    Mod-sfr 534> [    0.000000] Initializing CPU#0
    Mod-sfr 535> [    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
    Mod-sfr 536> [    0.000000] Fast TSC calibration using PIT
    Mod-sfr 537> [    0.000000] Detected 3058.625 MHz processor.
    Mod-sfr 538> [    0.000999] Console: colour VGA+ 80x25
    Mod-sfr 539> [    0.000999] console [ttyS0] enabled
    Mod-sfr 540> [    0.000999] allocated 39321600 bytes of page_cgroup
    Mod-sfr 541> [    0.000999] please try cgroup_disable=memory option if you don't want
    Mod-sfr 542> [    0.000999] Checking aperture...
    Mod-sfr 543> [    0.000999] No AGP bridge found
    Mod-sfr 544> [    0.000999] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mod-sfr 545> [    0.000999] Placing software IO TLB between 0x20000000 - 0x24000000
    Mod-sfr 546> [    0.000999] Memory: 3613368k/4343808k available (4543k kernel code, 524684k abs
    Mod-sfr 547> ent, 205756k reserved, 2509k data, 536k init)
    Mod-sfr 548> [    0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Mod-sfr 549> [    0.001008] Calibrating delay loop (skipped), value calculated using timer freq
    Mod-sfr 550> uency.. 6117.25 BogoMIPS (lpj=3058625)
    Mod-sfr 551> [    0.002247] Security Framework initialized
    Mod-sfr 552> [    0.003422] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mod-sfr 553> [    0.005428] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mod-sfr 554> [    0.006379] Mount-cache hash table entries: 256
    Mod-sfr 555> [    0.007075] Initializing cgroup subsys ns
    Mod-sfr 556> [    0.007398] Initializing cgroup subsys cpuacct
    Mod-sfr 557> [    0.008003] Initializing cgroup subsys memory
    Mod-sfr 558> [    0.008371] CPU: L1 I cache: 32K, L1 D cache: 32K
    Mod-sfr 559> [    0.008744] CPU: L2 cache: 4096K
    Mod-sfr 560> [    0.009005] CPU 0/0x0 -> Node 0
    Mod-sfr 561> [    0.009275] ACPI: Core revision 20080926
    Mod-sfr 562> [    0.010403] Setting APIC routing to flat
    Mod-sfr 563> [    0.011653] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mod-sfr 564> [    0.022608] CPU0: Intel QEMU Virtual CPU version 1.5.0 stepping 03
    Mod-sfr 565> [    0.023996] Booting processor 1 APIC 0x1 ip 0x6000
    Mod-sfr 566> [    0.000999] Initializing CPU#1
    Mod-sfr 567> [    0.000999] Calibrating delay using timer specific routine.. 6118.63 BogoMIPS (
    Mod-sfr 568> lpj=3059316)
    Mod-sfr 569> [    0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
    Mod-sfr 570> [    0.000999] CPU: L2 cache: 4096K
    Mod-sfr 571> [    0.000999] CPU 1/0x1 -> Node 0
    Mod-sfr 572> [    0.094100] CPU1: Intel QEMU Virtual CPU version 1.5.0 stepping 03
    Mod-sfr 573> [    0.097445] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Mod-sfr 574> [    0.098021] Brought up 2 CPUs
    Mod-sfr 575> [    0.098303] Total of 2 processors activated (12235.88 BogoMIPS).
    Mod-sfr 576> [    0.099195] net_namespace: 1280 bytes
    Mod-sfr 577> [    0.100052] NET: Registered protocol family 16
    Mod-sfr 578> [    0.101009] ACPI: bus type pci registered
    Mod-sfr 579> [    0.101359] PCI: Using configuration type 1 for base access
    Mod-sfr 580> [    0.115532] ACPI: Interpreter enabled
    Mod-sfr 581> [    0.115865] ACPI: (supports S0 S5)
    Mod-sfr 582> [    0.116065] ACPI: Using IOAPIC for interrupt routing
    Mod-sfr 583> [    0.119205] ACPI: No dock devices found.
    Mod-sfr 584> [    0.119991] ACPI: PCI Root Bridge [PCI0] (0000:00)
    Mod-sfr 585> [    0.122006] pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI
    Mod-sfr 586> [    0.122601] pci 0000:00:01.3: quirk: region b100-b10f claimed by PIIX4 SMB
    Mod-sfr 587> [    0.137195] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
    Mod-sfr 588> [    0.138221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
    Mod-sfr 589> [    0.138833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
    Mod-sfr 590> [    0.139207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
    Mod-sfr 591> [    0.140074] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
    Mod-sfr 592> [    0.141144] SCSI subsystem initialized
    Mod-sfr 593> [    0.141989] usbcore: registered new interface driver usbfs
    Mod-sfr 594> [    0.142503] usbcore: registered new interface driver hub
    Mod-sfr 595> [    0.143006] usbcore: registered new device driver usb
    Mod-sfr 596> [    0.143434] PCI: Using ACPI for IRQ routing
    Mod-sfr 597> [    0.151010] cfg80211: Using static regulatory domain info
    Mod-sfr 598> [    0.151452] cfg80211: Regulatory domain: US
    Mod-sfr 599> [    0.151806]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    Mod-sfr 600> [    0.151979]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
    Mod-sfr 601> [    0.152978]     (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    Mod-sfr 602> [    0.153579]     (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    Mod-sfr 603> [    0.153978]     (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    Mod-sfr 604> [    0.154546]     (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
    Mod-sfr 605> [    0.154978]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
    Mod-sfr 606> [    0.155978] cfg80211: Calling CRDA for country: US
    Mod-sfr 607> [    0.156407] NetLabel: Initializing
    Mod-sfr 608> [    0.156407] NetLabel:  domain hash size = 128
    Mod-sfr 609> [    0.156977] NetLabel:  protocols = UNLABELED CIPSOv4
    Mod-sfr 610> [    0.157406] NetLabel:  unlabeled traffic allowed by default
    Mod-sfr 611> [    0.158029] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Mod-sfr 612> [    0.158499] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
    Mod-sfr 613> [    0.163979] pnp: PnP ACPI init
    Mod-sfr 614> [    0.164267] ACPI: bus type pnp registered
    Mod-sfr 615> [    0.165797] pnp: PnP ACPI: found 9 devices
    Mod-sfr 616> [    0.166171] ACPI: ACPI bus type pnp unregistered
    Mod-sfr 617> [    0.172263] bus: 00 index 0 io port: [0x00-0xffff]
    Mod-sfr 618> [    0.172689] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
    Mod-sfr 619> [    0.173286] NET: Registered protocol family 2
    Mod-sfr 620> [    0.183101] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Mod-sfr 621> [    0.185108] TCP established hash table entries: 524288 (order: 11, 8388608 byte
    Mod-sfr 622> s)
    Mod-sfr 623> [    0.187860] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mod-sfr 624> [    0.188717] TCP: Hash tables configured (established 524288 bind 65536)
    Mod-sfr 625> [    0.189347] TCP reno registered
    Mod-sfr 626> [    0.192077] NET: Registered protocol family 1
    Mod-sfr 627> [    0.192532] checking if image is initramfs...<7>Switched to high resolution mod
    Mod-sfr 628> e on CPU 1
    Mod-sfr 629> [    1.079428]  it is
    Mod-sfr 630> [    2.094536] Freeing initrd memory: 36862k freed
    Mod-sfr 631> [    2.103671] Microcode Update Driver: v2.00 <[email protected]>, Peter
    Mod-sfr 632>  Oruba
    Mod-sfr 633> [    2.107919] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mod-sfr 634> [    2.108728] VFS: Disk quotas dquot_6.5.1
    Mod-sfr 635> [    2.109125] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mod-sfr 636> [    2.110191] msgmni has been set to 7129
    Mod-sfr 637> [    2.110735] alg: No test for stdrng (krng)
    Mod-sfr 638> [    2.111210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252
    Mod-sfr 639> [    2.111882] io scheduler noop registered
    Mod-sfr 640> [    2.112233] io scheduler anticipatory registered
    Mod-sfr 641> [    2.112643] io scheduler deadline registered
    Mod-sfr 642> [    2.113048] io scheduler cfq registered (default)
    Mod-sfr 643> [    2.113471] LTT : ltt-relay init
    Mod-sfr 644> [    2.113752] ltt-control init
    Mod-sfr 645> [    2.144267] LTT : ltt-kprobes init
    Mod-sfr 646> [    2.144587] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    Mod-sfr 647> [    2.145116] pci 0000:00:01.0: PIIX3: Enabling Passive Release
    Mod-sfr 648> [    2.145640] pci 0000:00:01.0: Activating ISA DMA hang workarounds
    Mod-sfr 649> [    2.147095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Mod-sfr 650> [    2.148332] processor ACPI_CPU:00: registered as cooling_device0
    Mod-sfr 651> [    2.149001] processor ACPI_CPU:01: registered as cooling_device1
    Mod-sfr 652> [    2.155233] Non-volatile memory driver v1.2
    Mod-sfr 653> [    2.155619] Linux agpgart interface v0.103
    Mod-sfr 654> [    2.156146] [drm] Initialized drm 1.1.0 20060810
    Mod-sfr 655> [    2.156588] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
    Mod-sfr 656> ?[    2.401468] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Mod-sfr 657> [    2.646438] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    Mod-sfr 658> [    2.647682] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Mod-sfr 659> [    2.648468] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    Mod-sfr 660> [    2.651706] brd: module loaded
    Mod-sfr 661> [    2.652936] loop: module loaded
    Mod-sfr 662> [    2.653288] Intel(R) Gigabit Ethernet Network Driver - version 1.2.45-k2
    Mod-sfr 663> [    2.653866] Copyright (c) 2008 Intel Corporation.
    Mod-sfr 664> [    2.654352] pcnet32.c:v1.35 21.Apr.2008 [email protected]
    Mod-sfr 665> [    2.654932] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI
    Mod-sfr 666> [    2.655507] e100: Copyright(c) 1999-2006 Intel Corporation
    Mod-sfr 667> [    2.656140] sky2 driver version 1.22
    Mod-sfr 668> [    2.656838] console [netcon0] enabled
    Mod-sfr 669> [    2.657175] netconsole: network logging started
    Mod-sfr 670> [    2.657699] input: Macintosh mouse button emulation as /devices/virtual/input/i
    Mod-sfr 671> nput0
    Mod-sfr 672> [    2.658676] Loading iSCSI transport class v2.0-870.
    Mod-sfr 673> [    2.659733] Driver 'sd' needs updating - please use bus_type methods
    Mod-sfr 674> [    2.660361] Driver 'sr' needs updating - please use bus_type methods
    Mod-sfr 675> [    2.661971] scsi0 : ata_piix
    Mod-sfr 676> [    2.662458] scsi1 : ata_piix
    Mod-sfr 677> [    2.662832] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14
    Mod-sfr 678> [    2.663438] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15
    Mod-sfr 679> [    2.814564] ata1.00: ATA-7: QEMU HARDDISK, 1.5.0, max UDMA/100
    Mod-sfr 680> [    2.815102] ata1.00: 6291456 sectors, multi 16: LBA48 
    Mod-sfr 681> [    2.815920] ata1.00: configured for MWDMA2
    Mod-sfr 682> [    2.978529] ata2.00: ATAPI: QEMU DVD-ROM, 1.5.0, max UDMA/100
    Mod-sfr 683> [    2.979440] ata2.00: configured for MWDMA2
    Mod-sfr 684> [    2.990106] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    1.5. PQ: 
    Mod-sfr 685> 0 ANSI: 5
    Mod-sfr 686> [    2.991078] sd 0:0:0:0: [sda] 6291456 512-byte hardware sectors: (3.22 GB/3.00 
    Mod-sfr 687> GiB)
    Mod-sfr 688> [    2.991789] sd 0:0:0:0: [sda] Write Protect is off
    Mod-sfr 689> [    2.992231] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn'
    Mod-sfr 690> t support DPO or FUA
    Mod-sfr 691> [    2.993074] sd 0:0:0:0: [sda] 6291456 512-byte hardware sectors: (3.22 GB/3.00 
    Mod-sfr 692> GiB)
    Mod-sfr 693> [    2.993751] sd 0:0:0:0: [sda] Write Protect is off
    Mod-sfr 694> [    2.994212] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn'
    Mod-sfr 695> t support DPO or FUA
    Mod-sfr 696> [    2.995031]  sda: unknown partition table
    Mod-sfr 697> [    2.996054] sd 0:0:0:0: [sda] Attached SCSI disk
    Mod-sfr 698> [    2.996646] sd 0:0:0:0: Attached scsi generic sg0 type 0
    Mod-sfr 699> [    2.997424] scsi 1:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     1.5. PQ: 
    Mod-sfr 700> 0 ANSI: 5
    Mod-sfr 701> [    2.998553] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
    Mod-sfr 702> [    2.999036] Uniform CD-ROM driver Revision: 3.20
    Mod-sfr 703> [    2.999718] sr 1:0:0:0: Attached scsi generic sg1 type 5
    Mod-sfr 704> [    3.000520] Fusion MPT base driver 3.04.07
    Mod-sfr 705> [    3.000883] Copyright (c) 1999-2008 LSI Corporation
    Mod-sfr 706> [    3.001330] Fusion MPT SPI Host driver 3.04.07
    Mod-sfr 707> [    3.001768] Fusion MPT FC Host driver 3.04.07
    Mod-sfr 708> [    3.002219] Fusion MPT SAS Host driver 3.04.07
    Mod-sfr 709> [    3.002845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mod-sfr 710> [    3.003507] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Mod-sfr 711> [    3.004109] uhci_hcd: USB Universal Host Controller Interface driver
    Mod-sfr 712> [    3.004806] usbcore: registered new interface driver usblp
    Mod-sfr 713> [    3.005304] Initializing USB Mass Storage driver...
    Mod-sfr 714> [    3.005782] usbcore: registered new interface driver usb-storage
    Mod-sfr 715> [    3.006345] USB Mass Storage support registered.
    Mod-sfr 716> [    3.006795] usbcore: registered new interface driver libusual
    Mod-sfr 717> [    3.007427] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,1
    Mod-sfr 718> [    3.008594] serio: i8042 KBD port at 0x60,0x64 irq 1
    Mod-sfr 719> [    3.009036] serio: i8042 AUX port at 0x60,0x64 irq 12
    Mod-sfr 720> [    3.013351] mice: PS/2 mouse device common for all mice
    Mod-sfr 721> [    3.016648] rtc_cmos 00:01: RTC can wake from S4
    Mod-sfr 722> [    3.017134] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    Mod-sfr 723> [    3.017749] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    Mod-sfr 724> [    3.018404] i2c /dev entries driver
    Mod-sfr 725> [    3.018872] md: raid1 personality registered for level 1
    Mod-sfr 726> [    3.019533] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-dev
    Mod-sfr 727> [email protected]
    Mod-sfr 728> [    3.020287] cpuidle: using governor ladder
    Mod-sfr 729> [    3.020638] cpuidle: using governor menu
    Mod-sfr 730> [    3.020976] No iBFT detected.
    Mod-sfr 731> [    3.021275] input: AT Translated Set 2 keyboard as /devices/platform/i8042/seri
    Mod-sfr 732> o0/input/input1
    Mod-sfr 733> [    3.023278] usbcore: registered new interface driver hiddev
    Mod-sfr 734> [    3.023839] usbcore: registered new interface driver usbhid
    Mod-sfr 735> [    3.024341] usbhid: v2.6:USB HID core driver
    Mod-sfr 736> [    3.024875] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    Mod-sfr 737> [    3.025409] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, 
    Mod-sfr 738> high) -> IRQ 11
    Mod-sfr 739> [    3.027001] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
    Mod-sfr 740> [    3.027569] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, 
    Mod-sfr 741> high) -> IRQ 10
    Mod-sfr 742> [    3.028938] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    Mod-sfr 743> [    3.029475] virtio-pci 0000:00:07.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, 
    Mod-sfr 744> high) -> IRQ 11
    Mod-sfr 745> [    3.031003]  vda: vda1
    Mod-sfr 746> [    3.032549] Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
    Mod-sfr 747> [    3.034527] ALSA device list:
    Mod-sfr 748> [    3.034794]   No soundcards found.
    Mod-sfr 749> [    3.035177] Netfilter messages via NETLINK v0.30.
    Mod-sfr 750> [    3.035611] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Mod-sfr 751> [    3.036246] ctnetlink v0.93: registering with nfnetlink.
    Mod-sfr 752> [    3.036908] IPv4 over IPv4 tunneling driver
    Mod-sfr 753> [    3.037675] ip_tables: (C) 2000-2006 Netfilter Core Team
    Mod-sfr 754> [    3.038169] TCP cubic registered
    Mod-sfr 755> [    3.038465] Initializing XFRM netlink socket
    Mod-sfr 756> [    3.038933] NET: Registered protocol family 10
    Mod-sfr 757> [    3.040665] lo: Disabled Privacy Extensions
    Mod-sfr 758> [    3.041684] tunl0: Disabled Privacy Extensions
    Mod-sfr 759> [    3.042375] ip6_tables: (C) 2000-2006 Netfilter Core Team
    Mod-sfr 760> [    3.042875] IPv6 over IPv4 tunneling driver
    Mod-sfr 761> [    3.043522] sit0: Disabled Privacy Extensions
    Mod-sfr 762> [    3.044109] NET: Registered protocol family 17
    Mod-sfr 763> [    3.044688] RPC: Registered udp transport module.
    Mod-sfr 764> [    3.045112] RPC: Registered tcp transport module.
    Mod-sfr 765> [    3.045727] registered taskstats version 1
    Mod-sfr 766> [    3.242125] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/s
    Mod-sfr 767> erio1/input/input2
    Mod-sfr 768> [    4.549043] Sending DHCP and RARP requests ...<7>eth0: no IPv6 routers present
    Mod-sfr 769> [   21.537267] ... timed out!
    Mod-sfr 770> [   92.321352] IP-Config: Reopening network devices...
    Mod-sfr 771> [   93.823080] Sending DHCP and RARP requests ...<7>eth0: no IPv6 routers present
    Mod-sfr 772> [  108.353265] ... timed out!
    Mod-sfr 773> [  172.902353] IP-Config: Auto-configuration of network failed.
    Mod-sfr 774> [  172.902863] Freeing unused kernel memory: 536k freed
    Mod-sfr 775> INIT: version 2.86 booting
    Mod-sfr 776> Please wait: booting...
    Mod-sfr 777> mount: sysfs already mounted or /sys busy
    Mod-sfr 778> mount: according to mtab, sysfs is already mounted on /sys
    Mod-sfr 779> Starting udev [  172.947403] udevd version 124 started
    Mod-sfr 780> [  173.057815] udev: renamed network interface eth0 to cplane
    Mod-sfr 781> [  173.061928] udev: renamed network interface eth1 to eth0
    Mod-sfr 782> and populating dev cache 
    Mod-sfr 783> Root filesystem already rw, not remounting
    Mod-sfr 784> Configuring network interfaces... done.
    Mod-sfr 785> net.ipv4.conf.default.rp_filter = 1
    Mod-sfr 786> net.ipv4.conf.all.rp_filter = 1
    Mod-sfr 787> Configuring kvm-ivshmem
    Mod-sfr 788> Configuring busybox-syslog
    Mod-sfr 789>  System startup links for /etc/init.d/sysklogd already exist.
    Mod-sfr 790> Configuring openssh-sshd
    Mod-sfr 791>  Adding system startup for /etc/init.d/sshd.
    Mod-sfr 792> Configuring sudo
    Mod-sfr 793> Configuring ntpdate
    Mod-sfr 794> adding crontab
    Mod-sfr 795> Configuring update-modules
    Mod-sfr 796> INIT: Entering runlevel: 5
    Mod-sfr 797> Starting OpenBSD Secure Shell server: sshd

    Never mind it looks like I can session in to finish the installation, my bad

  • HP pavilion DV6 - Factory OS recovery fail

    Dear/All
    I've little pit serious issue and I wish o receive the answer here.
    my Laptop is DV6-2105ee  and I formatted the HD fully (I mean recovery partition also deleted) and becomes one partition only with 500GB capacity
    Luckly, I have a set of 3 recovery dvds but once I finished the setup of the 3 dvds an error mesage has appeared as follow;;;;;    
    Recovery Manager could not restore your computer using the factory image.
    Pleae contact H support. Error code: 0xe0ef000d
    and when I going to restart the device the following msg. coming:
    No bootable device -- insert boot disk and press any key
    FYI :  I Bios setting on Default 
    PLZ  
    Regards.....

    Refrain from the no added value comment. It is not appreciated. This is a volunteer forum.
    Answer the questions from the previous post before you ask questions beyond the original one. If you don't answer then  I will move on to a thread where someone whom needs help will cooperate in trubleshooting an issue.
    If you have anything plugged into a usb port remove it. Do not touch any keys while performing a system recovery.
    Why did you ask the questions about the partition types? Did you modify or change the partition types? If you modified the recovery partition to dynamic then a recovery will not work.
    Did you make a recovery disk set or a usb recovery media flash disk?
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Understanding report need backup recovery window ..

    Hello,
    I have a big database which backed up within several days at night time. The retention policy is "recovery window of 3 days". I've tried to analyze the results of
    report need backup;But I noticed than this command return just the list of datafiles having latest backup older than 3 days. I've tried to read again the docs:
    >
    Reports data files for which there are not sufficient backups to satisfy a recovery window-based retention policy for the specified number of days, that is, data files without sufficient backups for point-in-time recovery to any point back to the time SYSDATE - integer.
    >
    Please correct me if I'm wrong, but I consider that the ability to make recover to any point in time within 3 days require the backup taken earlier than 3 days ago and archivelogs from the time when backup was taken to the recover PIT. Im I right? If so then how I should interprete the results of report need backup ? I can't find the detailed explanations of this in the docs :(
    Thanks in advance,
    Constantine

    You are correct in your appreciations.
    This report is about the need of backups, without considering archivelog backups.
    It does not mean that listed files are in an unrecoverable situation.
    Regards.

  • How to restore a Time machine backup and get a recovery partition?

    Hi,
    I'm quite confused!
    I restored from a Time Machine backup and then setup boot camp (and removed that partition a while back) and now I don't have a recovery partition. (Can't enable File Vault and
    bash-3.2# diskutil list /Volumes/Macintosh\ HD
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *120.0 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            87.4 GB    disk0s2
    My new MacBook Pro didn't come with any CDs.
    Apparently I need the recovery partition to reinstall Lion from the internet.
    "Recovery HD offers on-disk recovery tools, allows you to restore from Time Machine backups, reinstall OS X Lion over the Internet..."
    The recommended solution from Apple seems to be reinstall with your OSX 10.6 CD (which I don't have) and then upgrade to Lion (which seems like a PITA).
    Info from : http://support.apple.com/kb/HT4649
    What process should I follow to restore my recovery partition and apply the current state of the machine from a backup?
    (the process should not involve anything I don't have, like USB memory sticks, Lion CDs, etc....)
    Supplementary questions which are only relevant if the answer is "you can't" (which would seem to be a major bug!) :
    Or is there a clever method to install a recovery partition onto an existing disk (which clearly has space for it)? I have searched for it but all the results I found have either not mentioned that it works without reinstalling but look like it's needed, or do say "reinstall".
    If I install Lion to an external disk, can I boot from that and use the recovery disk assistant tool to restore the partition to my internal disk? (Which I assume I'll need to do to get FileVault to work) ?
    Thanks,
    Max

    Maxs-MacBook-Pro:Applications max$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *120.0 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            87.4 GB    disk0s2
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     Apple_partition_scheme                        *136.2 MB   disk2
       1:        Apple_partition_map                         30.7 KB    disk2s1
       2:         Apple_Driver_ATAPI                         2.0 KB     disk2s2
       3:                  Apple_HFS Recovery Disk Assistant 136.2 MB   disk2s3

  • Malware on New Helix (out of the box) / Need Help Accessing Recovery Partition

    Hi,
    I'm working on a problem for my folks.  My dad got my mom a brand spanking new Helix (not exactly a cheap laptop).  
    It came with two pieces of malware:
    1.  Windows 8
    2.  AstroMenda
    Since I can't do anything about #1 and #2 is a serious PITA and the machine is new out of the box (really), I thought I'd just restore the machine from the recovery partition.
    However, I cannot seem to get the machine to boot to recovery mode.
    Enter doesn't seem to do anything (that is the only keystroke suggested by the splash screen).
    F12 gets me a boot menu but I don't see any recovery options.  Selecting the Windows Boot Manager or the Hard Drive itself results in Windows 8 booting.
    F1 gets me the BIOS.  Though I imagine I might be able to set the recovery partition (which #?) to the #1 boot option, I absolutely should not have to do that.
    Shift doesn't do anything (suggested elsewhere on these forums).
    F2 doesn't do anything.
    F11 doesn't do anything.
    Esc doesn't do anything.
    My older lenovo T61p had the ThinkVantage.  I always thought that was pretty goofy but now I'm wishing I had a ThinkVantage.
    BTW, Lenovo Support was USELESS.  They told me to return the machine and transferred me to returns but since my folks were on vacation when it arrived, we are outside the 30 day window, returns wouldn't do an exchange.  They opened a case with Customer Advocacy (never heard of that) but told me I wouldn't hear anything for 3-5 business days and there is no number, website, or email you can call to check your "Customer Advocacy" claim.  That sounds a lot like GFY.

    Hello.
    Open up the Charms Bar - Settings - Click the Power Icon - Hold either Shift button down and press Restart. This will open up the Advanced Startup menu.
    Cheers!
    ThinkPad W540 (20BG) - i7-4800MQ/24GB // ThinkPad T440s (20AQ) - i7-4600U/12GB
    ThinkPad T440p (20AW) - i7-4800MQ/16GB // ThinkPad Helix (3698-6EU) - i5-3337U/4GB
    ThinkPad W520 (4282-W4Q) - i7-2720QM/32GB // ThinkPad T400 (2767-W1C) - P9500/8GB
    ThinkPad T61 (7665-CTO) - T7700/4GB // ThinkPad T60p (8741-C2G) - T7400/4GB

Maybe you are looking for