Hi All,
I have downloaded the latest (as of today) systemimager cliient binaries, and installed them onto a laptop running fedora core 5 - that has a pretty basic, default installation (using LVM) on it.
I pulled an image from this laptop to a systemimage-server, and then created on the server a CD - using the following commands:
sudo /usr/sbin/si_getimage --golden-client fedora --image sony-fedora-core5 --ip-assignment static
sudo si_mkautoinstallcd -out-file my_image.iso
all was good - then I wanted to test the CD - which gives me the following error (i have to type this in from the laptop screen):
--------------------------
.
.
.
attempt to access beyond end of device
ram0: rw=0, want=32804, limit=32768
EXT2-fs error (device ram0): ext2_get_inode: unable to read inode block - inode=435, block=16401
...
<this error 2 more times for different inodes>
Kernel panlc - not syncing: No init found. Try passing init= option to kernel.
<then what looks to be a two-line stack dump>
----------------------------
OK, so I have no idea what that means - and would like to know what files from my server and/or laptop I should send that might help us work out what the issue is. The server has the following installed on it:
[EMAIL PROTECTED]:~$ sudo apt-cache showpkg systemimager-server
Package: systemimager-server
Versions:
3.6.2-2(/var/lib/apt/lists/download.systemimager.org_debian_dists_stable_main_binary-i386_Packages)(/var/lib/dpkg/status)
3.2.3-3(/var/lib/apt/lists/au.archive.ubuntu.com_ubuntu_dists_dapper_universe_binary-i386_Packages)
Reverse Depends:
systemimager-server-flamethrowerd,systemimager-server 3.6.2
systemimager-doc,systemimager-server
systemimager-boot-ia64-standard,systemimager-server 3.4.2
systemimager-boot-ia64-standard,systemimager-server 3.4.1
systemimager-boot-ia64-standard,systemimager-server
systemimager-boot-i386-standard,systemimager-server 3.6.3
systemimager-boot-i386-standard,systemimager-server 3.6.2
systemimager-boot-i386-standard,systemimager-server
systeminstaller,systemimager-server 3.0.0
systemimager-server-flamethrowerd,systemimager-server 3.2.0
systemimager-doc,systemimager-server
systemimager-boot-i386-standard,systemimager-server 3.2.4
systemimager-boot-i386-standard,systemimager-server 3.2.3
systemimager-boot-i386-standard,systemimager-server
Dependencies:
3.6.2-2 - perl (0 (null)) binutils (0 (null)) debianutils (2 1.7) dosfstools (0 (null)) libappconfig-perl (0 (null)) libxml-parser-perl (0 (null)) libxml-simple-perl (0 (null)) mkisofs (0 (null)) mtools (0 (null)) rsync (0 (null)) systemconfigurator (2 2.0.1) systemimager-boot-i386-standard (16 (null)) systemimager-boot-ia64-standard (0 (null)) systemimager-common (5 3.6.2-2) dhcp3-server (16 (null)) dhcp (0 (null)) syslinux (0 (null))
3.2.3-3 - perl (0 (null)) debianutils (2 1.7) dosfstools (0 (null)) libappconfig-perl (0 (null)) libxml-parser-perl (0 (null)) libxml-simple-perl (0 (null)) mkisofs (0 (null)) mtools (0 (null)) rsync (0 (null)) systemconfigurator (2 2.0.1) systemimager-boot-i386-standard (16 (null)) systemimager-boot-ia64-standard (0 (null)) systemimager-common (5 3.2.3-3) dhcp3-server (16 (null)) dhcp (0 (null))
Provides:
3.6.2-2 -
3.2.3-3 -
i've attached the master script file for the image as well - just in case that's useful.