Mal som trochu iny problem, najskor som mal Ubuntu a potom som si nainstaloval WinXP, a nemohol som sa dostat do unixu, rovno mi bootoval WinXP. Vyriesil som to postupom nizsie, mozno to pomoze aj tebe:
grub does not start up after reboot, you see only WinXP.
- boot in Ubuntu live cd, run it. Run terminal
- sudo grub
inside grub type:
- find /boot/grub/stage1
- root (hdx,y) <- here type in output from 'find'
- setup (hd0)
- quit
reboot and you're done.
maybe another possibility could be to change window's partition to unbootable from bootable, and to boot-enable linux partition again. This could be done by:
sudo fdisk /dev/sda
type p and a commands.
za nic nerucim (ale mne to pomohlo), a odporucam googlit help ku kazdemu prikazu predtym ako ho pouzijes.