diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/640.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/640.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/640.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/640.toml b/gitlab/issues/target_missing/host_missing/accel_missing/640.toml new file mode 100644 index 00000000..84d1f501 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/640.toml @@ -0,0 +1,16 @@ +id = 640 +title = "qemu-system-x86_64 behaving as 32 bits" +state = "closed" +created_at = "2021-09-26T17:28:26.400Z" +closed_at = "2021-09-27T08:34:37.049Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/640" +host-os = "Ubuntu 20.04" +host-arch = "x86" +qemu-version = "4.2.1 (Debian 1:4.2-3ubuntu6.17)" +guest-os = "n/a" +guest-arch = "n/a" +description = """Qemu is throwing the error ```file '/grub/i386-pc/normal.mod' not found.``` and going into rescue mode while booting my pendrive with a dual boot installation from scratch from [link](https://wiki.archlinux.org/title/Multiboot_USB_drive). +The files like normal.mod aren't in the i386-pc folder because it's a x86 architecture install. The path it was supposed to see it is ```/grub/x86_64-efi/normal.mod```""" +reproduce = "n/a" +additional = """""" |