Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded Syslinux to 6.03 to fix issue with VirtualBox 4.3.26 #1

Merged
merged 1 commit into from Apr 3, 2015

Conversation

eoyslebo
Copy link
Contributor

I was unable to get ERPXE 1.2 running with VirtualBox 4.3.26. Upgrading Syslinux using the following lines fixed the issue.

rm boot/isolinux/* doc/syslinux/*
cp /tmp/syslinux-6.03_/doc/txt doc/syslinux
find /tmp/syslinux-6.03/bios -type f | grep c32$ | while read file; do cp $file boot/isolinux; done
cp /tmp/syslinux-6.03/bios/
/pxelinux* .
cp /tmp/syslinux-6.03/bios/
/memdisk boot/isolinux
chmod -R 644 boot/isolinux/_

rm boot/isolinux/* doc/syslinux/*
cp /tmp/syslinux-6.03*/doc/*txt doc/syslinux
find /tmp/syslinux-6.03/bios -type f | grep c32$ | while read file; do cp $file boot/isolinux; done
cp /tmp/syslinux-6.03/bios/*/*pxelinux* .
cp /tmp/syslinux-6.03/bios/*/memdisk boot/isolinux
chmod -R 644 boot/isolinux/*
ET-CS added a commit that referenced this pull request Apr 3, 2015
Upgraded Syslinux to 6.03 to fix issue with VirtualBox 4.3.26
@ET-CS ET-CS merged commit 1ab118c into ERPXE:master Apr 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants