Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just compiled a new kernel(3rd time). It is version 2.6.1. WWhen I select from Lilo it says "Loading newlinux EBDA too big". Newlinux is the name of the entry in Lilo.
Why is this happening
Thanks
bye
hey. ca you post some more details pls?
relevant snippets from /etc/lilo.conf, and your /boot structure might help. also, i hope u ran lilo as root before reboot?
thanks.
Ok lilo.conf part is:
image="/boot/vmlinuz-2.6.1"
label="Newlinux"
root="/dev/hdc6"
initrd="/boot/initrd-2.6.1.img"
read-only
vga=normal
append="devfs=mount acpi=off quiet"
I currently have two kernels in /boot and the relevent initrd and system.map files.
I ran lilo as root but now I am getting another error message:
Kernel panic:VFS:Unable to mount root fs on hdc6
And here is fdisk -l
Disk /dev/ide/host0/bus1/target0/lun0/disc: 20.5 GB, 20547841536 bytes
255 heads, 63 sectors/track, 2498 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/ide/host0/bus1/target0/lun0/part1 * 1 523 4200966 b Win95 FAT32
/dev/ide/host0/bus1/target0/lun0/part2 524 2498 15864187+ f Win95 Ext'd (LBA)
/dev/ide/host0/bus1/target0/lun0/part5 524 1829 10490413+ 7 HPFS/NTFS
/dev/ide/host0/bus1/target0/lun0/part6 1830 2428 4811436 83 Linux
/dev/ide/host0/bus1/target0/lun0/part7 2429 2498 562243+ 82 Linux swap
Disk /dev/ide/host0/bus1/target1/lun0/disc: 541 MB, 541230080 bytes
32 heads, 63 sectors/track, 524 cylinders
Units = cylinders of 2016 * 512 = 1032192 bytes
Device Boot Start End Blocks Id System
/dev/ide/host0/bus1/target1/lun0/part1 1 406 409216+ 7 HPFS/NTFS
/dev/ide/host0/bus1/target1/lun0/part2 407 524 118944 b Win95 FAT32
hmm, root is pointing to the right place. unless you're sure about needing initrd, i would comment that line out from lilo.conf (and run lilo again) (im out of ideas now...)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.