Results 11 to 13 of 13
That should be right, yes.
In any event, you can try out the commands before you write into the config file. When in the GRUB menu, just type a C ...
- 11-11-2004 #11Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That should be right, yes.
In any event, you can try out the commands before you write into the config file. When in the GRUB menu, just type a C and you'll get to the GRUB command line. Then just type in the commands and see if they work, except you can't enter the "title" line, and you have to end it with the "boot" command (which is implied when commands are stored in the config file).
- 11-11-2004 #12Just Joined!
- Join Date
- Jul 2004
- Location
- Hacienda Heights
- Posts
- 16
ok I had changed my booting configure to this
but when I try to boot it by that, it says "Error 13: Unreconized device string"........Code:title Windows XP map (hd0)(hd1) map (hd1)(hd0) root (hd1,0) chainloader (hd1,0)+1
did I put it right? I add that map thing because I read from other posts said that we need that to trick windows or something, I am just shoooting at the dirt lol
- 11-12-2004 #13Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You need spaces between the device strings to the map command, like this:
Code:title Windows XP map (hd0) (hd1) map (hd1) (hd0) root (hd1,0) chainloader (hd1,0)+1


Reply With Quote
