You are not logged in.
hi
i'm tring to install arch
where i need to install grub?on the root partition(/)?
because after i finished the instaltion and rebooted, windows load up normally:/
Last edited by dids22 (2007-02-06 22:30:22)
Offline
Instaling it to the MBR is the most common method....although either CAN work...
to install to MBR, as root
grub-install /dev/h(s)da
More good info on WIKI
PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.
Offline
Just don't install it on the same partition where your windows boots from, if you want dual boot - this will corrupt your windows installation.
Offline
Instaling it to the MBR is the most common method....although either CAN work...
to install to MBR, as root
grub-install /dev/h(s)da
More good info on WIKI
so why windows boot up normally and not grub??
Offline
Maybe you first tell us what you did. Then we may be able to tell you why it does not work.
Offline
i installed it in another partition
Offline
I think windows always installs the bootsector to mbr of the same disk its on, so to boot linux you will need to overwrite that by installing grub to the MBR. (the same disk where windows is)
Offline
i installed it in another partition
If you installed it on your root partition it will boot only if you set that partition as bootable.
Use the CD to boot into your installation and use
grub-install /dev/hda
or
grub install /dev/sda (if you have a SATA disk)
As stated before, you should check the wiki.
Offline
i have only one disk
so i don't need boot partition, just install grub on mbr?
Last edited by dids22 (2007-02-07 17:16:38)
Offline
Yes and then you will have to add a section to /boot/grub/menu.lst for windows to boot...here is mine..It assumes Windows is on 1st partition on the drive. (Usualy the case)
title Microsoft Windows XP Pro
rootnoverify (hd0,0)
makeactive
chainloader +1
PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.
Offline
the first option in the grub installation is the mbr, right? ("sda" without a number)
Offline
the first option in the grub installation is the mbr, right? ("sda" without a number)
Yes.
Offline