My netbook was working just perfectly yesterday, but I just had to mess with it until it broke.
This is an Acer Aspire One A 150 that came with Windows XP. I defragmented the drive and shrinked the windows partition.
I then installed PCLinuxOS, but it didn`t suspend properly. So I gave Debian a spin. Not a good idea. Basically it left everything unbootable from Grub. Now I am back on PCLinuxOS, and though it works, I would like to be able to boot into Windows as well. But something is wrong. I get a grub 15 error, that basically means that Grub can`t see the partition.
Here are my partitions:
[root@localhost ~]# df
Filesystem Size Used Avail Use% Mounted on
/dev/root 489M 1.7M 487M 1% /
/dev/sda1 3.8G 1.6G 2.2G 42% /mnt/win_c
/dev/sdb1 5.9G 3.8G 2.1G 65% /mnt/win_d
/dev/sdb6 20G 2.2G 17G 12% /mnt/sdb6
/dev/sdb7 101G 188M 96G 1% /mnt/sdb7
[root@localhost ~]# /sbin/fdisk -l
Disk /dev/sda: 4008 MB, 4008706048 bytes <---- this is just the USB stick I am booting from.
5 heads, 32 sectors/track, 48934 cylinders
Units = cylinders of 160 * 512 = 81920 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 51 48935 3910720 b W95 FAT32
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x11a8ba38
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 764 6136798+ 12 Compaq diagnostics
/dev/sdb2 765 3240 19888470 7 HPFS/NTFS
/dev/sdb3 3241 19457 130263052+ 5 Extended
/dev/sdb5 3241 3514 2200873+ 82 Linux swap / Solaris
/dev/sdb6 3515 6112 20868403+ 83 Linux
/dev/sdb7 6113 19457 107193681 83 Linux
[root@localhost ~]#
I am not sure what sdb1 is. sdb2 and sdb3 is probably a Windows recovery partition and the Windows partition - but I don`t know which is what. sdb5 is swap, sdb6 is PCLinuxOS and sdb7 is just an empty data partition.
Any ideas?