Help with Begin: Running /scripts/local-block ... done  [Solved]

Message
Author
rej
Posts: 160
Joined: Thu Mar 09, 2017 10:11 pm

Re: Help with Begin: Running /scripts/local-block ... done

#11 Post by rej »

Thank you fehlix-

Hope this is correct.

(Can't edit grub entries without grub-customizer - tried many times from MX posts, arch and other different sources. Failed miserably...)

Wiped everything from the second drive - only swap, MX, antiX, and antiX on the main drive and nothing else on the laptop. First antiX partition boots to "begin:running/scripts/local- block" however, eventually opens. The second anitX boots normally. There was no change after the edits.

Code: Select all

rj@mx23rj:~
$ lsblk -f
NAME FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                         
├─sda1
│    swap   1     swap  a5990d12-4389-44a1-9485-837f5d05da55                
├─sda2
│    ext4   1.0   rootMX23
│                       90cbb371-5fdf-41c5-b51a-55c3223db06c   40.9G    24% /
├─sda3
│    ext4   1.0   rootantiX23
│                       9bf5959d-d29b-4647-96dc-42d9c895da19                
└─sda4
     ext4   1.0   rootantiX23
                        5743a750-cf94-43dd-89b4-a654883a62bb                
sdb                                               

Code: Select all

rj@mx23rj:~
$ sudo parted --list
[sudo] password for rj:    
Model: ATA KINGSTON SA400S3 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system     Flags
 1      1049kB  4195MB  4194MB  primary  linux-swap(v1)  swap
 2      4195MB  67.1GB  62.9GB  primary  ext4            boot
 3      67.1GB  98.6GB  31.5GB  primary  ext4
 4      98.6GB  124GB   25.2GB  primary  ext4


Model: ATA TS128GMTS430S (scsi)
Disk /dev/sdb: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start  End  Size  Type  File system  Flags


rj@mx23rj:~
$ 

Code: Select all

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="0"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="$(unset PRETTY_NAME; (. /etc/lsb-release; echo ${PRETTY_NAME:?}) 2>/dev/null || echo Debian)"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noresume"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE="1024x768"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

#run dpkg-reconfigure grub-pc to allow toggle of os-prober
GRUB_DISABLE_OS_PROBER="false"

GRUB_DISABLE_OS_PROBER="false"
if [ -e /etc/default/grub.mx-defaults ]; then
     .  /etc/default/grub.mx-defaults
fi
GRUB_DISABLE_OS_PROBER="false"

GRUB_THEME="/boot/grub/themes/mx_linux/theme.txt"

Code: Select all

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
else
  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1024x768
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
else
  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
fi
insmod gfxmenu
insmod jpeg
insmod png
set theme=($root)/boot/grub/themes/mx_linux/theme.txt
export theme
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux_proxy ###

function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode



menuentry "MX 23.5 Libretto" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
	else
	  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
	fi
	echo	'Loading Linux 6.1.0-12-amd64 ...'
	linux	/boot/vmlinuz-6.1.0-12-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-6.1.0-12-amd64
}
### END /etc/grub.d/10_linux_proxy ###

### BEGIN /etc/grub.d/30_os-prober_proxy ###
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda3)" --class antix --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-9bf5959d-d29b-4647-96dc-42d9c895da19' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  9bf5959d-d29b-4647-96dc-42d9c895da19
	else
	  search --no-floppy --fs-uuid --set=root 9bf5959d-d29b-4647-96dc-42d9c895da19
	fi
	linux /boot/vmlinuz-6.1.42-antix.1-amd64-smp root=/dev/sda3
	initrd /boot/initrd.img-6.1.42-antix.1-amd64-smp
}
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda4)" --class antix --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-5743a750-cf94-43dd-89b4-a654883a62bb' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos4'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4  5743a750-cf94-43dd-89b4-a654883a62bb
	else
	  search --no-floppy --fs-uuid --set=root 5743a750-cf94-43dd-89b4-a654883a62bb
	fi
	linux /boot/vmlinuz-6.1.42-antix.1-amd64-smp root=/dev/sda4
	initrd /boot/initrd.img-6.1.42-antix.1-amd64-smp
}
### END /etc/grub.d/30_os-prober_proxy ###

