|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#22361 | |
|
Moderatore
Iscritto dal: Feb 2003
Città: Anagni/Firenze
Messaggi: 9133
|
Quote:
Magari ti levi qualche dubbio
__________________
Regole Sezione Linux - [Ubuntu] HWupgrade Clan - Installare Ubuntu 13.10 64bit su Asus N56JR |
|
|
|
|
|
#22362 | |
|
Moderatore
Iscritto dal: Feb 2003
Città: Anagni/Firenze
Messaggi: 9133
|
Quote:
faccio come l'altra volta ok? Sposto tutti i post tuoi e le risposte in una discussione separata in modo che il problema sia un po' più visibile. Come al solito, dimmi se ti va bene il titolo scelto P.S. Quando hai queste specifiche problematiche conviene che fai un post separato dalla discussione ufficiale di Ubuntu Un saluto a tutti... masand
__________________
Regole Sezione Linux - [Ubuntu] HWupgrade Clan - Installare Ubuntu 13.10 64bit su Asus N56JR |
|
|
|
|
|
#22363 |
|
Senior Member
Iscritto dal: Oct 2004
Città: Prov. di Chieti
Messaggi: 5581
|
Ok Masand tutto chiaro.
__________________
Vendesi: Apiari, materiale ed attrezzatura apistica. |
|
|
|
|
#22364 |
|
Member
Iscritto dal: Jun 2006
Messaggi: 213
|
Scusa il ritardo, questo è tutto il /boot/grub/menu.lst
Codice:
# 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=c4355ee2-5ede-4d76-a22b-02061e2594c6 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=c4355ee2-5ede-4d76-a22b-02061e2594c6 ## 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 ## 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 8.10, kernel 2.6.27-11-generic uuid c4355ee2-5ede-4d76-a22b-02061e2594c6 kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=c4355ee2-5ede-4d76-a22b-02061e2594c6 ro quiet splash initrd /boot/initrd.img-2.6.27-11-generic quiet title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode) uuid c4355ee2-5ede-4d76-a22b-02061e2594c6 kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=c4355ee2-5ede-4d76-a22b-02061e2594c6 ro single initrd /boot/initrd.img-2.6.27-11-generic title Ubuntu 8.10, kernel 2.6.27-7-generic uuid c4355ee2-5ede-4d76-a22b-02061e2594c6 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c4355ee2-5ede-4d76-a22b-02061e2594c6 ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode) uuid c4355ee2-5ede-4d76-a22b-02061e2594c6 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c4355ee2-5ede-4d76-a22b-02061e2594c6 ro single initrd /boot/initrd.img-2.6.27-7-generic title Ubuntu 8.10, memtest86+ uuid c4355ee2-5ede-4d76-a22b-02061e2594c6 kernel /boot/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 root (hd0,0) savedefault chainloader +1
__________________
Amd x2 3800+ am2 - asus m2n-e - corsair xms2 pc6400 1 GBx2 - xfx 7600gt xxx edition - lc power 550W super silent - seagate barracuda 7200.10 sata 250gb |
|
|
|
|
#22365 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Queste righe in fondo prova farle diventare così:
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional root (hd1,0) savedefault chainloader +1 |
|
|
|
|
#22366 |
|
Member
Iscritto dal: Jun 2006
Messaggi: 213
|
Fatto, ma mi rimane bloccato su Starting up... e non va avanti
__________________
Amd x2 3800+ am2 - asus m2n-e - corsair xms2 pc6400 1 GBx2 - xfx 7600gt xxx edition - lc power 550W super silent - seagate barracuda 7200.10 sata 250gb |
|
|
|
|
#22367 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
# This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Microsoft Windows XP Professional map (hd0) (hd1) map (hd1) (hd0) root (hd0,0) savedefault chainloader +1 |
|
|
|
|
|
#22368 | |
|
Senior Member
Iscritto dal: Nov 2003
Messaggi: 1662
|
Quote:
Per la compilazione "classica" ho risolto, evidentemente sbagliavo qualcosa in mkinitramfs |
|
|
|
|
|
#22369 | |
|
Member
Iscritto dal: Jun 2006
Messaggi: 213
|
Quote:
C'è una cosa che non avevo notato prima: quando scelgo ubuntu, un attimo prima della barra di avvio, oltre al solito Starting up... c'è scritto una riga sopra Boot from (hd0,0), ext3 seguito da una serie di numeri. Correggimi se sbaglio, ma questo vuol dire che il disco con ubuntu è l'hd0,0 quindi l'altro è hd1,0. Allra la prima correzione che mi hai suggerito avrebbe dovuto risolvere tutto. Resta da capire perchè si blocca e non parte Xp.
__________________
Amd x2 3800+ am2 - asus m2n-e - corsair xms2 pc6400 1 GBx2 - xfx 7600gt xxx edition - lc power 550W super silent - seagate barracuda 7200.10 sata 250gb |
|
|
|
|
|
#22370 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
hai rimesso (hd0,0) come parametro di root, giusto ?
Sì, in questo caso hd0 dovrebbe essere Linux e hd1 Windows. |
|
|
|
|
#22371 | |
|
Member
Iscritto dal: Jun 2006
Messaggi: 213
|
Quote:
Hai qualche altra idea?
__________________
Amd x2 3800+ am2 - asus m2n-e - corsair xms2 pc6400 1 GBx2 - xfx 7600gt xxx edition - lc power 550W super silent - seagate barracuda 7200.10 sata 250gb |
|
|
|
|
|
#22372 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
|
|
|
|
|
#22373 |
|
Senior Member
Iscritto dal: Jan 2002
Città: Trance City
Messaggi: 7337
|
salve a tutti
mi e' successa una cosa strana.....magari voi riuscite a dargli spiegazione sul mio router l ip della wan e' sempre il medesimo che ho da praticamente sempre credo....oggi avvio firefox e siccome ho installato un estensione che trovate qui http://www.ermodev.se/visa_firefoxExtensions.htm e che si chiama External IP 0.9.9.4 e mi dovrebbe mostrare in fondo alla barra di firefox l ip esterno con cui vengo riconosciuto in rete,cioe' quello della wan,oggi mi ha comunicato che il mio ip esterno e' cambiato,e mi mostra tutt ora quale ip esteno sto utilizzzando sul router mi continua a dire che sto continuando ad utilizzare il mio vechio ip della wan che succede? per quale motivo questo comportamento? postando qui sul forum ho notato che sul forum appare l ip che mi dice firefox che e' stato cambiato....il mio router mi continuaa a dire che l ip della wan e' il solito |
|
|
|
|
#22374 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Provider ?
Ci sta che sia stato messo dal tuo provider un livello di caching http trasparente. |
|
|
|
|
#22375 | |
|
Senior Member
Iscritto dal: Jan 2002
Città: Trance City
Messaggi: 7337
|
Quote:
stanno facendo cio' che vedi qui http://plany.fasthosting.it/dppupool.html pero' non ho capito come mai il mio router ha un indirizzo e firefox mi dice che ne ha un alro il livello di caching trasparente non so che sia...se mi spieghi mi fai un favore a quanto mi pare di aver capito hanno implementato questo sistema per tracciare le attivita' degli utenti...pero' non saprei....per evitare che qualcuno si accia i fatti miei come potrei oviare allo spiacevole servizio forzato? |
|
|
|
|
|
#22376 | |
|
Member
Iscritto dal: Jun 2006
Messaggi: 213
|
Quote:
Mi fa pensare che quando correggo con (hd1,0) è come se il grub funzionasse ma si blocca su Starting up... e non parte l'avvio di Xp. Probabilmente può dipendere dal fatto che io abbia fatto il fix dell'mbr sul disco di windows, ora non ricordo se prima o dopo la reinstallazione di linux, ma in ogni caso se provassi a reinstallare grub? Come si fa? O devo reinstallare Linux?
__________________
Amd x2 3800+ am2 - asus m2n-e - corsair xms2 pc6400 1 GBx2 - xfx 7600gt xxx edition - lc power 550W super silent - seagate barracuda 7200.10 sata 250gb |
|
|
|
|
|
#22377 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Prova con http://www.supergrubdisk.org/
|
|
|
|
|
#22378 |
|
Senior Member
Iscritto dal: Jul 2001
Messaggi: 9947
|
Ma ci sono architetture linux + adatte a lavorare su LVM o filesystem criptati?
Per esempio meglio un E8400 oppure un Q8200?!
__________________
Aiuta la ricerca col tuo PC: >>Calcolo distribuito BOINC.Italy: unisciti anche tu<< Più largo è il sorriso, più affilato è il coltello. |
|
|
|
|
#22379 |
|
Senior Member
Iscritto dal: Mar 2006
Città: roma
Messaggi: 715
|
sapreste indicarmi un programma simile a MEGA MANAGER di megaupload.com?
mi serve che mi scarichi i file dal link...tutti quelli che ho provato mi scaricano il collegamento URL...
__________________
Ho concluso trattative, tutte da venditore, con: Amd4Ever-Botolo rognoso-Androsdt-robimbomb-Luve-meloneonline-oro18k-ilpuma82-feroandferos-gianluka74-Atomix |
|
|
|
|
#22380 |
|
Senior Member
Iscritto dal: Feb 2000
Messaggi: 459
|
Ciao a tutti,
subito dopo aver installato Ubuntu 8.10 mi si è presentato un fastidiosissimo problema con il refresh del monitor, che rimane fisso ai 60 Hz senza la possibilità di essere cambiato. Ho provato ad editare in vari modi il file xorg.conf, ma non c'è stato verso di far andare nulla. L'unica soluzione (provvisoria) che ho trovato è stata quella di abilitare i driver Vesa, in questo modo magicamente il monitor prende in automatico gli 85 Kz ma non mi è possibile attivare Compiz. Il refresh per me è importante in quanto uso un monitor CRT (Philips 107MB), a 60 Hz proprio non riesco a stare... Ubuntu gira in triplo boot su un MacMini (scheda video GMA950). Grazie a tutti! |
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 10:44.




















