LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 04-19-2020, 01:59 PM   #1
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Rep: Reputation: Disabled
Question emergency mode


Hello,

My pc stuck on boot process, it enters to the emergency mode and i can't access to user folders from that mode (home folder of my default user does not appear under root directory). I can enter root password but could not detect the problem.

I'm sharing the journal -xb output by the link:
https://www.dropbox.com/s/spaqh1p1y1...Files.txt?dl=0

log2:
https://www.dropbox.com/s/sbzun054dl...lYeni.txt?dl=0


Cant solve the problem.
OS Fedora 31

Br,

Last edited by hnoz; 04-20-2020 at 12:57 PM. Reason: journal -xb update
 
Old 04-19-2020, 02:12 PM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
probably better to post dmesg and check if you could find something /var/log
 
Old 04-19-2020, 02:29 PM   #3
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
@OP Check that the UUID shown in the output of lsblk -f for /home is the same as in the log output below, i.e. 1d152923-1a42-4186-b72d-69aec580a779

(Just copied the relevant part of the log here for whomever will find this useful)
Code:
Apr 18 18:44:41 localhost.localdomain systemd[1]: dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device: Job dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device/start timed out.
Apr 18 18:44:41 localhost.localdomain systemd[1]: Timed out waiting for device /dev/disk/by-uuid/1d152923-1a42-4186-b72d-69aec580a779.
-- Subject: A start job for unit dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device has finished with a failure.
-- 
-- The job identifier is 154 and the job result is timeout.
Apr 18 18:44:41 localhost.localdomain systemd[1]: Dependency failed for /home.
-- Subject: A start job for unit home.mount has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit home.mount has finished with a failure.
-- 
-- The job identifier is 152 and the job result is dependency.
Apr 18 18:44:41 localhost.localdomain systemd[1]: Dependency failed for Local File Systems.
-- Subject: A start job for unit local-fs.target has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit local-fs.target has finished with a failure.
-- 
-- The job identifier is 147 and the job result is dependency.
Apr 18 18:44:41 localhost.localdomain systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Apr 18 18:44:41 localhost.localdomain systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Apr 18 18:44:41 localhost.localdomain systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'.
Apr 18 18:44:41 localhost.localdomain systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/1d152923-1a42-4186-b72d-69aec580a779.
-- Subject: A start job for unit systemd-fsck@dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit systemd-fsck@dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.service has finished with a failure.
-- 
-- The job identifier is 153 and the job result is dependency.
Apr 18 18:44:41 localhost.localdomain systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.service: Job systemd-fsck@dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.service/start failed with result 'dependency'.
Apr 18 18:44:41 localhost.localdomain systemd[1]: dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device: Job dev-disk-by\x2duuid-1d152923\x2d1a42\x2d4186\x2db72d\x2d69aec580a779.device/start failed with result 'timeout'.
 
Old 04-19-2020, 03:01 PM   #4
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
probably better to post dmesg and check if you could find something /var/log
I could not find /var/log path from dmesg out put, sharing the log :

https://www.dropbox.com/s/6bhd592h1i...sgCom.txt?dl=0

Last edited by hnoz; 04-19-2020 at 03:06 PM.
 
Old 04-19-2020, 03:36 PM   #5
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Quote:
Originally Posted by hnoz View Post
I could not find /var/log path from dmesg output
No, not in dmesg output. The log files in /var/log are meant:
Code:
sudo grep -A1 /home /var/log/boot*
 
Old 04-19-2020, 03:56 PM   #6
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
No, not in dmesg output. The log files in /var/log are meant:
Code:
sudo grep -A1 /home /var/log/boot*

