i installed puppy linux frugal into the the same portion as my deabin 12 install and when I rebooted my computer it came up with this.
i would also like to do a full install, even though I know frugal has its advantages I want to do a full install.
also would having one core matter for performace
Error after frugal install on same partition as Debian 12 install
Moderator: Forum moderators
Error after frugal install on same partition as Debian 12 install
- Attachments
-
- IMG_20240725_184402765.jpg (120.62 KiB) Viewed 686 times
-
- IMG_20240725_184057819.jpg (146.63 KiB) Viewed 686 times
- rockedge
- Site Admin
- Posts: 6518
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2725 times
- Been thanked: 2611 times
- Contact:
Re: wierd error
Remember, a Puppy Linux "frugal install" is equal to a full install. Are you using a computer that is low in performance and challenged with total RAM?
I think what you are seeing is the boot loader not loading through it's stages correctly.
Re: wierd error
@guineapig
Further to:
Search reveals:
What does wee 13> mean when booting computer?
Sources
reddit.com favicon
answers.microsoft.com faviconAnswer
The message wee 13> during the booting process typically indicates an issue with the bootloader, specifically Grub4Dos. This message is part of the Grub4Dos bootloader's error reporting and suggests that the bootloader is unable to find or load the necessary files to continue the boot process.Explanation:
Grub4Dos: This is a bootloader that can be used to boot multiple operating systems. It is often used in conjunction with Linux distributions like Puppy Linux.
wee Message: The wee message is a part of Grub4Dos's error output. It appears when Grub4Dos is unable to proceed with the boot process due to missing or corrupted files or incorrect configuration.
Error Code 13: The 13 in wee 13> typically signifies a specific error code. In the context of Grub4Dos, error code 13 usually means Invalid or unsupported executable format, indicating that the bootloader cannot find a valid bootable file or partition.Potential Causes:
Corrupted Bootloader: The Grub4Dos bootloader might be corrupted and unable to locate the necessary files to boot the operating system.
Incorrect Configuration: The configuration files for Grub4Dos might be incorrectly set up, pointing to the wrong files or partitions.
Missing Files: Essential boot files might be missing or corrupted, preventing the bootloader from proceeding.Troubleshooting Steps:
Check Bootloader Configuration: Verify that the Grub4Dos configuration files (usually menu.lst or grub.cfg) are correctly set up and point to the right partitions and files.
Reinstall Grub4Dos: Reinstalling the Grub4Dos bootloader might resolve any corruption issues. This can often be done using a live USB or CD with a Linux distribution.
Repair Boot Files: Use a live USB or CD to boot into a Linux environment and check for the presence and integrity of the necessary boot files.
Use Alternative Bootloader: If the issue persists, consider using an alternative bootloader like GRUB2, which might offer better support and error handling.For more detailed guidance on troubleshooting and fixing bootloader issues, you can refer to resources on boot management and repair tools, such as those provided by Windows Boot Manager or Linux boot repair utilities.
Hope this helps
Chelsea80
1. BionicPup32+28 19.03 - Linux 4.9.163 - lxpup - 32-pae [i686] - (UPup Bionic Beaver)
....Frugal Install - Internal HDD - Gateway MX8716b - HDD 120GB - RAM 2GB
2. Friendly-Bionic32 v1.1
....USB Stick 2GB
- fredx181
- Posts: 3037
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 367 times
- Been thanked: 1290 times
- Contact:
Re: wierd error
Yes, I think so too that's about the problem (grub4dos doesn't like booting from ext4 partition formatted with '64-bitness') read the post(s) there from the old forum for a possible fix.
- mikewalsh
- Moderator
- Posts: 6134
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 783 times
- Been thanked: 1966 times
Re: wierd error
Yup; have to agree with this assessment. And the OP is, no doubt - like any other new user when coming to Puppy from mainstream distros - convinced that ext4 is the ONLY way to go (because that's what everybody else uses).
They quite possibly aren't aware that any other types of Linux file-system even exist......much less that anyone actually USES them.
Of course, I'm betting that using shinobar's Grub2config instead 0f Grub4DOS should overcome this "issue". Am I right?
Mike.
- fredx181
- Posts: 3037
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 367 times
- Been thanked: 1290 times
- Contact:
Re: wierd error
mikewalsh wrote:Of course, I'm betting that using shinobar's Grub2config instead 0f Grub4DOS should overcome this "issue". Am I right?
Are you right or are you right ?, possibly both but as this is in the Tahr section, I'd like to say that a "legacy" solution is also possible by converting the ext4 partition to "32-bitness" as being explained in the old-forum thread (linked to above).