My first attempt to test EasyOS. I admit that I didn't well understand the installation instructions. Writing the image to a spare 4-8GB stick is not possible for me as I don't have one. So I tried what I always do: Add EasyOS to my small collection of test distros on a 4GB stick.
1) Extracted the contents of easy-3.4.7-amd64.img using UExtract. This produced an error:
Code: Select all
Partition_2:
mount: wrong fs type, bad option, bad superblock on /dev/loop2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Failed!
Nevertheless a folder Partition_1 was extracted and this folder seems to contain all files needed for boot
2) Copied files easy.sfs, initrd and vmlinuz to a newly created folder /pup_easyos of a my bootable test stick and created new entry in grub4dos menu.lst:
Code: Select all
title EasyOS
kernel /pup_easyos/vmlinuz pmedia=usbflash psubdir=/pup_easyos
initrd /pup_easyos/initrd
When trying to boot I didn't get very far:
Code: Select all
Finding drives................
ERROR: Boot partition not found
Is there any way to fix this or is my approach completely wrong?