Ο δίσκος με το hdparm δείχνει άψογος !
Έχεις βάλει τίποτα στο grub ;
πχ το vt.handoff=7
Συντονιστής: adem1

Δεν ξερω τι ειναι αυτη η ρυθμιση.the_eye έγραψε:Έχεις βάλει τίποτα στο grub ;
πχ το vt.handoff=7

2010 έγραψε:Πού μπορω να βρω αυτη τη ρυθμιση για να τσεκαρω αν ειναι =7 για παραδειγμα;
Ευχαριστω.

menuentry 'Ubuntu, με Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {linux /boot/vmlinuz-3.0.0-12-generic root=UUID=121dcaa4-ef05-44af-b218-02ab7702da5e ro quiet splash i8042.nomux vt.handoff=7#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
set locale_dir=($root)/boot/grub/locale
set lang=el_GR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, με Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=121dcaa4-ef05-44af-b218-02ab7702da5e ro quiet splash i8042.nomux vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, με Linux 3.0.0-12-generic (λειτουργία ανάκτησης)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
echo 'Φόρτωση Λίνουξ 3.0.0-12-generic ...'
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=121dcaa4-ef05-44af-b218-02ab7702da5e ro recovery nomodeset
echo 'Φόρτωση αρχικού εικονικού δίσκου (ramdisk) ...'
initrd /boot/initrd.img-3.0.0-12-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 121dcaa4-ef05-44af-b218-02ab7702da5e
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


2010 έγραψε:Πώς αυξανουμε την ταχυτητα εκκινησης στο Ubuntu;
έγραψε:Γενικά το linux κάνει πολύ γρήγορο boot, τόσο γρήγορο όσο του επιτρέπει ο δίσκος. Όπου είναι το ποιο αργό μέσο στην όλη διαδικασία.
Αν βάλετε ένα γρήγορο ssd δίσκο θα δείτε boot ακόμα και σε 8 sec !!!

rory@rory-laptop:~$ sudo hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 188 MB in 3.01 seconds = 62.47 MB/sec
rory@rory-laptop:~$ sudo hdparm -M /dev/sda
/dev/sda:
acoustic = 254 (128=quiet ... 254=fast)
rory@rory-laptop:~$ sudo hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
Model Number: SAMSUNG HM320JI
Serial Number: S1G3JD0S426075
Firmware Revision: 2SS00_03
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5
Standards:
Used: ATA/ATAPI-7 T13 1532D revision 0
Supported: 8 7 6 5 & some of 8
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
--
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 625142448
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 305245 MBytes
device size with M = 1000*1000: 320072 MBytes (320 GB)
cache/buffer size = 8192 KBytes (type=DualPortCache)
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16 Current = 16
Advanced power management level: 254
Recommended acoustic management value: 254, current value: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 udma7
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* Host Protected Area feature set
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
* Advanced Power Management feature set
SET_MAX security extension
* Automatic Acoustic Management feature set
* 48-bit Address feature set
* Device Configuration Overlay feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* 64-bit World wide name
* IDLE_IMMEDIATE with UNLOAD
* Write-Read-Verify feature set
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
* Gen1 signaling speed (1.5Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* DMA Setup Auto-Activate optimization
Device-initiated interface power management
* Software settings preservation
* SMART Command Transport (SCT) feature set
* SCT Long Sector Access (AC1)
* SCT LBA Segment Access (AC2)
* SCT Error Recovery Control (AC3)
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
Security:
supported
not enabled
not locked
frozen
not expired: security count
supported: enhanced erase
110min for SECURITY ERASE UNIT. 110min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 50f0000003426075
NAA : 5
IEEE OUI : 0f0000
Unique ID : 003426075
Checksum: correct
rory@rory-laptop:~$

the_eye έγραψε:2010 έγραψε:Πώς αυξανουμε την ταχυτητα εκκινησης στο Ubuntu;
σου απάντησα πιο πάνωέγραψε:Γενικά το linux κάνει πολύ γρήγορο boot, τόσο γρήγορο όσο του επιτρέπει ο δίσκος. Όπου είναι το ποιο αργό μέσο στην όλη διαδικασία.
Αν βάλετε ένα γρήγορο ssd δίσκο θα δείτε boot ακόμα και σε 8 sec !!!
Ότι βελτιστοποίηση και να κάνεις άντε να κερδίσεις 1 με 2 sec, μόνο με αλλαγή του δίσκου σε SSD θα δεις δραστικές αλλαγές.

fkol k4 έγραψε:Λοιπόν : Συγκριτικό τεστ :
*- Ο υπολογιστής είναι αυτός της υπογραφής μου και οι μετρήσεις είναι με χρονόμετρο χειρός , στρογγυλεμένες σε ακρίβεια 0.5 sec και μετρημένες σε τουλάχιστον 2 εκκινήσεις για κάθε λειτουργικό για επιβεβαίωση .
1. Windows Vista Home Basic 32bit προεγκαταστημένα με ξηλωμένα τα bloatware της HP.
- Από οθόνη grub μέχρι login screen : 20 sec
- Εμφάνιση επιφάνειας εργασίας με λειτουργικές συντομεύσεις : 1 min
- Ολοκλήρωση φόρτωσης λειτουργειών εκκίνησης : 2 min 12 sec
- Χρόνος που χάθηκε για την πληκτρολόγηση στην login screen (password) : 4 sec
2. Ubuntu 11.04 Natty Narwal 64bit με default KDE πλέον περασμένο πάνω από το Gnome και gdm login . 2.6.38-11 Kernel
- Από οθόνη grub μέχρι login screen : 20 sec
- Εμφάνιση επιφάνειας εργασίας με λειτουργικές συντομεύσεις (ολοκληρωμένη εκκίνηση για το linux) : 42 sec
- Χρόνος που χάθηκε για την πληκτρολόγηση στην login screen (password) : 6 sec ( 42 - 6 = 36 sec boot )
3. Linux Mint Debian Edition 64bit ( Gnome ) 3.0.0-1 Kernel
- Από οθόνη grub μέχρι login screen : 21.5 sec
- Εμφάνιση επιφάνειας εργασίας με λειτουργικές συντομεύσεις (ολοκληρωμένη εκκίνηση για το linux) : 40 sec
- Χρόνος που χάθηκε για την πληκτρολόγηση στην login screen (password) : 4.5 sec ( 40 - 4.5 = 35.5 sec boot )
4. Ubuntu 11.10 Oneiric Ocelot 64bit ( Gnome ) 3.0.0-12 Kernel
- Από οθόνη grub μέχρι login screen : 20 sec
- Εμφάνιση επιφάνειας εργασίας με λειτουργικές συντομεύσεις (ολοκληρωμένη εκκίνηση για το linux) : 31 sec
- Χρόνος που χάθηκε για την πληκτρολόγηση στην login screen (password) : 4 sec ( 31 - 4 = 27 sec boot )
5. Bodhi Linux 1.2.0 ( Enlightenment 17 ) 3.0.0-9 Kernel
- Από οθόνη grub μέχρι login screen : 15 sec
- Εμφάνιση επιφάνειας εργασίας με λειτουργικές συντομεύσεις (ολοκληρωμένη εκκίνηση για το linux) : 32 sec
- Χρόνος που χάθηκε για την πληκτρολόγηση στην login screen (username+password) : 12 sec ( 32 - 12 = 20 sec boot )
* Όλα τα λειτουργικά (σχεδόν και τα windows ) έχουν εγκαταστημένες τις ίδιες πάνω-κάτω εφαρμογές .
Επίσης , όλα είναι εγκαταστημένα στον ίδιο Seagate barracuda 1TB 7200 rpm
