Δημοσιεύτηκε: 15 Ιαν 2014, 22:50
από orfeas38
Κώδικας: Επιλογή όλων
giannis@giannis-Lenovo-G500:~$ sudo apt-get install --reinstall grub-efi-amd64 grub-efi-amd64-signed
[sudo] password for giannis:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
grub-efi-amd64 grub-efi-amd64-signed
0 upgraded, 2 newly installed, 2 to remove and 13 not upgraded.
1 not fully installed or removed.
Need to get 889 kB of archives.
After this operation, 2408 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://gr.archive.ubuntu.com/ubuntu/ saucy-updates/main grub-efi-amd64 amd64 2.00-19ubuntu2.1 [45,0 kB]
Get:2 http://gr.archive.ubuntu.com/ubuntu/ saucy-updates/main grub-efi-amd64-signed amd64 1.22.1+2.00-19ubuntu2.1 [844 kB]
Fetched 889 kB in 2s (360 kB/s)
Preconfiguring packages ...
/tmp/grub-efi-amd64.config.35811: 11: /etc/default/grub: splash: not found
grub-efi-amd64 failed to preconfigure, with exit status 127
(Reading database ... 237673 files and directories currently installed.)
Removing grub-gfxpayload-lists ...
Removing grub-pc ...
Processing triggers for man-db ...
Selecting previously unselected package grub-efi-amd64.
(Reading database ... 237655 files and directories currently installed.)
Unpacking grub-efi-amd64 (from .../grub-efi-amd64_2.00-19ubuntu2.1_amd64.deb) ...
Selecting previously unselected package grub-efi-amd64-signed.
Unpacking grub-efi-amd64-signed (from .../grub-efi-amd64-signed_1.22.1+2.00-19ubuntu2.1_amd64.deb) ...
Setting up grub-efi-amd64 (2.00-19ubuntu2.1) ...
/var/lib/dpkg/info/grub-efi-amd64.config: 11: /etc/default/grub: splash: not found
dpkg: error processing grub-efi-amd64 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of grub-efi-amd64-signed:
grub-efi-amd64-signed depends on grub-efi-amd64 (= 2.00-19ubuntu2.1); however:
Package grub-efi-amd64 is not configured yet.

dpkg: error processing grub-efi-amd64-signed (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
grub-efi-amd64
grub-efi-amd64-signed
E: Sub-process /usr/bin/dpkg returned an error code (1)
giannis@giannis-Lenovo-G500:~$ sudo update-grub
/usr/sbin/grub-mkconfig: 11: /etc/default/grub: splash: not found
giannis@giannis-Lenovo-G500:~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash acpi_backlight=vendor”
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
giannis@giannis-Lenovo-G500:~$