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?
Comment