Δημοσιεύτηκε: 29 Μάιος 2018, 22:22
από varkaris
Μα αγαπητέ μου το πρόβλημα μου δεν είναι πως θα δω τις επιλογές εκκίνησης. Όχι δεν έχω dualboot. Το πρόβλημα είναι πως μαυρίζει η οθόνη στο σημείο και για χρονικό διάστημα σαν να είχα ορατές τις επιλογές εκκίνησης και μόλις περάσει ο χρόνος που θα χρειαζόταν αν τις έβλεπα και το άφηνα μόνο του να επιλέξει τότε έρχεται πάλι η εικόνα. Αν δεν είναι κάτι σοβαρό ας μην σας κουράζω αλλά αν θέλει ψάξιμο ρωτάω. Όσον αφορά το πρόγραμμα τις υπογραφής μου βγάζει αυτό:
Κώδικας: Επιλογή όλων
cd /tmp; wget --no-check-certificate https://github.com/ntoulasd/ubuntu-gr_forum_signature/tarball/master -O ubuntu-gr_forum_signature.tar.gz; tar xzf ubuntu-gr_forum_signature.tar.gz; cd ntoulasd-*; python init.py
--2018-05-29 21:59:32--  https://github.com/ntoulasd/ubuntu-gr_forum_signature/tarball/master
Εύρεση του github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... συνδέθηκε.
Η αίτηση για HTTP στάλθηκε, αναμονή απάντησης... 302 Found
Τοποθεσία: https://codeload.github.com/ntoulasd/ubuntu-gr_forum_signature/legacy.tar.gz/master [ακολουθεί]
--2018-05-29 21:59:32--  https://codeload.github.com/ntoulasd/ubuntu-gr_forum_signature/legacy.tar.gz/master
Εύρεση του codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... συνδέθηκε.
Η αίτηση για HTTP στάλθηκε, αναμονή απάντησης... 200 OK
Μήκος: μη ορισμένο [application/x-gzip]
Saving to: ‘ubuntu-gr_forum_signature.tar.gz’

ubuntu-gr_forum_sig     [ <=>                ]  20,77K   131KB/s    in 0,2s   

2018-05-29 21:59:33 (131 KB/s) - ‘ubuntu-gr_forum_signature.tar.gz’ αποθηκεύεται [21268]

Could not load gtk3 module.

και τίποτα άλλο.
το αποτέλεσμα της python forum_signature.py είναι
Κώδικας: Επιλογή όλων
python: can't open file 'forum_signature.py': [Errno 2] No such file or directory

και τις cat /etc/default/grub που ζήτησε ο Maras
Κώδικας: Επιλογή όλων
# 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"
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="1024x768x8"

# 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"

export GRUB_COLOR_NORMAL="light-gray/black"
export GRUB_COLOR_HIGHLIGHT="magenta/black