Code:
/var/log/boot.log:         Mounting [0;1;39m/home[0m...
/var/log/boot.log:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log:         Mounting [0;1;39m/home[0m...
/var/log/boot.log:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log:[K[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[K[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[K[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[K[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log:[K[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39m/home[0m.
/var/log/boot.log-20200408:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200408:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200409:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200409:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200409:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200409:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200410:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200410:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200410:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200410:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200411:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200411:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200411:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200411:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200411:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200411:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200412:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200412:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200412:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200412:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200412:         Unmounting [0;1;39m/home[0m...
/var/log/boot.log-20200412:[[0;32m  OK  [0m] Unmounted [0;1;39m/home[0m.
/var/log/boot.log-20200412:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200412:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200413:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200413:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200413:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200413:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
/var/log/boot.log-20200414:         Mounting [0;1;39m/home[0m...
/var/log/boot.log-20200414:[[0;32m  OK  [0m] Mounted [0;1;39m/home[0m.
I also copied the log/boot file but could not understand the problem from this:
https://www.dropbox.com/s/jyzi1iwwxiry2rn/boot.log?dl=0

/home/ folder is empty.

Last edited by hnoz; 04-19-2020 at 04:43 PM.
 
Old 04-20-2020, 12:51 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
I found this at the beginning:
Code:
         Starting Switch Root...
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[FAILED] Failed to mount Arbitrary Executable File Formats File System.
See 'systemctl status proc-sys-fs-binfmt_misc.mount' for details.
(there are more like these)
You can find the commands you need to execute to get more info.

Probably your disk has gone, but probably "only" the filesystem was corrupted (or something else).
 
Old 04-20-2020, 05:31 AM   #8
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
I found this at the beginning:
Code:
         Starting Switch Root...
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[FAILED] Failed to mount Arbitrary Executable File Formats File System.
See 'systemctl status proc-sys-fs-binfmt_misc.mount' for details.
(there are more like these)
You can find the commands you need to execute to get more info.

Probably your disk has gone, but probably "only" the filesystem was corrupted (or something else).
I use linux-Win dual boot, i can access and copy the home folder files from windows.

systemctl status systemd-modules-load.service
Code:
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: active (exited) since Mon 2020-04-20 13:01:47 +03; 4min 44s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 536 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
 Main PID: 536 (code=exited, status=0/SUCCESS)
      CPU: 8ms
systemctl status proc-sys-fs-binfmt_misc.mount
Code:
● proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System
   Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; disabled; vendor preset: disabled)
   Active: active (mounted) since Mon 2020-04-20 13:01:47 +03; 6min ago
    Where: /proc/sys/fs/binfmt_misc
     What: binfmt_misc
     Docs: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
           https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    Tasks: 0 (limit: 9414)
   Memory: 48.0K
      CPU: 2ms
   CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount

Last edited by hnoz; 04-20-2020 at 05:32 AM.
 
Old 04-20-2020, 06:19 AM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
Code:
[FAILED] Failed to mount Arbitrary Executable File Formats File System.
[FAILED] Failed to start ABRT Automated Bug Reporting Tool.
[FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Bluetooth service.
[FAILED] Failed to start D-Bus System Message Bus.
[FAILED] Failed to start Load Kernel Modules.
[FAILED] Failed to start Network Manager.
[FAILED] Failed to start RealtimeKit Scheduling Policy Service.
[FAILED] Failed to start Set Up Additional Binary Formats.
These are the failed services. Need to find the reason, but the information you posted looks insufficient (at least I could not catch it).
Probably you can use smartctl to check your disks, maybe one of them does not work properly.
 
Old 04-20-2020, 06:33 AM   #10
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
@pan64 But these are all old messages (before Apr 14, 17:02:59, which was the first boot time in the log that /home couldn't be mounted). I don't see any failed service message in the provided boot.log after that.
 
Old 04-20-2020, 11:50 AM   #11
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
I enabled the selinux, and recaptured journal -xb
here is the new log file:
https://www.dropbox.com/s/sbzun054dl...lYeni.txt?dl=0

I cant see the home folder in linux file system, even i try fdisk-l or ls-ll.

Code:
Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048   1026047   1024000   500M  7 HPFS/NTFS/exFAT
/dev/sda2         1026048 448589823 447563776 213.4G  7 HPFS/NTFS/exFAT
/dev/sda3       448589824 450686975   2097152     1G 83 Linux
/dev/sda4       450686976 976773119 526086144 250.9G  5 Extended
/dev/sda5       450689024 467013631  16324608   7.8G 82 Linux swap / Solaris
/dev/sda6       467015680 571873279 104857600    50G 83 Linux
Code:
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        3.9G     0  3.9G   0% /dev
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           3.9G  1.3M  3.9G   1% /run
/dev/sda6        49G   27G   20G  58% /
tmpfs           3.9G     0  3.9G   0% /tmp
/dev/sda3       976M  252M  658M  28% /boot
/dev/sdb1       7.5G  1.9G  5.6G  26% /media/usb-test
I tried with live cd, then check the disk , windows files accessable but linux home folder cant detect. But i can see the linux home folder from windows disk-menager:

https://www.dropbox.com/s/ajhe57xqdz...30-14.png?dl=0

https://www.dropbox.com/s/r8b809i54h...nDisk.png?dl=0

Last edited by hnoz; 04-20-2020 at 11:59 AM.
 
Old 04-20-2020, 12:27 PM   #12
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
can you post the output of: sudo fdisk -l
and the file: /etc/fstab
 
Old 04-20-2020, 12:51 PM   #13
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
can you post the output of: sudo fdisk -l
and the file: /etc/fstab

fdisk -l:
Code:
omitting empty partition (7)
Disk /dev/sda: 465.78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3d186752

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048   1026047   1024000   500M  7 HPFS/NTFS/exFAT
/dev/sda2         1026048 448589823 447563776 213.4G  7 HPFS/NTFS/exFAT
/dev/sda3       448589824 450686975   2097152     1G 83 Linux
/dev/sda4       450686976 976773119 526086144 250.9G  5 Extended
/dev/sda5       450689024 467013631  16324608   7.8G 82 Linux swap / Solaris
/dev/sda6       467015680 571873279 104857600    50G 83 Linux


Disk /dev/sdb: 7.47 GiB, 8010072064 bytes, 15644672 sectors
Disk model: Flash Drive     
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0029287f

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1  *     2048 15644671 15642624  7.5G  c W95 FAT32 (LBA)
/etc/fstab:
Code:
# /etc/fstab
# Created by anaconda on Sun Jun 10 00:27:51 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=6a70d03d-8673-4c85-b0e9-0fafbda576d7 /                       ext4    defaults        1 1
UUID=9da1a604-899a-444d-b020-6d3d40775b20 /boot                   ext4    defaults        1 2
UUID=1d152923-1a42-4186-b72d-69aec580a779 /home                   ext4    defaults        1 2
UUID=68d9f546-dbcf-471f-b213-c4a391fc9c73 swap                    swap    defaults        0 0
/dev/disk/by-id/usb-Flash_USB_Disk_372720284E12CB3932703-0:0 /mnt/usb-Flash_USB_Disk_372720284E12CB3932703-0:0 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
Also here is a photo of boot process, before entering the emergency mode, it tries to mount /home but after 1:30 it time outs than enters emergecny mode:
https://www.dropbox.com/s/hyepbhsgcp...04208.jpg?dl=0
 
Old 04-20-2020, 01:05 PM   #14
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,864

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
You have still a lot of lines like this: The unit XXX has successfully entered the 'dead' state, which looks abnormal for me. But probably not.
Can you post the result of blkid too?
 
Old 04-20-2020, 01:22 PM   #15
hnoz
LQ Newbie
 
Registered: Feb 2020
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
You have still a lot of lines like this: The unit XXX has successfully entered the 'dead' state, which looks abnormal for me. But probably not.
Can you post the result of blkid too?
blkid
Code:
/dev/sda1: LABEL="Sistem AyrM-DM-1ldM-DM-1" UUID="6622A2D122A2A591" TYPE="ntfs" PARTUUID="3d186752-01"
/dev/sda2: UUID="860EA7940EA77BB5" TYPE="ntfs" PARTUUID="3d186752-02"
/dev/sda3: UUID="9da1a604-899a-444d-b020-6d3d40775b20" TYPE="ext4" PARTUUID="3d186752-03"
/dev/sda5: UUID="68d9f546-dbcf-471f-b213-c4a391fc9c73" TYPE="swap" PARTUUID="3d186752-05"
/dev/sda6: UUID="6a70d03d-8673-4c85-b0e9-0fafbda576d7" TYPE="ext4" PARTUUID="3d186752-06"
/dev/sdb1: LABEL_FATBOOT="Sangoma" LABEL="UUI" UUID="F4B9-A477" TYPE="vfat" PARTUUID="0029287f-01"
++++++
Also i tried fsck -AR -y,
Code:
fsck from util-linux 2.34
e2fsck 1.45.5 (07-jan-2020)
/dev/sda3: clean, 482/65536 files, 76607/262144 blocks
fsck.ext4: Unable to resolve 'UUID=1d152923-1a42-4186-b72d-69aec580a779'

lsblk -f
Code:
NAME   FSTYPE LABEL          UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                              
├─sda1 ntfs   Sistem Ayrıldı 6622A2D122A2A591                                    
├─sda2 ntfs                  860EA7940EA77BB5                                    
├─sda3 ext4                  9da1a604-899a-444d-b020-6d3d40775b20                
├─sda4                                                                           
├─sda5 swap                  68d9f546-dbcf-471f-b213-c4a391fc9c73                [SWAP]
└─sda6 ext4                  6a70d03d-8673-4c85-b0e9-0fafbda576d7   19.9G    54% /
sdb                                                                              
└─sdb1 vfat   UUI            F4B9-A477                               5.6G    25% /media/usb-test
mount -a
Code:
mount: /home: can't find UUID:1d152923-1a42-4186-b72d-69aec580a779
fsck /dev/sda4
Code:
fsck from util-linux 2.34
e2fsck 1.45.5 (07-Jan-2020)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda4
Could this be a zero-lenght partition?

Last edited by hnoz; 04-20-2020 at 06:29 PM. Reason: Code update ++++++
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Boot Into Rescue Mode Or Emergency Mode In Ubuntu 18.04 LXer Syndicated Linux News 0 12-06-2019 12:20 PM
Unable to Access to Single User Mode or Emergency Mode Pinglu Linux - Newbie 3 10-17-2011 01:25 PM
Emergency mode can mount the HDD with FS error but not in rescue or single user-mode kayod_jj Linux - Newbie 3 12-01-2010 07:03 PM
RH9 - Rescue, single, and emergency mode? blackx Linux - Newbie 3 05-22-2003 02:03 PM
Emergency Emergency kodiak Linux - Newbie 6 04-13-2003 12:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 01:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration