You are not logged in.
Pages: 1
Hi.
I have Arch Linux on my computer and I've installed Windows XP. After installation, I can't see GRUB boot screen. How to fix it?
Patientia rara virtus
Offline
http://wiki.archlinux.org/index.php/Win … _Dual_Boot
Always search the form and wiki before asking for help.
Offline
The windows bootloader removed grub from MBR (Master Boot Record) on your disk. Since you can have only one bootloader in MBR, you must now boot into system (e.g. Archlinux installation CD) which can install grub into your MBR.
In case you have both OS on sda disk, you must install grub using: grub-install /dev/sda
Important: DO NOT TYPE grub-install /dev/sda1 or sda2, this will not install grub to MBR but to first sector of a partition.
Offline
Pages: 1