Results 1 to 5 of 5
I just finished installing crux, and everything went fine. Problem is, when i got to the end, and ran lilo, it gave me a dev error. Lilo wouldn't run, so ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-29-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 16
Crux and lilo
I just finished installing crux, and everything went fine. Problem is, when i got to the end, and ran lilo, it gave me a dev error. Lilo wouldn't run, so i restarted, trying to launch the lilo command again, and now the lilo command isn't found. I probably forgot to mount the hard drive, but, can someone shed some light?
- 01-30-2011 #2
lilo configuration
So you're saying that the lilo command isn't found? As in the command used to write lilo to the boot sector? If that's the case, you probably should reboot from the installation media, reconfigure your partitions and chroot again, and set up lilo right.
Basically follow the instructions in the crux handbook except you don't need to recopy any files or edit any files except lilo.conf.
Here's my (pretty basic) lilo.conf for crux 2.7:
Code:# # /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5) # lba32 install=text boot=/dev/sda vga=791 image=/boot/vmlinuz label=CRUX root=/dev/sda1 read-only append="quiet" # End of file
- 02-12-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 16
sorry for the extremly late reply, but, i dont think thats the problem. when i went back to "re do" everything, once i hit the setup script, i selected /mnt/sda as my install location (only hard drive i have, and wiped it all down), i get a message saying that there is no location like that. so im assuming, i might have installed it to the wrong location.
my question is, why is /mnt/sda not found?
- 02-15-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 16
just a mini bump
- 02-15-2011 #5
Yeah, sorry I didn't reply sooner. I'm not exactly certain what your problem is but it sounds like you just forgot some minor step.
First of all, /dev/sda is the hard drive but not the partition, so you should probably specify something like /dev/sda1
Second, don't forget to mount the partition. to /mnt/[whatever you want], otherwise the location DOESN'T exist.


Reply With Quote
