Re: [gentoo-user] grub hell

2007-11-16 Thread Jonathan R. Haws
Why not go Seamless with a VM? That works great for me. That way you can forget about the dual boot. Just set the VM to run on startup and you can access any Windows program from within Gentoo. Works great, speed is just as fast as when booting to XP.

Re: [gentoo-user] grub hell

2007-11-16 Thread maxim wexler
--- Jonathan R. Haws [EMAIL PROTECTED] wrote: Why not go Seamless with a VM? That works great for me. That way you can forget about the dual boot. Just set the VM to run on startup and you can access any Windows program from within Gentoo. Works great, speed is just as fast as

Re: [gentoo-user] grub hell

2007-11-16 Thread Billy Holmes
Jonathan R. Haws wrote: Why not go Seamless with a VM? That works great for me. That way you can forget about the dual boot. Just set the VM to run on startup and you can access any Windows program from within Gentoo. Works great, speed is just as fast as when booting to XP. that has to

Re: [gentoo-user] grub hell

2007-11-15 Thread maxim wexler
http://supergrub.forjamari.linex.org/ I use this cd image and it works like a treat. Not for me. Same problem: grub can get the HDs straight. I quit. Not a great biggee; I only use XP for one proprietary program that has yet to be linux-fied. I'll just tell the BIOS to boot from that

Re: [gentoo-user] grub hell

2007-11-14 Thread Mick
On Wednesday 14 November 2007, maxim wexler wrote: Thanks for the suggestions, I tried them all, but none of them worked. Every attempt at tab completion results in: Possible disks are: fd0 fd1 fd2 fd3 fd4 fd5 fd6 fd7 hd0 hd1 just doesn't appear(don't know what all those floppies is

Re: [gentoo-user] grub hell

2007-11-14 Thread Hans-Werner Hilse
Hi, On Wed, 14 Nov 2007 08:25:50 + Mick [EMAIL PROTECTED] wrote: I know the drive is OK cause it boots when the boot order in the BIOS starts with the first drive. Grub *should* be able to see what BIOS sees, but clearly this is not the case here. Have you tried reinstalling Grub

Re: [gentoo-user] grub hell

2007-11-14 Thread Mick
On Wednesday 14 November 2007, Hans-Werner Hilse wrote: Hi, On Wed, 14 Nov 2007 08:25:50 + Mick [EMAIL PROTECTED] wrote: I know the drive is OK cause it boots when the boot order in the BIOS starts with the first drive. Grub *should* be able to see what BIOS sees, but clearly

Re: [gentoo-user] grub hell

2007-11-14 Thread maxim wexler
the only option seems to be to properly install grub to the first HD. grub-install /dev/hda renders the PC completely unusable I would start with a grub floppy disk or boot CD(-RW) and look what Both drives are bootable provided I make a detour to the BIOS and change the boot order.

Re: [gentoo-user] grub hell

2007-11-14 Thread Hans-Werner Hilse
Hi, On Wed, 14 Nov 2007 13:27:49 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: the only option seems to be to properly install grub to the first HD. grub-install /dev/hda renders the PC completely unusable Hm, yeah, that's why I generally distrust running grub from within an booted

Re: [gentoo-user] grub hell

2007-11-14 Thread maxim wexler
Grub can perfectly from a floppy disk. See info grub (the full grub documentation, the man page is crap) in order to learn how to create a grub floppy disk (or CD/R(W)). You will then be able to set the BIOS boot order to default and see what a freshly booted Arrgh! Now I learn this box

Re: [gentoo-user] grub hell

2007-11-14 Thread W.Kenworthy
I came to this late and missed most of the thread so apologies if this has been covered. Did you mount /proc into /mnt/gentoo before chroot'ing? (see install docs) This allows grub to correctly sense the drive map for writing the boot sectors. Some early MB's changed the drive map depending on

Re: [gentoo-user] grub hell

2007-11-14 Thread Novensiles divi Flamen
Now, I don't have a burner on the PIII, but I have one on another box. Can someone suggest a method to burn a grub-boot CD that won't leave me with a coaster -- got plenty of those :( -mw http://supergrub.forjamari.linex.org/ I use this cd image and it works like a treat. - Noven --

Re: [gentoo-user] grub hell

2007-11-13 Thread Sarpy Sam
Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs do you have a space in between (hd1) and (hd0) in map (hd1) (hd0) ?

Re: [gentoo-user] grub hell

2007-11-13 Thread Mick
On Tuesday 13 November 2007, maxim wexler wrote: --- Dan Farrell [EMAIL PROTECTED] wrote: On Mon, 12 Nov 2007 15:27:55 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: rootnoverify (hd1,0) map (hd1)(hd0) Error 11: Unrecognized device string Press any key to continue...

Re: [gentoo-user] grub hell

2007-11-13 Thread maxim wexler
I am not sure if you have tried this or not, but when you map one drive to another {say: map (hd0) (hd1)}, you also need to map the second drive to the first, instead of leaving it hanging. So, the complete entry becomes: map (hd0) (hd1) map (hd1) (hd0) If this doesn't work you may

Re: [gentoo-user] grub hell

2007-11-12 Thread Mick
On Sunday 11 November 2007, maxim wexler wrote: Hi group, Previously I had a problem with hard drive that turned out was a faulty IDE controller, not the drive, not the cable. Now I can't use /dev/hdb but /dev/hdc is OK. So my set up is /dev/hda(WinXP) and /dev/hdc(gentoo), ie, WinXP is

Re: [gentoo-user] grub hell

2007-11-12 Thread Eric Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 maxim wexler wrote: Previously I had a problem with hard drive that turned out was a faulty IDE controller, not the drive, not the cable. Now I can't use /dev/hdb but /dev/hdc is OK. So my set up is /dev/hda(WinXP) and /dev/hdc(gentoo), ie, WinXP

Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler
My guess is that you have incompatible jumper settings on the back of the drives. Check these and make sure that they reflect what the BIOS sees. Also, check your /boot/grub/device.map for consistency. Then use tab completion from the grub prompt to find devices and bootable

Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 09:52:49 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: grub.conf: #XP title=XP rootnoverify (hd0,0) map (hd1)(hd0) makeactive chainloader +1 boot (I used one 'map' command following Dan Farrell's model but using two made no difference) notice in my XP

Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler
In your grub.conf, you say the root is on (hd0,0) but then remap (hd1) as (hd0). Whereas the root partition for windows boot in my case is the first hard drive listed after 'map', yours is the second I suggest you reverse this. As I stated before, I've tried all the possibilities.

Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 13:25:43 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: I've tried all the possibilities. Except the working one. Don't give up! I don't mean to discount your reply but I am worried I expressed myself poorly. I think your configuration should look like: rootnoverify

Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler
rootnoverify (hd1,0) map (hd1)(hd0) Error 11: Unrecognized device string Press any key to continue... Get easy, one-click access to your favorites. Make Yahoo! your homepage.

Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 15:27:55 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: rootnoverify (hd1,0) map (hd1)(hd0) Error 11: Unrecognized device string Press any key to continue...

Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler
--- Dan Farrell [EMAIL PROTECTED] wrote: On Mon, 12 Nov 2007 15:27:55 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: rootnoverify (hd1,0) map (hd1)(hd0) Error 11: Unrecognized device string Press any key to continue...

[gentoo-user] grub hell

2007-11-11 Thread maxim wexler
Hi group, Previously I had a problem with hard drive that turned out was a faulty IDE controller, not the drive, not the cable. Now I can't use /dev/hdb but /dev/hdc is OK. So my set up is /dev/hda(WinXP) and /dev/hdc(gentoo), ie, WinXP is on the first IDE as master and gentoo is on the sec IDE

Re: [gentoo-user] grub hell

2007-11-11 Thread Dan Farrell
On Sun, 11 Nov 2007 14:01:24 -0800 (PST) maxim wexler [EMAIL PROTECTED] wrote: Hi group, Previously I had a problem with hard drive that turned out was a faulty IDE controller, not the drive, not the cable. Now I can't use /dev/hdb but /dev/hdc is OK. So my set up is /dev/hda(WinXP)