That's way different! Here's the output:
[root@localhost ~]# mount /dev/sda7 /mnt/here
[root@localhost ~]# cat /mnt/here/boot/grub/menu.lst
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,8)/boot/gfxmenu
default 0
title linux
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=170f21b3-6ea3-48c7-8c04-94bf0eba43dc quiet nokmsboot vmalloc=256M acpi=on resume=UUID=3c6ceea0-43e9-42ae-82d0-67ec3b17042b splash=silent vga=788
initrd (hd0,8)/boot/initrd.img
title linux-nonfb
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=170f21b3-6ea3-48c7-8c04-94bf0eba43dc quiet nokmsboot vmalloc=256M acpi=on resume=UUID=3c6ceea0-43e9-42ae-82d0-67ec3b17042b
initrd (hd0,8)/boot/initrd.img
title failsafe
kernel (hd0,8)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=170f21b3-6ea3-48c7-8c04-94bf0eba43dc quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd0,8)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title memtest-4.20
kernel (hd0,8)/boot/memtest-4.20 BOOT_IMAGE=memtest-4.20
title Linux Mint 14 Nadia (14) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5
initrd /boot/initrd.img-3.5.0-17-generic
savedefault
boot
title 3.2.18-pclos2.pae.bfs
kernel (hd0,8)/boot/vmlinuz-3.2.18-pclos2.pae.bfs BOOT_IMAGE=3.2.18-pclos2.pae.bfs root=UUID=170f21b3-6ea3-48c7-8c04-94bf0eba43dc quiet nokmsboot vmalloc=256M acpi=on resume=UUID=3c6ceea0-43e9-42ae-82d0-67ec3b17042b splash=silent vga=788
initrd (hd0,8)/boot/initrd-3.2.18-pclos2.pae.bfs.img
# This is a divider, added to separate the menu items below from the PCLINUXOS standard grub entries
title Other operating systems:
# This entry automatically added by the PCLinuxOS redo-mbr for an existing
# linux installation on /dev/sda5.
title Linux Mint 14 Nadia (14) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5
initrd /boot/initrd.img-3.5.0-17-generic
savedefault
boot
# This is a divider, added to separate the menu items below from the PCLINUXOS standard grub entries
title Other operating systems:
# This entry automatically added by the PCLinuxOS redo-mbr for an existing
# linux installation on /dev/sda13.
title PCLinuxOs_64 (on /dev/sda13)
root (hd0,12)
kernel /boot/vmlinuz BOOT_IMAGE=PCLinuxOs_64 root=UUID=50367372-b1c6-4dff-a774-4a3129954fca quiet nokmsboot vmalloc=256M acpi=on resume=UUID=3c6ceea0-43e9-42ae-82d0-67ec3b17042b splash=silent vga=788
initrd (hd0,12)/boot/initrd.img
savedefault
boot
# This entry automatically added by the PCLinuxOS redo-mbr for an existing
# linux installation on /dev/sda5.
title Linux Mint 14 Nadia (14) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5
initrd /boot/initrd.img-3.5.0-17-generic
savedefault
boot
# This is a divider, added to separate the menu items below from the PCLINUXOStandard grub entries
title Other operating systems:
# This entry automatically added by the PCLinuxOS redo-mbr for an existing
# linux installation on /dev/sda12.
title PCLinuxOs_64 (on /dev/sda12)
root (hd0,11)
kernel /boot/vmlinuz BOOT_IMAGE=PCLinuxOs_64 root=UUID=50367372-b1c6-ff-a774-4a3129954fca quiet nokmsboot vmalloc=256M acpi=on resume=UUID=3c6ceea03e9-42ae-82d0-67ec3b17042b splash=silent vga=788
initrd (hd0,12)/boot/initrd.img
savedefault
boot
# This entry automatically added by the PCLinuxOS redo-mbr for an existing
# linux installation on /dev/sda5.
title Linux Mint 14 Nadia (14) (on /dev/sda5)
root (hd0,4)
kernel /boot/vmlinuz-3.5.0-17-generic root=/dev/sda5
initrd /boot/initrd.img-3.5.0-17-generic
savedefault
boot
I don't know if you groked the partitions I think are the present homes of pclos systems:
sda7: 32 /
sda8: /home (for both 32 and 64)
sda11: 64 /
(I believe sda5 is Mint 64)
--doug
Next step...
[root@localhost ~]# kwrite /mnt/here/boot/grub/menu.lst <Enter>
When kwrite opens, each of the
8s above needs to be changed to a
6.
Save the file, close kwrite, then do the following;
[root@localhost ~]# grub <Enter>
Probing devices to guess BIOS drives. This may take a long time.
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> root (hd0,6)root (hd0,6)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,6)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded
Done.
grub> quitquit
[root@localhost ~]#You should then be able to boot to the 32bit installation. Once that is accomplished, we can then do more edits to boot the 64bit installations.