It's from Ubuntu:
http://packages.ubuntu.com/oneiric-updates/linux-image
We did not modify anything, just use the released kernel from Ubuntu.

Steven.

On 2011/12/31 上午 06:08, Carl Karsten wrote:
> Where does the kernel come from?  I am trying to figure out why I
> can't pxe boot the live cd like I used to a year or 2 ago - just now
> getting around to trying to debug this. I am hoping it is a stock
> ubuntu kernel, but I couldn't find one with the same md5sum.  Or if
> you know how it was built, and if it has support for mounting / over
> nfs, that's what I am currently trying to figure out.
>
> Here is what I am doing:
>
> # fstab:
> # /var/lib/tftpboot/util/cz/expr.iso /var/lib/tftpboot/util/cz/exper
> iso9660 loop,defaults,ro 0 0
>
> # exports:
> # /var/lib/tftpboot/util/cz/exper *(async,no_root_squash,no_subtree_check,ro)
>
> VER=20111227-oneiric
>
> cd /var/lib/tftpboot/util/cz
> wget -N 
> http://downloads.sourceforge.net/project/clonezilla/clonezilla_live_alternative_testing/$VER/clonezilla-live-$VER.iso
>
> ln -sf clonezilla-live-$VER.iso expr.iso
> mkdir -p expr
>
> /etc/init.d/nfs-kernel-server stop
> umount /var/lib/tftpboot/util/cz/exper
> mount /var/lib/tftpboot/util/cz/exper
> /etc/init.d/nfs-kernel-server start
>
> pxe boot line:
>
> append initrd=util/cz/exper/live/initrd.img boot=live hostname=oneiric
> config noswap nolocales edd=on nomodeset noprompt
> ocs_live_run="ocs-live-general" ocs_live_extra_param=""
> ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" acpi=off irqpoll
> noapic noapm nodma nomce nolapic nosmp ip=frommedia nomodeset
> vga=normal nosplash netboot=nfs
> nfsroot=g2a:/var/lib/tftpboot/util/cz/exper debug
> netconsole=@192.156.1.5/eth0,@192.168.1.3/00:08:02:a0:ab:cf
>
> tail of what streams to the console:
>
>   [    9.500603] RPC: Registered named UNIX socket transport module.
>   [    9.500787] RPC: Registered udp transport module.
>   [    9.500977] RPC: Registered tcp transport module.
>   [    9.501163] RPC: Registered tcp NFSv4.1 backchannel transport module.
>   [    9.503637] FS-Cache: Loaded
>   [    9.510671] FS-Cache: Netfs 'nfs' registered for caching
>   [   19.437005] eth0: no IPv6 routers present
>
> and then it drops to a BusyBox prompt.
>

-- 
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Clonezilla-live mailing list
Clonezilla-live@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to