Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Post-basic install failed, system incomplete [solved]

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
kegon
Posts: 23
Joined: 2017-01-15 15:23

Post-basic install failed, system incomplete [solved]

#1 Post by kegon »

Hi,

I did a fresh install of Buster but for some reason my NIC wasn't supported by the new system after the basic install phase. Therefore only really basic set up was performed.

After booting the new system I managed to find suitable network drivers and installed some large packages in the hope of picking up the missing packages and config. It seems that this wasn't enough; for example, I changed my /etc/ld.so.conf and ran ldconfig but the ldconfig.service isn't running so local dynamic libraries aren't found. I suspect there are some deeper problems lurking.

What can I do to complete my installation.

Thanks in advance
Last edited by kegon on 2020-02-12 21:14, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Post-basic install failed, system incomplete

#2 Post by Head_on_a_Stick »

Try

Code: Select all

# aptitude install ~pimportant ~prequired ~pstandard
And if you have a laptop:

Code: Select all

# apt install task-laptop
deadbang

kegon
Posts: 23
Joined: 2017-01-15 15:23

Re: Post-basic install failed, system incomplete

#3 Post by kegon »

Thanks @Head_on_a_Stick

Just tried that and rebooted.
Didn't cure the ldconfig problem though.

(This install is not on a laptop)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Post-basic install failed, system incomplete

#4 Post by Head_on_a_Stick »

Please change the title of the thread (because your system is now complete) and explain your ldconfig problem in more detail, thanks.
deadbang

kegon
Posts: 23
Joined: 2017-01-15 15:23

Re: Post-basic install failed, system incomplete [solved]

#5 Post by kegon »

I thought it would be better to finish this thread and start a new topic about ldconfig.
Please find it at http://forums.debian.net/viewtopic.php?f=17&t=145256

Post Reply