The new situation: GRUB is still not picking up the Windows XP session.
[root@localhost gert]# fdisk -l
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2411d025
Device Boot Start End Blocks Id System
/dev/sda1 * 63 30732344 15366141 7 HPFS/NTFS
/dev/sda2 30732345 92164904 30716280 7 HPFS/NTFS
/dev/sda3 92164905 348160679 127997887+ 7 HPFS/NTFS
/dev/sda4 348160680 976768064 314303692+ f W95 Ext'd (LBA)
/dev/sda5 348162728 373328551 12582912 83 Linux
[root@localhost gert]#
[root@localhost gert]# blkid
/dev/sda2: LABEL="Data-1" UUID="723C5A153C59D4A7" TYPE="ntfs"
/dev/sda3: LABEL="Data-2" UUID="C0C86D53C86D48AC" TYPE="ntfs"
/dev/sda5: LABEL="GAMMA-05" UUID="25fb8bd5-08f9-4609-ab11-533377475f7f" TYPE="ext4"
[root@localhost gert]#
cfdisk (util-linux-ng 2.18)
Disk Drive: /dev/sda
Size: 500106780160 bytes, 500.1 GB
Heads: 255 Sectors per Track: 63 Cylinders: 60801
Name Flags Part Type FS Type [Label] Size (MB)
--------------------------------------------------------------------------------------------------------------------------------------------
sda1 Boot Primary HPFS/NTFS 15734.97
sda2 Primary ntfs [Data-1] 31453.48
sda3 Primary ntfs [Data-2] 131069.84
sda5 NC Logical ext4 [GAMMA-05] 12885.96 *
Logical Free Space 308961.04 *
[root@localhost gert]# cat /boot/grub/menu.lst
timeout 1000
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=LABEL=GAMMA-05 splash=silent vga=788
initrd (hd0,4)/boot/initrd.img
title linux_nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=LABEL=GAMMA-05
initrd (hd0,4)/boot/initrd.img
title failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=LABEL=GAMMA-05 failsafe
initrd (hd0,4)/boot/initrd.img
title Windows XP
root (hd0,0)
makeactive
chainloader +1
[root@localhost gert]#
I just noticed that Konqueror user, does not see the first partition, sda1 when I am running the MiniMe, but does see the two ntfs, sda2 and sda3.
[root@localhost gert]# df
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 12G 1.8G 9.5G 16% /
/dev/sda2 30G 1.5G 28G 5% /media/Data-1
/dev/sda3 123G 7.1G 115G 6% /media/Data-2
[root@localhost gert]#
When I select the Windows title from boot menu, I am presented with > Grub
I can do the basic things, check for stage2, point root to the correct partition, setup grub on the drive.
I have typed in the windows menu lines by hand and then BOOT which sends me back to GRUB
Just19
Getting SATA cables and preparing for big rsync -av session as well as big clean out, grinding my teeth I will let go of a lot of backups and experimental systems I thought I might come back to, in reality not likely.