Oh boy where to start. had issues with xp and flushed with reinstall . So then of course windows wipes out grub. after much effort with supergrub . I was able to boot into Kubuntu. the first time i ran supergrub right
sudo grub-mkconfig -o /boot/grub/grub.cfg it found windows made no grub file and then still only booted to win. I finally figured out how to use
sudo grub-install
hd0,4 is where kubuntu sits. I put in hd0,0 which hosed xp. then i put in hd0,4 and now linux boots every time . ask me to chose esc to view menu. when i do theres no xp options . I fixed the XP boot sector now i can boot into both.
The catch here is Grub doesn't see the Xp partition. as far as kubuntu and supergrub are concerned it seems to think grub is just fine.
the output i get never mentions XP
it has every version of the kernel and the mem test but only if i hit esc.
ooh around fiesty or gutsy i had to edit the grub file manually . Any ideas?
sudo grub-mkconfig -o /boot/grub/grub.cfg it found windows made no grub file and then still only booted to win. I finally figured out how to use
sudo grub-install
hd0,4 is where kubuntu sits. I put in hd0,0 which hosed xp. then i put in hd0,4 and now linux boots every time . ask me to chose esc to view menu. when i do theres no xp options . I fixed the XP boot sector now i can boot into both.
The catch here is Grub doesn't see the Xp partition. as far as kubuntu and supergrub are concerned it seems to think grub is just fine.
the output i get never mentions XP
it has every version of the kernel and the mem test but only if i hit esc.
ooh around fiesty or gutsy i had to edit the grub file manually . Any ideas?




)
Where is that Manual written by the grub-dev insiders who really know how this works! When you think about it, that old GRUB Legacy Manual--which at times seems a bit slim--is actually quite a solid piece of work. At least, usually, it gives you the basics and a few clues to take it from where it leaves off. I've said it before, and it sure seems to be true: With GRUB 2, it's simple: grub-install and grub-mkconfig, editing contents of /etc/default/grub and /etc/grub.d, and it's all automatic for you. EXCEPT, we really rely on the reliability (not a redundancy, btw) of os-prober and those other two commands to work well as they should.
Comment