Debian Configuration :: Stuck In Emergency Mode

Feb 21, 2016

I cloned my disk that have dual boot in it clone the disk remove the old one put the new one so far okay. But when i put with the new disk to linux it goes to the emergency mode:

run fstab and this is my fstab results:

# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=cd9637db-0479-4ef0-90fd-481a50e23060 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=df29ffb9-91a8-48d7-91cd-5e671b55677d none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
UUID=696FF92C4C532245 /media/Windows ntfs defaults,x-gvfs-name=Windows,x-gvfs-icon=%2Fhome%2Fdarkangel%2FDownloads%2Fwindows_hdd_icon.png,x-gvfs-show 0 0

View 13 Replies


ADVERTISEMENT

Debian Configuration :: Boots On Emergency Mode After Crash

Aug 8, 2015

First of all, my computer is running Debian Jessie. uname -a gives me this output: Code: Select allLinux felix-PC 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux

So today I updated my system with aptitude update and aptitude upgrade, and there was few paquages that were updated. Among them was one "linux-image" or "linux-headers". I believe that it is linked to this security update: [URL].... .

During the time aptitude upgrade was running, I was simply surfing on Iceweasel. However, it seems that my system suddenly restarted, without asking me the permission or without notifying me. It really looked like I pressed the restart key, but I actually didn't. My computer battery was full charged and plugged in. So, I do believe that it is my system that rebooted himself after the aptitude upgrade was completed (or even during the upgrade, I don't know).

So my computer restarts, and brings me to GRUB menu: I boot Debian and then I get the usual [ OK ] ***** lines telling that the system boots normally. But this time, I get some errors:

Code: Select all[FAILED] Failed to set up automount Arbitrary Executable file format file system Automount point
...
[FAILED] Failed to start load kernel module
...
[FAILED] Failed to mount /boot/efi
[DEPEND] Dependency failed for Local File Systems

I arrive then in Emergency mode with this message:
Code: Select all Welcome to emergency mode! After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" to try again
to boot into default mode.
Give root password for maintenance
(or type Control-D to continue):

I tried systemctl default but it doesn't boot my system normally. I also tried Control-D but it just reprints the same message. And finally I typed journalctl -xb, which gives me a long log file (855 lines) that I do not understand.

I would give this log file, but it seems that my internet connexion is broken (because of the kernel, I mean), even with an Ethernet cable. So I can't connect with ssh to the computer I use at the moment, and I can't either send it to myself by mail. I tried to mount an usb key, but it seems that any key won't be mounted because of a kernel problem.

An obvious solution to my problem may be to come back to an older kernel version. However, only the lasted kernel version (x86_64 Linux 3.16.0-4-amd64) is installed. dpkg --list | grep linux-image gives me indeed:

Code: Select alliF linux-image-3.16.0-4-amd64 3.16.7-ckt11-1+deb8u3 amd64 Linux 3.16 for 64-bit PCs
ii linux-image-amd64 3.16+63 amd64 Linux for 64-bit PCs (meta-package)

I do not know how to come back to an older kernel, as far as I haven't any internet connection and as far as I seem to not be able to load an usb key.

View 7 Replies View Related

Debian :: Emergency Mode After Update - Md0 Failed

Jan 15, 2016

I have a Debian 8 system here running off an SSD with a five-drive RAID5 array (md0). I can reboot this machine just fine until I do an apt-get update and upgrade, at which point it fails to boot. I get the following:

A start job is running for /media/Storage (the mount point for md0)

Afterwards it dumps me into emergency mode. journalctl shows me these worrisome lines:

Timed out waiting for device dev-md0.device.
Subject: Unit dev-md0.device has failed.

Now, I have a backup image of this installation from right before running apt-get update and upgrade. If I restore that image, Debian boots fine and mounts the array successfully every time. Until I update and upgrade again. I've seen it happen three times now.

View 7 Replies View Related

Debian :: How To Rebuild FSTAB From Emergency Mode

Jun 19, 2015

I used a clonezilla live cd to clone a working updated install to another SSD of the exact make and model. Something went terribly wrong, and the new system booted to emergency mode. I then went back to my working laptop I cloned from and it did the exact same thing when booted, into emergency mode. After a couple of days trying to figure out how to rebuild the FSTAB on the once working machine, I finally figured out how to mount the root partition and copied all my important stuff off. WHEW!

