Week 8
FAQ script integrationTroubleshooting script integration.- iscsiboot for fedora.
- List of network drivers supported.
- Get the list of network drivers supported by knoppix.
Improve the menu of syslinux with context help.boot ubuntu in debian way.Did not workeddebian ISO boot.email fedora guys.- email ubuntu guys about problem.
13 July
- Encorporated the changes suggested by andyTim, here is the commit hash
15 July
- Had weekly meeting with warthog9, made plan for this week.
- Added script based faq.html and Trobbleshooting.html page
- I am still not happy with Troubbleshotting page. I feel that the content of that page should be on faq.html page
16 July
- Attemted to use iscsi for booting, but I need some more information before I can proceed with it.
- Was refering to this howto http://iscsi-init.sourceforge.net/HOWTO.html
- But it was confusing me a bit, It needed
iscsi-module
, which I could not find in/lib/modules
of fedora 11 live cd.so I decided to try something else. - Found link http://www.eludicate.com/~bolen/iscsi/ which looks more promising.
- Updated the BKO boot menu for using context sensetive help. All menues are not updated, but important one are updated. It still needs some more work.
- Added ubuntu target based on
filesystem.squashfs
instead of.iso
in debian menu. So, debiean kernel and debian initramfs tries to use ubuntufilesystem.squashfs
. It boots sucessfully but gets confused after some time and keeps doing same thing again and again. It keeps looping inside stepGenerating locales…
and never completes it. bkodebian- I was thinking about creating seperate initrd with
run-init
from ubuntu.
- Modified the code of ubuntu
casper
script to support mountfilesystem.squashfs
instead of.iso
, this gives different error when I mount.iso
. Error isrun-init: nuking initramfs contents: Directory not empty
17 July
- Revisted the ubuntu booting issue, make some progress, but still I am not able to boot it ubuntu revisited
- Now I completely understand http://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt and how each and every line of this documenation is affecting me
18 July
- Sent email to fedora-live mailing list. Lets hope that we get some help on that front.
- Worked mostly on booting Debian over iscsi
- Chose debian because the squashfs of debian works fine and there are no other problems.
- Also, all the kernel modules needed for iscsi initiator are inside initramfs so, less work for me.
- No considerable success yet
19 July
- Contiued the iscsi saga without much success, I need to add iscsi initiator into initram and get it working.
- I do have added it but unfortunately it is not working