Author |
Message |
napo7
Joined: 01 Dec 2019 Posts: 5
|
Posted: Sun 01 Dec 2019, 16:29 Post subject:
How to install Puppy on Intel Atom x5 z8350? |
|
Hi
I'm trying to install puppy to the (almost) same hardware.
I've managed to install it to make a frugal install on emmc (mmcblk0), but on boot, I get an error because the sfs file is not found.
I had a look at /tmp for boot logs, but no partitions are found at this stage.
That's annoying, since while booted on USB, the internal MMC is correctly supported ?
What can I do to install on internal MMC ?
thanks !
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 3548 Location: 500 seconds from Sol
|
Posted: Sun 01 Dec 2019, 18:06 Post subject:
|
|
Hi napo7, suggest you provide the full specs of your computer.
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 13398 Location: Arizona USA
|
Posted: Sun 01 Dec 2019, 20:55 Post subject:
|
|
Also, exactly which version of Puppy you're using. It makes a difference.
|
Back to top
|
|
 |
napo7
Joined: 01 Dec 2019 Posts: 5
|
Posted: Mon 02 Dec 2019, 04:28 Post subject:
|
|
Hi
Thanks for your attention.
I don't know which specs I can post, but here is the link to the product page I bought on amazon:
https://www.amazon.fr/gp/product/B07VTMKPPM/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1
It is an Atom X5-Z8350, it has 4GB Ram, 64 GB Flash (which is detected as /dev/mmcblk0 in puppy live usb and other distros).
It can't boot on legacy bios, only UEFI.
I managed to install debian directly on the flash, also MX Linux, without any tricks (just the "next-next-next" install...)
I tried puppy bionic 64, it works OK from USB, but I had trouble installing as frugal, so I tried the following :
- Directly flash the iso to mmc : dd if=puppy.iso of=/dev/mmcblk0.
- Tried FrugalPup, which had less issues installing, but same behavior at boot :
It did boot up to grub, then failed on searching the sfs file. having a look at log files in /tmp/ seems to show that no devices are found. dmesg | grep mmc doesn't show anything, and no devices in /dev/mmc*.
I tried to play with boot flags (pmedia and others...), but still nothing...
I can't tell what's exactly wrong, but it seems that the mmc driver is initialized too late ?
What's more crazy is that when in GRUB shell, I can see (hd0,gpt1) which is recognized as FAT partition, but that's not enough
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12999 Location: S.C. USA
|
Posted: Tue 03 Dec 2019, 03:32 Post subject:
|
|
FrugalPup installer is being developed and bug fixed.
The FrugalPup v13 had some boot loader files that seemed to work better with UEFI.
So, uninstall the FrugalPup installer you used.
Download and install FrugalPup v13 from here:
https://www.mediafire.com/folder/rdyc5lgzpeij1/frugalpup/
When you use FrugalPup installer to install Bionicpup64 8.0.
After it installs and you are back at the selection window for FrugalPup.
Select the boot button.
Choose to use UEFI when it asks what type boot loader to use.
Any help?
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
Last edited by bigpup on Tue 03 Dec 2019, 03:40; edited 1 time in total
|
Back to top
|
|
 |
napo7
Joined: 01 Dec 2019 Posts: 5
|
Posted: Tue 03 Dec 2019, 03:33 Post subject:
|
|
I'll give it a try.
Thanks
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12999 Location: S.C. USA
|
Posted: Tue 03 Dec 2019, 03:53 Post subject:
|
|
Not knowing how the internal drive is formatted or partitioned.
One other possible thing to try.
UEFI usually wants to see a small boot partition formatted fat32 with the boot loader files on it.
two partitions on the internal drive.
A first small fat32 formatted partition. (100mb) flagged boot.
The rest of drive is a large ext4 formatted partition.
Put the Bionicpup64 8.0 frugal install on the second partition and the boot loader on the small first partition.
FrugalPup installer should give you the option to select what partition gets what installed on it.
Do you know how to partition and format using Gparted program?
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
napo7
Joined: 01 Dec 2019 Posts: 5
|
Posted: Tue 03 Dec 2019, 09:22 Post subject:
|
|
Hi
Yes, I know how to partition.
I've tried to make 2x fat32 partitions : one of 512MB to hold the bootloader + the sfs file, and the other of 2048 MB, fat32 also.
The rest of the drive was formatted on ext4, but none of them showed up in the logs while the bootloader tried to find the sfs file !
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12999 Location: S.C. USA
|
Posted: Tue 03 Dec 2019, 18:14 Post subject:
|
|
See what the internal eMMC drive is using for the partition table.
Start Gparted with the eMMC as the device to look at.
Gparted->View->select device information.
What type partition table is being used?
If it shows as gpt.
That can be a problem for Puppy Linux. Software in Puppy is not setup for gpt partition table.
Gparted can change the partition table.
Gparted->Device->create partition table......
Make the partition table msdos
WARNING making a new partition table will delete everything on the drive.
It will have to be partitioned and formatted again.
So, you will have to start over again.
Sorry, it is what it is!
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
napo7
Joined: 01 Dec 2019 Posts: 5
|
Posted: Wed 04 Dec 2019, 04:05 Post subject:
|
|
Thnaks for you reply
I didn't know that puppy need MBR partition table, and in facts, I thought that UEFI needed GPT table to work !
I'll give a try ASAP !
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12999 Location: S.C. USA
|
Posted: Wed 04 Dec 2019, 11:15 Post subject:
|
|
The gpt only UEFI requirement is up to the computer manufacture and how they coded their UEFI.
If they have used the full normal UEFI. It is suppose to work with gpt or mbr.
I have no problem with mbr on my computer with UEFI.
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
gcav

Joined: 25 May 2012 Posts: 84 Location: Ontario
|
Posted: Thu 05 Dec 2019, 17:05 Post subject:
boot from mmcblk0? |
|
Have you tried booting from the USB port first.
On the bios Boot options? what options are u shown?
booting from mmcblk0 is a challenge.
gc
|
Back to top
|
|
 |
|