problema con ubuntu 9.04

Riconoscimento, installazione e configurazione delle periferiche.
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

Sberla_85 ha scritto: si ma quando?perchè se lo faccio prima che carichi la barra dell'avvio mi rimane lo schermo nero se lo faccio dopo non succede nulla..

Non hai un conto alla rovescia appena carica grub?

Se hai solo ubuntu, devi premere esc durante il conteggio e appare il menù di grub.


Se no infila il livecd, modifichiamo menu.list  e facciamo in modo che il menù si veda sempre.
deegan
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2639
Iscrizione: lunedì 28 aprile 2008, 12:42
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Varese

Re: problema con ubuntu 9.04

Messaggio da deegan »

Al Boot devi scegliere questa opzione;
Jaunty 9.04, kernel 2.6.28-12-generic (recovery mode)
MB* ASUS TUF Gaming Z690 SV* EVGA RTX 3080 Ti CPU* i7-12700K
RAM* Vengeance RGB PRO 32GB 3600MHz SSD* Samsung 980 PRO 2TB
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

deegan ha scritto: Al Boot devi scegliere questa opzione;
Jaunty 9.04, kernel 2.6.28-12-generic (recovery mode)
Sicuramente ha solo ubuntu, quindi ha l'opzione in menu.lst:

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu


decommentata.
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

non ho nessun conto alla rovescia...
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

si ho sl ubuntu...e come faccio ad accedere a menu.lst??
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

Sberla_85 ha scritto: si ho sl ubuntu...e come faccio ad accedere a menu.lst??
press ESC to see the menu
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

Sberla_85 ha scritto: non ho nessun conto alla rovescia...

Impossibile, almeno che non abbia fatto modifiche manuali al file /boot/grub/menu.lst
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

mai avuto un conto alla rovescia lo sià solo se installi due so...
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

Sberla_85 ha scritto: mai avuto un conto alla rovescia lo sià solo se installi due so...

Io ho un solo sistema, all'avvio appare la scritta:

loading....
seguita da una scritta (non sono mai riuscito a leggere più di loading perché vanno troppo veloci)

A quel punto appare una scritta che conta 3 secondi, quindi devi premere esc per fermare il conteggio e vedere il menù.


Se no infila il livecd e modifichiamo il file menu.lst (ti metto 120 secondi di attesa  ;D )
jerico
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19127
Iscrizione: lunedì 21 luglio 2008, 23:43
Desktop: Gnome
Distribuzione: Archlinux

Re: problema con ubuntu 9.04

Messaggio da jerico »

Se no infila il livecd e modifichiamo il file menu.lst (ti metto 120 secondi di attesa  Grin )
(rotfl) (rotfl) (rotfl)
deegan
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2639
Iscrizione: lunedì 28 aprile 2008, 12:42
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Varese

Re: problema con ubuntu 9.04

Messaggio da deegan »

Parti con la live e dai:

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
E cerchi questo testo:

Codice: Seleziona tutto

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
E lo fai diventare così:

Codice: Seleziona tutto

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
MB* ASUS TUF Gaming Z690 SV* EVGA RTX 3080 Ti CPU* i7-12700K
RAM* Vengeance RGB PRO 32GB 3600MHz SSD* Samsung 980 PRO 2TB
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

deegan ha scritto: Parti con la live e dai:

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
E cerchi questo testo:

Codice: Seleziona tutto

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
E lo fai diventare così:

Codice: Seleziona tutto

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
In questo modo modifica quello della live.

deve montare il disco di ubuntu in una posizione e poi dare:

sudo gedit /posizionescelta/boot/grub/menu.lst


per montare il disco:

sudo mkdir /media/Ubuntu

sudo mount -t ext3 sdxx /media/Ubuntu

poi può modificare il file:

sudo gedit /media/Ubuntu/boot/grub/menu.lst


sdxx è la partizione dove hai ubuntu, apri l'editor partizioni e leggi come si chiama, così facciamo prima.
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

