You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drive current: -outdev 'stdio:achiu-au.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 24.9g free
Added to ISO image: directory '/'='/tmp/grub.kcngjq'
xorriso : UPDATE : 3 files added in 1 seconds
Added to ISO image: directory '/'='/mnt/UnixLike/iso'
xorriso : UPDATE : 7 files added in 1 seconds
ISO image produced: 361 sectors
Written to medium : 361 sectors at LBA 0
Writing to 'stdio:achiu-au.iso' completed successfully.
OK, run the ISO with qemu (I'm using Qemu 6.2.0 on Mac, btw) qemu-system-i386 -cdrom achiu-au.iso
Qemu failed to run it:
Booting from DVD/CD...
Boot failed: Could not read from CDROM (code 0004)
Booting from ROM...
iPXE (PCI 00:03.0) starting execution... OK
..
..
..
No bootable device.
I've also created similar image based on Alpine Linux and Arch Linux. Only Arch produced runnable ISO
Strangely on my PC running Debian, the ISO also works OK.
The text was updated successfully, but these errors were encountered:
Ok. Sorry for the delay. I will check. I known I have a little problem with qemu in my function cpuid identification. I will push it shortly. But the No bootable device. is weird
I've created a Docker image to build MaoKo (based on Debian).
Here's the dockerfile:
Mount the Unix-Like source directory into the container:
docker run -it -v /Users/andre/Codes/Unix-Like/:/mnt/UnixLike andre104/debian-kernel-dev:0.1
Then build it:
This is the output log:
OK, run the ISO with qemu (I'm using Qemu 6.2.0 on Mac, btw)
qemu-system-i386 -cdrom achiu-au.iso
Qemu failed to run it:
I've also created similar image based on Alpine Linux and Arch Linux. Only Arch produced runnable ISO
Strangely on my PC running Debian, the ISO also works OK.
The text was updated successfully, but these errors were encountered: