Ubuntu bootkor monitor kikapcs

Fórumok

Hello!

Nemrég telepítettem a gépemre egy 7.10-es Ubuntu-t,és bootoláskor, mikor a grub-ban kiválasztom,elkezd felállni a rendzser de a monitorom kikapcsol. Majd később, mikor a bejelentkező képernyőhöz ér, akkor ismét bekapcsol a monitor.

Tudna esetleg valaki segíteni abban, hogy mi lehet a hiba, és hogy, hogyan lehet ezt kijavatani?

Köszönöm előre is!

Hozzászólások

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Windows XP Professional
root (hd0,2)
makeactive
chainloader +1

title Ubuntu 7.10 (Gutsy Gibbon), kernel 2.6.22-14
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=32299539-1825-49ae-8a95-906221235e89 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

#title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
#root (hd0,1)
#kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=32299539-1825-49ae-8a95-906221235e89 ro single
#initrd /boot/initrd.img-2.6.22-14-generic

#title Ubuntu 7.10, memtest86+
#root (hd0,1)
#kernel /boot/memtest86+.bin
#quiet

### END DEBIAN AUTOMAGIC KERNELS LIST