Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
soc:2009:pravin:journal:bkodebian [2009/07/16 09:05] less1 |
soc:2009:pravin:journal:bkodebian [2009/07/16 12:02] (current) less1 |
||
---|---|---|---|
Line 17: | Line 17: | ||
- As I am mounting ISO inside initramfs, it also tries to delete this iso, and fails. with this failue the init scripts panics and stop the boot process. | - As I am mounting ISO inside initramfs, it also tries to delete this iso, and fails. with this failue the init scripts panics and stop the boot process. | ||
+ | ===== Booting ubuntu in debien environment ===== | ||
+ | Added ubuntu target based on filesystem.squashfs instead of .iso in debian menu. So, debiean kernel and debian initramfs tries to use ubuntu filesystem.squashfs. It boots sucessfully but gets confused after some time and keeps doing same thing again and again. It keeps looping inside step Generating locales… and never completes it. | ||
+ | |||
+ | === Solution === | ||
+ | |||
+ | I was thinking about creating seperate initrd with run-init from ubuntu. | ||
+ | |||
+ | ===== Reproducing debien environment for ubuntu ===== | ||
+ | |||
+ | - Modified the code of ubuntu ''casper'' script to support mount ''filesystem.squashfs'' instead of ''.iso'', this gives different error when I mount ''.iso''. Error is ''run-init: nuking initramfs contents: Directory not empty'' | ||
+ | - This is same error that I get when I use ''.iso'' with debian. | ||
+ | - This error was mentioned [[http://linux.derkeiler.com/Mailing-Lists/Debian/2008-07/msg01072.html|here]] with solution. But when I tried that solution, it did not worked |