### BEGIN /etc/grub.d/31_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
true
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
	else
	  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
	fi
	linux16	/boot/memtest86+x64.bin
}
fi
### END /etc/grub.d/31_memtest86+ ###

### BEGIN /etc/grub.d/34_os-prober_proxy ###
submenu "Advanced options for antiX 23-runit bookworm (23-runit) (on /dev/sda4)"{
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda4)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.1.42-antix.1-amd64-smp--5743a750-cf94-43dd-89b4-a654883a62bb' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4  5743a750-cf94-43dd-89b4-a654883a62bb
		else
		  search --no-floppy --fs-uuid --set=root 5743a750-cf94-43dd-89b4-a654883a62bb
		fi
		linux /boot/vmlinuz-6.1.42-antix.1-amd64-smp root=/dev/sda4
		initrd /boot/initrd.img-6.1.42-antix.1-amd64-smp
}
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda4)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.188-antix.1-amd64-smp--5743a750-cf94-43dd-89b4-a654883a62bb' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos4'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4  5743a750-cf94-43dd-89b4-a654883a62bb
		else
		  search --no-floppy --fs-uuid --set=root 5743a750-cf94-43dd-89b4-a654883a62bb
		fi
		linux /boot/vmlinuz-5.10.188-antix.1-amd64-smp root=/dev/sda4
		initrd /boot/initrd.img-5.10.188-antix.1-amd64-smp
}
}
submenu "Advanced options for antiX 23-runit bookworm (23-runit) (on /dev/sda3)"{
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda3)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-6.1.42-antix.1-amd64-smp--9bf5959d-d29b-4647-96dc-42d9c895da19' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  9bf5959d-d29b-4647-96dc-42d9c895da19
		else
		  search --no-floppy --fs-uuid --set=root 9bf5959d-d29b-4647-96dc-42d9c895da19
		fi
		linux /boot/vmlinuz-6.1.42-antix.1-amd64-smp root=/dev/sda3
		initrd /boot/initrd.img-6.1.42-antix.1-amd64-smp
}
menuentry "antiX 23-runit bookworm (23-runit) (on /dev/sda3)" --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-5.10.188-antix.1-amd64-smp--9bf5959d-d29b-4647-96dc-42d9c895da19' {
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  9bf5959d-d29b-4647-96dc-42d9c895da19
		else
		  search --no-floppy --fs-uuid --set=root 9bf5959d-d29b-4647-96dc-42d9c895da19
		fi
		linux /boot/vmlinuz-5.10.188-antix.1-amd64-smp root=/dev/sda3
		initrd /boot/initrd.img-5.10.188-antix.1-amd64-smp
}
}
### END /etc/grub.d/34_os-prober_proxy ###

### BEGIN /etc/grub.d/35_linux_xen ###

### END /etc/grub.d/35_linux_xen ###

