Thanks, but it only showed drives.
Printable View
post output of
CheersCode:fdisk -l
Not that it helps but heres mine, how ever Backtrack lies on a separate harddrive.
menuentry "Backtrack3 (on /dev/sdb1)" {
insmod ext2
set root=(hd1,1)
search --no-floppy --fs-uuid --set 294f31d8-364a-4e26-8d8a-01e94393e3e3
linux /boot/vmlinuz root=/dev/hdb1 vga=791
Dr Green,
Track404,Code:Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x92e4538c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 12748 102398278+ 7 HPFS/NTFS
/dev/sda2 18821 19457 5116702+ 83 Linux
/dev/sda3 12749 18820 48773340 5 Extended
/dev/sda5 12749 18566 46733053+ 83 Linux
/dev/sda6 18567 18820 2040223+ 82 Linux swap / Solaris
Thanks for that! But I'm afraid mine looks almost exaclty like that, except reiserfs instead of ext2. But you're proof that you can get the multi-boot working with Grub2, so I'm not going to give up :D
Edit: YES track, you are a genius! :D I noticed that you had "root=/dev/hdb1", and I had "root=current". I changed my to "root=/dev/sda2" and it booted right up perfectly! And you thought that posting that wouldn't do any good :D
So I'm back on the game, problem solved, thanks guys!
~MaxRabbit
I thought you had tried this and it didn't boot ??Quote:
Originally Posted by MaxRabbit
Cool now all you have to do is add ( initrd /boot/initrd.gz ) to the end for the splash
Dr Green: I apologize profusely. I did not notice that the bottom line also had a "root=". So what I changed based on your suggestion was the "set root=" line. I hope you can see where I was coming from, but nevertheless I apologize many times over for not understanding your suggestion in the first place!