jimihieu
Group: Members
Posts: 73
Joined: Mar. 2006 |
|
Posted: June 08 2006,16:54 |
|
Quote (neonuke @ May 28 2006,08:51) | Hi everyone,
I've had some success installing DSL before, but now trying to do it on a machine already running WinXP is giving me headaches
I have the following setup:
Windows XP: hda1 DSL: hdc1 Linux Swap: hdc2
I can get past the HD install, but when I restart it doesn't boot up with Grub, just goes straigt to Win XP
Following the advice of several threads I've tried the following:
1. Boot using LiveCD, then $grub > root (hd2,0) Error 21: Selected disk does not exist
2. Boot using LiveCD, #grub-install /dev/hda /dev/cloop does not have any corresponding BIOS drive.
3. Boot LiveCD. Mount hdc1 edit /boot/grub/menu.lst with the following:
title Windows XP root (hd0,0) chainloader+1 makeactive boot
None of the above have worked for me, what is going on? I suspect it may be the disk geometry, I'm not really sure, I have no experience with MBR stuff. Any help is appreciated.
neonuke |
hi neonuke try: use any LiveCD to boot up into whatever level then: #grub > root (hd3,0) > setup (hd3) > quit
for Gadabout try : use any LiveCD to boot up into whatever level then: #grub > root (hd2,0) > setup (hd2) > quit
if it works when boot up then you can edit /boot/menu.lst to add in chainload for windows XP! as what i have: title Windows XP rootnoverify (hd0,0) chainloader +1
JiMi
|