Pagina 1 di 2

ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 22:48
da mark1967
ciao  a tutti
ho fatto la cavolata di installare su un pc il doppio boot XP / linux circa 20 gg fa.

oggi non mi parte piu' XP....(Bello vero )

siccome mi sono stufato, c'e' la possibilita di ripartizionare il disco in modo da usare la parte ntfs di XP per Linux e togliere della P...E XP  ?


SE si , come ?

esiste anche una distro virtuale di XP tipo wmware di linux ?

grazie >:( (bad)

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 22:55
da paolosan
Inserisci il CD di ubuntu e fai il boot dal lettore e poi lanci da terminale gparted

Codice: Seleziona tutto

sudo gparted
e fai quello che vuoi!  ;)

Attenzione però...  (yes)

Per ubuuntu c'è virtualbox

Ciao (b2b)

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:00
da streetcross
dopo rimuovi la voce di xp dal grub

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:03
da mark1967
e se lo faccio gparted del ubuntu stesso , visto che l'avevo installato?

ma cosa succedde a grub  se elimino la partizione ntfs ?

con virtual box emula come con wmware emulo linux sotto XP  ?

non esiste wmware?

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:12
da streetcross
vmware esiste ed è a pagamento comw in windows, virtualbox è gratis come in windows, emula esattamente come in windows, megli usare il live ccd per avere meno rischi, ma non è necessario per una partizione estranea ad ubuntu, il grub non fa niente, ma devii toglierli la voce di windows

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:15
da paolosan
Il fatto è che non puoi modificare le partizioni già montate, quelle, cioè, che si stanno usando...  ;D

Istalli virtualbox, lo configuri, poi inserisci il CD di windows e dovrebbe andare, dico dovrebbe perchè io non l' ho mai fatto con windows, ma con altre distro linux, tipo fedora, suse, e funzia...  (yes)

Oddio, è un po' limitato ma tant'è...  :D

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:18
da paolosan
per ripristinare grub c'è Super Grub Disk...  (good)

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:23
da mark1967
scusatel'ignoranza

devo scaricare dal sito U la versione live? correto?
dopo di che faccio il boot con la live e lancio gparted?


zappo la partizione NTFS e la faccio diventare linux
e peril grub come faccio?

poi ?

cosa c'entra il cd di Xp dopo  aver caricato la virtual box di xp ?

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:26
da streetcross
se vuoi unire la partizione devi da live altriment no, per il grub dai

sudo gedit /boot/grub/menu.lst e cancelli verso la fine le righe che parlano di windows, se ce lo posti ti diciamo con esattezza

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:31
da mark1967
# 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=5a67913a-162d-4173-9c23-c6682c228951 ro

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

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

## 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, kernel 2.6.24-16-generic
root (hd0,9)
kernel /vmlinuz-2.6.24-16-generic root=UUID=5a67913a-162d-4173-9c23-c6682c228951 ro quiet splash
initrd /initrd.img-2.6.24-16-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,9)
kernel /vmlinuz-2.6.24-16-generic root=UUID=5a67913a-162d-4173-9c23-c6682c228951 ro single
initrd /initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+
root (hd0,9)
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/hda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:32
da streetcross
# 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/hda1
title      Microsoft Windows XP Home Edition
root      (hd0,0)
savedefault
makeactive
chainloader  +1

cancelli queste righe una volta rimosso windows e sei a posto

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:45
da mark1967
grazie
ma per la virtualBox l'ho installata , parte ma mi dice che non trova nessun disco bottabile
devo installargli Xp dal Cd originale?

Re: ripartizionare hd

Inviato: mercoledì 30 luglio 2008, 23:52
da paolosan
paolosan ha scritto: per ripristinare grub c'è Super Grub Disk...  (good)
Per il grub... :D

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 8:47
da mark1967
dove trovo il live?

se reinstallo semplicemente xp sulla NTFS e lascio il grub,,. perdo anche Linux?

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 8:54
da wayout
concordo con chi ti consiglia una live per provare, a questo indirizzo http://gparted.sourceforge.net/download.php trovi gparted live, davvero ottimo

usa la versione stable


Per la seconda domanda: non perdi linux, ma devi solo ripristinare il grub, trovi un'ottima guida sul wiki di ubuntu

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 9:00
da mark1967
grazie
conosci il wiki di ubuntu ?

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 9:51
da wayout
mark1967 ha scritto: grazie
conosci il wiki di ubuntu ?
Quì per ripristinare il grub http://wiki.ubuntu-it.org/Amministrazio ... ght=(grub)

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 21:57
da paolosan
wayout ha scritto:
mark1967 ha scritto: grazie
conosci il wiki di ubuntu ?
Quì per ripristinare il grub http://wiki.ubuntu-it.org/Amministrazio ... ght=(grub)
Secondo me, insisto, è meglio super grub disk ( vedi post sopra... )... (yes)

Ma prima non volevi toglirlo, l' xp?  ???

Re: ripartizionare hd

Inviato: giovedì 31 luglio 2008, 21:59
da streetcross
per virtualbox devi installarci windows come se fosse su un pc normale, quindi da cd con regolare licenza, ricordo che gli eventuali xp_sp3_noCRAC_italiano_aum_aum sono illegali)

Re: ripartizionare hd

Inviato: lunedì 4 agosto 2008, 20:25
da mark1967
ok .
sono riuscito a reinstallare Xp , con super grub il loader con gparted live ho ridimensionato xp a dato spazio a linux


come faccio a far si che le nuove partizione vengano montate  automaticamente  da linux ?
posso creare io dei mount poin a piacere ? c'e' un sortware che lo fa ?

grazie