extended:
/dev/sdb1
/dev/sdb5 ntfs
/dev/sdb6 ext3 (sabayon)
/dev/sdb2 ext3 (ubuntu)
/dev/sdb3 swap
/dev/sdb4 ext3
heres my device map
- Code: Select all
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/sda
(hd3) /dev/sdb
and my current menu.lst
- Code: Select all
title Ubuntu 8.04, kernel 2.6.24-18-generic
root (hd3,1)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=82cf780c-8499-46ff-8de9-06273aa3294f ro quiet splash
initrd /boot/initrd.img-2.6.24-18-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root (hd3,1)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=82cf780c-8499-46ff-8de9-06273aa3294f ro single
initrd /boot/initrd.img-2.6.24-18-generic
title Sabayon Linux x86 3.5 (genkernel-x86-2.6.25-sabayon)
root (hd3,4)
kernel /boot/kernel-genkernel-x86-2.6.25-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=cadf568e-4c3d-4206-b956-6777cfd86415 dolvm quiet init=/linuxrc splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 resume=swap:/dev/sdb3
initrd /boot/initramfs-genkernel-x86-2.6.25-sabayon
title Sabayon Linux x86 3.5 (genkernel-x86-2.6.25-sabayon) (safe mode)
root (hd3,5)
kernel /boot/kernel-genkernel-x86-2.6.25-sabayon root=/dev/ram0 ramdisk=8192 real_root=UUID=cadf568e-4c3d-4206-b956-6777cfd86415 dolvm init=/linuxrc CONSOLE=/dev/tty1 resume=swap:/dev/sdb3 nox acpi=off ide=nodma vga=normal
initrd /boot/initramfs-genkernel-x86-2.6.25-sabayon
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Windows NT/2000/XP (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
any and all help will be greatly appreciated!

