I have to manually start the server (MCC- System)
This is my configuration:
- Code: Select all
[root@Humlan grub]# more menu.lst
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=4a60ad22-fc85-418c-9bb1-559f16d53f35 splash quiet r
esume=UUID=56bb3f65-3e42-4177-83f7-42d06e37b4f4 vga=788
initrd (hd0,4)/boot/initrd.img
title linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=4a60ad22-fc85-418c-9bb1-559f16d53f35 resume=U
UID=56bb3f65-3e42-4177-83f7-42d06e37b4f4
initrd (hd0,4)/boot/initrd.img
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=4a60ad22-fc85-418c-9bb1-559f16d53f35 failsafe
initrd (hd0,4)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title desktop 3.3.6-2.mga2
kernel (hd0,4)/boot/vmlinuz-3.3.6-desktop-2.mga2 BOOT_IMAGE=desktop_3.3.6-2.mga2 root=UUID=4a60ad22-fc85-4
18c-9bb1-559f16d53f35 splash quiet resume=UUID=56bb3f65-3e42-4177-83f7-42d06e37b4f4 vga=788
initrd (hd0,4)/boot/initrd-3.3.6-desktop-2.mga2.img
title desktop 3.3.8-2.mga2
kernel (hd0,4)/boot/vmlinuz-3.3.8-desktop-2.mga2 BOOT_IMAGE=desktop_3.3.8-2.mga2 root=UUID=4a60ad22-fc85-4
18c-9bb1-559f16d53f35 splash quiet resume=UUID=56bb3f65-3e42-4177-83f7-42d06e37b4f4 vga=788
initrd (hd0,4)/boot/initrd-3.3.8-desktop-2.mga2.img
[root@Humlan grub]# uname -a
Linux Humlan.localdomain 3.3.8-desktop-2.mga2 #1 SMP Mon Jul 30 21:35:06 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@Humlan grub]#
I have set the server to start att startup.
I have done every updates that are advertised.
The first time this happends I thought it was an accident but when it happend again this morning I think there might be something with the kernel or ----?