You are not logged in.

#1 2006-08-29 19:38:49

bistrototal
Member
From: Norway
Registered: 2005-05-25
Posts: 59

[solved] grub config and partitioning

I've got the following "partition table":
/dev/sda1 /boot
/dev/sda2 c:
/dev/sda3 /
/dev/sda5 /home
/dev/sda6 swap

i installed win xp on 2 and then grub which were installed on mbr (/dev/sda==mbr?) stopped working. i then reinstalled grub on from the arch installation cd and win xp stopped working.

i wonder if grub should be on f. ex. sda1 and then win xp installs a boot loader or something on sda(/mbr) ?

Thanks,
Howie

Offline

#2 2006-08-30 16:24:41

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,949

Re: [solved] grub config and partitioning

Windows XP (and most other windows versions) overwrite the MBR without asking or telling you.

It's easier to use grub to boot both windows and archlinux then let the windows boot loader start both. so you can leave grub in the MBR (sda).

for windows try adding this to the /boot/grub/menu.lst file :

# (1) Windows
title Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2006-09-02 21:17:32

bistrototal
Member
From: Norway
Registered: 2005-05-25
Posts: 59

Re: [solved] grub config and partitioning

Ok,
it works fine now, with only applying your suggested menu.lst. Thanks!

Offline

Board footer

Powered by FluxBB