MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

Message
Author
loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#1 Post by loik »

Hi.
Ich habe mehrere Linusx-Systeme auf Externen Festplatten installiert, die ich über USB an beliebige rechner hänge und boote.
Das funktioniert sehr gut, auch wen nur 2.0 zur Verfügung steht.

Mache HDDs sind Dual-boot, Manche Multi-boot.

MX-18 teilt sich eine Platte mit BunsenLabs-Deuterium. Bunsen stellt den Grub.

Das bootet an fast allen Rechnern.

Ich habe aber 2 PCs von ASUS, da klappt das nicht.
Ein ASUS eeePC ( AMD ) und ein Notebook F5RL ( Intel ? AMD ? - muß nochmal nachgucken ).

An beiden kann ich MX-18 nicht booten. es erscheint die Meldung "Sie müssen zu erst einen Kernel laden" ( oder so ähnlich ).

Bunsen bootet an beiden PCs problemlos.



Ich hatte vor Jahren schon mal schwierigkeiten mit ML-13 an dem eeePC.
Das hat auch am eeePC problemlos gebootet, bis zu einem bestimmten Kernel-update. dann nicht mehr, bei gleicher Fehlermeldung.
An anderen PCs kein Problem.


Kanni ch in Grub etwas einstellen, etwas eintragen, dass er begreift, dass ( auch bei der ASUS-Hardware ) der vorhandenen Kernel benutzt und gebootet werden kann ?

Wäre schön, wenn MX auch auf diesen Rechnern für mich nutzbar wird.

Gruß
Loik

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

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#2 Post by fehlix »

Würde erstmal gut zu wissen sein, ob ein normaler MX LiveUSB auf den PC's bootet.
Festinstallationen von mehrer Rechner zu starten, ist immer etwas problematisch.
Etwas sicher wärst Du mit einer Frugal-Installation auf der USB-Platte,
die ist quasi wie vom USB-Stick booten und hat damit bessere Hardware-Erkennung.
Kannst aber gern erstmal die grub.cfg ( /boot/grub/grub.cfg) hier posten,
aber bitte den grub.cfg Textcode zwischen den Code-tags [code] hier rein [/code],
sonst schau ich mir das gar nicht erst an.
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#3 Post by loik »

O.K., das "

Code: Select all

 hier rein 
" habe ich ja schon von dir gelernt.

Ist händelbarer, das verstehe ich. Werde ich also so machen. Aber heute wird das nix mehr.

Die MX-Snapshot-Live-DVD hat jedenfalls gebootet, am F5RL Notebook.
Aber das war ja auch nicht über USB.

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#4 Post by loik »

Hallo, Felix.

Ich habe gerade keinen USB-Stick in ausreichender Geschwindigkeit und Grösse zur Verfügung, für Experimente mit einem LIVE-iso.

Ich habe aber nochmal mein MX-18-snapshot-Live-iso mit einem externen Laufwerk über USB an den beiden ASUS geboote.

Bei beiden wurde das Live-System ohne Probleme hochgefahren.



/boot/grub/grub.cfg

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='hd1,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
else
  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
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 ###
insmod part_msdos
insmod ext2
set root='hd1,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
else
  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
fi
insmod png
if background_image /usr/share/backgrounds/MXLinux/grub/mxreflection_by_ant_ony.png; then
  true
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'MX 18 Continuum' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-916abd81-f860-4a8b-991c-2e4056c9ec85' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	echo	'Linux 4.19.0-1-686-pae wird geladen …'
	linux	/boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro  quiet
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-4.19.0-1-686-pae
}
submenu 'Erweiterte Optionen für MX 18 Continuum' $menuentry_id_option 'gnulinux-advanced-916abd81-f860-4a8b-991c-2e4056c9ec85' {
	menuentry 'MX 18 Continuum, mit Linux 4.19.0-1-686-pae' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-1-686-pae-advanced-916abd81-f860-4a8b-991c-2e4056c9ec85' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		echo	'Linux 4.19.0-1-686-pae wird geladen …'
		linux	/boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro  quiet
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-4.19.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, with Linux 4.19.0-1-686-pae (systemd)' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-1-686-pae-init-systemd-916abd81-f860-4a8b-991c-2e4056c9ec85' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		echo	'Linux 4.19.0-1-686-pae wird geladen …'
		linux	/boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro  quiet init=/lib/systemd/systemd
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-4.19.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, mit Linux 4.13.0-1-686-pae' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.13.0-1-686-pae-advanced-916abd81-f860-4a8b-991c-2e4056c9ec85' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		echo	'Linux 4.13.0-1-686-pae wird geladen …'
		linux	/boot/vmlinuz-4.13.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro  quiet
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-4.13.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, with Linux 4.13.0-1-686-pae (systemd)' --class mx --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.13.0-1-686-pae-init-systemd-916abd81-f860-4a8b-991c-2e4056c9ec85' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		echo	'Linux 4.13.0-1-686-pae wird geladen …'
		linux	/boot/vmlinuz-4.13.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro  quiet init=/lib/systemd/systemd
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-4.13.0-1-686-pae
	}
}

