Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/03/2013, à 19:18

Khalid_agdmoun

Augmenter la taille réservée à Ubuntu lors de l'installation

Salut mes amis,
Je voudrais augmenter la taille réservée sur le disque dur à Ubuntu, sachant que j'ai installé Ubuntu avec wubi sur windows7, et je lui réservais 20Go lors de son installtion; et maintenant et puisque windows ne marches plus je souhaite augmenter la taile réservée à Ubuntu au maximum possible.
Voilà le résultat du Boot Info Script:

                  Boot Info Script 0.61      [1 April 2012]


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

 => Windows is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe 
                       /wubildr /ubuntu/winboot/wubildr /wubildr.mbr 
                       /ubuntu/winboot/wubildr.mbr /ubuntu/disks/root.disk 
                       /ubuntu/disks/swap.disk

sda1/Wubi: _____________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 10.04.4 LTS
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

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

Drive: sda _____________________________________________________________________

Disque /dev/sda: 250.1 Go, 250059350016 octets
255 têtes, 63 secteurs/piste, 30401 cylindres, total 488397168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   467,714,047   467,712,000   7 NTFS / exFAT / HPFS
/dev/sda2         467,714,048   488,390,655    20,676,608   7 NTFS / exFAT / HPFS


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0       6315b8ed-c8e2-411e-9713-ca23fb787c42   ext4       
/dev/sda1        E06CE2E96CE2BA04                       ntfs       
/dev/sda2        7618E15A18E119BF                       ntfs       RECOVERY

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

Device           Mount_Point              Type       Options

/dev/loop0       /                        ext4       (rw,errors=remount-ro)
/dev/sda1        /host                    fuseblk    (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)


======================== sda1/Wubi/boot/grub/grub.cfg: =========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
set locale_dir=($root)/boot/grub/locale
set lang=fr
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_lupin ###
menuentry "Ubuntu, Linux 2.6.32-45-generic" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.32-45-generic root=UUID=E06CE2E96CE2BA04 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.32-45-generic
}
menuentry "Ubuntu, Linux 2.6.32-45-generic (recovery mode)" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.32-45-generic root=UUID=E06CE2E96CE2BA04 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.32-45-generic
}
menuentry "Ubuntu, Linux 2.6.32-33-generic" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.32-33-generic root=UUID=E06CE2E96CE2BA04 loop=/ubuntu/disks/root.disk ro   quiet splash
	initrd /boot/initrd.img-2.6.32-33-generic
}
menuentry "Ubuntu, Linux 2.6.32-33-generic (recovery mode)" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
	loopback loop0 /ubuntu/disks/root.disk
	set root=(loop0)
	linux /boot/vmlinuz-2.6.32-33-generic root=UUID=E06CE2E96CE2BA04 loop=/ubuntu/disks/root.disk ro single 
	initrd /boot/initrd.img-2.6.32-33-generic
}
### END /etc/grub.d/10_lupin ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set E06CE2E96CE2BA04
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
--------------------------------------------------------------------------------

============================= sda1/Wubi/etc/fstab: =============================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
/host/ubuntu/disks/root.disk /               ext4    loop,errors=remount-ro 0       1
/host/ubuntu/disks/swap.disk none            swap    loop,sw         0       0
--------------------------------------------------------------------------------

================= sda1/Wubi: Location of files loaded by Grub: =================

           GiB - GB             File                                 Fragment(s)

  14.345699310 = 15.403577344   boot/grub/grub.cfg                             1
  12.510528564 = 13.433077760   boot/initrd.img-2.6.32-33-generic              1
  12.518291473 = 13.441413120   boot/initrd.img-2.6.32-45-generic              1
   0.738281250 = 0.792723456    boot/vmlinuz-2.6.32-33-generic                 2
   3.163932800 = 3.397246976    boot/vmlinuz-2.6.32-45-generic                 1
  12.518291473 = 13.441413120   initrd.img                                     1
  12.510528564 = 13.433077760   initrd.img.old                                 1
   3.163932800 = 3.397246976    vmlinuz                                        1
   0.738281250 = 0.792723456    vmlinuz.old                                    2

Merci.

Dernière modification par Khalid_agdmoun (Le 09/03/2013, à 19:19)

Hors ligne

#2 Le 09/03/2013, à 19:42

ljere

Re : Augmenter la taille réservée à Ubuntu lors de l'installation

le plus simple dans ce cas la est de sauvegarder tes données et de refaire une installation neuve sur ton PC


ancien PC Toshiba satellite_c670d-11 / Linux Mint 21 Vanessa
Nouveau PC ASUS TUF GAMING A17 GPU RTX 4070 CPU AMD Ryzen 9 7940HS w/ Radeon 780M Graphics / Linux Mint 21.2 Victoria / Kernel: 6.4.8-1-liquorix / Desktop: Cinnamon

Hors ligne

#3 Le 10/03/2013, à 10:07

malbo

Re : Augmenter la taille réservée à Ubuntu lors de l'installation

Je te prie de répondre à mon message dans cette autre discussion que tu as initiée : http://forum.ubuntu-fr.org/viewtopic.ph … #p12852281
En particulier, le résultat de la commande "df -h" que je t'ai demandé dans cette autre discussion est important par rapport à tes possibilités de faire évoluer la situation.

Hors ligne

#4 Le 11/03/2013, à 12:42

Khalid_agdmoun

Re : Augmenter la taille réservée à Ubuntu lors de l'installation

Salut;
je sais que c'est pas interessant de garder un windows qui ne travaille pas; mais j'ai pas actuellement du temps pour m'interesser à le reinstaller ou d'installer une version complète d'Ubuntu (la raison est mes études très serrées); donc je cherche seulement une solution temporaire, et j'ai besoin d'espace pour installer des logiciels lourds sur mon Ubuntu actuel sachant que je n'ai pas réservé que 20Go pour Ubuntu.
Merci pour votre interaction et votre aide.

Hors ligne

#5 Le 11/03/2013, à 14:09

kholo

Re : Augmenter la taille réservée à Ubuntu lors de l'installation

http://forum.ubuntu-fr.org/viewtopic.ph … #p12865591
bonjour, j'en remet une petite couche ici car tu parles du soucis de temps
http://forum.ubuntu-fr.org/viewtopic.php?id=402803
résolu par un certain malbo ;°)

Hors ligne

#6 Le 11/03/2013, à 19:15

mimidevos

Re : Augmenter la taille réservée à Ubuntu lors de l'installation

C'est pas très bon de laisser windows qui bug et ubuntu avec wubi car les virus peuvent accéder plus rapidement à votre ordinateur.
Emilien


Mon portfolio : http://unixfox.eu
Utilisateur de : Debian, ArchLinux (et Manjaro) et RHEL (Centos & Fedora)
Plus d'infos sur mon profil ici : http://doc.ubuntu-fr.org/utilisateurs/mimidevos

Hors ligne