[Solved]Inittab file mysteriously disappears

As the title says, my inittab file is gone, making me unable to boot into...anything.  It does ask me for a run level, only to return "No more processes on this level".
Can someone post their inittab file so I can make a new one?  Or know a way to recover it?
Last edited by JerichoKru (2010-02-08 15:00:47)

ngoonee wrote:
Are you using a journalling file-system without sufficient caching? Did you experience a hard crash?
And please give details on 'slightly further', it may not be the only thing affected.
I'm using rieserfs and all was fine until a reboot.
As I said in my first post, since inittab was missing, it would ask for a runlevel and return with
INIT: No more processes in this runlevel
no matter which one I pick.
Re-adding the inittab made it stop asking for a runlevel but errors:
INIT: version 2.86 booting
INIT: cannot execute "/etc/rc.sysinit"
INIT: Entering runlevel: 3
INIT: cannot execute "/etc/rc.multi"
Id "c1" respawned to fast: disabled for 5 minutes
Id "c3" respawned to fast: disabled for 5 minutes
Id "c5" respawned to fast: disabled for 5 minutes
Id "c4" respawned to fast: disabled for 5 minutes
Id "c6" respawned to fast: disabled for 5 minutes
Id "c2" respawned to fast: disabled for 5 minutes
INIT: no more processes on this runlevel
I figured something strange was going on when I noticed my rc.config got wiped...not sure how...thankfully I had a backup of that.
The hard drive is fine, since Windows has no issues.
Last edited by JerichoKru (2010-02-08 05:11:31)

Similar Messages

  • Song Files Mysteriously Disappear?

    Today, I just download a new album from the iTunes Store. After I downloaded it, every song and video in my library (except the newly downloaded album)had an exclamation point appear beside them. Each file now says that the original file could not be found. I have downloaded all of my songs legitimately off of iTunes and now none of them will work. Why did this happen, and can I fix it?

    See if they are still on your hard drive:
    http://docs.info.apple.com/article.html?artnum=301749

  • My playlist appears in itunes, but the music files have mysteriously disappeared in my iTunes Media file. Is there a way to recover them? Tried searching and cannot find them.

    My playlist appears in itunes, but the music files have mysteriously disappeared from my iTunes Media file. Is there a way to recover them? Tried searching and cannot find them.

    This page might help: http://support.creative.com/kb/ShowArticle.aspx?sid=44083
    Older Zens don't support AAC, which is the format iTunes uses for songs.
    You can convert from AAC to MP3, which every media player under the sun will play.  Here's a tutorial: http://reviews.cnet.com/8301-12519_7-10096807-49.html

  • [SOLVED] boot failure: No inittab file found

    Hi,
    While trying to upgrade my system according to the recent /usr/bin intervention, I managed to get into an unbootable state:
    INIT: No inittab file found
    Enter runlevel:
    This is because, stupidly, I'd simply removed initscripts. (I thought I'd properly completed the systemd and all previous migrations, considering my system up to date, and figured initscripts was an obsolete remnant.)
    pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
    returned
    grub 0.97-21
    grub 0.97-21
    consolekit 0.4.6-4
    initscripts 2012.10.1-1
    So I (again, stupidly) removed consolekit and initscripts and upgraded GRUB (by installing grub-bios and following the guide). I then proceeded to upgrade as described in the intervention notice.
    This, of course, resulted in the following error on rebooting:
    INIT: No inittab file found
    Enter runlevel:
    I've since spent hours trying to repair the system with a live system (booting arch off a thumb drive) and arch-chroot - but
    I don't know what I should install to make things work again
    I haven't managed to figure out how to install packages while offline (despite reading through the guide)
    Any assistance would be immensely appreciated!
    Last edited by FND (2013-06-09 17:23:15)

    Thanks for the quick response!
    Frankly, I'm not quite sure what to make of that link (thus revealing my general ignorance... ).
    Here's my /etc/boot/grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###

  • On Finder Freeze/Relaunch All my desktop files & icons disappear

    The title sums it up.
    When ever my mac decides to go into spinning wheel mode and I have to force quit/relaunch finder, when I relaunch finder every desktop file & icon disappear.
    At that point I'm forced to push the shutdown button on the tower and reboot, then all is well until the next time.
    And the next time could be a day or a few days or a week. No rhyme or reason why.
    Please help me solve this frustrating problem.
    Thanks
    497secrets

    Cloud backup plans can slow your Mac down, and if used simultaneously with your Mac's networking, or you have an unreliable internet connection, could be the cause of your freezes.  You may be better off seeing if turning off iCloud temporarily helps.   This can especially be a problem with non-Apple routers whose firmware may not be up to date.   Multitasking with backups can lead to corruption of your backups.  Time Machine should only backup to hard drives twice the capacity of the original, otherwise it spends a lot of time trying to discover which archives to eraes to maintain room.  Here are some other options:
    https://discussions.apple.com/docs/DOC-1992
    Energy Saver can also create problems for backups, as it takes a moment for the Mac to recognize the connection.  Use screen saver instead of Energy Saver when backing up.  System Preferences lets you control both.   Putting hard drives to sleep when backing up is ill advised.

  • External hard drive mysteriously disappeared.

    My external hard drive (Firewire) mysteriously disappeared. I can get it to pop up in Disk Utility, but I can't get it to show on the desktop. I've tried it on a few Mac computers. Do you have any idea what happened?

    That's very strange. I don't think I've heard of DU exhibiting that behavior before.
    I presume the reason you don't want to erase the drive is that there is un-backed-up data on it, and that if you could recover that data you could either reformat (erase) or dispose of the drive.
    You may want to try downloading and using the free demo version of one or more of these data recovery utilities:
    Data Rescue II
    FileSalvage
    VirtualLab
    In each case, the demo will show you what files the full version would be able to recover from the drive. You can then decide whether the files you could recover are valuable enough to justify buying the full version of the utility.

  • I saturated all the available iPad (3rd. generation) screen space (home screens or desktop space) with apps, and the apps that got bumped out of the last screen, mysteriously disappeared? Where are those missing quick lauch app icons?

    Running my 3rd generation iPad on iOS 7.0.4, I saturated all the available iPad screen space (which would be the 15 home screens or desktop worth of space) with apps, and the apps that got bumped out of the last screen space mysteriously disappeared. Where are those missing quick lauch app icons now? The apps are still installed and can be searched/accessed through the finder, but they no longer have a user friendly access. How can I solve this problem?

    Christopher Doryan wrote:
    Hi Hexonxonx, thanks for trying to help, but next time please read the entire discussion, in oder to better comprehend what is being asked. The reason being is that your answer added nothing to what had already been mentioned.
    Like I said, I was aware it was possible to access the apps through the finder, but the question revolved around how to recover the quick launch app icons for certain vanished apps.
    Wow, kind of a snotty response to someone who was taking their own time to offer help.  Whether you thought it was helpful or not, didn't deserve such an unkind retort.  Maybe when you realize we all just users here trying to help others like you, who have issues and we don't get anything in return for the countless hours some people here spend offering that assistance, you'll maybe be a little less quick to be critical.
    Just sayin.......
    Oh and Meg offered the right answer.  Put your Apps in Folders, which will create extra space for the apps which have disappeared.

  • Files mysteriously deleted.

    I had a folder in my User folder that had quite a lot of important information that has mysteriously disappeared. I ran Data Rescue on the drive and it could not find the folder. The trash is empty. I have searched the entire hard drive for this folder to no avail. I heard somewhere that there is a log that records any file modifications done in the OS. If I can access this, then I might be able to find out whether the folder was just moved or if it was actually deleted. Does anyone know how to access this if it does exist?

    moebius1918 wrote:
    I had a folder in my User folder that had quite a lot of important information that has mysteriously disappeared. I ran Data Rescue on the drive and it could not find the folder. The trash is empty. I have searched the entire hard drive for this folder to no avail.
    Hi, and welcome to the forums.
    Did you include +system files+ in your search? If it got moved to, say, your Preferences folder, it might not show up otherwise.
    I heard somewhere that there is a log that records any file modifications done in the OS. If I can access this, then I might be able to find out whether the folder was just moved or if it was actually deleted. Does anyone know how to access this if it does exist?
    There is such a thing, but you won't be able to access it easily or identify anything. It's a hidden file on each disk, the +File System Event Store+ that contains the address of each folder that had any sort of change made to it's contents. It's used by Time Machine and other apps that need to be able to process all adds, changes, or deletions, but to save space (it's recycled continually) it doesn't contain file names or even addresses, just that of the enclosing folder.
    You really should do regular backups of your entire system so things like this aren't a big problem, not to mention that when your internal HD fails (and they all do, sooner or later), or something else awful happens, you risk losing everything.
    Do yourself a favor and don't learn this the hard(er) way. Get an external drive, or perhaps a Time Capsule, preferably 2-4 times the size of the data on your Mac, and do one or both of the following:
    Let Time Machine do it's hourly, automatic backups.
    Make regular backups via CarbonCopyCloner or SuperDuper!, or another such app.
    If you do both, make two separate partitions on the external disk for the two sets of backups.
    Remember, Murphy was an optimist!

  • How do I get "Now Playing" Cover Artwork to show in bottom/left of screen.  This has mysteriously disappeared.  Thank you!

    How do I get "Now Playing" Cover Artwork to show in bottom/left of screen?
    This has mysteriously disappeared.  Thank you!

    Click on the box symbol with an arrowhead at the bottom left of the iTunes window (it's the fourth symbol from the left) to show or hide the artwork window.  Click on the title bar of the artwork window to toggle between "Now playing" and "Selected item".

  • When I try to download a file it disappear in my download box

    When I try to download a file it disappear in my download box

    If you have such problems why dont you try to download a file using a downloader. Let me recommend you one. Try  http://www.mac-downloader.com/

  • In File Upload the file name disappears once a drop-down option is chosen

    Hi,
    There is a pop-up which contains File Upload UI element, an input field and a drop-down list.  After specifying the file path, if i choose an option from the drop-down list, the file path disappears. However, the context attribute still holds the file path but at the UI level its not visible to the user. Please let me know what could be done for that.
    Thanks in advance.
    Regards,
    Deebika

    Hi Anoop & Heidi,
    Thanks a lot for your reply. It was really helpful.
    When contacted the framework people, they informed that once a file name is being specified in the client and a roundtrip is performed, in the meantime the file gets uploaded to the server. The file path is reset afterwards, in order to prevent the file from being transferred again and again.
    Regards,
    Deebika

  • Backed up files partially disappear after restore (Windows Server 2008 R2 - Windows Server Backup)

    Dear all,
    I am experiencing a problem with "Windows Server 2008 R2", using Windows Server Backup.
    Here's my setup:
    Server: RAID 5 Disk setup
    Backup:
    By using Windows Server Backup (within Windows Server 2008 R2), C: and D: were fully backed up, with "System State" and "Baremetal Recovery" options selected. Backup went okay without any errors.
    Restore:
    By using Windows Recovery Environment  (booted from Windows Server DVD), C: and D: were fully restored to the original partitions with "System Recovery" option found within Windows RE (without re-formatting partitions during restore). Restore
    went OK without any errors. Rebooted, and system has been running fine. 
    Problem:
    After the restore, the system itself seems running OK; no BSOD, no crash, no visible errors.
    However, our client insisted some files (around 6 to 7) which are related to the propriety software has "disappeared" right after System Recovery.
    Question:
    Since Windows Server Backup is using "Volume Shadow Copy" technology which enables "live backup" of the running system, is it possible that some files will disappear (=restore error) after
    System Recovery?
    I cannot really find any errors or warnings related to Windows Server Backup in the event log, through. No Windows-backup errors. No VSS errors, too.
    Do anybody have experienced this kind of problem in the past?  Any suggestion will be greatly appreciated.

    Thank you for your reply, Ms. Mandy.
    To make things clear, let me explain to you briefly:
    1. The "missing data" was backed up with "full system backup".
    2. After a system restore from the above backup image, as you mentioned, partitions has been overwritten with the partions' backup data in the Backup Data Set taken by Windows Server Backup. No error with backup. No error after restore, and reboot - system
    has been running fine.
    3. Although there was a report that the affected files(about 7 java exectables) were missing after the above restore operation, other aspect of system was running fine at the time of the report.
    4. I have checked the original backup data set - and voila, there ARE files which seems to gone after restore.
    5. When I used Windows Server Backup "on" Windows Server 2008 R2 normal environment (= NOT Recovery environment from DVD) and selectd ONLY these affected files to restore, these files could be RESTORED successfully, without any errors. SO... data
    was property backed up.
    > The recovery will overwrite the partitions so files created after the backup point will be missing. 
    I understand, and this is not the case this time, because the affected files are already present in the backup data set (= I have mounted the backup data as VHD, and I could clearly see them present in the mounted VHD file)
    Plus, these files are completely restoreable via "selective file restore" in Windows Server Backup.
    Things I want to know/confirm:
    > The recovery will overwrite the partitions
    If I understand this correctly, in case that the files in question are already present in the backup data set, these files SHOULD be restored after full system restore, right? (If these files could not be restored, Windows Server Backup SHOULD show some errors.)
    What do you think, Ms. Mandy? :)
    Jo

  • Desktop, OneDrive, Box files have disappeared from MacBook -- yet the folders remain!  How do I find the file contents?

    Recently I went to my OneDrive on my 2014 MacBook Pro to get some docs, and ALL the folders were empty.   (OneDrive is formerly SkyDrive.)  I also use BOX.  I checked the trash bins on my Mac and my OneDrive.  Nothing.  Then I realized that ALL my folders were empty -- including those on my desktop and in BOX.  ALL my work is gone.  This is a big deal...and unfortunately, I did not use Time Machine.
    The whole idea of the external drive was to protect these docs.  They sync with the computer -- if the computer docs disappear, so do the contents on the external drives.  But regardless, anything that was IN A FOLDER is gone -- xls, PDFs, docs, etc.  iTunes and pics are okay.
    About a week or so before this I downloaded Picasa.  Not sure if this may have had an affect on my computer.
    I contacted Microsoft  and they are useless.  I went to the Genius bar, and they never heard of such a thing.  They have moved it up but haven't heard anything from Apple.  This is something that happened due to the MacBook operating system, not a virus.  I've seen other similar posts where files "just disappear" but not to this extent.
    I really need some help or a forensic person to figure this out.  It is quite problematic.  I appreciate you help mucho....
    THANKS!!!!

    So this seemed to result in the outcome I wanted:
    - Find the old Thunderbird profile location (.../AppData/Roaming ... THunderbird/Profiles/...default/Mail/first.account.domain/Inbox
    - FInd the same location on the New laptop
    Copy the first (old, backup) inbox to a new file in the New profile folder; I did Inbox.bak
    Start TBird - and lo and behold, I have folders "Inbox" (recent mail since the old laptop crash) and "Inbox.bak" (the mail I thought was lost).
    Looks like I need to add all accounts to the New TBird first so that it creates the profiles, and after that copy the backup Inbox & Sent files to the new profile folders.
    This worked for me. Not very elegant, with several manual steps, but end result is what I needed.
    It would be great if there was a smoother way for disaster recovery.
    And yes, I should have had better backup policy in place. For everyone's benefit - I do Data Center systems for a living, and have seen far too many "backup" services which do not actually work in a restore situation. That's why my personal backups are direct file copies on large disks. It works, but leaves room for manual error, which is what happened here.
    Actual folders, btw, I keep where I see them - "c:\users\username\Thunderbird" - for this very reason.

  • Can't boot after system update - INIT: No inittab file found

    Hi i've a pc where i installed arch linux more than one year ago
    Its a:
    PentiumII 400mhz
    192mb ram
    2 harddrives (don't know if i use them as a lvm or if each consists of 2 partitions used as mountpoints)
    graphic card nvidia TNT2
    i wanted to update it using "pacman -Syu" but it didnt worked because TNT2 needed nvidia legacy treiber 71xx don't work with kernel > 2.6.26
    so i removed currently used nvidia treiber with pacman and installed the xf86-nv driver using pacman...
    after that i think i updated just the kernel (pacman -S kernel26)
    and than the system (pacman -Syu)
    that was successfully....but after my reboot the shock
    INIT: No inittab file found
    Enter runlevel:
    doesnt matter what runlevel i try i can't get further
    what should i do now? please help me and provide me something like a step by step guide

    menhir wrote:
    what kind of live cd should i use?
    is there a arch live cd that has the initscripts package include that i don't require to have my wlan working?
    where can i find a good tutorial for "chroot" rescue in my case?
    Just use the Arch installation disc

  • TS1398 I can longer find the airplay icon on my iPad when I double click the home icon. It worked fine and then mysteriously disappeared. When I click the music icon there is an airplay icon top right which is fine for music, but I can't mirror anything e

    I can longer find the airplay icon on my iPad when I double click the home icon. It worked fine and i used it for a couple of weeks to mirror with the Apple TV and then it mysteriously disappeared. Now when I double click and slide the icons at the bottom to far left, instead of finding airplay there is an extra music icon and a music control panel. If I open up the music app, there is an airplay icon top right next to volume control which works fine with mirroring the Apple TV, which suggests to me wi-if and networks are fine. I can only mirror music however. Any ideas anyone?

    Hello there, Catherine351.
    The following Knowledge Base article has some great in-depth information and steps to troubleshoot the issue you're describing:
    Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    If the issue persists, the Additional Information section has a supplemental link for how to resolve issues with Multi-Tasking that may prove useful as well.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

Maybe you are looking for

  • Third party system (JCO) ---RFC--- PI ---RFC--- ECC

    Hello all, We are trying to implement the following scenario: Third party system (JCO) -RFC-> PI -RFC-> SAP ECC The third party system connect to PI via Java Connector API with a know user id in PI. After that third party system tries to obtain the R

  • My ipad wont turn on while being charged

    Hi Today While using my ipad 4 it died while under 10%. so when i tried to charge it turned on for a second and died again. I Have tried pressing the home and sleep button together for 10 seconds but it still does the same thing. (I use a Thrid party

  • Background color to the column

    How to add background colour to the aggregate total in interactive report? Yogesh

  • FMS2 NetServices in Windows Vista

    Anyone have an ideea how to enable FMS2 NetServices in Windows Vista ? Thank You.

  • Alias for column names : Urgent

    Hi , I want alias names for my columns. I'm writing query like this inquiryBean.setQueryStatement("SELECT CDE AS "New Code", TXT AS "New Text" FROM TNR004_PY_METH"); But it is giving me an error because there is space between New and Code also double