Mailinglist Archive: opensuse-autoinstall (63 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] SLES 11 SP1 x86_64 invalid root filesystem after autoyast install
- From: justin.kinney@xxxxxxxxxxx
- Date: Mon, 23 Aug 2010 11:39:06 -0500
- Message-id: <OFAF292C01.5B3E7B44-ON86257788.005B4B89-86257788.005B7848@xxxxxxxxxxx>
sometaking a quick look and comparing with a tool like "kdiff" shows
different enties (regarding the bootloader, grub .
entriesThe "autoinst.xml" from your manual installation for example has
in <bootloader> and <loader_type> like this:
is<image>(hd0,0)/vmlinuz-2.6.32.12-0.7-default</image>
<initrd>(hd0,0)/initrd-2.6.32.12-0.7-default</initrd>
<pertitioning> (boot)
<fstopt>acl,user_xattr</fstopt>
These entries are missing in your original file. I don't know if it
a
help for you. Try "kdiff" or any similar tool and it gives a good
starting point to compare that files.
reallyI'm still struggeling with my own <bootloader> entries so I'm not
an expert for your question ;-)
theThanks for the reply. I've added the entire <bootloader> from theworking
autoyast into my autoyast and I am testing now. My concern is that
itkernel version referenced above may change. Will autoyast figure outthat
a newer kernel was installed and adjust appropriately? I assume that
systemwill, but I'd like to leave it as generic as possible and let the
figure it out at build time.
The test failed. An interesting thing that I didn't mention is that ifI
reboot (rather than just exit the shell) 3 times, the system willfinally
load normally.
I've attached the revised autoyast. Note that I've added our local
package and update repositories. If it makes it simpler for
troubleshooting, I can leave these out. The problem occurs in either
case.
OK, making some progress...After removing the following <remove-package>
lines, my autoyast file works.
<package>eject</package>
<package>elilo</package>
<package>emacs</package>
<package>emacs-info</package>
<package>emacs-x11</package>
<package>finger</package>
<package>FirmwareUpdateKit</package>
<package>ivman</package>
<package>pm-profiler</package>
<package>ppp</package>
<package>rcs</package>
<package>rsh</package>
<package>suspend</package>
<package>wireless-tools</package>
Do any of these look like they could cause this issue?
Thanks,
Justin
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |