I have no SCSI. This is a linux system I built from scratch (linuxfromscratch.org) and my root partition is on /dev/hdb # LILO configuration file # Start LILO global Section # If you want to prevent console users to boot with init=/bin/bash, # restrict usage of boot params by setting a passwd and using the option # restricted. #password=bootpwd #restricted boot=/dev/hda #compact # faster, but won't work on all systems. vga = normal # force sane state read-only prompt timeout=100 # End LILO global Section # # image = /boot/lfskernel root = /dev/hdb label = lfs -----Original Message----- From: Nick Zentena [mailto:zentena@hophead.dyndns.org] Sent: Monday, January 08, 2001 10:47 AM To: Seth Payne; 'suse-linux-e@suse.com' Subject: Re: [SLE] lilo woes On January 8, 2001 12:33 pm, Seth Payne wrote:
I have a non SuSE specific question:
When running lilo I get the error:
fatal: /dev/hda no such file or directory
I also get this error when trying to install lilo on a floppy or the /boot partition or anywhere else for that matter! Anyone have an idea as to how to fix this?
What does lilo.conf look like. Also tells us what your system is setup like? Is it all Scsi? Nick
On January 8, 2001 12:51 pm, Seth Payne wrote:
I have no SCSI. This is a linux system I built from scratch (linuxfromscratch.org) and my root partition is on /dev/hdb
So the next question is does the file /dev/hda exist? Have you checked? Your conf file looks fine to me. Nick
Seth Payne wrote:
I have no SCSI. This is a linux system I built from scratch (linuxfromscratch.org) and my root partition is on /dev/hdb
# LILO configuration file # Start LILO global Section # If you want to prevent console users to boot with init=/bin/bash, # restrict usage of boot params by setting a passwd and using the option # restricted. #password=bootpwd #restricted boot=/dev/hda
<bits cut> This should be the drive you want LILO to run off. Do you actually have a /dev/hda? I don't just mean physically... check your /dev directory, especially if you're doing this from within the LFS system, to make sure that there is a /dev/hda special file.
# image = /boot/lfskernel root = /dev/hdb
The /dev/hdb above should have a number after it, e.g. /dev/hdb1, unless you're using the whole drive, and even then you really should have some partitioning scheme (is it possible to forego the pleasures of partitioning?). This depends on which partition you have as your root partition (naturally).
label = lfs
-----Original Message----- From: Nick Zentena [mailto:zentena@hophead.dyndns.org]
On January 8, 2001 12:33 pm, Seth Payne wrote:
I have a non SuSE specific question:
When running lilo I get the error:
fatal: /dev/hda no such file or directory
I also get this error when trying to install lilo on a floppy or the /boot partition or anywhere else for that matter! Anyone have an idea as to how to fix this?
What does lilo.conf look like. Also tells us what your system is setup like? Is it all Scsi?
Have fun, Chris -- __ _ -o)/ / (_)__ __ ____ __ Chris Reeves /\\ /__/ / _ \/ // /\ \/ / ICQ# 22219005 _\_v __/_/_//_/\_,_/ /_/\_\
participants (3)
-
Chris Reeves
-
Nick Zentena
-
Seth Payne