Re: Vista + Kubuntu + Backtrack 3 triple boot grub issue
well, i checked backtrack and I still can't post there (day three and still not approved)
So, let's see what we can figure out. This where I am right now with my backtrack portion of my grub menu.lst:
this is what it looks like in the backtrack grub menu.lst:
if i use the code they used word for word and line by line I get no response, not even an error, when i select BT3 from my grub menu and press enter. Nothing at all.
If i remove "APPEND" and put the kernel and append lines on the same line it will boot but after a zillion lines of text fly up my screen i get a kernel panic error. It asks me to append the root= line.
I'm learning a lot about linux as I got. I've already built a really nice home server and i've done a lot of research so i've got a tiny clue but apparently I don't have a good grasp on the file ssytems yet.
So, that being said, the path to vmlinuz from root is /boot/vmlinuz (vmlinuz is the kernel yes?)
I've done a lot of googling and looked at a lot of linux forums and none of the solutions i find work.
Originally posted by Qqmike
So, let's see what we can figure out. This where I am right now with my backtrack portion of my grub menu.lst:
Code:
title BT3 rootnoverify (hd0,3) kernel /boot/vmlinuz vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;kdm
Code:
LABEL xconf1 MENU LABEL BT3 Graphics mode (KDE) KERNEL /boot/vmlinuz APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;kdm
If i remove "APPEND" and put the kernel and append lines on the same line it will boot but after a zillion lines of text fly up my screen i get a kernel panic error. It asks me to append the root= line.
I'm learning a lot about linux as I got. I've already built a really nice home server and i've done a lot of research so i've got a tiny clue but apparently I don't have a good grasp on the file ssytems yet.
So, that being said, the path to vmlinuz from root is /boot/vmlinuz (vmlinuz is the kernel yes?)
I've done a lot of googling and looked at a lot of linux forums and none of the solutions i find work.
Comment