Forum › Forums › New users › New Users and General Questions › Antix grub boot error
- This topic has 4 replies, 4 voices, and was last updated Apr 27-9:59 pm by ile.
-
AuthorPosts
-
April 27, 2023 at 8:22 am #105510Member
Antix_john
Hi guys, after installing Antix 22 on my old Celeron 700 and 512 mb ram… I have a problem – system doesnt boot from my HDD… There is an “error: invalid arch-independent ELF magic” what should I do? I AM quite new to Linux…
When I run IT from live CD everything runs ok…and I did just default install, formating whole 80 GB od disk spacer for Antix.
How van I solve it?April 27, 2023 at 8:39 am #105512MemberRJP
::Did you install grub into mbr or partition?
To check:
sudo fdisk -l 2>/dev/null | egrep "Disk /|/dev/" | sed "s#^/dev/#Part /dev/#" | awk '{print $2}' | sed 's/://' | xargs -n1 -iX sudo sh -c "dd if=X count=1 2>/dev/null | grep GRUB > /dev/null && echo Grub found: X || echo no Grub: X"April 27, 2023 at 8:49 am #105514ModeratorBobC
::When you installed, what option did you take for installing grub? I would probably have installed to mbr.
I can’t comment on RJP’s idea above, but did you try the boot repair program? You can boot the CD and run it from the last tab of the Control Centre to fix the hard drive boot.
- This reply was modified 6 days, 3 hours ago by BobC.
April 27, 2023 at 1:50 pm #105537MemberRJP
::I can’t comment on RJP’s idea above, but did you try the boot repair program? You can boot the CD and run it from the last tab of the Control Centre to fix the hard drive boot.
It is a safe command. 😉
$ sudo fdisk -l 2>/dev/null | egrep "Disk /|/dev/" | sed "s#^/dev/#Part /dev/#" | awk '{print $2}' | sed 's/://' | xargs -n1 -iX sudo sh -c "dd if=X count=1 2>/dev/null | grep GRUB > /dev/null && echo Grub found: X || echo no Grub: X" xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value no Grub: /dev/ram0 no Grub: /dev/ram1 no Grub: /dev/ram2 no Grub: /dev/ram3 no Grub: /dev/ram4 no Grub: /dev/ram5 no Grub: /dev/ram6 no Grub: /dev/ram7 no Grub: /dev/ram8 no Grub: /dev/ram9 no Grub: /dev/ram10 no Grub: /dev/ram11 no Grub: /dev/ram12 no Grub: /dev/ram13 no Grub: /dev/ram14 no Grub: /dev/ram15 Grub found: /dev/sda Grub found: /dev/sda1 no Grub: /dev/sda2 no Grub: /dev/sda3 no Grub: /dev/sda4 no Grub: /dev/sda5 no Grub: /dev/sda6 no Grub: /dev/sda9April 27, 2023 at 9:59 pm #105558Member
ile
::does default install entire drive ask for grub location decision?
or is it automatic with entire drive install?in any event booting a live media antiX and use grub menu grub bootloader, boot rescue menus, can probe and select start the systems? as says BobC. demo centre Boot Repair
-
AuthorPosts
- You must be logged in to reply to this topic.