Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

inittab not found after install.

40 views
Skip to first unread message

robb...@gmail.com

unread,
Mar 7, 2006, 8:22:50 AM3/7/06
to
Well,

I am 99% finished with my PXE/NFS/AutoYast install system. I have hit a
minor, well major problem. The install process goes through installs
everything on the system reboots and starts up..... That's where it
hits a big problem. My system is setup with 4 primary partitions. One
of those partitions is an LVM which will include the majority of the
file system. It can't seem to find the initrd files for some reason. It
looks like the /boot partition might not be there or something along
those lines. Here are the logs that might help.

Loading kernel/fs/reiserfs/reiserfs.ko
Waiting for device /dev/sda2 to appear: . ok
rootfs: major=8 minor=2 devn=2050
umount: invalid option -n
umount: invalid option -n
ReiserFS: sda2: found reiserfs format "3.6" with standard journal
ReiserFS: sda2: using ordered data mode
Reiserfs: using: flush barriers
ReiserFS: sda2: journal params: device sda2, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: sda2: checking transation log (sda2)
reiserFS: disabling flush barriers on sda2
ReiserFS: sda2: using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly
Trying to move old root to /initrd .... failed
Unmounting old root
Trying to free ramdisk memory ... okay
Freeing unused Kernel memory: 216k freed
INIT: version 2.85 booting
INIT: No inittab file found

Enter runlevel:


Here is the install.xml file that should take care of everything.. Does
anyone see a problem here?

Thanks a bunch!
-Rob

<?xml version="1.0"?>
<!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd">
<profile xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
<install>
<bootloader>
<activate config:type="boolean">false</activate>
<global config:type="list"/>
<loader_device></loader_device>
<loader_type>grub</loader_type>
<location></location>
<repl_mbr config:type="boolean">false</repl_mbr>
<sections config:type="list"/>
<initrd_modules config:type="list">
<initrd_module>
<module>mptscsih</module>
</initrd_module>
<initrd_module>
<module>reiserfs</module>
</initrd_module>
</initrd_modules>

</bootloader>
<general>
<clock>
<hwclock>localtime</hwclock>
<timezone>US/Eastern</timezone>
</clock>
<keyboard>
<keymap>english-us</keymap>
</keyboard>
<language>en_US</language>
<mode>
<confirm config:type="boolean">true</confirm>
<forceboot config:type="boolean">false</forceboot>
</mode>
<mouse>
<id>probe</id>
</mouse>
</general>

<partitioning config:type="list">
<drive>
<device></device>
<partitions config:type="list">
<partition>
<filesystem
config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<loop_fs
config:type="boolean">false</loop_fs>
<mount>swap</mount>
<partition_id
config:type="integer">130</partition_id>
<partition_type>primary</partition_type>
<size>1GB</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<mount>/</mount>
<size>2gb</size>
<partition_type>primary</partition_type>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<mount>/boot</mount>
<size>500mb</size>
<partition_type>primary</partition_type>
</partition>
<partition>
<lvm_group>extendvg</lvm_group>
<partition_type>primary</partition_type>
<size>max</size>
</partition>

</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/extendvg</device>
<is_lvm_vg
config:type="boolean">true</is_lvm_vg>
<partitions config:type="list">
<partition>
<filesystem
config:type="symbol">reiser</filesystem>

<lv_name>export</lv_name>
<mount>/export</mount>
<size>4000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>home</lv_name>
<mount>/home</mount>
<size>1000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>opt</lv_name>
<mount>/opt</mount>
<size>1000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>tmp</lv_name>
<mount>/tmp</mount>
<size>1000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>usr</lv_name>
<mount>/usr</mount>
<size>2000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>var</lv_name>
<mount>/var</mount>
<size>1000mb</size>
</partition>
<partition>
<filesystem
config:type="symbol">reiser</filesystem>
<lv_name>etc</lv_name>
<mount>/etc</mount>
<size>500mb</size>
</partition>
</partitions>
<use>all</use>
</drive>

</partitioning>

<software>
<addons config:type="list">
<addon>Base-System</addon>
<addon>Basis-Devel</addon>
<addon>Basis-Sound</addon>
<addon>Kde-Desktop</addon>
<addon>LAMP</addon>
<addon>Linux-Tools</addon>
<addon>Print-Server</addon>
<addon>SuSE-Documentation</addon>
<addon>X11</addon>
<addon>YaST2</addon>
<addon>auth</addon>
</addons>
<base>default</base>
</software>
<networking>
<dns>
<dhcp_hostname
config:type="boolean">true</dhcp_hostname>
<dhcp_resolv
config:type="boolean">true</dhcp_resolv>
<domain>motogroup.com</domain>
<hostname>linux</hostname>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth0</device>
<startmode>onboot</startmode>
</interface>
</interfaces>
<routing>
<ip_forward
config:type="boolean">false</ip_forward>
<routes config:type="list">
<route>

<destination>default</destination>
<device>-</device>

<gateway>10.16.0.3</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>

<modules config:type="list">
<module_entry>
<device>eth0</device>
<module>e100</module>
<options></options>
</module_entry>
</modules>
</networking>

<proxy>
<enabled config:type="boolean">true</enabled>
<ftp_proxy>http://10.16.1.10:8080</ftp_proxy>
<http_proxy>http://10.16.1.10:8080</http_proxy>
<no_proxy>localhost</no_proxy>
</proxy>

<ldap>
<ldap_domain> dc=motogroup,dc=com</ldap_domain>
<ldap_server>10.100.23.102</ldap_server>
<ldap_tls config:type="boolean">true</ldap_tls>
<ldap_v2 config:type="boolean">true</ldap_v2>
<pam_password>crypt</pam_password>
<start_ldap
config:type="boolean">true</start_ldap>
</ldap>

</install>
</profile>

phridge

unread,
Mar 7, 2006, 12:04:54 PM3/7/06
to
Rob

Here's a quick reply that could at least potentially get you going. On
a box with similar partitioning that works

Yast -> Misc -> Autoinstallation
Tools -> Create Reference Profile
Tab to Basic Resources, down arrow to Boot loader <space> (select it)
tab to Create <enter>
File -> Save as
pick a name
edit with favorite text editor
Hack it to meet your needs

Hope this helps

phridge

0 new messages