En fait:$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hdb1 259M 128M 118M 53% /
tmpfs 506M 8.0K 506M 1% /lib/init/rw
udev 10M 192K 9.9M 2% /dev
tmpfs 506M 12K 506M 1% /dev/shm
/dev/hdb9 103G 2.9G 95G 3% /home
/dev/hdb8 373M 11M 343M 3% /tmp
/dev/hdb5 4.6G 2.9G 1.5G 66% /usr
/dev/hdb6 2.8G 1.9G 737M 73% /var
/dev/hda2 2.0G 65M 1.9G 4% /opt
/dev/hda3 97G 7.4G 90G 8% /mnt/Documents
/dev/hda4 97G 27G 71G 28% /mnt/Juke-BoxLe système XP est le volume hda1.
J’ai tenté update-grub mais ça n’a rien changé.
… Bonjour Num’s
et donc:
[code]# fdisk -l
Disk /dev/hda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb64cb64c
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5010 40242793+ 7 HPFS/NTFS
/dev/hda2 5011 5271 2096482+ 83 Linux
/dev/hda3 5272 17893 101386215 7 HPFS/NTFS
/dev/hda4 17894 30515 101386215 7 HPFS/NTFS
Disk /dev/hdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe147acf1
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 34 273073+ 83 Linux
/dev/hdb2 35 14946 119780640 5 Extended
/dev/hdb5 35 642 4883728+ 83 Linux
/dev/hdb6 643 1007 2931831 83 Linux
/dev/hdb7 1008 1337 2650693+ 82 Linux swap / Solaris
/dev/hdb8 1338 1386 393561 83 Linux
/dev/hdb9 1387 14946 108920668+ 83 Linux
Disk /dev/sda: 8017 MB, 8017412096 bytes
5 heads, 32 sectors/track, 97868 cylinders
Units = cylinders of 160 * 512 = 81920 bytes
Disk identifier: 0x001f001f
Device Boot Start End Blocks Id System
/dev/sda1 * 51 97869 7825472 c W95 FAT32 (LBA)
#[/code]
Contenu de /boot/grub/menu.lst:
[code]
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-legacy-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 change this entry to ‘saved’ 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 5
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 … j’ai viré la chaîne
password topsecret
[/code]C’est bizarre dans le contenu de /boot/grub/menu.lst je ne vois pas la liste des 3 lignes des deux OS…