I have an Ubuntu 12.04.5 server machine that hangs on boot, but if I choose recovery mode and then resume, everything's ok.
Any clue?!
I have an Ubuntu 12.04.5 server machine that hangs on boot, but if I choose recovery mode and then resume, everything's ok.
Any clue?!
Recovery mode grub menu entry has the following differences from normal startup:
nomodeset
boot option setIt emits recovery
event instead of startup which does the following:
With resume from the recovery console the start event is emmited and the normal boot is started.
sources:
/etc/grub/grub.cfg
/usr/share/initramfs-tools/init
/etc/init/friendly-recovery.conf
My guess is that you should boot your machine with the nomodeset
option
grub.cfg
generated boot menu & friendly-recovery.conf
which launch recovery panel, but initramfs-tools/init
is it already included in initrd
? If yes, is it the first which runs after mounting ramdisk?
– user.dz
Sep 23 '15 at 10:41
Resume just makes any programs you previously had open or in use that are opened and controlled within the User Interface or opened by the user will be restarted and restored to when last used. Normal boot just gives you a fresh new UI.