Before I was able to mount the root partition, I had a heck of a time trying to mount it, getting errors about unable to read superblock, etc. I used testdisk that I installed on a debian live cd (on a flash drive) and it did something, not sure, but after that, and rebooting, I no longer had sda1,sda2, and sda5. I only had 1 and 5. sda2 was the root partition (extended, ext2) and I thought all was lost. But after running fdisk -l, I noticed two other devices... dm-0 and dm-1. I noticed that dm-0 was my root partition and read that it has something to do with LVM. I mounted it, and grabbed all my important stuff.

Now I am stuck at rebuilding my fstab so my boot, root, and swap partitions are properly mounted. Again, I do not have anything to copy and paste yet. I guess I got lazy since a lot of my work on this system is via Putty and SSH from a windows machine. It certainly looks like the partitions are there and ok, just not sure where to go from here.

I read that I need to get the UUID's from the partitions, then rebuild the fstab using those. I figured out pretty quickly that using /dev/sda1, 2, and 5 did not work. And the UUID's are pretty long. Without copy and paste, I am not sure how to use those without manually keying them in. I tried shelling into my laptop via putty while it is in emergency mode but failed.

View 7 Replies View Related

General :: Emergency Mode Can Mount HDD With FS Error / Not In Rescue Or Single User-mode

Dec 1, 2010

My linux workstation recently crashed. After rebooting, Linux (Red Hat 5.3) will not boot properly and automatically went into emergency mode or recovery mode i think. I can still see my /home/user/ and all the files inside.I boot from CD to rescue mode and tried mounting read-only the /dev/sd5 which contains the files in the crashed hard disk to try to copy out my files but mounting was unsuccessful (invalid argument). I checked the filesystem type using fsck -N /dev/sda5 and shows it to ext2. i tried to mount another known working hdd and was successful.

My question is why in emergency mode, the crashed hdd is able to be mounted automatically as read-only but cannot be done in rescue mode thru a bootable CD?Is there any special mount options used in emergency mode?I also cannot copy out in emergency mode booting from the crashed hard disk as everything is read only.

View 3 Replies View Related

Red Hat :: Boot In Emergency Mode (not Single User Mode)

Mar 10, 2011

I need boot in emergency mode (not single user mode), from docs:

[URL]

in red hat enterprise 5 it's ok, not in red hat 6.

View 1 Replies View Related

Red Hat :: Unable To Boot Into Emergency Mode

Feb 11, 2011

I'm trying to boot into emergency mode but i'm having no joy. I can boot to single user mode (by adding s or single at the end of the kernel line in grub) and I can also boot to init=/bin/sh mode by using the same method, but emergency is not working. I'm using RHEL6 x64

View 8 Replies View Related

Fedora :: F15, Diskless Node Went Into Emergency Mode

Aug 31, 2011

I made a diskless image against Fedora15, during the boot I found it displayed the following error message and went into emergency mode.

The error message:

