Are you able to boot bodhi now? Is this still an installation from unetbootin?
A) If it is an installation with unetbootin on your windows disk you may try easybcd:
http://neosmart.net/EasyBCD/
http://old.slax.org/forum.php?action=vi ... ntID=48540

For a usb or hdd install:
Here is an example of menu.lst for bodhi, according to the following link, post 6:
http://forums.bodhilinux.com/index.php? ... o-menulst/
Code: Select all
title Bodhi Linux
uuid d9416d3d-60bc-4d3e-bba7-bc4f7bc7b974
kernel /boot/vmlinuz-2.6.35-28-generic root=UUID=d9416d3d-60bc-4d3e-bba7-bc4f7bc7b974 ro quiet splash
initrd /boot/initrd.img-2.6.35-28-generic
However it has to be modified according to your installation. Please find 1) the right linux entry for vmlinuz and initrd.img, 2) blkid and 3) the structure of your usb key or hdd (as examples here are some of my data, yours will be different):
1) look in the /boot of the partition on which is bodhi (fdisk -l, that follows will give the structure of your disk)
2) use command blkid:
Code: Select all
root@porteus:~# blkid
/dev/sda1: LABEL="System" UUID="289C7CB19C7C7AE0" TYPE="ntfs"
/dev/sda2: LABEL="TI30846800A" UUID="DE62838A628365DD" TYPE="ntfs"
/dev/sda5: LABEL="porteus-slax" UUID="50edcee1-f9da-40ea-a91d-f969a784d748" TYPE="ext2"
/dev/sda6: LABEL="crunchbang" UUID="3f3e5c6f-ddb4-4134-a886-f6cdf0e082eb" TYPE="ext4"
...
3)
Code: Select all
root@porteus:~# fdisk -l
Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 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: 0xf6c5ce6c
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 3074047 1536000 27 Hidden NTFS WinRE
/dev/sda2 3074048 117442559 57184256 7 HPFS/NTFS/exFAT
/dev/sda3 117442560 250068991 66313216 5 Extended
/dev/sda5 117444608 159387647 20971520 83 Linux
/dev/sda6 159389696 220977151 30793728 83 Linux
/dev/sda7 220979200 246145023 12582912 83 Linux
/dev/sda8 246147072 250068991 1960960 82 Linux swap
root@porteus:~#
Prendre son temps, profiter de celui qui passe.