I have windows vista (only because I have to use adobe software for work) on a partition. I have kubuntu on seperate patitions. Finally I have backtrack 3 on a 10gig partition. All three will boot on this machine. Vista came installed so i didn't do anything with it. I installed kubuntu then backtrack. Backtrack tok over and would only let me boot to backtrack. I re-installed kubuntu. Now all my backtrack files are in place as they should be.
I can boot to either vista or kubuntu. I cannot get backtrack to boot. I edited my grub menu.lst and added backtrack but when i choose that option I get an error:
"Error 8: kernal must be loaded before booting"
The bottom part of my menu.lst file (which is where I should add my variable i think) looks like this:
What am I doing wrong? Any ideas?
I can boot to either vista or kubuntu. I cannot get backtrack to boot. I edited my grub menu.lst and added backtrack but when i choose that option I get an error:
"Error 8: kernal must be loaded before booting"
The bottom part of my menu.lst file (which is where I should add my variable i think) looks like this:
Code:
## ## End Default Options ## title Ubuntu 9.10, kernel 2.6.31-16-generic uuid e4ded213-78d3-4028-9608-86a9878c2655 kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=e4ded213-78d3-4028-9608-86a9878c2655 ro quiet splash initrd /boot/initrd.img-2.6.31-16-generic quiet title Ubuntu 9.10, kernel 2.6.31-16-generic (recovery mode) uuid e4ded213-78d3-4028-9608-86a9878c2655 kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=e4ded213-78d3-4028-9608-86a9878c2655 ro single initrd /boot/initrd.img-2.6.31-16-generic title Ubuntu 9.10, kernel 2.6.28-11-generic uuid e4ded213-78d3-4028-9608-86a9878c2655 kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e4ded213-78d3-4028-9608-86a9878c2655 ro quiet splash initrd /boot/initrd.img-2.6.28-11-generic quiet title Ubuntu 9.10, kernel 2.6.28-11-generic (recovery mode) uuid e4ded213-78d3-4028-9608-86a9878c2655 kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e4ded213-78d3-4028-9608-86a9878c2655 ro single initrd /boot/initrd.img-2.6.28-11-generic title Ubuntu 9.10, memtest86+ uuid e4ded213-78d3-4028-9608-86a9878c2655 kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other less than useful OS choices: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windoze Vister rootnoverify (hd0,0) savedefault chainloader +1 title BT3 rootnoverify (hd0,0) kernal /boot/vmlinuz vga=0x317 oot=/dev/sda4 rw autoexec=xconf;kdm boot
Comment