Starting Relabel all filesystems, if necessary ^[[1;31maborted^[[0m because a dependency failed.^M
[ 107.607155] systemd[1]: Job fedora-autorelabel.service/start failed with result 'dependency'.^M
Starting Mark the need to relabel after reboot ^[[1;31maborted^[[0m because a dependency failed.^M

[code]...

View 1 Replies View Related

Debian :: Warsow Stuck In Spectator Mode

Apr 22, 2010

have installed warsow from synaptic & it's stuck in spectator mode.anyone know how to fix this so i can play?

View 1 Replies View Related

Debian :: System Stuck On GRUB Message And Rescue Mode Not Worked

Jan 23, 2016

It happened when I updated my php5.4 to 5.5 version on my small Debian 7 server. I am only getting GRUB right after BIOS boot pass, then none of the keys working even C or Shift buttons to go to command promt except CTRL+ALT+DEL.

I have tried rescue mode with live CD, selected myserver/root/ partition to install GRUB but not worked.

How to recover my server, I have some important data in it and I don`t want to destroy them.

View 8 Replies View Related

Debian Installation :: Jessie Stuck At Loading Initial Ramdisk - UEFI Mode

Oct 2, 2014

So I managed to install Debian Jessie on a MSI G70 2PE Apache Pro that came with Windows 8.

First I partitioned some space on the laptop. Then I put on the net install cd for Debian and installed it on UEFI mode. It installed correctly.

Now I'm on Grub and when Debian tries to boot it gets stuck on "Loading initial ramdisk". The cursor under it doesn't even blink. The only way to get out of there is by Ctrl-Alt-Delete. Secure Boot is turned off. Fast boot is also off. If I try to boot on recovery mode gets stuck all the same.

The options on my grub are

Debian GNU/Linux
Advanced options for Debian GNU/Linux
Windows Boot Manager (UEFI on /dev/sda2)
System Setup.

If I choose the Windows option, Windows boots, no problem.

If I choose the edit option for the Debian entry this is what it shows

Code: Select allload_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then

[Code] ....

What is happening and what should I try to make this work? Could it be a graphics card issue since this computer has a Nvidia Gpu?

View 1 Replies View Related

Debian Installation :: Windows Get Stuck On Logo Screen Or Safe Mode Loading Files

Nov 19, 2014

Naturally a Windows user, because all of my computers were with pre-installed Windows and I was young.. and I get used to it..In the time of.. growing up I became programmer and learnt how bad is actually Windows coded. Not only that.. Linux has better support for developers.So.. I was Windows user till yesterday. I finally decided to work on Installing Linux or more specifically - Debian.I love everything part of the GNU - GIMP, GTK+, Gedit, GCC...

Well I can't use my PC, both of my operation systems are non-functional.Windows get stuck (which is something completely typical for Microsoft stuff) on Windows logo screen, or safe mode loading files..Debian installation is messy.Firstly I installed Debian 6.0 on a Virtual DVD Disc mounted. I followed the installation process strictly and move forward to Debian startup.It asked me for account. root as "username" and the password as "password" didn't work so I logged in as "localhost" normal user.

However.. I started to realize that I actually also had to install the Graphical Environment in order to have Debian with the desired GNOME Desktop.. I went to aptitude to install the Graphic Environment Package but it said that I have no root rights.. I tried to log-in again, using the correct details but failed.I tried to get in, using the sudo command, but the sudo command also didn't work. Of course.. since I can't install packages, I can't either install sudo."su -" or "su" also prompt me to select a password which I apparently have no clue of.

Then I went to Debian Recovery, because there I was logged as root. It also pointed out that "Root Account is locked". I went to install packages finally.. But when the installation started to proceed It asked me for disk insertion in a specific folder?There I got lost completely.

View 12 Replies View Related

Debian Configuration :: Xen Boot Stuck At Initramfs

Dec 16, 2015

Been trying to follow this tutorial [URL] ..... and when I reboot and select the entry with Xen GRUB hangs at loading initial ramdisk ....

View 0 Replies View Related

Debian Configuration :: Stuck At Screen Before Login

Aug 23, 2010

I'm new to the world of linux I've started using it just one week ago.I installed Debian Lenny without problem, and after 2 or 3 days managed to make my wifi and ATI card to work. Today I tried installing compiz, through the packet manager that comes with the system. It was downloaded and installed successfully, so I rebooted to see it effects (I guess) but after that, I wasn't able to get to the login screen anymore, it just gets stuck at the "gray" screen before that (I took a pic of what screen i'm talkin about). Then I accessed in console mode and removed all the compiz packages, tried dpkg-reconfigure gnome and gnome-core, then reinstalled the ati drivers, but the problem is still there.I don't want to reinstall the whole system, I don't think a simple problem like this is enough to do so, but sincerely I'm completly lost.

View 14 Replies View Related

Debian Configuration :: Ondemand Governor Stuck At 70% Of CPU's Capacity

Aug 25, 2011

Whenever I unplug my laptop it gets slugishly slow, and I don't understand why. I noticed that when on battery I cannot by any means make the cpu work at its full speed (1.7Ghz) even with the performance governor; it always stays at 1.2Ghz. When unplugged from AC, cpufreq-info also tells me the speed can vary between 600MHz and 1.2Ghz, even though it reports the max hardware speed of 1.7Ghz. Besides, I have tested the laptop on AC power at 1.2GHz and it seems a whole lot faster than when on battery at the same speed. Are there any more "power-friendly" reductions in... say for example, graphics card? It would impact UI redesign significantly (and it sure as hell looks slow). How can I customize (or at least disable) these inconvenient cpu speed reductions?

View 1 Replies View Related

Debian Configuration :: Stuck In Aptitude Limbo - Errors During Updates

Sep 1, 2011

It's trying to fix/complete failed installs but keeps encountering the same errors (error message below). I'm running basically Testing, but there are a few Stable and SID packages due to issues with the blasted nVidia legacy drivers. I've swapped out the video board with an ATI board so that is sorted, but now I can't do any updates. Hoping there is some way to manually override apt's determination to try to fix all broken packages whenever I do anything (install, remove, update, etc). A Google search of this error message didn't turn up anything recent. Any thoughts are welcome.

[Code].....

View 2 Replies View Related

Debian Configuration :: WiFi Connection Stuck At (Setting Network Address)

Oct 9, 2015

I have Debian 8.2 with KDE 4.14 and everything runs perfect, except for the internet connection. This problem happens randomly when I turn on my machine. Sometimes when the desktop loads, the connection is already settled.

But sometimes when the desktop loads, the wifi icon is still loading and keeps stuck at "setting network address". Since this problem happens randomly I really don't know what is happening here. My wifi chip is this:

Code: Select all01:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)

This is the problem:

I installed Debian with non-free firmware because of this chip.

View 6 Replies View Related

Debian Configuration :: Suspend Mode And Cron Jobs?

Jul 7, 2010

Just curious if this is possible. What I want to do is setup a rsync job to backup my laptop to my personal file server(same LAN), but I want it do do this at 3AM while I'm sleeping. However I always close my laptop lid when I'm done using it which puts the laptop into suspend mode since that's how I configured my power options in gnome. Since I don't want to leave my laptop powered up all the time, I was wondering if it is possible to have a cron job scheduled that will wake the laptop up(out of suspend mode) and run my script/backup job, all without opening the lid of the laptop, and then put it back into suspend mode when it's done. Is this possible, and is it as easy as scheduling a cron job or is there some other scripting/configuration/trickery that I need to do to accomplish this?

Also, my laptop's BIOS has the option to power on at a scheduled time if needed, but I'm not sure if that would work with it being suspended(hibernation is not an option since my entire HD is encrypted with LUKS and I would have to be present to enter the password to boot the system.).

View 7 Replies View Related

Debian Configuration :: Ext 4 Error At Install And BIOS Compatibility Mode

Jan 13, 2016

So I just recently got an HP pro 1005 all in one PC and tried to install Debian 8.2 on it through a bootable Uefi USB, however, when trying to install, there's always an error like this: "The attempt to mount a file system with type ext4 in LVM VG debian-vg, LV root at /failed."

Also, no matter how many times I completely wipe every partition, there's always this message at the start of the installation saying Windows is already installed as BIOS compatibility mode, and asks me if i still want to install as Uefi, I was wondering if that had anything to do with my error.

I checked the drives health and there wasn't any kind of problems, passed all the tests.

View 2 Replies View Related

Debian Configuration :: How To Stop Mode Switching At Boot Under Jessie

Mar 19, 2016

I upgraded a wheezy box in qemu to jessie (without systemd!) and now I didn't get an output from the console to a hostterminal using curses.System and grub starts with terminal output, but after around 6 to 8 lines of output the terminal gets black. As far as I found out it seems that the init process switches to graphical output. I tried out all found kernel options from nomodeset up to nofb,Are their other options to stop switching to framebuffer and graphical mode.

View 0 Replies View Related

Debian Configuration :: Exiting Run Level 1 (Single User Mode)?

Feb 11, 2010

I'm running Debian Lenny. When I exit run level 1 (single user mode), the system automatically continues into run level 2. I have browsed the init scripts and have yet to determine how this "magic" is performed. I would be grateful if a local guru would point me to how the scripts automatically proceed into run level 2 when exiting run level 1

View 4 Replies View Related

Debian Configuration :: Framebuffer Uvesafb Display Mode/resolution?

Jan 10, 2011

I'm trying to get a framebuffer console with acceptable scrolling speed on Dell XPS M1530. It has GeForce 8600M GT card with maximum resolution supported by bios 1920x1200

# cat /sys/class/graphics/fb0/modes | sort
U:1024x768p-60
U:1280x1024p-59
U:1280x800p-60
U:1600x1200p-60
U:1920x1200p-60

[Code]...

View 9 Replies View Related

Debian Configuration :: Turning Wireless Interface Into Master Mode?

May 25, 2011

i am wanting to turn my Debian box into a wireless AP, but for some unknown reason the wireless card won't switch into master mode when i run the command #iwconfig wlan1 mode master i get this Error for wireless request "Set Mode" (8B06): SET failed on device wlan1 ; Invalid argument. what does this mean and what do i need to configure/install to get it to work my wirless card is supported i checked it's a zydas chipset using the zd1211rw driver SMC EZ Connect SMCWUSB-G [URL]

View 14 Replies View Related

Debian Configuration :: Intel Turbo Mode Not Kicking In On Nehalem Xeon?

Mar 9, 2010

I've got a dual Xeon 5570 (Nehalem) server. It clocks down properly, but never, under any circumstances that I've found, clocks up past its TSC. Even when running basically nothing but cat /dev/zero > /dev/null, nothing gets clocked higher than the TSC. Below is the turbostat output, which clearly knows what the hardware is actually capable of, but it never actually achieves it. I'm running Lenny, with backported kernel 2.6.30-bpo.2-amd64. I tried the 2.6.32 backport and there wasn't any difference. know where I should look next? BIOS settings? Do I need to change some kernel option and recompile?

# ./turbostat
Nehalem multiplier 22, TSC frequency 2933 MHz
Nehalem 4 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 3 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 2 cores active: 25 mult, max turbo frequency = 3333 MHz
Nehalem 1 core active: 25 mult, max turbo frequency = 3333 MHz

[Code]...

View 1 Replies View Related

Debian Configuration :: Putting Console In Portrait Mode - (Screen Rotated)

Feb 15, 2011

I have my X11 setup configured to rotate 90s counterclockwise for a portrait monitor. But when the system turns on, it's in the framebuffer console which is set to landscape mode. Is there a way to set it so that even the console is rotated in portrait mode? I'd like to do this automatically.

View 6 Replies View Related

Debian Configuration :: Video Mode Not Supported. Nvidia Unstable(Wheezy)?

Aug 23, 2011

Recently, I installed VVVVVV and discovered that when attempting to use fullscreen mode, the monitor displays "video mode not supported" for 640x480, 800x600, 1024x768, and auto. After googling around for an hour or two (and only finding stuff from 2008-09) I have created a new xorg.conf from Xorg -configure and nvidia-xconfig. This doesn't seem to have had anyeffect.DebianRelease unstable (sid)Kernel Linux 3.0.0-1-amd64GNOME 3.0.2GeForce 7600 GSMonitor: Hyundai Imagequest

$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 280.13  (pbuilder@cake)  Mon Aug  8 15:37:15 UTC 2011

[code].....

View 4 Replies View Related

Debian Configuration :: 8.3 LXDE Install - Laptop Goes To Sleep Mode Immediately After Boot

Feb 3, 2016

I have a strange problem in my new debian 8.3 LXDE install. Every time I boot my laptop it goes in to sleep mode automatically after a min. It is a default install and I have not configured any power management options. How do I find out the reason for the automatic sleep and how can I rectify it?

View 4 Replies View Related

Debian Configuration :: Grub Drops Into Rescue Mode - Error: File Not Found

Jul 20, 2010

I have a new installation. I try to boot and instead of my grub menu, I get "error: file not found" and am dropped into the rescue prompt. I have just a standard "Desktop" installation. I installed from the 5.05 net install cd. I installed grub to the MBR.

partitions are:
hd0,2 is /
hd0,5 is swap
entering the "set" command results in:
prefix=(hd0,2)/boot/grub
root=hd0,2
[Code]...

View 1 Replies View Related

General :: Vim Stuck In Insert Mode

Apr 11, 2010

I've been using Vim for several months now via my web host (they allow putty access). All of a sudden, the escape key has become unresponsive. I cannot exist insert or any other mode by simply hitting escape. I have to hit F1 which brings up the help in vim and kicks me into command mode.

I'm most certain that my escape key on my keyboard is functioning fine since all of my windows shortcuts that use the escape key operate normally.

I know this is a ridiculous question and I'm certain there's a lot more to look into regarding a solution. What I really need is a solid lead as to where to start looking.

I'm using vim via putty I'm logging in using jailshell I'm not root

View 2 Replies View Related

Ubuntu :: Stuck In TTY1 Mode

Jan 9, 2011

Running Ubuntu 10.10 Maverick.Tried to do some nvidia config stuff, pressed Ctrl + Alt + F11, went to TTY1 mode.startx doesn't work anymore, responds with weird stuff like, "closing log....giving up".Looked online already, nothing works.Already uninstalled the ubuntu desktop, and reinstalled it. Did the dpkg x.confg files.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved