Ubuntu: 13.04,
im Grub Files steht:
1 | This file is sourced by update-grub, and its variables are propagated
|
2 | # to its children in /etc/grub.d/
|
3 |
|
4 | GRUB_DEFAULT=0
|
5 | #GRUB_HIDDEN_TIMEOUT=0
|
6 | GRUB_HIDDEN_TIMEOUT_QUIET=true
|
7 | GRUB_TIMEOUT="3"
|
8 | GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
9 | GRUB_CMDLINE_LINUX_DEFAULT="acpi=off noapic"
|
10 | GRUB_CMDLINE_LINUX=""
|
11 |
|
12 | # Uncomment to disable graphical terminal (grub-pc only)
|
13 | #GRUB_TERMINAL=console
|
Aber trotzdem steht beim Start "quiet splash" und "Nolapic"
Wieso funktioniert das nicht?