Activity log for bug #299338

Date Who What changed Old value New value Message
2008-11-18 05:50:20 Shirish Agarwal bug added bug
2008-11-18 05:50:20 Shirish Agarwal bug added attachment 'menu.lst' (menu.lst)
2008-11-18 05:50:20 Shirish Agarwal bug added attachment 'Dependencies.txt' (Dependencies.txt)
2008-11-18 05:50:43 Shirish Agarwal bug added attachment 'grub.cfg' (grub.cfg)
2008-11-18 22:38:06 Chris Halse Rogers grub2: status New Incomplete
2008-11-18 22:38:06 Chris Halse Rogers grub2: statusexplanation What do you mean by "not booting the way it boots from menu.lst"? What exactly is different? In particular, does grub-pc *work* - as in: does it successfully load Ubuntu? Grub2 doesn't use menu.lst; it does have its own configuration. As to your other questions: *) It sets root=(hd0,1) because grub2 starts partition numbering at 1, not 0 *) The "search --fs-uuid --set" line is searching for your /boot partition by UUID, and setting it to the root if it finds it. The only influence the bootloader has on the usplash theme is (a) whether it's on or not, and (b) the root partition that you're booting from. Since you've set menu.lst to not show the splash, it obviously won't be shown under grub legacy. You haven't disabled the splash under grub2, so the usplash will be shown. Finally; I don't think the UUIDs of your drives are a particular concern, but the UUID of your root drive is still in the menu.lst you posted. And the UUID of your / partition is in grub.cfg.
2008-11-19 09:25:10 Shirish Agarwal grub2: status Incomplete Invalid
2008-11-19 09:25:10 Shirish Agarwal grub2: statusexplanation What do you mean by "not booting the way it boots from menu.lst"? What exactly is different? In particular, does grub-pc *work* - as in: does it successfully load Ubuntu? Grub2 doesn't use menu.lst; it does have its own configuration. As to your other questions: *) It sets root=(hd0,1) because grub2 starts partition numbering at 1, not 0 *) The "search --fs-uuid --set" line is searching for your /boot partition by UUID, and setting it to the root if it finds it. The only influence the bootloader has on the usplash theme is (a) whether it's on or not, and (b) the root partition that you're booting from. Since you've set menu.lst to not show the splash, it obviously won't be shown under grub legacy. You haven't disabled the splash under grub2, so the usplash will be shown. Finally; I don't think the UUIDs of your drives are a particular concern, but the UUID of your root drive is still in the menu.lst you posted. And the UUID of your / partition is in grub.cfg.