You are not logged in.
Pages: 1
I guess this question belongs here
My partition setup is like this the moment:
sda1 - NTFS with Win XP
sda2 - EXT3 storage partition
sda3 - FAT32 storage Partition
sda4 - EXT3 - Arch Linux *BOOTABLE*
The bootable flag is on sda4 and its working alright.
The bootloader I use is grub. This is the entry I use to boot into windows.
Grub is installed on sda4.
# (1) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
Works alright too.
Now my problem is that every time I boot into Windows, the bootable flag gets PERMANENTLY set to sda1 again. Meaning that after the next reboot, grub wont appear at all and windows will just start automatically.
Im pretty sure that this setup used to work for me in the past.. I cant figure out why I keep losing my bootable flag on sda4. And I rather dont want to risk installing grub on sda1 - last time I tried that the partition became unusable to the point I could even restore it with winxp cd boot and fixmbr.
Any ideas?
Last edited by Zoranthus (2007-09-28 08:33:14)
Offline
Have you tried installing grub on the MBR (sda, not sda1)?
Offline
....so the thing without number is the MBR, not some "parent element".
Works, now, thanks
Offline
Pages: 1