Tag:
boot

Enable or disable boot time services in SUSE

by
on
January 14, 2011

There are a couple ways to enable or disable system services at boot time in SUSE. From the command line: To enable a service: $ sudo insserv SERVICE To disable a service from starting: $ sudo insserv -r SERVICE You can also use YaST: YaST Control Center -> System -> System Services (runlevel) Select the [...]

Read More
No Comments
suse

Install the GRUB boot loader to the MBR

by
on
November 28, 2008

You might need to reinstall the boot loader to the master boot record (MBR) if it becomes corrupted or erased. This can occur for example if Windows is installed on another partition which overwrites the MBR. There are two ways to reinstall grub, automatically using grub-install, and manually through grub itself. grub-install is a script [...]

Read More
No Comments
system administration

Run a command at boot with Gentoo

by
on
October 27, 2008

Normally in Gentoo you would want to create an init script via rc-update to start a service at boot. However if there are a few miscellaneous commands you would like to run you can add them to local.start. The local.start init script is similar to rc.local in other distributions. It is the last init script [...]

Read More
5 Comments
gentoo

Disable ext3 boot-time check with tune2fs

by
on
October 26, 2008

The ext3 file system forces an fsck once it has been mounted a certain number of times. By default this maximum mount count is usually set between 20-30. On many systems such as laptops which can be rebooted quite often this can quickly become a problem. To turn off this checking you can use the [...]

Read More
1 Comment
system administration
Copyright 2008-2010 WiredRevolution.com. All rights reserved.