On 2010-08-11 15:36, MatthewEhle wrote:
>
> Carlos E. R.;2204705 Wrote:
>>
>> What it changes is kernel boot options, not services. Everything runs,
>> but slower. Sometimes much
>> slower. If you have a multicore machine, check to see if it only uses
>> one.
>>
>
> So much for my assumptions… I said I didn’t know much about failsafe
>
>
> BTW, where did you learn that? I have wondered before, but Google
> didn’t get me very far. The only thing I have seen is that the machine
> seemed to boot a little faster the few times I needed to use it, hence
> my assumption about fewer running services.
I simply know, I haven’t learned it from anywhere special
Perhaps it is documented in the old suse/novell admin book, which you can install now as pdf or html.
You can have a look at how the entry is written in grub, and compare it with the normal entry. In
this computer I have (11.2):
kernel /vmlinuz-2.6.31.12-0.2-desktop root=/dev/sda9 resume=/dev/disk/by-label/b_swap splash=quiet
showopts vga=0x31a
failsafe:
kernel /vmlinuz-2.6.31.12-0.2-desktop root=/dev/sda9 showopts
apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe
vga=0x31a
Then look at each entry one by one. The “showopts” entry near the beginning means that you can edit
the next entries at boot time.
For example, the failsafe has no entry “resume=”, so it can not hibernate. apm=off disables any
thing used via the apm api, like powersaving, which matches the other entry for powersaved, and
others. The rest of the entries I don’t know without looking them up in the kernel docs. The
“x11failsafe” entry is special, it makes the X11 system also start in a safe mode equivalent to the
one that was used during the installation of the system, which is (was) guaranteed to work, using
the “/etc/X11/xorg.conf.install” file instead of the “/etc/X11/xorg.conf” file.
The normal boot sequence is usually done with a splash screen that hides details. On failsafe mode
this is disabled, you see the full text, and I think with no splash.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” GM (Elessar))