I use United Linux1.0(ia64), Autoinstallscripts.conf is as follows: <!-- This file contains partition information about the disks on your golden client. It is stored here in a generic format that is used by your SystemImager server to create an autoinstall script for cloning this system.
You can change the information in this file to affect how your target machines are installed. See "man autoinstallscript.conf" for details. --> <config> <!-- This disk's output was brought to you by the partition tool "parted". And by the numbers 4 and 5 and the letter Q. --> <disk dev="/dev/sda" label_type="gpt" unit_of_measurement="MB"> </disk> <fsinfo line="10" real_dev="/dev/sda3" mp="/" fs="reiserfs" options="defaults" dump="1" pass="1" /> <fsinfo line="20" real_dev="/dev/sda1" mp="/boot" fs="vfat" options="defaults" dump="0" pass="0" /> <fsinfo line="30" real_dev="/dev/sda2" mp="swap" fs="swap" options="pri=42" dump="0" pass="0" /> <fsinfo line="40" real_dev="devpts" mp="/dev/pts" fs="devpts" options="mode=0620,gid=5" dump="0" pass="0" /> <fsinfo line="50" real_dev="proc" mp="/proc" fs="proc" options="defaults" dump="0" pass="0" /> <fsinfo line="60" real_dev="usbdevfs" mp="/proc/bus/usb" fs="usbdevfs" options="noauto" dump="0" pass="0" /> <fsinfo line="70" real_dev="/dev/cdrom" mp="/media/cdrom" fs="auto" options="ro,noauto,user,exec" dump="0" pass="0" format="no" /> <fsinfo line="80" real_dev="/dev/dvd" mp="/media/dvd" fs="auto" options="ro,noauto,user,exec" dump="0" pass="0" format="no" /> </config> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dann frazier Sent: Wednesday, November 26, 2003 11:47 PM To: [EMAIL PROTECTED] Subject: Re: [Sisuite-users] kernel panic on IA64 On Wed, Nov 26, 2003 at 06:03:34PM +0800, Hong, Jie wrote: > Sorry, it's my fault. > I didn't revise "root" param in my elilo.conf. > Your kernel really works. Thanks! > However, there are still two problems: > 1. After remove the old partition table, systemimager does not > partition the disk before creating file system. I check > the install script, systemimager lost to generate these code. please provide your /var/lib/systemimager/images/<image>/etc/systemimager/autoinstallscript. conf file - and make sure it is up-to-date (i.e., run mkautoinstallscript). > 2. It failed to install elilo after installation. > Although I can easily edit elilo menu by hand, it's a shame > not to be able to finish auto-installation. if it couldn't partition your disks, then that's not surprising. what distribution are you installing on the client? ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
