initrd problem
- From: Skylar Thompson <skylar@xxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 14:58:26 +0000
I'm working on a project that requires preseeding the Debian installer. In
my build process, I mount the ISO image over loopback, and then copy
everything to scratch space on a hard drive. I then extract the cpio initrd
for the 2.6 kernel to another directory, copy in my initrd, and then put
the initrd back on the server:
pushd $TMPINITRD
gzip -d -c $TMPISO/install/2.6/initrd.gz|cpio -i
cp -R $SVNROOT/debian-install-iso/initrd-overlay/* $TMPINITRD
find .|cpio -ocB|gzip -c > $INITRD26
popd
When I boot the CD, it finds the initrd, but then promply kernel panics,
saying that it is unable to mount root. Is this the accepted way to
generate initrds without mkinitrd? I'd rather not have a system running the
same kernel version as the project is going to be.
--
-- Skylar Thompson (skylar@xxxxxxxxxxxxxx)
-- http://www.cs.earlham.edu/~skylar/
.
- Prev by Date: ADSENSE HELP GROUP IS A FRAUD
- Next by Date: Re: problem installation matlab
- Previous by thread: ADSENSE HELP GROUP IS A FRAUD
- Next by thread: Deactivating service shell due to excessive incoming connections
- Index(es):
Relevant Pages
|