Re: moving boot drive around and lilo

2003-10-25 Thread Michael C.
On Tue, 21 Oct 2003 01:10:12 +0200, james terris [EMAIL PROTECTED] wrote: Of course now I have a new problem. When I reboot I get: LI So I changed lilo.conf from: disk=/dev/hde bios=0x80 boot=/dev/hda root=/dev/hde1 to: #disk=/dev/hde #bios=0x80 boot=/dev/hda

moving boot drive around and lilo

2003-10-20 Thread james terris
Hello, I recently had to move my hda drive to hde and now I can't figure out how to reinstall lilo so it knows to boot off hdie instead of hda1. If I boot off a floppy I can mount hde1 (mount /dev/hde1 /mnt) and see all my system files. I then modified /mnt/etc/lilo.conf to say: disk=/dev/hde

Re: moving boot drive around and lilo

2003-10-20 Thread Monique Y. Herman
On Mon, 20 Oct 2003 at 20:56 GMT, james terris penned: Hello, I recently had to move my hda drive to hde and now I can't figure out how to reinstall lilo so it knows to boot off hdie instead of hda1. If I boot off a floppy I can mount hde1 (mount /dev/hde1 /mnt) and see all my system files.

Re: moving boot drive around and lilo

2003-10-20 Thread David Z Maze
james terris [EMAIL PROTECTED] writes: Then I enter the command: LD_LIBRARY_PATH=/mnt/lib /mnt/sbin/lilo -r /mnt And i get the error: sh: /lib/ld_linux.so.2: version 'GLIBC_PRIVATE' not found (required by /mnt/lib/libc.so.6) Not having any idea what you're booting off of, does something

Re: moving boot drive around and lilo

2003-10-20 Thread james terris
Hello, I recently had to move my hda drive to hde and now I can't figure out how to reinstall lilo so it knows to boot off hdie instead of hda1. If I boot off a floppy I can mount hde1 (mount /dev/hde1 /mnt) and see all my system files. I then modified /mnt/etc/lilo.conf to say: disk=/dev/hde

Re: moving boot drive around and lilo

2003-10-20 Thread Monique Y. Herman
On Mon, 20 Oct 2003 at 23:06 GMT, james terris penned: That installs lilo! yay! Of course now I have a new problem. When I reboot I get: LI So I changed lilo.conf from: disk=/dev/hde bios=0x80 boot=/dev/hda root=/dev/hde1 to: #disk=/dev/hde #bios=0x80 boot=/dev/hda

Re: moving boot drive around and lilo

2003-10-20 Thread james terris
That installs lilo! yay! Of course now I have a new problem. When I reboot I get: LI So I changed lilo.conf from: disk=/dev/hde bios=0x80 boot=/dev/hda root=/dev/hde1 to: #disk=/dev/hde #bios=0x80 boot=/dev/hda root=/dev/hde1 and now I get: LILO 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01

Re: moving boot drive around and lilo

2003-10-20 Thread Monique Y. Herman
On Tue, 21 Oct 2003 at 01:39 GMT, james terris penned: You moved the drive from /dev/hda to /dev/hde , meaning that the physical location of the disk on your IDE chain has changed, right? So, um, why boot=/dev/hda rather than boot=/dev/hde? Because I thought that boot= indicates where

Re: moving boot drive around and lilo

2003-10-20 Thread Alvin Oga
hi ya joining in late On Mon, 20 Oct 2003, Monique Y. Herman wrote: On Tue, 21 Oct 2003 at 01:39 GMT, james terris penned: You moved the drive from /dev/hda to /dev/hde , meaning that the physical location of the disk on your IDE chain has changed, right? So, um, why