Re: [gentoo-user] Reboot when GRUB starts

2005-06-14 Thread Richard Fish
Colin wrote: Two commands inside a GRUB shell doesn't sound too bad. Still, I think I should work on getting that stage1.5 file working. Do you think the file might have been damaged somehow? Maybe it just didn't like my CFLAGS? Well, the grub ebuild ignores (unsets, actually) whatever

[gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
This is really annoying. I just finished a Gentoo install on my computer and rebooted after installing GRUB with the command grub-install --root-directory=/boot /dev/hde as stated in the Handbook. Right after GRUB loads the stage1.5 file, the system reboots. The first partition is active.

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread A. Khattri
On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9 root=/dev/hde3 video=vesafb:mtrr,ywrap vga=0x31B Shouldn't that be: kernel

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
Colin wrote: This is really annoying. I just finished a Gentoo install on my computer and rebooted after installing GRUB with the command grub-install --root-directory=/boot /dev/hde as stated in the Handbook. Right after GRUB loads the stage1.5 file, the system reboots. What does

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
A. Khattri wrote: On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9 root=/dev/hde3 video=vesafb:mtrr,ywrap vga=0x31B Shouldn't

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
Firstly, A. Khattri, I had the grub.conf correct on the disk. I just mistyped it here. There is no equal sign after kernel. On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: What does /boot/grub/device.map contain? Assuming that it has a line that reads (hd0) /dev/hde, then everything

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: A. Khattri wrote: On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
Colin wrote: Okay, I tried that. No dice. I tried removing all occurences of /boot in case it didn't like symlinks, but that didn't work either. Well, I didn't expect to find any 'dice' here.maybe some error output or at least a better description (command failed, same reboot problem,

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: Colin wrote: Okay, I tried that. No dice. I tried removing all occurences of /boot in case it didn't like symlinks, but that didn't work either. Well, I didn't expect to find any 'dice' here.maybe some error output or at least a

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
Colin wrote: On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: Colin wrote: Okay, I tried that. No dice. I tried removing all occurences of /boot in case it didn't like symlinks, but that didn't work either. Well, I didn't expect to find any 'dice' here.maybe some error

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: Colin wrote: On 6/13/05, Richard Fish [EMAIL PROTECTED] wrote: Colin wrote: Okay, I tried that. No dice. I tried removing all occurences of /boot in case it didn't like symlinks, but that didn't work either. Well, I didn't

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Holly Bostick
Colin schreef: On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9 root=/dev/hde3 video=vesafb:mtrr,ywrap vga=0x31B Shouldn't that be:

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
Holly Bostick wrote: Colin schreef: On Mon, 13 Jun 2005, Colin wrote: /boot/grub/grub.conf === default 0 timeout 10 splashimage=(hd0,0)/grub/splash.xpm.gz title=Gentoo Linux 2.6.11-r9 root (hd0,0) kernel=/kernel-2.6.11-gentoo-r9 root=/dev/hde3

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Richard Fish
Colin wrote: It worked! One would think stage1.5 would be an integral step between 1 and 2, but apparently now. Gentoo works! (And Windows does too...) I got a lot of errors while booting Gentoo, so I've still got a few bugs to work out. Thanks, guys. The stage1.5 is really a minimal

Re: [gentoo-user] Reboot when GRUB starts

2005-06-13 Thread Colin
Richard Fish wrote: Colin wrote: It worked! One would think stage1.5 would be an integral step between 1 and 2, but apparently now. Gentoo works! (And Windows does too...) I got a lot of errors while booting Gentoo, so I've still got a few bugs to work out. Thanks, guys. The stage1.5