### END /etc/grub.d/10_linux ###

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

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

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	multiboot	/boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	multiboot	/boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

### 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 ###
 
?

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#5 Post by loik »

Und ?
Gibt es eine Idee, warum ich MX-18 am ASUS F5RL ( ist übrigens ein Intel Dual-CPU ) nicht booten kann ?

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

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#6 Post by fehlix »

loik wrote: Sun May 19, 2019 6:49 am Und ?
Gibt es eine Idee, warum ich MX-18 am ASUS F5RL ( ist übrigens ein Intel Dual-CPU ) nicht booten kann ?
Ganz verstanden habe ich Deine Boot-Procedure noch nicht. Du schreibst Du bootest von Bunsen,
die Grub.cfg ist aber die von MX.
Dann schick mal die grub.cfg, die zuerst geladen wird.
Dann auch noch, wenn Du Live bootest auf dem ASUS, ein paar infos:
"QuickSystem Info"
und

Code: Select all

sudo lsblk -f
und

Code: Select all

sudo parted -l
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#7 Post by loik »

Das Bootprozedere:

Eine externe HDD, auf der befinden sich zwei Debian-Systeme.
BunsenLabs
und MX-18.

wenn ich die HDD per USB an einen Rechner hänge und in den Startoptionen des BIOS diese HDD auswähle erscheint der Grub von BunsenLab.
Dort ist aufgelistet BunsenLabs und alle Weiteren Systeme nämlich irgendein Windows, vielleicht noch ein weiteres Linux ( abhängig davon an welchem PC die Platte gerade hing, als Grub aktualisiert wurde ) und eben MX-18, weil es ja mit auf der gleichen Platte ist.
nun kann ich per Pfeiltaste zu dem System navigieren, welches ich per Druck auf die Entertaste booten möchte.

Mache ich es so mit MX-Linux, dann bootet es normaler Weise, an anderen PCs, ohne das ein weiterer Grub angezeigt würde.
An den ASUS-Rechnern bootet es aber nicht, sonder es erscheint die oben genannte Fehlermeldung.

Wenn ich dann eine beliebige Taste drücke, lande ich wieder im Grub-Auswahlmenü von BunsenLabs.

BunsenLabs selber bootet problemlos an den Asus-Geräten.


Ich vermute, dass es etwas mit dem Kernel zu tun hatte.
Denn, ich hate ja mit LM-13 das gleiche Problem am ASUS-eeepc.
Es ließ sich immer booten, bis zu einem bestimmten Kernel-Update. ab dann nicht mehr.
Es war aber durchgehend Kernel 3.2.xy

Hier schon mal die gefragten Infos aus dem MX-System heraus:

Code: Select all

 $ sudo lsblk -f
NAME         FSTYPE LABEL                     UUID                                 MOUNTPOINT
sda                                                                                
├─sda1                                                                             
├─sda2       vfat   SYSTEM                    3040-368D                            
├─sda3       ntfs   Windows                   1ADC420CDC41E29D                     
└─sda4       ntfs   Windows RE tools          A818429318426084                     
sdb                                                                                
├─sdb1       ntfs   fake-primery              01D38E196AE33C80                     
├─sdb2                                                                             
├─sdb5       swap                             cbc03e31-9c3a-493a-912a-d5e9342972f0 [SWAP]
├─sdb6       ext4   TEMP-ext4_50GB            f7deff3d-228e-d301-e0c0-be3d228ed301 /media/user-mx/TE
├─sdb7       ext4   -__BL__Sys                dcf7aa00-0753-4759-acae-f0e5ef64d99d /media/user-mx/-_
├─sdb8       ntfs   TOSCHIBA-Lo__1-TB__450-GB 01D38E1F0133F8F0                     /media/user-mx/TO
└─sdb9       ext4   MX-17-sys                 916abd81-f860-4a8b-991c-2e4056c9ec85 /
mmcblk0                                                                            
└─mmcblk0p1  ntfs                             E4A006C5A0069DE4                     /media/user-mx/E4
mmcblk0boot0                                                                       
mmcblk0boot1                   

