[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Vorrei piallare una partizione di windows che credo non necessaria.



Ciao sono su un laptop acer aspire 3692 e uso windows xp raramente ma non cancello la partizione perchè mia sorella ogni tanto deve editare qualcosa e lei proprio di linux non ne vuole sapere.
Questa è la descrizione di blkid
sudo blkid

/dev/sda5: UUID="701aebe0-35a2-4740-afd4-1e6f4d11e626" TYPE="swap"
/dev/sda1: LABEL="PQSERVICE" UUID="0E4E-05CE" TYPE="vfat"
/dev/sda2: LABEL="ACER" UUID="0954-16DC" TYPE="vfat"
/dev/sda6: UUID="a4d45b01-d86b-494d-a92c-019dab0dbb41" TYPE="ext3"
/dev/sr1: LABEL="Chiavetta TIM" TYPE="iso9660"
/dev/sdc1: UUID="5be9bba6-a7a4-4f0a-9c45-8800c6975e7f" TYPE="ext2"

vorrei riformattare sda1 con formato ext3 o 4 installarci su qualcos'altro, ma ho un po' paura che non parta più niente se formatto sda1 che dovrebbe contenere i tool di acer erecovery. La mia paura e' di perdere la partenza di windows Xp e dover magari prendere il vecchio dvd di recovery per reinstallare windows da capo. La cosa importante per me è che windows Xp e Linux partano lo stesso anche se sego /dev/sda1 cosa devo controllare?
Se mancano delle informazioni o se avete dei consigli vi sono grato

Qui sotto allego una descrizione di boot repair che avevo usato per far ripartire il pc dopo un'installazione non andata a buon fine di debian da una live cd di lubuntu.

                 Boot Info Script 0.60-git      [2 Jan 2012]


============================= Boot Info Summary: ===============================

=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks
    for (,msdos6)/boot/grub on this drive.

sda1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows XP: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:        /boot.ini /ntldr /NTDETECT.COM

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Windows XP: FAT32
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows XP
    Boot files:        /boot.ini /ntldr /NTDETECT.COM

sda3: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub Legacy
    Boot sector info:  Grub Legacy (v0.97) is installed in the boot sector
of sda6 and looks at sector 105438464 of the same hard drive for the stage2 file. A stage2 file is at this
                       location on /dev/sda.  Stage2 looks on partition #6
                       for /boot/grub/menu.lst.
    Operating System:  Ubuntu 11.10
    Boot files:        /boot/grub/menu.lst /boot/grub/grub.cfg /etc/fstab
                       /boot/extlinux/extlinux.conf /boot/grub/core.img

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders, total 117210240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1 63 10,233,404 10,233,342 12 Compaq diagnostics /dev/sda2 * 10,233,405 63,215,774 52,982,370 c W95 FAT32 (LBA)
/dev/sda3          63,217,662   117,209,087    53,991,426   5 Extended
/dev/sda5 116,160,512 117,209,087 1,048,576 82 Linux swap / Solaris
/dev/sda6          63,217,664   116,160,511    52,942,848  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs
/dev/sda1        0E4E-05CE                              vfat       PQSERVICE
/dev/sda2        0954-16DC                              vfat       ACER
/dev/sda5        46db8c97-a150-4f7f-97db-8302d3e52445   swap
/dev/sda6        e1561831-b779-4927-83ad-fc62c2778cee   ext4

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda6 /media/e1561831-b779-4927-83ad-fc62c2778cee ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


================================ sda1/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=Windows /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

================================ sda2/boot.ini: ================================

--------------------------------------------------------------------------------
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Media Center Edition" /noexecute=optin /fastdetect
--------------------------------------------------------------------------------

=========================== sda6/boot/grub/menu.lst: ===========================

--------------------------------------------------------------------------------
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'.  Fri Feb 10 06:06:43 2012
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
  title Windows (on /dev/sda2)
  map (hd0,0) (hd0,1)
  map (hd0,1) (hd0,0)
  rootnoverify (hd0,1)
  makeactive
  chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
  title Linux (on /dev/sda6)
  root (hd0,5)
  kernel /boot/vmlinuz root=/dev/sda6 ro vga=normal
# Linux bootable partition config ends
# Other bootable partition config begins
  title Windows (on /dev/sdc1)
  map (hd0) (hd1)
  map (hd1) (hd0)
  rootnoverify (hd1,0)
  makeactive
  chainloader +1
# Other bootable partition config ends
# Linux bootable initrd config begins
title Linux initrd /mnt/sda6/boot/initrd.img-3.2.5-030205-generic-pae (on /dev/sda6)
  root (hd0,5)
  kernel /boot/vmlinuz root=/dev/sda6 ramdisk_size=31100 root=/dev/ram0 rw
  initrd /mnt/sda6/boot/initrd.img-3.2.5-030205-generic-pae
# Linux bootable initrd config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,5)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/sda6)
root (hd0,5)
setup (hd0,5)
pause Press enter to continue.
title -     For help press 'c', then type: 'help'
root (hd0)
title -     For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)
--------------------------------------------------------------------------------

=========================== sda6/boot/grub/grub.cfg: ===========================


Reply to: