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

something wrong with make run command #813

Closed
dahefanteng opened this issue May 7, 2024 · 2 comments
Closed

something wrong with make run command #813

dahefanteng opened this issue May 7, 2024 · 2 comments

Comments

@dahefanteng
Copy link

i run the docker and run "make build" successful in the docker, but when i run "make run" command, it output the error below:
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0)
WARNING: no console will be available to OS
error: no suitable video mode found.
[kernel] finish init aster_frame
Loopback ipaddr: 127.0.0.1
DHCP update IP address: Address([10, 0, 2, 15])
Default router address: Address([10, 0, 2, 2])
[kernel] unpacking the initramfs.cpio.gz to rootfs ...
[kernel] rootfs is ready
[ERROR]: Uncaught panic!
panicked at /root/asterinas/kernel/aster-nix/src/vdso.rs:184:63:
called Result::unwrap() on an Err value: Error { errno: ENOENT, msg: None }

and indeed i can not find the vdso.so in anywhere,so should i do some extra actions to make it work?

@StevenJiang1110
Copy link
Collaborator

StevenJiang1110 commented May 8, 2024

Do you use the latest main branch?

The problem may happen if you fail to download vdso.so.

Maybe you can try make clean and make run again. After make clean, make run will try downloading vdso.so again.

@dahefanteng
Copy link
Author

it works. although panic after enter the system:),i will check the code soon,thank u. feel free to close this issue.

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

No branches or pull requests

3 participants