Toshiba laptop with Intel Celeron M CPU, ATI Radeon Xpress 200M video and 2 GB RAM.
Installed GRUB2 into MBR and root partition as suggested default option. After installation and reboot, the computer screen shows text-based emergency mode (e.g. sysctl reboot suggestion, etc.).
After reboot, screen shows emergency mode. The following are error messages in RED as shown by journalctl -b:
unable to open rtc device
timed out waiting for device dev-disk-by-\x2dlabel-suse12.3_home.device
dependency failed for /home
dependency failed for Local File Systems
dependency failed for Remote File Systems (Pre)
Then I tried:
#mount /dev/sda9 /home
#systemctl default
The screen then shows a green band at the bottom with green âopenSUSE12.3 (Dartmouth) i586â. The rest of the screen is black. This seems to stay forever.
When I reboot again, I was able to boot into openSUSE 12.2 which uses legacy GRUB to chainload into Windows 7 and other Linux distros. I am in Suse12.2 to reply to your post.
If this is indeed the message shown, device name is wrong. Please, **always **copy and paste exact strings. Manually editing just makes it harder to understand whatâs going on.
Please reboot into 12.3, enter emergency mode (if it still stops there) and post exact output of
I too had this issue and installed 12.2 back for now. But hereâs the output of âjournalctl -bâ from my computer if it helps fixing this for RC2: http://jla.kapsi.fi/files/journalctloutput
Yes, udev coldplug service seems to be not run. Could folks, who have this problem, check that you have /usr/lib/systemd/system/systemd-udev-trigger.service and /usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service as well as udev version and status of this service?
linux-vmd4:~ # rpm -q udev
udev-195-13.4.1.x86_64
linux-vmd4:~ # systemctl status systemd-udev-trigger.service
systemd-udev-trigger.service - udev Coldplug all Devices
Loaded: loaded (/usr/lib/systemd/system/systemd-udev-trigger.service; static)
Active: active (exited) since Thu, 2013-02-14 11:23:24 MSK; 3h 58min ago
Docs: man:udev(7)
man:systemd-udevd.service(8)
Process: 285 ExecStart=/usr/bin/udevadm trigger --type=devices --action=add (code=exited, status=0/SUCCESS)
Process: 283 ExecStart=/usr/bin/udevadm trigger --type=subsystems --action=add (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/systemd-udev-trigger.service
Feb 14 11:23:24 linux-vmd4.site systemd[1]: Starting udev Coldplug all Devic....
Feb 14 11:23:24 linux-vmd4.site systemd[1]: Started udev Coldplug all Devices.
This is the exact problem I am having with installing LiveKDE 12.3⌠5+ times I have installed on various partitions⌠makes not difference
Output of rpm -q udev re-directed to file
udev-195-13.4.1.x86_64
Output of systemctl status re-directed to file
systemd-udev-trigger.service - udev Coldplug all Devices
Loaded: loaded (/usr/lib/systemd/system/systemd-udev-trigger.service; static)
Active: inactive (dead)
Docs: man:udev(7)
man:systemd-udevd.service(8)
CGroup: name=systemd:/system/systemd-udev-trigger.service
Feb 14 13:36:13 linux.site systemd[1]: Stopped udev Coldplug all Devices.
Could you please boot with systemd.log_level=debug added to kernel parameters, enter emergency shell and upload full output of âjournalctl -b -aâ to SUSE Paste
Seems that service that is expected to start before udev trigger is not started. Could you additionally paste output of âsystemctl show systemd-udev-trigger.serviceâ and âsystemctl show systemd-vconsole-setup.serviceâ? The former waits for the latter which is never started. I have here minimal text mode install of 12.3 so probably there is something missing on my system.
No problems! I appreciate your efforts in providing info so that our âemergency modeâ problem will be resolved. I look forward to seeing this to become reality! By the way, have you submitted or seen any relevant bug report?