Re: booting with lilo/grub
"Brad Scott" <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Message-ID | <[email protected]> |
That gives the same result. While wrestling with grub, I moved the stuff on /dev/hda1 (the /boot partition) to a /boot directory on /dev/hda3. However, if I delete that directory on hda3, and make the change in lilo.conf to hda1 I get the same rebooting crazyness. ----- Original Message ----- From: Bobby R. Cox <[email protected]> To: Brad Scott <[email protected]> Cc: <[email protected]> Sent: Monday, September 02, 2002 7:31 PM Subject: Re: [gentoo-newbies] booting with lilo/grub > Should your boot=/dev/hda be boot=/dev/hda1 instead? > > Bobby C. > > On Mon, 2002-09-02 at 13:56, Brad Scott wrote: > > When I try to boot gentoo with lilo or grub, I get the "loading Gentoo.........." message, then the computer reboots. > > > > Here's my lilo.conf > > > > boot=/dev/hda > > root=/dev/hda3 > > install=/boot/boot.b > > map=/boot/System.map > > lba32 > > delay=50 > > image=/boot/bzImage > > label=Gentoo > > read-only > > > > the filesystem is xfs > > > > Anyone know what the deal is here? > > >