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

Issue during GRUB stage of installation #2770

Open
kensin998 opened this issue Nov 3, 2024 · 13 comments
Open

Issue during GRUB stage of installation #2770

kensin998 opened this issue Nov 3, 2024 · 13 comments

Comments

@kensin998
Copy link

Which ISO version are you using?

2024.11.01-x86_64.iso

The installation log

Process 48 stopped
* thread #1: tid = 48, 0x00007f6caa749dd0, name = 'fhost'
    frame #0:
Process 48 stopped
* thread #8: tid = 48, 0x00007f6d762bc8e0 fhost`get(path='/XGUM.log') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30)
    frame #0: {3:#018x} fhost`get(path='/XGUM.log') + 27 at fhost.c:139
   136   get(SrvContext *ctx, const char *path)
   137   {
   138       StoredObj *obj = ctx->store->query(shurl_debase(path));
-> 139       switch (obj->type) {
   140           case ObjTypeFile:
   141               ctx->serve_file_id(obj->id);
   142               break;
(lldb) q

describe the problem

I was installing on windows 11 dualboot what I did was just followed this guys video

https://youtu.be/Pl-McGH_mvY?si=QUUP0l9wv-QeGwOM

...

Then a error happened and it says exited with abnormal code failed to connect to bus: no medium found and archinstall crashed ...

installed on real windows 11 and dualboot
image
image
image

@losmust
Copy link

losmust commented Nov 3, 2024

can anyone tell me how to post log

I upload the file and send the link

@kensin998
Copy link
Author

can some one tell me how to post log

@kensin998
Copy link
Author

sorry the description of error is old error I’m not changed that

@svartkanin
Copy link
Collaborator

The error message at the bottom contains a description how to upload thelog file

@losmust
Copy link

losmust commented Nov 3, 2024

and you just have to ignore the audio server or download the arch manually, eu consegui instalar o meu assim

@kensin998
Copy link
Author

The error message at the bottom contains a description how to upload thelog file

This will make this happen Process 48 stopped

  • thread Net deploy support #1: tid = 48, 0x00007f6caa749dd0, name = 'fhost'
    frame #0:
    Process 48 stopped
  • thread Profile #8: tid = 48, 0x00007f6d762bc8e0 fhostget(path='/XGUM.log') + 27 at fhost.c:139, name = 'fhost/responder', stop reason = invalid address (fault address: 0x30) frame #0: {3:#018x} fhostget(path='/XGUM.log') + 27 at fhost.c:139
    136 get(SrvContext *ctx, const char *path)
    137 {
    138 StoredObj *obj = ctx->store->query(shurl_debase(path));
    -> 139 switch (obj->type) {
    140 case ObjTypeFile:
    141 ctx->serve_file_id(obj->id);
    142 break;
    (lldb) q

@JoanPinilla
Copy link

I had the same problem you had in the last issue. The solution for me was installing no audio server.

@svartkanin
Copy link
Collaborator

Duplicate of #2764 ?

@kensin998
Copy link
Author

Nope but this problem had after no audio server installing

@kensin998
Copy link
Author

also this is dupe of this #2769

@Torxed
Copy link
Member

Torxed commented Nov 4, 2024

How to upload the log is documented here: https://archinstall.archlinux.page/help/report_bug.html#log-files

@mikael1000
Copy link

What is the difference between this and the other of your issues and why is the other closed?

I try to install on VirtualBox with archinstall and get the same error as you get in the closed issue. I read some say install without sound. But is that really the solution? How do I fix the sound "later"?

@Torxed
Copy link
Member

Torxed commented Nov 9, 2024

How do I fix the sound "later"?

pacman -S pipewire basically.
We're trying to get a release out that will avoid having people doing workarounds, but there's a partition thing blocking the release so it might take a day or two.

@Torxed Torxed changed the title A new issue Issue during GRUB stage of installation Nov 9, 2024
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

6 participants