-
Notifications
You must be signed in to change notification settings - Fork 93
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
Issue with Virtualbox-ubuntu-16.04.json #3
Comments
@i5okie can you let me know the version of Virtual Box you are using and the version of guest editions. Might as well throw in the operating system as well. I am currently looking into why my build of Windows 10 on Virtual Box is failing but I thought it was a dodgy slipstreammed iso. |
host: Windows 10x64 |
I was getting the kernel panic as well. I've botched this together which seems to work, but I can't say what exactly the fix is. Win10x64
|
I think issue has been fixed with #7 |
The updated boot command from @mendhak and @i5okie were correct for me using Ubuntu 18.04. Looking at the file structure for the project I can't see how it could work. In the builder we set: But when you look at the directory structure w/in the http dir it is: I presume the installer does not search at all so when it goes to the http/ dir it looks for "preseed.cfg" and does not find it. I also gather that's why @mendhak added it via "floppy_files". Am I missing something or part of the instructions where you're supposed to merge / move those two preseed.cfg files from the Ubuntu distro sub-folder and core subfolders? [EIDT] Okay forgive my newbishness. Of course... @mendhak had changed the boot_command to point at the floppy dir and path... an edit off the project files. |
@mendhak 's edit of the boot_command worked for me except I still ran into a couple issues. One note just in case anyone isn't aware of this is to first open the virtualbox-ubuntu-16.04.json file and change the section in
I was then able to get it to successfully create the vagrant box. |
Looks like the boot command is no longer correct.
If you replace the first three lines of boot_command:
with:
Looks like this gets you to the correct prompt to type in the boot command. It didn't like the linux command there.
I've left the rest of boot command lines as is.
And when I vrdp in, I see it's got a Kernel panic:
not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
The text was updated successfully, but these errors were encountered: