Pagina 3 di 8
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:34
da SalvoInz
non so dove si trova risorse computer :-[ :-[
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:36
da streetcross
il menu è così: applicazioni risorse sistema
risorse è quello in mezzo li premi computer e fai un doppioclik sulla partizione da montare, n realtà in risorse dovresti già vedere la partizione
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:36
da deviantdark
Sì la vede, ma non credo sia montata in automatico

Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:37
da robytrevi
Io la butto là:
non è che abbia installato ubuntu in un hard disk slave?
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:40
da SalvoInz
facendo doppio click mi apre solo le cartelle
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:43
da deviantdark
Va bene.. dicci cosa hai in Risorse > Computer.
[avrai filsystem, disco di windows, disco di ubuntu... no?]
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:45
da SalvoInz
nessun disco windows e nessun disco ubuntu
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:49
da deviantdark
Cioè? Hai solo filesystem? ???
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:51
da SalvoInz
file system l'hd dati e poi tu con scritto 131,8 GB Media e 178,3 GB Mediae poi tutti i vari masterizatori e lettori
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:51
da streetcross
deviantdark ha scritto:
Sì la vede, ma non credo sia montata in automatico
ma se ci clikka non lo monta?
è uno di quelli l'hd in questione
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 18:53
da SalvoInz
se clicco mi fa vedere le cartelle all'interno
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:04
da streetcross
bene postaci il menu.list
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:06
da SalvoInz
dove lo trovo?
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:06
da streetcross
te lo ha detto prima deviantdark, /boot/grub/menu.list
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:07
da SalvoInz
# 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=a4aa171c-4747-4ca7-a6f6-9f7b5f28322f ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,3)
## 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.04.1, kernel 2.6.24-19-generic
root (hd1,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a4aa171c-4747-4ca7-a6f6-9f7b5f28322f ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd1,3)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=a4aa171c-4747-4ca7-a6f6-9f7b5f28322f ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, memtest86+
root (hd1,3)
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/sdb2
title Windows XP Media Center Edition
root (hd1,1)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:15
da patel
non l'hai postato tutto, manca proprio la parte funzionale
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:18
da streetcross
mettilo tra i tag code
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:21
da deviantdark
Io intanto scappo a cena. Se non fracassi il PC entro poche ore, quando torno risolviamo [se non l'hai già fatto con l'ottimo aiuto degli altri]

Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:22
da SalvoInz
aggiornato
Re: [Boot] Dopo l'istallazione di ubuntu il sistema non parte
Inviato: martedì 28 ottobre 2008, 19:31
da streetcross
spiegato l'arcano, è sbagliato, ubuntu si trova in (hd1,2) e non in (hd1,3) mentre windows in (hd0,0) non (hd1,1) per quello non ti trova la partizione ubuntu e non parte win, modifica cambiando i valori come ti ho detto e salva