Boot issues in my HP DC7900 with ScPup64 21.01+0 (Solved)

Moderators: peebee, Forum moderators

Post Reply
User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Boot issues in my HP DC7900 with ScPup64 21.01+0 (Solved)

Post by radames »

Hi!

I have been experiencing a booting problem on my main machine, an HP DC7900 Intel Core 2 Duo E8400 3.00GHz with a Radeon HD 3450 graphics and 4GB of ram. Sometimes the system boots up to the "Loading kernel modules" message and gets stuck there, then I only have the option to turn it off and on again. I was thinking that happens after installing some sfs packages, the devx, kernel sources and headers for example. I remember that it had also happened to me with version 20.01+6, and I fixed it by installing the corresponding devx package from Lxpup64.

So what can I do to fix it, where is the "boot.log" file in ScPup64?

Thanks in advance!

Last edited by radames on Sat Feb 13, 2021 5:24 pm, edited 1 time in total.

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by bigpup »

Try having no sfs packages loading.

Is there any program you added or something you may have removed, just before this started.

what format is the partition the ScPup64 is on?

I assume it is a frugal or live install and using a save file/folder?

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

bigpup wrote: Thu Feb 04, 2021 9:19 pm

Try having no sfs packages loading.

Is there any program you added or something you may have removed, just before this started.

what format is the partition the ScPup64 is on?

I assume it is a frugal or live install and using a save file/folder?

I will remove the sfs, and see what happens as you mention. It's almost a brand new install, it's only been 6 days, I've only installed the chrome sfs, my own theme packages, gtk+3, gimp and some libraries this one needed from PPM.

Although my problems started the fourth time I started the system, when I only had the devx sfs, kernel headers and kernel sources installed.

And yes, it is a frugal installation, in ext4 format, I forgot to mention it at the beginning.

Thank you very much!

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

I have unloaded the sfs packages and the result is the same, it does not let me boot the system normally.

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by bigpup »

Could check the file system on the partition ScPup64 is installed on.

Need to boot from a live Puppy or a Puppy on a different partition to do a partition check.
(the partition must be unmounted)

In a terminal run e2fsck to check for anything wrong with file system and correct it.

Example:
partition sda1

Code: Select all

e2fsck -p  /dev/sda1

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

I ran the e2fsck -p command from a disk I have with Shiba-inu and it found no errors in the partition. This is the result:

Code: Select all

/dev/sda1: clean, 32682/29949952 files, 7724320/119792384 blocks

What I have noticed is that when ScPup64 boots normally, the sfs packages I have installed do not work, they are listed in sfs_load, but they do not work. I have to remove and reinstall them to get them working again. Instead, when it boots and stays in "Loading kernel modules" I have to edit the bootconfig file in /etc/rc.d/, and delete the sfs listed in the first line ("EXTRASFSLIST") and a lot of spaces up to the PREVUNIONRECORD and LASTUNIONRECORD lines. Only this way I can reinstall them and run sfs_load.

I wonder what could be going on, I'll keep searching!

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by bigpup »

what exactly are the sfs packages you are loading at startup?

Look in the actual save file/folder etc/rc.d
Does the BOOTCONFIG file look normal?

Maybe delete it from the save so it has to be reproduced for the save.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

The sfs packages are: devx_ScPup64_21.01+0.sfs, kernel_headers-5.10.4-lxpup64.sfs, kernel_sources-5.10.4-lxpup64.sfs, and chrome64_88.0.4324.96_lx_spot.sfs

The BOOTCONFIG file seems to be ok, I will delete it to see what happens. Thanks!

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

I deleted the BOOTCONFIG file, and on the next reboot the system booted correctly, except of course for the time it took to generate a new BOOTCONFIG file. Then I installed the sfs packages again, rebooted my system and then it did not boot correctly.

Then I think I have found the problem, I have rebooted a couple of times doing the same procedure, if the BOOTCONFIG file was previously deleted in one session then it does load the system, but if it is present and I have installed some sfs in the next session it will have failed to boot.

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by bigpup »

Try only having one kernel sfs, the kernel sources sfs loaded and not load the kernel headers sfs.
If no affect.
Try not loading the Chrome sfs.

/mnt/home is the normal location to have the sfs packages stored.

Last edited by bigpup on Wed Feb 10, 2021 7:40 pm, edited 1 time in total.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
peebee
Posts: 1479
Joined: Mon Jul 13, 2020 10:54 am
Location: Worcestershire, UK
Has thanked: 147 times
Been thanked: 594 times
Contact:

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by peebee »

Where are the .sfs stored? Are they on the same partition as the frugal install? They must be on a partition that is mounted at boot time - i.e. either at the root of the frugal install partition or inside the frugal install directory.

Builder of LxPups, SPups, UPup32s, VoidPups; LXDE, LXQt, Xfce addons; Chromium, Firefox etc. sfs; & Kernels

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

bigpup wrote: Wed Feb 10, 2021 7:19 pm

Try only having one kernel sfs, the kernel sources sfs loaded and not load the kernel headers sfs.
If no affect.
Try not loading the Chrome sfs.

/mnt/home is the normal location to have the sfs packages stored.

Ok, I'll try. Thanks bigpup!

peebee wrote: Wed Feb 10, 2021 7:21 pm

Where are the .sfs stored? Are they on the same partition as the frugal install? They must be on a partition that is mounted at boot time - i.e. either at the root of the frugal install partition or inside the frugal install directory.

All of them are in /mnt/home.

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

User avatar
radames
Posts: 54
Joined: Sun Aug 02, 2020 9:48 pm
Location: Mexico.
Has thanked: 49 times
Been thanked: 31 times

Re: Boot issues in my HP DC7900 with ScPup64 21.01+0

Post by radames »

Hi guys!

I removed the sfs packages referring to the kernel from sfs_load, rebooted and everything looked the same. Then I deleted the BOOTCONFIG and BOOTCONFIG.save file and rebooted the system. I reloaded the sfs again and it seems to have worked. I have already booted my system several times and everything is fine now.

Thank you very much for your help!

Your average nerd :geek:

Mi pequeño blog de apuntes en la red Gemini: gemini://reisub.nsupdate.info/radames/

Post Reply

Return to “SPups”