- Registriert
- 10 März 2006
- Beiträge
- 2.376
n'Abend in die runde,
irgendwie scheint bei meiner Kiste die Konfiguration seltsam, denn nach dem Auswahlmenü beim Booten passiert wirklich eine Minute nix!
ich hab keine Ahnung, wie ich das ändern oder beschleunigen kann.
da ich erstmal die nächsten 2 Wochen nicht an die Kiste gehen kann, eilts nicht, aber dann...
hier mal die grub aus /etc/default
und die fstab
systemd-analyze ergibt das hier:
braucht ihr noch Angaben? dann bitte Geduld bis Anfang Juni ...oder heute abend noch ganz kurzfristig, mal sehen
irgendwie scheint bei meiner Kiste die Konfiguration seltsam, denn nach dem Auswahlmenü beim Booten passiert wirklich eine Minute nix!
ich hab keine Ahnung, wie ich das ändern oder beschleunigen kann.
da ich erstmal die nächsten 2 Wochen nicht an die Kiste gehen kann, eilts nicht, aber dann...
hier mal die grub aus /etc/default
Code:
# 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_TIMEOUT=1
GRUB_DISTRIBUTOR='Sparky'
GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=033013ee-ce1b-46c8-904d-69455649ee8a"
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"
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=033013ee-ce1b-46c8-904d-69455649ee8a swap swap defaults,noatime,discard 0 2
UUID=ae44ed49-8312-4850-9f8a-7ae85b6f3061 / ext4 defaults,noatime,discard 0 1
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Code:
@x220:~$ sudo systemd-analyze time
[sudo] Passwort für mich:
Startup finished in 3.930s (kernel) + 10.657s (userspace) = 14.588s
graphical.target reached after 9.612s in userspace