|
| View previous topic :: View next topic |
| Author |
Message |
tofu
|
Posted: Mon Jun 21, 2004 10:06 am Post subject: reinstall |
|
|
i had to reinstall windows, so i did a fresh install of windows and then a fresh install of blag 9000, same aslast time, now i can boot into blag ok, but when i try to boot windows i get the following.............booting WINDOWS XP
rootnoverify (hd0,0)
chainloader+1
only thing i did different was i made windows the default. anyone got any ideas? i`m not too worried, but the rest of the family must have their windows.
|
|
|
 |
Jason
|
Posted: Mon Jun 21, 2004 11:18 pm Post subject: |
|
|
Mine looks like this. So make sure yours looks similar.
| Code: |
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title BLAG 10000 (2.4.22-1.2188.nptl)
root (hd0,1)
kernel /boot/vmlinuz-2.4.22-1.2188.nptl ro root=LABEL=/ hdc=ide-scsi hdd=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2188.nptl.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
|
BLAG is my default. Bear in mind I have BLAG/Windows installed on the same hard drive.
|
|
|
 |
kazim
|
Posted: Mon Jun 28, 2004 11:37 pm Post subject: Bootloader |
|
|
Not sure if you are using 2 hard drives. If so then apparrently because windows is a bit picky about not being on primary master (hd0) if passed boot status by grub, you have to have something like:
| Code: |
title Windows 2000
map (hd0) (hd2)
map (hd2) (hd0)
rootnoverify (hd0,0)
chainloader +1
|
depending on the drives of course. (I think in this case doze is on the secondary master HD) Typical!
Last edited by kazim on Wed Jun 30, 2004 10:23 am; edited 1 time in total |
|
|
 |
Jason
|
Posted: Wed Jun 30, 2004 12:04 am Post subject: |
|
|
Both Windows and Linux are installed on the same hard drive for me.
|
|
|
 |
|
|
|