il_muflone ha scritto:
1- l'asterisco di bootable non serve a niente di niente, e` un residuo di DOS negli anni 80
Eppure il flag boot su una partizione una volta aveva la sua ragione d'essere(se l' asterisco è una sua rappresentazione) e se vado a memoria ho sempre visto il flag settato sulla partizione dei sistema o almeno questa è l' impressione mia.
2- uazzi tuoi

Non proprio intendo dal punto di vista distro. Non è bello non fare una buona pulizia dopo un upgrade perchè di questo si tratta. Prima dell' upgrade pesava meno del GB e adesso è quasi tutta la partizione di 5GB. Cmq prenderò la scopa in un secondo tempo
Edit: infatti come pensavo è bastato un
sudo apt-get clean
3- puoi eliminare tutti i dati del pannello per avere un pannello vergine come previsto
Qualcuno diceva che l' abitudine è il più brutto mostro che ci possa essere e io concordo. Meglio se venissero lasciati intatti.
per l'alert posta qui
1- il contenuto del file /etc/fstab
2- il risultato di sudo blkid
Codice: Seleziona tutto
proc /proc proc defaults 0 0
# / was on /dev/sdb5 during installation
UUID=051abe16-a01a-4321-aebf-e7caa3a41aac / ext4 relatime,errors=remount-ro 0 1
# /boot was on /dev/sdb6 during installation
UUID=b829576f-2ddb-4a76-8831-398efe3cb112 /boot ext4 relatime 0 2
# /home was on /dev/sdb1 during installation
UUID=0371efa7-bc4b-456d-a04e-dcd59672a34b /home ext4 relatime 0 2
# /opt was on /dev/sdb3 during installation
UUID=f9dabf08-39c4-4bf9-b921-2ef057a97228 /opt ext4 relatime 0 2
# /srv was on /dev/sdb11 during installation
UUID=281fe0f1-5e4f-43fa-ad1a-504005c8d277 /srv ext4 relatime 0 2
# /tmp was on /dev/sdb10 during installation
UUID=c8b818f3-2522-4900-afba-94f8a59000a8 /tmp ext4 relatime 0 2
# /usr was on /dev/sdb7 during installation
UUID=18a93c5c-b91f-4dd8-b26f-be34d66a0424 /usr ext4 relatime 0 2
# /usr/local was on /dev/sdb8 during installation
UUID=7c56c044-85be-4053-9b4e-bb8ebbad5c97 /usr/local ext4 relatime 0 2
# /var was on /dev/sdb9 during installation
UUID=3e7845b9-0790-4d04-9cb4-c01194846d15 /var ext4 relatime 0 2
# swap was on /dev/sda2 during installation --l'ho disabilitato--
#UUID=e3afd565-3c12-45bc-967c-2dd8e0ca7327 none swap sw 0 0
# swap was on /dev/sdb2 during installation
UUID=8fa619fe-bb02-44a7-8215-fa0b88632e5c none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1: LABEL="MUSIC" UUID="A463-BA12" TYPE="vfat"
/dev/sdb1: UUID="0371efa7-bc4b-456d-a04e-dcd59672a34b" TYPE="ext4"
/dev/sdb2: UUID="8fa619fe-bb02-44a7-8215-fa0b88632e5c" TYPE="swap"
/dev/sdb3: UUID="f9dabf08-39c4-4bf9-b921-2ef057a97228" TYPE="ext4"
/dev/sdb5: UUID="051abe16-a01a-4321-aebf-e7caa3a41aac" TYPE="ext4"
/dev/sdb6: UUID="b829576f-2ddb-4a76-8831-398efe3cb112" TYPE="ext4"
/dev/sdb7: UUID="18a93c5c-b91f-4dd8-b26f-be34d66a0424" TYPE="ext4"
/dev/sdb8: UUID="7c56c044-85be-4053-9b4e-bb8ebbad5c97" TYPE="ext4"
/dev/sdb9: UUID="3e7845b9-0790-4d04-9cb4-c01194846d15" TYPE="ext4"
/dev/sdb10: UUID="c8b818f3-2522-4900-afba-94f8a59000a8" TYPE="ext4"
/dev/sdb11: UUID="281fe0f1-5e4f-43fa-ad1a-504005c8d277" TYPE="ext4"
harrykar@harrysas:~$ sudo fdisk -lu
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xdd64c8fc
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 781257014 390628476 83 Linux
/dev/sdb2 967980510 976768064 4393777+ 82 Linux swap / Solaris
/dev/sdb3 781257015 787120739 2931862+ 83 Linux
/dev/sdb4 787120740 962903969 87891615 5 Extended
/dev/sdb5 787120803 792984464 2931831 83 Linux
/dev/sdb6 792984528 794944394 979933+ 83 Linux
/dev/sdb7 794944458 931657544 68356543+ 83 Linux
/dev/sdb8 931657608 937521269 2931831 83 Linux
/dev/sdb9 937521333 949232654 5855661 83 Linux
/dev/sdb10 949232718 957040244 3903763+ 83 Linux
/dev/sdb11 957040308 962903969 2931831 83 Linux
harrykar@harrysas:~$ cat /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=051abe16-a01a-4321-aebf-e7caa3a41aac ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=b829576f-2ddb-4a76-8831-398efe3cb112
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic
uuid b829576f-2ddb-4a76-8831-398efe3cb112
kernel /vmlinuz-2.6.32-22-generic root=UUID=051abe16-a01a-4321-aebf-e7caa3a41aac ro quiet splash
initrd /initrd.img-2.6.32-22-generic
quiet
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode)
uuid b829576f-2ddb-4a76-8831-398efe3cb112
kernel /vmlinuz-2.6.32-22-generic root=UUID=051abe16-a01a-4321-aebf-e7caa3a41aac ro single
initrd /initrd.img-2.6.32-22-generic
title Ubuntu 10.04 LTS, kernel 2.6.31-21-generic
uuid b829576f-2ddb-4a76-8831-398efe3cb112
kernel /vmlinuz-2.6.31-21-generic root=UUID=051abe16-a01a-4321-aebf-e7caa3a41aac ro quiet splash
initrd /initrd.img-2.6.31-21-generic
quiet
title Ubuntu 10.04 LTS, kernel 2.6.31-21-generic (recovery mode)
uuid b829576f-2ddb-4a76-8831-398efe3cb112
kernel /vmlinuz-2.6.31-21-generic root=UUID=051abe16-a01a-4321-aebf-e7caa3a41aac ro single
initrd /initrd.img-2.6.31-21-generic
title Ubuntu 10.04 LTS, memtest86+
uuid b829576f-2ddb-4a76-8831-398efe3cb112
kernel /memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
#title Other operating systems:
#root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
#title Microsoft Windows XP Professional
#rootnoverify (hd0,0)
#savedefault
#makeactive
#chainloader +1
Al MBR e all' fstab missi mano quando si "brucciò" il disco allora di boot sda(da qui i commenti su fstab e menu.lst). A quanto pare adesso per qualche motivo non vede la /(dall' Alert)
PS: quale è l' applet per vedere nel bottom panel le finestre dei programmi aperti? Come si potrebbe portare i controlli delle window da sx a dx?