ok fatto ciò mi è apparsa un incona con quello che ci dovrebbe esser nel hd...comunque il file menu.lst e vuoto è giusto così oppure ci devo scrivere qualcosa io?
deegan
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2639
Iscrizione: lunedì 28 aprile 2008, 12:42
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Varese

Re: problema con ubuntu 9.04

Messaggio da deegan »

Codice: Seleziona tutto

comunque il file menu.lst e vuoto
:o
MB* ASUS TUF Gaming Z690 SV* EVGA RTX 3080 Ti CPU* i7-12700K
RAM* Vengeance RGB PRO 32GB 3600MHz SSD* Samsung 980 PRO 2TB
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

ok perciò ci devo aggiungere io qualcosa giusto?
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

ed una volta aggiunto lo salvo e poi riavvio o devo fare ankora qualcosa?
deegan
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2639
Iscrizione: lunedì 28 aprile 2008, 12:42
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Varese

Re: problema con ubuntu 9.04

Messaggio da deegan »

Fai conto che questo è il mio menu.lst: ;)

Codice: Seleziona tutto

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

## 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=6de9a352-3308-4f72-b1b4-fe4c31ee2bec ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=6de9a352-3308-4f72-b1b4-fe4c31ee2bec

## 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		Jaynty 9.04, kernel 2.6.28-12-generic
uuid		6de9a352-3308-4f72-b1b4-fe4c31ee2bec
kernel		/boot/vmlinuz-2.6.28-12-generic root=UUID=6de9a352-3308-4f72-b1b4-fe4c31ee2bec ro quiet splash 
initrd		/boot/initrd.img-2.6.28-12-generic
quiet

title		Jaunty 9.04, kernel 2.6.28-12-generic (recovery mode)
uuid		6de9a352-3308-4f72-b1b4-fe4c31ee2bec
kernel		/boot/vmlinuz-2.6.28-12-generic root=UUID=6de9a352-3308-4f72-b1b4-fe4c31ee2bec ro  single
initrd		/boot/initrd.img-2.6.28-12-generic

title		Jaunty 9.04, kernel 2.6.28-11-generic
uuid		6de9a352-3308-4f72-b1b4-fe4c31ee2bec
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=6de9a352-3308-4f72-b1b4-fe4c31ee2bec ro quiet splash 
initrd		/boot/initrd.img-2.6.28-11-generic
quiet

title		Jaunty 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid		6de9a352-3308-4f72-b1b4-fe4c31ee2bec
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=6de9a352-3308-4f72-b1b4-fe4c31ee2bec ro  single
initrd		/boot/initrd.img-2.6.28-11-generic

title		Jaunty 9.04, memtest86+
uuid		6de9a352-3308-4f72-b1b4-fe4c31ee2bec
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
MB* ASUS TUF Gaming Z690 SV* EVGA RTX 3080 Ti CPU* i7-12700K
RAM* Vengeance RGB PRO 32GB 3600MHz SSD* Samsung 980 PRO 2TB
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

scusa perciò lo devo creare io il menu.lst?
shouldes
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19490
Iscrizione: domenica 10 febbraio 2008, 21:45

Re: problema con ubuntu 9.04

Messaggio da shouldes »

Sberla_85 ha scritto: ok fatto ciò mi è apparsa un incona con quello che ci dovrebbe esser nel hd...comunque il file menu.lst e vuoto è giusto così oppure ci devo scrivere qualcosa io?

Se hai usato la lettera giusta, quindi ti è apparso il disco di ubuntu, è impossibile che il menu.lst sia vuoto.
Sberla_85
Prode Principiante
Messaggi: 70
Iscrizione: sabato 23 maggio 2009, 17:59
Località: Seregno(mb)

Re: problema con ubuntu 9.04

Messaggio da Sberla_85 »

non sò se è il disco di ubuntu c'è scritto "249gb media" comunque anche volendo il file menu.lst non me lo fa modificare da qua...
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 5 ospiti