I ran out of Windoze disk space, (it's a 250GB SATA), so reduced the size of the ROOT partition and created a new Windoze drive G:
Now Mandriva won't boot, comes up with a fault on /dev/sda5 (the new NTFS partition), then throws me into a login prompt which will not accept anything.
What puzzles me is that Grub's menu still points to the correct partitions(?)
Disk partitions:
CODE
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x25a5ad84
Device Boot Start End Blocks Id System
/dev/sda1 * 1 728 5847628+ b W95 FAT32
/dev/sda2 729 5372 37302930 c W95 FAT32 (LBA)
/dev/sda3 5374 30401 201037410 5 Extended
/dev/sda4 7260 11017 30186131+ 83 Linux
/dev/sda5 5374 8283 23374543+ 7 HPFS/NTFS
/dev/sda6 8284 8573 2329393+ 82 Linux swap / Solaris
/dev/sda7 11018 24072 104864256 83 Linux
/dev/sda8 24073 30401 50837661 7 HPFS/NTFS
linux:/home/linux #
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x25a5ad84
Device Boot Start End Blocks Id System
/dev/sda1 * 1 728 5847628+ b W95 FAT32
/dev/sda2 729 5372 37302930 c W95 FAT32 (LBA)
/dev/sda3 5374 30401 201037410 5 Extended
/dev/sda4 7260 11017 30186131+ 83 Linux
/dev/sda5 5374 8283 23374543+ 7 HPFS/NTFS
/dev/sda6 8284 8573 2329393+ 82 Linux swap / Solaris
/dev/sda7 11018 24072 104864256 83 Linux
/dev/sda8 24073 30401 50837661 7 HPFS/NTFS
linux:/home/linux #
sda4 is ROOT
sda7 is HOME
Grub menu.lst:
CODE
timeout 1800
color black/cyan yellow/cyan
default 0
title linux
kernel (hd0,3)/boot/vmlinuz root=/dev/sda4 resume=/dev/sda6
initrd (hd0,3)/boot/initrd-ml2007-SATApatch.img
title failsafe
kernel (hd0,3)/boot/vmlinuz root=/dev/sda4 failsafe resume=/dev/sda6
initrd (hd0,3)/boot/initrd-ml2007-SATApatch.img
title windows
root (hd0,0)
makeactive
chainloader +1
title windows1
root (hd0,1)
makeactive
chainloader +1
I tried the repair from the x86_64 install CD(1) but it throws a wobbly saying it can't find ROOT partition.color black/cyan yellow/cyan
default 0
title linux
kernel (hd0,3)/boot/vmlinuz root=/dev/sda4 resume=/dev/sda6
initrd (hd0,3)/boot/initrd-ml2007-SATApatch.img
title failsafe
kernel (hd0,3)/boot/vmlinuz root=/dev/sda4 failsafe resume=/dev/sda6
initrd (hd0,3)/boot/initrd-ml2007-SATApatch.img
title windows
root (hd0,0)
makeactive
chainloader +1
title windows1
root (hd0,1)
makeactive
chainloader +1
How to dig out the problem?
[moved from Software by spinynorman]
