This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== Supporting Ubuntu 9.10 in BKO ====== This page will document progress and problems faced in supporting Ubuntu 9.10 in BKO. ===== Steps in adding Ubuntu 9.10 in BKO ===== - Get the 9.10 ISO. - done - Extract the linux kernel image, initrd image. - done (location [[http://git.etherboot.org/?p=people/pravin/BKO.git;a=tree;f=bko/live/ubuntu/U9.10|bko/live/ubuntu/U9.10/]]) - Get kernel modules needed for iscsi support from iso. - Modify initrd image ( to be done by ''generate_initrd.sh'' script ) - adding tools needed to support httpfs and iscsi mounting - add kernel modules for iscsi support to initrd. - edit the "scripts/casper" inside initrd image. - Turn on the networking. - configure the network to use boot parameters for ''IP'' or use ''dhcp'' - to use above tools and mount the ISO image over Internet. - Modify code such that mounted ISO will be used for booting instead real cdrom. - Compress back the initrd image. __Problems in doing this__ - Used unmodified linux kernel image and modified initrd image to boot the system. - Most probably something will go wrong and it will not work, debug those problems. ===== Problem-1 : new format for initrd ===== Ubuntu 9.10 is using new format for compressing initrd files. It uses ''lzma'' command for this. This is quite new format for me, so struggling little bit with it. For decompressing the ''initrd.lz'', use following steps. <code> mv initrd.lz initrd.lzma unlzma initrd.lzma </code> I still have some problems in compressing it back. The default ''lzma'' compression does not match the original ''initrd.lz'' file, so I am doing something wrong here. Most probably, I need to provide proper compression level which I need to find out.


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code wiki:ubuntu910 (generated for current page)