LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   ISOLinux from Debian etch cannot find kernel image (but kernel is in its place)! Why? (https://www.linuxquestions.org/questions/debian-26/isolinux-from-debian-etch-cannot-find-kernel-image-but-kernel-is-in-its-place-why-379969/)

*Dark Dragon* 11-04-2005 02:07 PM

ISOLinux from Debian etch cannot find kernel image (but kernel is in its place)! Why?
 
I have two DVDs with Debian etch for amd64 (I have 64-bit enabled Sempron). When I try to boot from first DVD, I get following result:

Code:

ISOLINUX 2.04 2003-04-16  Copyright (C) 1994-2003 H. Peter Anvin
Could not find kernel image: linux
boot:

Only thing what I can do is pretty useless - I can enter "isolinux" or "isolinux.bin" and get above message again. Anything else, of course, gives error "Could not find kernel image". DVDs has been downloaded from debian.org. What's wrong and how can I solve this (I need installable distribution)?

davcefai 11-05-2005 07:16 AM

Just a suggestion as I cannot test this.

If you can look at the DVD in a Linux System the file Linux should be in the Root directory and linked to another in /Boot. Try entering that name as the image.(in full, for example /boot/vmlinuz.........)

One other possibility is to make a boot floppy and boot from that.

*Dark Dragon* 11-05-2005 11:18 AM

I can boot /install/vmlinuz, but this is useless because soon after that I get kernel panic about impossibility to mount root filesystem (cannot show messages because kernel is 64-bit, i.e. I cannot start it within VMWare). Even if I create boot floppy, I will end up like that anyway... Why etch distribution for amd64 is broken? Is this its common problem?

Normally Debian installation must start without attempt to boot normal kernel. Before installation process, I can read some help pages and make my choose between normal and expert modes (I need expert mode). Question is - how can I start installation in expert mode manually.

*Dark Dragon* 11-07-2005 02:57 PM

Hm, I thought that this is simple question... But as far as I understand I will not get answer, again. I did asked for other questions, but ended up without solutions; of course, I did found all solutions for my problems by myself, without any help. And I can find solution to this problem too... But if someone suggest me this solution, I will save time, and will appreciate this. Oh, no mean...

At least, can you say me, this problem is typical for etch distribution, or only for amd64 etch? I asking this because this is a major bug. I didn't investigate this problem yet, but maybe, this is because incorrectly burned image, i.e. with some unwanted changes. But creator of my DVD set is just gamer, and he did downloaded both DVD images from debian.org. Or maybe this is typical bug?

*Dark Dragon* 11-07-2005 09:54 PM

There is an answers: http://www.linuxquestions.org/questions/history/350967 and http://lists.debian.org/debian-amd64.../msg00110.html . So, I think this is typical problem if you have downloaded broken disk images. But thise threads didn't tell you what's wrong. But this is simple: there is no isolinux.cfg (it must be in the isolinux/ directory)! Solution is also must be simple: put this file to disk. I will try this tomorow, hopefully this will solve my problem. But before burning new DVD, I will try to type at boot prompt full kernel path (/install/vmlinuz) and add to it nessecary options. Here is part of isolinux.cfg from sarge:

Code:

LABEL expert
  kernel /install/vmlinuz
  append  DEBCONF_PRIORITY=low vga=normal initrd=/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --

So, I think only that I need to do is at least type kernel path and this options. If this solve problem, then I will burn new DVD with isolinux.cfg (I need to have easy installable disk).


All times are GMT -5. The time now is 02:41 PM.