* [9front] qemu install
@ 2024-10-13 8:05 william
2024-10-13 19:51 ` william
0 siblings, 1 reply; 3+ messages in thread
From: william @ 2024-10-13 8:05 UTC (permalink / raw)
To: 9front
I have done this a few times in the past but now the latest install doesn't seem to work.
9front-10522.386.iso
9front-10522.amd64.iso
qemu-system-x86_64 -hda 9front2.img -boot d -cdrom 9front-10554.amd64.iso -m 1024
This will book every time and allow me to install to 9front2.img which is just really a
qcow2 that I renamed to 9front2.img
Post install I run
qemu-system-x86_64 -nographic -hda 9front2.img -m 1024 -netdev user,id=mynet0
continuous loop
/dev/sdC0: QEMU HARDDISK
/dev/sdC0/9fat dos
/dev/sdC0/data
/dev/sdC0/fs hjfs
/dev/sdC0/nvram
/dev/sdC0/plan9
/dev/sdD0: QEMU DVD-ROM
bootargs is (tcp, tls, il, local!device)[local!/dev/sdC0/fs -m 147]
bad nvram des key
bad authentication id
bad authentication domain
authid: tron
authdom: glenda
secstore key:
password:
confirm password:
enable legacy p9sk1[no]:
hjfs: fs is /dev/sdC0/fs
mount: mount /root: no such user
mount /srv/boot /root: mount 220: mount
hjfs: ending
/dev/sdC0: QEMU HARDDISK
/dev/sdC0/9fat dos
/dev/sdC0/data
/dev/sdC0/fs hjfs
/dev/sdC0/nvram
/dev/sdC0/plan9
/dev/sdD0: QEMU DVD-ROM
bootargs is (tcp, tls, il, local!device)[local!/dev/sdC0/fs -m 147]
hjfs: fs is /dev/sdC0/fs
mount: mount /root: no such user
mount /srv/boot /root: mount 350: mount
hjfs: ending
/dev/sdC0: QEMU HARDDISK
/dev/sdC0/9fat dos
/dev/sdC0/data
/dev/sdC0/fs hjfs
/dev/sdC0/nvram
/dev/sdC0/plan9
/dev/sdD0: QEMU DVD-ROM
bootargs is (tcp, tls, il, local!device)[local!/dev/sdC0/fs -m 147]
hjfs: fs is /dev/sdC0/fs
mount: mount /root: no such user
mount /srv/boot /root: mount 477: mount
hjfs: ending
I can still do a manual mount if I run the first qemu script and edit the file
I can still mount it with pre install and change plan9.ini
bootfile=9pc64
bootargs=local!/dev/sdC0/fs -m 147
service=cpu
console=0
But none of this seems to matter. It will be a continuous loop.
Any ideas?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9front] qemu install
2024-10-13 8:05 [9front] qemu install william
@ 2024-10-13 19:51 ` william
2024-10-13 20:39 ` Anthony Martin
0 siblings, 1 reply; 3+ messages in thread
From: william @ 2024-10-13 19:51 UTC (permalink / raw)
To: 9front
Quoth william@thinktankworkspaces.com:
> Sorry. I forgot to change /lib/ndb/auth. I hate that it just doesn't say what the issue is.
> If I left it alone and picked glenda I would never know. 'no such user' is meh. Seems not good enough
> and what is mount 220?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9front] qemu install
2024-10-13 19:51 ` william
@ 2024-10-13 20:39 ` Anthony Martin
0 siblings, 0 replies; 3+ messages in thread
From: Anthony Martin @ 2024-10-13 20:39 UTC (permalink / raw)
To: 9front
william@thinktankworkspaces.com once said:
> Sorry. I forgot to change /lib/ndb/auth. I hate that it just doesn't
> say what the issue is. If I left it alone and picked glenda I would
> never know. 'no such user' is meh. Seems not good enough and
> what is mount 220?
> mount: mount /root: no such user
This is mount(1) telling you it encountered a problem while
trying to mount onto /root. The server on the other end of
the 9p connection returned an Rerror: "no such user".
> mount /srv/boot /root: mount 220: mount
This is bootrc(8) telling you that when it tried to mount
/srv/boot onto /root the process running mount as pid 220
failed with an exit status of "mount".
See the last sentence of the second paragraph of exits(2).
I'm surprised you've never seen a bad exit status before.
Cheers,
Anthony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-13 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-13 8:05 [9front] qemu install william
2024-10-13 19:51 ` william
2024-10-13 20:39 ` Anthony Martin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).