Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Live-CD with custom kernel

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
random_2349878
Posts: 8
Joined: 2008-01-19 19:30

Live-CD with custom kernel

#1 Post by random_2349878 »

Hi!
I'm trying to build a live-cd with a custom kernel (it is actually the kernel from sid, 2.6.29). I followed this instruction, but when I boot the live-cd the lenny kernel 2.6.26 is being loaded.

Here is my script to build the live-cd:

Code: Select all

lh_clean

lh_config -b iso -a i386 -d lenny

lh_config --packages dcfldd

lh_config --linux-packages ""

mkdir -p /path/to/live-cd/config/chroot_local-packages/
cp /path/to/my-kernel/linux-image-2.6.29-2-486_2.6.29-4_i386.deb /path/to/live-cd/config/chroot_local-packages/linux-image-2.6.29-2-486_2.6.29-4_i386.deb

lh_build
The kernel-deb is being copied in the correct directory.
Can anybody help me? Thanks in advance!

ntamas
Posts: 14
Joined: 2018-07-10 06:58

Re: Live-CD with custom kernel

#2 Post by ntamas »

no answer? :O

arzgi
Posts: 1185
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Live-CD with custom kernel

#3 Post by arzgi »

ntamas wrote:no answer? :O
Kernel 2.6.19, now? I don't know if it is the source of your problem, I've not done any live cd:s, perhaps no one currently actice has not also.

Lenny has reached it's EOL years ago.

ntamas
Posts: 14
Joined: 2018-07-10 06:58

Re: Live-CD with custom kernel

#4 Post by ntamas »

i dont know how to make live cd with a custom kerner , i already searched the internet , i dint find anything just this.
I have a cusom compiled kerner , how can i add to a live cd or to .iso

arzgi
Posts: 1185
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Live-CD with custom kernel

#5 Post by arzgi »

ntamas wrote:i dont know how to make live cd with a custom kerner , i already searched the internet , i dint find anything just this.
I have a cusom compiled kerner , how can i add to a live cd or to .iso
is tamas = random_user...n ? Anyways, making bootable cd/dvd in linux is not hard, not either burning iso.
https://wiki.debian.org/BurnCd, or just use your favorite net search.

ntamas
Posts: 14
Joined: 2018-07-10 06:58

Re: Live-CD with custom kernel

#6 Post by ntamas »

Im not that random guy. :D am i can create a bootable live usb/cd but i dont hnow how to install my own custom compiled kerner.

arzgi
Posts: 1185
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Live-CD with custom kernel

#7 Post by arzgi »

ntamas wrote:Im not that random guy. :D am i can create a bootable live usb/cd but i dont hnow how to install my own custom compiled kerner.
Well, random_2349878 was the one who started the thread almost 10 years ago, that's why asked, but no big deal.

I'm not expert on this, I've never done any live cd, as I already told . I always have quite new Knoppix burned, and it has fairly good hw support. From their site http://www.knopper.net you could get some hints.

And you said you did not find anything when you did net search. Well, first search I did using duckduckgo, yielded these:
https://www.pendrivelinux.com/create-yo ... stribution
https://www.makeuseof.com/tag/build-boo ... x-live-cd/

And many Ubuntu pages, which should not be copied line by line, but can give some advice, Ubuntu IS NOT Debian.

Post Reply