On 09/14/2011 12:43 PM, Dave Phillips wrote: > # boot=/dev/sdb > # default=0 > # timeout=0 > # splashimage=(hd0,0)/grub/splash.xpm.gz > # hiddenmenu > title Fedora (2.6.35.6-45.fc14.x86_64) > root (hd1,0) > kernel /vmlinuz-2.6.35.6-45.fc14.x86_64 ro > root=/dev/mapper/VolGroup-lv_root rd_LVM_LV=VolGroup/lv_root > rd_LVM_LV=VolGroup/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet > initrd /initramfs-2.6.35.6-45.fc14.x86_64.img Hello Dave, This looks like Grub2 stuff but I found here F14 uses Grub legacy: http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/s1-x86-bootloader.html If your F14 install uses Grub2 I would recommend reinstalling Grub2 from F14 onto your first disk. Anyway you could check which Grub version your F14 install is using? Steps to install Grub2 onto your first harddisk (/dev/sda): - boot with F14 live CD into a live session - open terminal and become root - mount your F14 install with *mount /dev/sdb1 /mnt* (assuming root and /boot are on that partition) - mount /dev, /proc and /sys: *mount --bind /dev /mnt/dev mount --bind /sys /mnt/sys mount --bind /proc /mnt/proc* - chroot into your mounted F14 install: *chroot /mnt* - update your Grub config to include all the OS's: *update-grub* - install Grub into the MBR of your first harddisk: *grub-install /dev/sda* Best, Jeremy _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user