All - 

There seems to be a hiccup while the image is loading onto a client. I receive 
this error (starting from where it initializes the autoinstall_script): 
------------- 
run_autoinstall_script 
>>> /scripts/node2.master 
get_arch 
enumerate_disks 
sda 
DISKS=1 
Partitioning /dev/sda... 
Old partition table for /dev/sda: 
Disk geometry for /dev/sda: 0kB - 80GB 
Disk label type: msdos 
Number Start End Size Type File system Flags 
1 32kB 82MB 82MB primary ext3 
4 82MB 80GB 80GB extended 
5 82MB 2089MB 2007MB logical ext3 
6 2089MB 12GB 10GB logical ext3 
7 12GB 15GB 3010MB logical ext3 
8 15GB 18GB 3010MB logical ext3 
9 18GB 30GB 12GB logical linux-swap 
10 30GB 80GB 50GB logical ext3 
dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout 
1+0 records in 
1+0 records out 
blockdev --rereadpt /dev/sda 
parted -s -- /dev/sda mklabel msdos || shellout 
Creating partition /dev/sda1. 
parted -s -- /dev/sda mkpart primary 0 76716.97 || shellout 
parted -s -- /dev/sda set 1 boot on 
Creating partition /dev/sda2. 
parted -s -- /dev/sda mkpart extended 76716.97 80023.97 || shellout 
Creating partition /dev/sda5. 
parted -s -- /dev/sda mkpart logical 76716.97 80023.97 || shellout 
New partition table for /dev/sda: 
parted -s -- /dev/sda print 
Disk geometry for /dev/sda: 0kB - 80GB 
Disk label type: msdos 
Number Start End Size Type File system Flags 
1 32kB 77GB 77GB primary ext3 boot 
2 77GB 80GB 3307MB extended 
5 77GB 80GB 3307MB logical 
Load software RAID modules. 
insmod: cannot insert 
`/lib/modules/2.6.24-16-server/kernel/drivers/md/md-mod.ko': File exists (-1): 
File exists 
insmod: cannot insert 
`/lib/modules/2.6.24-16-server/kernel/drivers/md/md-mod.ko': File exists (-1): 
File exists 
modprobe: module raid5 not found. 
modprobe: failed to load module raid5 
modprobe: module raid6 not found. 
modprobe: failed to load module raid6 
insmod: cannot insert 
`/lib/modules/2.6.24-16-server/kernel/drivers/md/md-mod.ko': File exists (-1): 
File exists 
Load device mapper driver (for LVM). 
Load additional filesystem drivers. 
mkswap -v1 /dev/sda5 || shellout 
Setting up swapspace version 1, size = 3306524 kB 
no label, UUID=f839a079-4a86-4277-b690-a789d44a7111 
swapon /dev/sda5 || shellout 
mke2fs -q -j /dev/sda1 || shellout 
tune2fs -U 01bbad06-a802-44ff-b00a-8abea5007071 /dev/sda1 
tune2fs 1.38 (30-Jun-2005) 
mkdir -p /a/ || shellout 
mount /dev/sda1 /a/ -t ext3 -o relatime || shellout 
mount: wrong fs type, bad option, bad superblock on /dev/sda1, 
missing codepage or other error 
In some cases useful info is found in syslog - try 
dmesg | tail or so 
Killing off running processes. 
write_variables 
------------- 
For the most part, I followed this how-to 
(http://wiki.systemimager.org/index.php/HOWTO_Net_Boot_Ubuntu) except I didn't 
set it up to dynamically partition. My mkautoinstallscript command looked like 
this: 
------------- 
sudo si_mkautoinstallscript --image initrd.img --force --ip-assignment static 
--post-install beep --autodetect-disks --config-file 
/var/lib/systemimager/images/initrd.img/etc/systemimager/autoinstallscript.conf 
------------- 
I had to rename the script file it generated (initrd.img.master) to 
node2.master for the installer to find it. Anyways, I did a search in the 
forums for 'mount wrong fs type', but didn't come up with anything. I don't 
really know why it's giving a wrong fs type error -- is systemimager not 
formatting the disk after it re-partitions it? Does it matter that it's not 
installing raid5 and/or raid6? (there is only one hard drive, so there 
shouldn't be raid anything). 

I'm installing the image over an existing RHEL4 install, so the disk is likely 
formatted ext2 (not ext3) and, as indictaed above, it has a different partition 
scheme. The hard drive I'm installing onto is the exact same size and model as 
the golden client. Sorry for the lengthy post -- I hope you have enough info. 
Let me know if you need me to post the autoinstallscript.conf. 

~Chris Tanner 
Georgia Institute of Technology 
Space Systems Design Laboratory 
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to