Am currently trying to use this zfsinstall.sh script:
http://static.myconan.net/zfsinstall.sh
with 8.0-CURRENT:
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201004/FreeBSD-6.4-STABLE-201004-i386-dvd1.iso
I used mkisofs and created a new iso image with the script in the root directory. It boots up fine and I select default boot, select fixit (repair mode), and CDROM/DVD. Then:
but get this output:
Anyone get this script to run correctly? I have a feeling that I'm running it from the wrong location since it can't find install.sh. I also set SRCLOADER=0 in the script before I created the new ISO image. Might try with 8.0-RELEASE next to see if it works better...
Thanks for the help,
Philippe
http://static.myconan.net/zfsinstall.sh
with 8.0-CURRENT:
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201004/FreeBSD-6.4-STABLE-201004-i386-dvd1.iso
I used mkisofs and created a new iso image with the script in the root directory. It boots up fine and I select default boot, select fixit (repair mode), and CDROM/DVD. Then:
Code:
cd /dist
sh zfsinstall.sh
but get this output:
Code:
cd: can't cd to src
install.sh: can't open install.sh: No such file or directory.
Done
Set installation finished
Voodoo magic...
rmdir: /rpool/boot/kernel: No such file or directory.
mv: rename /rpool/boot/GENERIC to /rpool/boot/kernel: No such file or directory.
... etc ...
Anyone get this script to run correctly? I have a feeling that I'm running it from the wrong location since it can't find install.sh. I also set SRCLOADER=0 in the script before I created the new ISO image. Might try with 8.0-RELEASE next to see if it works better...
Thanks for the help,
Philippe