[ cleared] os-prober error during distro update

Post Reply
Message
Author
osenon
Posts: 60
Joined: Fri Dec 06, 2019 4:54 pm

[ cleared] os-prober error during distro update

#1 Post by osenon »

hello
my last update did not end and stop at the "os-prober" step;
the system restart but grub has been modified and then only antix and windows7 are now in the grub menu , one system -arch linux- no more listed !
I try boot repair , but the system also didn't end
I try application chroot-rescue-scan also but did not work and give such msg :"skipping64 bit system arch linux ,linux system were not found"
I suppose there is something wrong on the partition sda3 ( archlinux) but I dont know how to repair , except to reisntall arch ( which is not so easy)
I try fsck -t / dev/sda3 but no impact
any suggestion will be appreciated
attachement : partition according GParted showing the 3 systems
SYSTEM DATA:
$ inxi -F
System:
Distro: antix_x64-full Yorum 4.9.0-279-1-486
Machine:
Type: Laptop System: ASUSTeK product: 1005PXD v: x.x
serial: <root required>
Mobo: ASUSTeK model: 1001PXD v: x.xx serial: <root required>
BIOS: American Megatrends v: 0703 date: 04/12/2011
Battery:
ID-1: BAT0 charge: 15.4 Wh condition: 21.4/23.8 Wh (90%)
CPU:
Topology: Single Core model: Intel Atom N455 bits: 64 type: MT
L2 cache: 512 KiB
Speed: 1000 MHz min/max: 1000/1667 MHz Core speeds (MHz): 1: 1000 2: 1333
Graphics:
Device-1: Intel Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics
driver: i915 v: kernel
Display: x11 server: X.Org 1.20.4 driver: intel resolution: 1024x600~60Hz
OpenGL: renderer: Mesa DRI Intel Pineview M v: 1.4 Mesa 18.3.6
Audio:
Device-1: Intel NM10/ICH7 Family High Definition Audio
driver: snd_hda_intel
Sound Server: ALSA v: k4.9.235-antix.1-amd64-smp
Network:
Device-1: Qualcomm Atheros AR8152 v2.0 Fast Ethernet driver: atl1c
IF: eth0 state: down mac: 14:da:e9:1c:7a:c2
Device-2: Qualcomm Atheros AR9285 Wireless Network Adapter driver: ath9k
IF: wlan0 state: up mac: 74:2f:68:32:72:7a
Drives:
Local Storage: total: 232.89 GiB used: 10.16 GiB (4.4%)
ID-1: /dev/sda vendor: Hitachi model: HTS543225A7A384 size: 232.89 GiB
Sensors:
System Temperatures: cpu: 41.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info:
Processes: 167 Uptime: 3m Memory: 985.8 MiB used: 238.4 MiB (24.2%)
Shell: bash inxi: 3.0.36
You do not have the required permissions to view the files attached to this post.
Last edited by osenon on Sun Jan 21, 2024 4:52 am, edited 1 time in total.
Desktop-64 bits -Inspiron 3910 -Ram 8G-CPU 6 Core I5-12400-Multiboot -SSD 500 G - Mx 21-3- AHS-Xfce 4.18

User avatar
fehlix
Developer
Posts: 10388
Joined: Wed Apr 11, 2018 5:09 pm

Re: os-prober error during distro update

#2 Post by fehlix »

Eitehr soemthing with the partition or with arch'grub.
In case you have not manuayll adjusted/changed something grub related
I'd probably do this:
add this line
GRUB_OS_PROBER_SKIP_LIST="HERE -the-FS-UUID-of-arch-ext4-filesystem"
into
/etc/defaut/grub

and re-run

Code: Select all

sudo update-grub
This would instruct grub to call of os-rpber to ignore the arch-partition to scan for grub-entries.

Next
extract from arch' grub.cfg from the arch-partition /boot/grub/grub.cfg
(or where ever this is on arch)
the first menuentry
and save into a new file /boot/grub/custom.cfg
on the antiX partition
By this you may have a grub menu to boot into arch.
Otherwise post
/etc/default/grub
/boot/grub/grub.new
and maybe list of
ls -nal /etc/grub.d
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
rokytnji.1
Global Moderator
Posts: 723
Joined: Sun Apr 13, 2014 9:06 pm

Re: os-prober error during distro update

#3 Post by rokytnji.1 »

Did not have your problem. Usually when a dist-upgrade locks up on me.

Closing terminal and starting over in terminal

Code: Select all

sudo apt -f install
Usually clears up the mess for me. Here is mine for comparison.

Code: Select all

harry@rok:~
$ apt-cache policy os-prober
os-prober:
  Installed: 1.81
  Candidate: 1.81
  Version table:
 *** 1.81 500
        500 http://ftp.us.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
harry@rok:~
$ inxi -S
System:
  Host: rok Kernel: 6.1.42-antix.1-amd64-smp arch: x86_64 bits: 64
    Desktop: IceWM v: 3.4.5 Distro: antiX-23_x64-full Arditi del Popolo 27
    August 2023

osenon
Posts: 60
Joined: Fri Dec 06, 2019 4:54 pm

Re: os-prober error during distro update

#4 Post by osenon »

Matter is closed , I don't know why ? Potentially I move this PC from a cold room (10°C, since 20 days) to a heated room (20°C) , don't know if the partition recognition could be affected ?
For your information application "chroot-rescue-scan" still don't work and give same msg ! but anyway I am not very familiar this chroot (my idea was to enter in the arch system and launch update)
Thanks for the two replies.
Desktop-64 bits -Inspiron 3910 -Ram 8G-CPU 6 Core I5-12400-Multiboot -SSD 500 G - Mx 21-3- AHS-Xfce 4.18

User avatar
asqwerth
Developer
Posts: 7234
Joined: Sun May 27, 2007 5:37 am

Re: [ cleared] os-prober error during distro update

#5 Post by asqwerth »

For what it's worth, I have used chroot-rescue-scan in the past to update my Arch-based system on another partition.

Also used it to install a new kernel on my PCLinux partition (when I went so long without upgrading my kernel that network-manager no longer worked after an update!).

So the tool does work with other distros that are not Debian-based.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Post Reply

Return to “antiX”