hmarkna Posted October 5, 2009 Share Posted October 5, 2009 I installed Windows 7 then Leo4allv2 and then Ubuntu Jaunty just today. Now grub does not recognize any of my previous installations. here is the fdisk result in ubuntu terminal: Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0002a1eb Device Boot Start End Blocks Id System /dev/sda1 9836 14698 39062047+ 83 Linux /dev/sda2 13 4863 38958080 7 HPFS/NTFS /dev/sda3 4863 9835 39936000 af Unknown /dev/sda4 14699 30401 126134347+ 5 Extended /dev/sda5 14699 29287 117186111 83 Linux /dev/sda6 29288 30401 8948173+ 82 Linux swap / Solaris Partition table entries are not in disk order Thanks in Advance! Link to comment https://www.insanelymac.com/forum/topic/190672-windows-7-leo4all-ubuntu-jaunty-grub-setup-help/ Share on other sites More sharing options...
srs5694 Posted October 5, 2009 Share Posted October 5, 2009 In Linux, edit /boot/grub/menu.lst and add the following entries: title Windows rootnoverify (hd0,2) makeactive chainloader +1 title MacOS rootnoverify (hd0,3) makeactive chainloader +1 I make no promises that these will work. The MacOS entry is particularly likely to misbehave; there's something a bit odd in the way at least some OSx86 boot loaders work, such that they sometimes don't work right when started from GRUB. If that's the case, you should post more details, such as what boot loader you're using and what, if any, error messages you see when you select MacOS from the GRUB menu. Link to comment https://www.insanelymac.com/forum/topic/190672-windows-7-leo4all-ubuntu-jaunty-grub-setup-help/#findComment-1290800 Share on other sites More sharing options...
vilpostus Posted October 6, 2009 Share Posted October 6, 2009 May also check this http://www.insanelymac.com/forum/index.php...c=74510&hl= thread (the last post). Link to comment https://www.insanelymac.com/forum/topic/190672-windows-7-leo4all-ubuntu-jaunty-grub-setup-help/#findComment-1290932 Share on other sites More sharing options...
hmarkna Posted October 6, 2009 Author Share Posted October 6, 2009 Thanks I got it to work! Link to comment https://www.insanelymac.com/forum/topic/190672-windows-7-leo4all-ubuntu-jaunty-grub-setup-help/#findComment-1291574 Share on other sites More sharing options...
Recommended Posts