Results 1 to 10 of 10
Hello, I am a new user.
I have a problem with the boot process of lilo. On the computer screen are displayed only the first two letters of LILO and ...
- 09-24-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
LILO problem
Hello, I am a new user.
I have a problem with the boot process of lilo. On the computer screen are displayed only the first two letters of LILO and the process stops. How can i fix it? Many thanks
- 09-24-2006 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
please post your lilo.conf
- 09-24-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
Originally Posted by iwanabeguru
how can i find it? i can not boot this computer at all.
should i try with a bootable dos diskette or not?
thank you
- 09-24-2006 #4
Try with a live cd, ubuntu or knoppix are good choices
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-24-2006 #5Linux User
- Join Date
- Feb 2006
- Posts
- 484
boot with a live cd.
mount the root partition: if you installed the linux to the first partition on the first hard disk (primary master) its called hda1 , second partiton on the primary master disk is hda2 etc.
prim. master :hda
prim. slave: hdb
second. master hdc
second. slave hdd
for example :
the root partition is hda2 and have ext3 fs
mount -t ext3 /dev/hda2 /mnt
after you mounted the root partition you find the lilo.conf in the /etc directory.
post the file here
- 09-26-2006 #6Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
MY LILO.CONF IS AS FOLLOWS:
-----------------------------------------------------------
# /etc/lilo.conf: Sample LILO boot loader configuration.
boot=/dev/hda
root=/dev/hda2
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
prompt
#message=/boot/messg
lba32
default=win
#append="/dev/hda=ide-scsi,/dev/hdb=ide-scsi"
image=/vmlinuz
root=/dev/hda2
label=linux
read-only
image=/vmlinuz.orig
root=/dev/hda2
label=failsafe
read-only
other=/dev/hda1
label=win
--------------------------------------------------------------
MANY THANKS
- 09-26-2006 #7
Which version of Debian are you using?
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-27-2006 #8Linux User
- Join Date
- Feb 2006
- Posts
- 484
hi
in this section you need define the initrd file if you using vmlinuz kernel img
image=/vmlinuz
initrd=/path to yuor initrd img
root=/dev/hda2
label=linux
read-only //change this line to read-write because its say the lilo mount the root filesystem read only.
save and run the command lilo
ps: i compiling my kernel into bzimg
and here is my lilo.conf may it help
boot=/dev/hda
delay=300
vga=1
menu-title=" Good work on Anubys! "
menu-scheme=Cb:Rb:Yb:Wb
default="Debian/Sarge"
prompt
timeout=300
#Debian , 2.6.16.14
image=/boot/linux-2.6.16.14-wicr
root=/dev/hda2
label=Debian/Sarge
read-write
#Debian , kernel 2.6.1x.y
image=/boot/linux-2.6.16.14-wicr
root=/dev/hda2
label=TEST
read-write
#Debian
#image=/vmlinuz
#initrd=/initrd.img
#root=/dev/hda2
#label="Debian-Original"
#read-write
#Windows XP
other=/dev/hda1
label="Windows_XP"
table=/dev/hda
- 09-30-2006 #9Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
LILO problem
debian version is 2.2.19 (testing/unstable)
initrd directory is empty
thanks
- 10-01-2006 #10Linux User
- Join Date
- Feb 2006
- Posts
- 484
"debian version is 2.2.19" are you sure?
let us know your distro codename (sarge,etch ,sid)


Reply With Quote