Code: Select all

 $ sudo parted -l
Model: ATA WDC WDS120G2G0B- (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size   File system  Name  Flags
 1      17,4kB  134MB  134MB                     msftres
 2      135MB   240MB  105MB  fat32              boot, esp
 3      240MB   120GB  119GB  ntfs               msftdata
 4      120GB   120GB  524MB  ntfs               diag


Model: TOSHIBA External USB 3.0 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      32,3kB  8225kB  8193kB  primary   ntfs            boot, hidden
 2      8225kB  1000GB  1000GB  extended                  lba
 5      8258kB  3142MB  3134MB  logical   linux-swap(v1)
 6      3142MB  56,5GB  53,4GB  logical   ext4
 7      56,5GB  84,8GB  28,3GB  logical   ext4
 9      84,8GB  112GB   27,5GB  logical   ext4
 8      514GB   1000GB  486GB   logical   ntfs


Error: /dev/mmcblk0boot0: unrecognised disk label
Model: Generic SD/MMC Storage Card (sd/mmc)                               
Disk /dev/mmcblk0boot0: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags: 

Error: /dev/mmcblk0boot1: unrecognised disk label
Model: Generic SD/MMC Storage Card (sd/mmc)                               
Disk /dev/mmcblk0boot1: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags: 

Model: MMC BJTD4R (sd/mmc)
Disk /dev/mmcblk0: 31,3GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  31,3GB  31,3GB  primary  ntfs

 

QuickSystem Info

Code: Select all

 System:
  Host: mx-17 Kernel: 4.19.0-1-686-pae i686 bits: 32 compiler: gcc v: 6.3.0 
  Desktop: Xfce 4.12.3 Distro: MX-18.2_386 Continuum December 15  2017 
  base: Debian GNU/Linux 9 (stretch) 
Machine:
  Type: Mini-pc System: CSL product: Narrow Box Ultra HD v: N/A 
  serial: <filter> 
  Mobo: Mele model: rev1.0 serial: <filter> 
  UEFI [Legacy]: American Megatrends v: 5.12 date: 01/10/2018 
Battery:
  Device-1: hidpp_battery_0 model: Logitech Wireless Touch Keyboard K400 
  charge: Normal status: Discharging 
CPU:
  Topology: Quad Core model: Intel Celeron J3455 bits: 64 type: MCP 
  arch: Goldmont rev: 9 L2 cache: 1024 KiB 
  flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11980 
  Speed: 888 MHz min/max: 800/2300 MHz Core speeds (MHz): 1: 888 2: 876 
  3: 877 4: 885 
Graphics:
  Device-1: Intel driver: i915 v: kernel bus ID: 00:02.0 
  Display: x11 server: X.Org 1.19.2 driver: modesetting unloaded: fbdev,vesa 
  tty: N/A 
  OpenGL: 
  renderer: Mesa DRI Intel HD Graphics 500 (Broxton 2x6) x86/MMX/SSE2 
  v: 4.5 Mesa 18.2.6 direct render: Yes 
Audio:
  Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series 
  Audio Cluster 
  driver: snd_hda_intel v: kernel bus ID: 00:0e.0 
  Sound Server: ALSA v: k4.19.0-1-686-pae 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  driver: r8169 v: kernel port: e000 bus ID: 01:00.0 
  IF: eth0 state: down mac: <filter> 
  Device-2: Intel Wireless 3165 driver: iwlwifi v: kernel port: e000 
  bus ID: 02:00.0 
  IF: wlan0 state: up mac: <filter> 
Drives:
  Local Storage: total: 1.05 TiB used: 139.45 GiB (13.0%) 
  ID-1: /dev/mmcblk0 model: BJTD4R size: 29.12 GiB 
  ID-2: /dev/sda vendor: Western Digital model: WDS120G2G0B-00EPW0 
  size: 111.80 GiB temp: 31 C 
  ID-3: /dev/sdb type: USB vendor: Toshiba model: External USB 3.0 
  size: 931.51 GiB 
Partition:
  ID-1: / size: 25.06 GiB used: 20.14 GiB (80.3%) fs: ext4 dev: /dev/sdb9 
  ID-2: swap-1 size: 2.92 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sdb5 
Sensors:
  System Temperatures: cpu: 50.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Repos:
  Active apt repos in: /etc/apt/sources.list.d/antix.list 
  1: deb http://nl.mxrepo.com/antix/stretch stretch main
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
  1: deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
  Active apt repos in: /etc/apt/sources.list.d/debian.list 
  1: deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
  2: deb http://security.debian.org/ stretch/updates main contrib non-free
  Active apt repos in: /etc/apt/sources.list.d/mx.list 
  1: deb http://nl.mxrepo.com/mx/repo/ stretch main non-free
  Active apt repos in: /etc/apt/sources.list.d/opera-developer.list 
  1: deb https://deb.opera.com/opera-developer/ stable non-free #Opera Browser (final releases)
  Active apt repos in: /etc/apt/sources.list.d/opera-stable.list 
  1: deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
  Active apt repos in: /etc/apt/sources.list.d/spotify.list 
  1: deb http://repository.spotify.com stable non-free
  No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:
  Processes: 233 Uptime: 4h 32m Memory: 3.70 GiB used: 613.8 MiB (16.2%) 
  Init: SysVinit runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 
  inxi: 3.0.33 
 
Willst du die gleichen Infos auch nochmal aus BunsenLabs heraus, oder von dort nur die grubconfig ?

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#8 Post by loik »

Hier die grubconfig von BunsenLabs

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='hd1,msdos7'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
else
  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
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 ###
insmod part_msdos
insmod ext2
set root='hd1,msdos7'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
else
  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
fi
insmod png
if background_image /usr/share/images/bunsen/grub/default.png; then
  true
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'BunsenLabs GNU/Linux' --class bunsenlabs --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
	else
	  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
	fi
	echo	'Linux 3.16.0-8-586 wird geladen …'
	linux	/boot/vmlinuz-3.16.0-8-586 root=UUID=dcf7aa00-0753-4759-acae-f0e5ef64d99d ro initrd=/install/gtk/initrd.gz quiet
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/boot/initrd.img-3.16.0-8-586
}
submenu 'Erweiterte Optionen für BunsenLabs GNU/Linux' $menuentry_id_option 'gnulinux-advanced-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
	menuentry 'BunsenLabs GNU/Linux, mit Linux 3.16.0-8-586' --class bunsenlabs --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-8-586-advanced-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
		else
		  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
		fi
		echo	'Linux 3.16.0-8-586 wird geladen …'
		linux	/boot/vmlinuz-3.16.0-8-586 root=UUID=dcf7aa00-0753-4759-acae-f0e5ef64d99d ro initrd=/install/gtk/initrd.gz quiet
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-3.16.0-8-586
	}
	menuentry 'BunsenLabs GNU/Linux, with Linux 3.16.0-8-586 (recovery mode)' --class bunsenlabs --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-8-586-recovery-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
		else
		  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
		fi
		echo	'Linux 3.16.0-8-586 wird geladen …'
		linux	/boot/vmlinuz-3.16.0-8-586 root=UUID=dcf7aa00-0753-4759-acae-f0e5ef64d99d ro single initrd=/install/gtk/initrd.gz
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-3.16.0-8-586
	}
	menuentry 'BunsenLabs GNU/Linux, mit Linux 3.16.0-7-586' --class bunsenlabs --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-7-586-advanced-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
		else
		  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
		fi
		echo	'Linux 3.16.0-7-586 wird geladen …'
		linux	/boot/vmlinuz-3.16.0-7-586 root=UUID=dcf7aa00-0753-4759-acae-f0e5ef64d99d ro initrd=/install/gtk/initrd.gz quiet
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-3.16.0-7-586
	}
	menuentry 'BunsenLabs GNU/Linux, with Linux 3.16.0-7-586 (recovery mode)' --class bunsenlabs --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-7-586-recovery-dcf7aa00-0753-4759-acae-f0e5ef64d99d' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos7'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos7' --hint-bios=hd1,msdos7 --hint-efi=hd1,msdos7 --hint-baremetal=ahci1,msdos7  dcf7aa00-0753-4759-acae-f0e5ef64d99d
		else
		  search --no-floppy --fs-uuid --set=root dcf7aa00-0753-4759-acae-f0e5ef64d99d
		fi
		echo	'Linux 3.16.0-7-586 wird geladen …'
		linux	/boot/vmlinuz-3.16.0-7-586 root=UUID=dcf7aa00-0753-4759-acae-f0e5ef64d99d ro single initrd=/install/gtk/initrd.gz
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/boot/initrd.img-3.16.0-7-586
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 10 (loader) (auf /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-3040-368D' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//disk@0,gpt2' --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  3040-368D
	else
	  search --no-floppy --fs-uuid --set=root 3040-368D
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry 'MX 18.2 Continuum (18.2) (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-916abd81-f860-4a8b-991c-2e4056c9ec85' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos9'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
	else
	  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
	fi
	linux /boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet
	initrd /boot/initrd.img-4.19.0-1-686-pae
}
submenu 'Erweiterte Optionen für MX 18.2 Continuum (18.2) (auf /dev/sdb9)' $menuentry_id_option 'osprober-gnulinux-advanced-916abd81-f860-4a8b-991c-2e4056c9ec85' {
	menuentry 'MX 18 Continuum (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-1-686-pae--916abd81-f860-4a8b-991c-2e4056c9ec85' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		linux /boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet
		initrd /boot/initrd.img-4.19.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, mit Linux 4.19.0-1-686-pae (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-1-686-pae--916abd81-f860-4a8b-991c-2e4056c9ec85' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		linux /boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet
		initrd /boot/initrd.img-4.19.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, with Linux 4.19.0-1-686-pae (systemd) (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-1-686-pae--916abd81-f860-4a8b-991c-2e4056c9ec85' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		linux /boot/vmlinuz-4.19.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet init=/lib/systemd/systemd
		initrd /boot/initrd.img-4.19.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, mit Linux 4.13.0-1-686-pae (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.13.0-1-686-pae--916abd81-f860-4a8b-991c-2e4056c9ec85' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		linux /boot/vmlinuz-4.13.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet
		initrd /boot/initrd.img-4.13.0-1-686-pae
	}
	menuentry 'MX 18 Continuum, with Linux 4.13.0-1-686-pae (systemd) (auf /dev/sdb9)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.13.0-1-686-pae--916abd81-f860-4a8b-991c-2e4056c9ec85' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos9'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-ieee1275='ieee1275//sas/disk@0,msdos9' --hint-bios=hd1,msdos9 --hint-efi=hd1,msdos9 --hint-baremetal=ahci1,msdos9  916abd81-f860-4a8b-991c-2e4056c9ec85
		else
		  search --no-floppy --fs-uuid --set=root 916abd81-f860-4a8b-991c-2e4056c9ec85
		fi
		linux /boot/vmlinuz-4.13.0-1-686-pae root=UUID=916abd81-f860-4a8b-991c-2e4056c9ec85 ro quiet init=/lib/systemd/systemd
		initrd /boot/initrd.img-4.13.0-1-686-pae
	}
}

### END /etc/grub.d/30_os-prober ###

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

### 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 ### 


Ja, mir fällt auch gerade auf, dass meine Kerneltheorie etwas unschlüssig ist, da ja die DVD mit dem MX-snapshot-live-iso, welches den gleichen Kernel hat, sehrwohl bootet.

loik
Posts: 1605
Joined: Wed Dec 12, 2018 3:01 pm

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#9 Post by loik »

Ich habe nun nochmal folgendes gemacht: sudo update-grub

Einmal bei Bunsenlabs, danach bei MX-18 und dann nochmal bei BunsenLabs.

Dann habe ich nochmal versucht zu booten an ASUS F5RL.
Geht nicht, weder mit dem 4.19er-Kernel, noch mit dem vorherigen 4.13er-Kernel.

Aber, entweder habe ich es vorher nicht als relevant wahrgenommen, oder "no suche device: ..." ist neu hinzugekommen.

Aber das angeblich Fehlende device stimmt überein mit mit der Ausgabe von sudo lsblk -f
und mit dem Eintrag in /etc/fstab

Code: Select all

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/sdd9 :
UUID=916abd81-f860-4a8b-991c-2e4056c9ec85	/	ext4	defaults	1	1
#Entry for /dev/sdd5 :
UUID=cbc03e31-9c3a-493a-912a-d5e9342972f0	swap	swap	defaults	0	0
 
You do not have the required permissions to view the files attached to this post.

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

Re: MX-18 boote nicht an ASUS - "Sie müssen zuerst einen Kernel laden"

#10 Post by fehlix »

loik wrote: Sun May 19, 2019 9:52 am Aber, entweder habe ich es vorher nicht als relevant wahrgenommen, oder "no suche device: ..." ist neu hinzugekommen.
Könnte am USB liegen, evtl. zuwenig Power in der Dose. Bunsen booted weil es vom BIOS grub gleich auf der richtigen Partition landet. Wenn GRUB die Partionen nochmal sucht, bekommt es vom BIOS keine "richtigen" antworten.
Evtl ist auch ASUS USB-3 Implementierung wackelig.
Kannst Du so nachvollziehen, von der Platte booten, an einem anderen Rechner und von MX Linux GRUB in den MBR der Platte installieren:

Code: Select all

sudo grub-install /dev/sdX
wobei dann sdX durch den richtigen Device-Namen der Platte zu ersetzen ist.
Oder auch mal von USB2 booten mit zusätzlichem Y-power Kabel.
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

Post Reply

Return to “Deutsches Forum”