@williwaw :
Hi, and thanks for the welcome
Thank you for your help.
the easiest way to boot easy is write it directly to a usb as an .img
O.K. I followed that path and did the following:
- I put the img-file on my ventoy stick so I could boot from it directly.
- I added the ventoy stick as a redirect to my virtual machine (virt-manager)
- I booted the ventoy stick and chose EasyOS in order to start it.
Yet the problem remains: I cannot tell why but EasyOS simply won´t start. Here´s what it says:
error: File (hd0,1)/Betriebssysteme/easy-4.3.4-amd64.img is not bootable.
int13_load_mbr -46
No bootable device.
the second easiest way would be if you had a usb with a bootloader and can make a frugal install.
Yes, the ventoy stick has a bootloader and it lets me choose any .iso or .img files I put there. It works well with other OSes like Lubuntu, LinuxMint etc.
It´s just EasyOS that refuses to boot.
Hmm, I really don´t know why that is.
Still, thanks a lot for your help.
Many greetings from Rosika
P.S.:
curious thing: I even can´t mount the easy-4.3.4-amd64.img in my host:
Code: Select all
env LANG=en_GB:en sudo mount -o loop,ro easy-4.3.4-amd64.img /media/usb
mount: /media/usb: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
P.S. 2:
In the meantime I managed to at least mount the img file:
Code: Select all
gnome-disk-image-mounter easy-4.3.4-amd64.img
which gave me the following contents:
an easyos directory and therein:
Code: Select all
.rw-r--r-- 798M root root 15 Aug 12:00 easy.sfs
.rw-r--r-- 4,4M root root 15 Aug 12:00 initrd
.rw-r--r-- 6,3M root root 15 Aug 12:00 vmlinuz
I then copied the easy.sfs to somewhere else so I could try to boot that one.
First I mounted easy.sfs to see what´s in it:
and got these contents:
Code: Select all
drwxr-xr-x - root root 21 Nov 2018 audit
drwxr-xr-x - root root 15 Aug 11:54 bin
drwxr-xr-x - root root 15 Aug 11:53 boot
drwxr-xr-x - root root 15 Aug 11:58 dev
drwxr-xr-x - root root 15 Aug 11:58 etc
drwxr-xr-x - root root 11 Dez 2021 files
drwxr-xr-x - root root 15 Aug 11:58 home
drwxr-xr-x - root root 15 Aug 11:58 lib
lrwxrwxrwx 3 root root 15 Aug 11:58 lib64 -> lib
drwxr-xr-x - root root 31 Jan 02:30 mnt
drwxr-xr-x - root root 21 Nov 2018 opt
drwxr-xr-x - root root 21 Nov 2018 proc
drwxr-xr-x - root root 15 Aug 11:58 root
drwxr-xr-x - root root 15 Aug 11:54 sbin
drwxr-xr-x - root root 15 Aug 11:58 sys
drwxrwxrwt - root root 15 Aug 11:58 tmp
drwxr-xr-x - root root 15 Aug 11:58 usr
drwxrwxrwx - root root 15 Aug 11:53 var
which looked more promising.
So I unmounted easy.sfs again and tried booting it:
Code: Select all
kvm --cdrom easy.sfs -cpu host -m 1024 -boot d
... but the result was disappointing again:
"No bootable device" .