Pagina 1 di 3

[Risolto] GParted

Inviato: domenica 21 settembre 2008, 18:43
da magoo69
Ciao a tutti. volevo una rassicurazione. Ho un hard disk da 140 giga con ubuntu hardy (e due utenti). Ho necessità di creare una partizione per mettere xp. Volevo perciò sapere
A- quanti giga mi consigliate di utilizzare
B- se con gparted (da live cd) non corro rischi poi a creare la partizione nuova (perdita dei dati esistenti)
C- come procedere dopo aver creato la partizione (basta installare xp e quando mi chiede dove, specificare la partizione creata ad hoc?)
grazie mille

Re: GParted

Inviato: domenica 21 settembre 2008, 18:58
da 369
A. Dipende da quel che ci fai...io ti consiglierei 30/40 gb
B. I rischi li corri anche con gparted
C. si

Re: GParted

Inviato: domenica 21 settembre 2008, 19:20
da magoo69
quindi ricapitolando (per non sbagliare) i passaggi sono:
1-da live cd lancio gparted
2-creo la partizione nuova in ntfs (per xp)
3-riavvio e installo xp su quella partizione
E' così??

Re: GParted

Inviato: domenica 21 settembre 2008, 19:43
da 369
magoo69 ha scritto: quindi ricapitolando (per non sbagliare) i passaggi sono:
1-da live cd lancio gparted
2-creo la partizione nuova in ntfs (per xp)
3-riavvio e installo xp su quella partizione
E' così??
Si esatto, quando lanci il cd di Xp dovrebbe soltanto rilevarti quella partizione, visto che non riconoscerà la ext3

Re: GParted

Inviato: lunedì 22 settembre 2008, 13:57
da magoo69
ho seguito le istruzioni.ma... ora si avvia direttamente da xp. come faccio a impostare la scelta iniziale tra ubuntu e xp adesso? ::)

Re: GParted

Inviato: lunedì 22 settembre 2008, 13:59
da bancaldo
magoo69 ha scritto: ho seguito le istruzioni.ma... ora si avvia direttamente da xp. come faccio a impostare la scelta iniziale tra ubuntu e xp adesso? ::)
devi ripristinare GRUB:
http://wiki.ubuntu-it.org/Amministrazio ... %28Grub%29

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:20
da magoo69
ok fatto. ma ora mi ha ripristinato il grub ma nelle scelte ci sono solo i vari kernel di ubuntu e non vedo xp??
dove sbaglio?

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:25
da 369
magoo69 ha scritto: ok fatto. ma ora mi ha ripristinato il grub ma nelle scelte ci sono solo i vari kernel di ubuntu e non vedo xp??
dove sbaglio?
Accedi ad Ubuntu e dai il comando

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
e posta tutto qui :)

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:26
da bancaldo
magoo69 ha scritto: ok fatto. ma ora mi ha ripristinato il grub ma nelle scelte ci sono solo i vari kernel di ubuntu e non vedo xp??
dove sbaglio?
lo aggiungi nel file /boot/grub/menu.lst

vai alla sezione "Aggiungere sistemi Windows, BeOS e OpenBSD"
di questa guida:
http://wiki.ubuntu-it.org/Amministrazio ... %28grub%29

ciao

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:31
da magoo69

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		3

## 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=c184a870-f82c-4a29-b0df-c2601cfb1dde ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## 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-21-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=c184a870-f82c-4a29-b0df-c2601cfb1dde ro quiet splash
initrd		/boot/initrd.img-2.6.24-21-generic
quiet

title		Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-21-generic root=UUID=c184a870-f82c-4a29-b0df-c2601cfb1dde ro single
initrd		/boot/initrd.img-2.6.24-21-generic

title		Ubuntu 8.04.1, kernel 2.6.24-19-generic
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=c184a870-f82c-4a29-b0df-c2601cfb1dde 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		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=c184a870-f82c-4a29-b0df-c2601cfb1dde ro single
initrd		/boot/initrd.img-2.6.24-19-generic

title		Ubuntu 8.04.1, memtest86+
root		(hd0,0)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:35
da 369
Manca la sezione con windows...ora non so com'è diviso il tuo hard disk però prova ad aggiungere questa parte nel file

Codice: Seleziona tutto

title		Microsoft Windows XP Professional
root		(hd0,0)
makeactive  
::)

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:40
da magoo69
ti posto la schermata di gparted. ho messo boot su lhd dove c'è ubuntu, l'altro come lo devo mettere?

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:42
da 369
magoo69 ha scritto: ti posto la schermata di gparted. ho messo boot su lhd dove c'è ubuntu, l'altro come lo devo mettere?
strano che ci sia quel segno di pericolo vicino alla partizione windows (ntfs), vedi se puoi notare a cosa è dovuto, magari col tasto destro o  magari soffermandoti sopra col mouse

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:51
da magoo69
dice: impossibile leggere il contenuto di questo file system. Per questo motivo alcune operazioni potrebbero non essere disponibili.
su stato mi da: non montato, ma col tasto destro non mi fa selezionare >:(

Re: GParted

Inviato: lunedì 22 settembre 2008, 14:58
da 369
Hai provato ad aggiungere quella sezione?

Re: GParted

Inviato: lunedì 22 settembre 2008, 15:07
da magoo69
si, infatti ora da grub la voce xp compare ma cliccandoci su non me lo avvia... :-\
rinstallo xp???  ???

Re: GParted

Inviato: lunedì 22 settembre 2008, 15:10
da 369
magoo69 ha scritto: si, infatti ora da grub la voce xp compare ma cliccandoci su non me lo avvia... :-\
rinstallo xp???  ???
Nono aspetta, se tu sei convinto di aver fatto tutto per bene Xp c'è ancora ma il Grub evidentemente (anche se par strano) non lo riconosce...

Re: GParted

Inviato: lunedì 22 settembre 2008, 15:19
da bancaldo
hai messo anche

Codice: Seleziona tutto

chainloader	+1
?

Re: GParted

Inviato: lunedì 22 settembre 2008, 15:21
da magoo69
dove in

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
?

Re: GParted

Inviato: lunedì 22 settembre 2008, 15:32
da 369
magoo69 ha scritto: dove in

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
?
Si.