I upgraded Dell 1747 with second SATA 500GB HDD. Windows marked the second disk as disk 0 (the original Windows is disk 1). Both Windows Manage and easyBCD list contents of each disk correctly.
Problem is picking a partition in "add new entry" from disk 0 ends up booting a disk 1 partition.
Disk 0 has linux Fedora13 and disk 1 Windows 7, booting a linux entry from disk 0 fails because ntfs is found. I also tried new entry "auto configured linux" but both easyBCD discovered Windows and Linux partitions roles are reversed.
I am running BCD 2.0.2. The last thing I tried is "NeoGrub" and editing menu.lst (hd1,1) which allows easyBCD to find a partition with ext2fs. However, it cannot find the root partition. Is it necessary to add "/boot" in "kernel /vmlinuz" in menu.lst? Without "/boot". neoGrub fails with "kernel /vmlinuz-2.6.33.3-85.fc13.i686.PAE not found". The actual linux menu.lst does not need "/boot" but assumes /boot is that path.
Windows adds new disk as disk 0 but Linux sees the new disk 0 as hd1. Any suggestion on adding a new boot entry for linux from disk 0?
My c:\NST\menu.lst
-------------------------------------
default=0
timeout=5
splashimage=(hd1,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora13 (hd1,1) (2.6.33.3-85.fc13.i686.PAE)
root (hd1,1)
kernel /boot/vmlinuz-2.6.33.3-85.fc13.i686.PAE ro root=/dev/mapper/vg_bigun2-lv_root rd_LVM_LV=vg_bigun2/lv_root rd_LVM_LV=vg_bigun2/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /boot/initramfs-2.6.33.3-85.fc13.i686.PAE.img
Problem is picking a partition in "add new entry" from disk 0 ends up booting a disk 1 partition.
Disk 0 has linux Fedora13 and disk 1 Windows 7, booting a linux entry from disk 0 fails because ntfs is found. I also tried new entry "auto configured linux" but both easyBCD discovered Windows and Linux partitions roles are reversed.
I am running BCD 2.0.2. The last thing I tried is "NeoGrub" and editing menu.lst (hd1,1) which allows easyBCD to find a partition with ext2fs. However, it cannot find the root partition. Is it necessary to add "/boot" in "kernel /vmlinuz" in menu.lst? Without "/boot". neoGrub fails with "kernel /vmlinuz-2.6.33.3-85.fc13.i686.PAE not found". The actual linux menu.lst does not need "/boot" but assumes /boot is that path.
Windows adds new disk as disk 0 but Linux sees the new disk 0 as hd1. Any suggestion on adding a new boot entry for linux from disk 0?
My c:\NST\menu.lst
-------------------------------------
default=0
timeout=5
splashimage=(hd1,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora13 (hd1,1) (2.6.33.3-85.fc13.i686.PAE)
root (hd1,1)
kernel /boot/vmlinuz-2.6.33.3-85.fc13.i686.PAE ro root=/dev/mapper/vg_bigun2-lv_root rd_LVM_LV=vg_bigun2/lv_root rd_LVM_LV=vg_bigun2/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /boot/initramfs-2.6.33.3-85.fc13.i686.PAE.img