### BEGIN /etc/grub.d/36_linux_proxy ###
submenu "Advanced options for MX 23.5 Libretto"{
menuentry "MX 23.5 Libretto, with Linux 6.1.0-12-amd64" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-12-amd64-advanced-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-12-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-12-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-12-amd64
}
menuentry "MX 23.5 Libretto, with Linux 6.1.0-12-amd64 (systemd)" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-12-amd64-init-systemd-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-12-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-12-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume init=/lib/systemd/systemd
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-12-amd64
}
menuentry "MX 23.5 Libretto, with Linux 6.1.0-11-amd64" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-11-amd64-advanced-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-11-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-11-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-11-amd64
}
menuentry "MX 23.5 Libretto, with Linux 6.1.0-11-amd64 (systemd)" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-11-amd64-init-systemd-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-11-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-11-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume init=/lib/systemd/systemd
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-11-amd64
}
menuentry "MX 23.5 Libretto, with Linux 6.1.0-10-amd64" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-10-amd64-advanced-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-10-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-10-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-10-amd64
}
menuentry "MX 23.5 Libretto, with Linux 6.1.0-10-amd64 (systemd)" --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-10-amd64-init-systemd-90cbb371-5fdf-41c5-b51a-55c3223db06c' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  90cbb371-5fdf-41c5-b51a-55c3223db06c
		else
		  search --no-floppy --fs-uuid --set=root 90cbb371-5fdf-41c5-b51a-55c3223db06c
		fi
		echo	'Loading Linux 6.1.0-10-amd64 ...'
		linux	/boot/vmlinuz-6.1.0-10-amd64 root=UUID=90cbb371-5fdf-41c5-b51a-55c3223db06c ro  quiet splash noresume init=/lib/systemd/systemd
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-6.1.0-10-amd64
}
}
### END /etc/grub.d/36_linux_proxy ###

### BEGIN /etc/grub.d/37_os-prober_proxy ###







### END /etc/grub.d/37_os-prober_proxy ###

### BEGIN /etc/grub.d/38_uefi-firmware ###
### END /etc/grub.d/38_uefi-firmware ###

### BEGIN /etc/grub.d/39_fwupd ###
### END /etc/grub.d/39_fwupd ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/42_os-prober_proxy ###
### END /etc/grub.d/42_os-prober_proxy ###


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

Re: Help with Begin: Running /scripts/local-block ... done

#12 Post by fehlix »

OK, boot to the "MX Linux" generated GRUB menu,
On the antiX menu entry press "E"-key for "Edit" and navigate to end of the line starting with "linux"
and add to the end of that line "noresume" space separated.

Press F10 ore Ctrlx+x to boot.

Now, when it boots to antiX, hopefully with no the intrd issue:
edit /etc/default/grub

and add to the GRUB_CMDLINE_LINUX_DEFAULT line also the parameter noresume.
so it may look like this or similare:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet selinux=0 noresume"
also make sure sure you kept this line "#"-commented

Code: Select all

#GRUB_DISABLE_LINUX_UUID=true
Now, back on commadn line do generated antiX grub menu with

sudo update-grub.

Reboot again to the GRUB menu and do the same for the 2nd antiX install.

When done, reboot into "MX Linux" and run here also

sudo update-grub

On all three MX and both antix, to add a swap line to the fstab:

edit /etc/fstab
and add these lines:

Code: Select all

# Swap partition on /dev/sda1
UUID=a5990d12-4389-44a1-9485-837f5d05da55  none  swap  defaults  0  0
Good luck.

rej
Posts: 160
Joined: Thu Mar 09, 2017 10:11 pm

Re: Help with Begin: Running /scripts/local-block ... done

#13 Post by rej »

fehlix-

Thank you for all the time and effort you put in to this - I appreciate it!

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

Re: Help with Begin: Running /scripts/local-block ... done

#14 Post by fehlix »

rej wrote: Mon Mar 03, 2025 6:27 am fehlix-

Thank you for all the time and effort you put in to this - I appreciate it!
If the main issue of this thread has been resolved, please consider marking it as such. To mark a thread as [Solved], click the checkmark button ✅ located to the right of the post that provides a solution to the main topic of the thread.

Marking the thread as solved helps other users with similar issues easily find the solution.

If you have any other issues related to the main topic that haven't been addressed, please feel free to state them here.

Thank you!

rej
Posts: 160
Joined: Thu Mar 09, 2017 10:11 pm

Re: Help with Begin: Running /scripts/local-block ... done

#15 Post by rej »

fehlix -

Yes, I will mark it solved and re-visit if I find other issues.

Thank you again for your help!

Post Reply

Return to “Software / Configuration”