En pääse boottaamaan Windows Vistaan Grubilla ja tulee "Error 23: Error while parsing number".
Tässä on levyn käyttö fdisk -l komennolla:
Levy /dev/sda: 500.1 Gt, 500107862016 tavua
140 päätä, 51 sektoria/ura, 136802 sylinteriä
Yksiköt = 7140 * 512 = 3655680 -tavuiset sylinterit
Levyn tunniste: 0x9a96a10e
Laite Käynn Alku Loppu Lohkot Id Järjestelmä
/dev/sda2 * 1 136800 488375974+ f W95 Laaj (LBA)
/dev/sda5 57369 136800 283571316 7 HPFS/NTFS
/dev/sda6 1 547 1952713+ 82 Linux-sivutus / Solaris
/dev/sda7 548 3282 9763924+ 83 Linux
Osiotaulumerkinnät eivät ole levyjärjestyksessä
Tässä on /boot/grub/menu.lst
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Windows Vista
root (sd0,5)
makeactive
chainloader +1
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid bf4978a4-9af1-43d3-82ce-5ac92047700b
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bf4978a4-9af1-43d3-82ce-5ac92047700b ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid bf4978a4-9af1-43d3-82ce-5ac92047700b
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=bf4978a4-9af1-43d3-82ce-5ac92047700b ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid bf4978a4-9af1-43d3-82ce-5ac92047700b
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LISTOnko tuo oikein? Saattaa olla jokin tosi tyhmä virhe... Kokeilin myös monia eri vaihtoehtoja muokkaamalla riviä Grubin avulla, kun sain virheen. Apua kaivattaisiin.

Ystävällisin terveisin, PenttiR