I am trying to use WINNER in my work. I have tried PING but I had some problems formatting and installing new windows.
With WINNER I can do it easily.
Now I am trying to edit the initrd of WINNER, I had some problems to uncompress the rootfs.tar.bz2, but I think I handled it.
The only thing I edited was the file rc.xgow in rootfs/etc/rc.d/, adding:
- Code: Select all
push(@FTP,{ Type=>"smb",
Server=>"192.168.10.200",
Share=>"share",
User=>"user",
Passwd=>'+++',
Release=>"/" });
Then I tried to reverse my first steps, compressing rootfs and creating the image of it (initrd). This was when the troubles started.
I do not know if I did the right steps. I used the mkisofs to create the image. The command line I used was this:
- Code: Select all
mkisofs -o initrd.img -z -f -no-split-symlink-components -no-split-symlink-fields -J initrd_fold
When I boot using this edited initrd, I have a Kernell Panic, this are the last lines in the screen:
- Code: Select all
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (iso9660 filesystem) readonly on device 1:0.
Freeing unused kernel memory: 324k freed
Warning: unable to open an initial console.
Kernel panic - not syncing: Attempted to kill init!
So this is my trouble, I would like to use this system, because it is based on Linux and it will help me in my work.
Please some one could help me. I do not have much experience in Linux, so I completely LOST here.
Keep the good work people.
Thank you.
