Ansicht:   

#457015

Fabian86 zur Homepage von Fabian86

Hannover,
10.10.2022, 20:40:16

Bootreihenfolge ändern (Suse Linux 15.4) (pc.linux)

Hallo zusammen,

ich komme nicht weiter und das Internet half mir nicht weiter, weil vieles nicht mehr aktuell ist. Ich habe Linux und Windows auf einer Festplatte und möchte, dass Windows 7 in der Menüanzeige oben steht, dann erst Suse Linux 15.4.
Nur weiß ich nicht, ob ich die Grub anpassen soll oder welche Konfigurationsdatei, anbei ein paar Screenshots:

[image]

Hier oder Grub? Eine kurze knappe Antwort reicht mir, da ich gern morgen das NB mein Dad wiedergeben mag. Danke  :-)

[image]
Windows 7 als Standard

[image]
Bootreihenfolge ändern

[image]
Systeminformation

[image]
Grub Konfigurationen

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

### BEGIN /etc/grub.d/00_header ###
if [ -f ${config_directory}/grubenv ]; then
load_env -f ${config_directory}/grubenv
elif [ -s $prefix/grubenv ]; then
load_env
fi

if [ "${env_block}" ] ; then
set env_block="(${root})${env_block}"
export env_block
load_env -f "${env_block}"
fi

if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
if [ "${env_block}" ] ; then
save_env -f "${env_block}" next_entry
fi
set boot_once=true
else
set default="${saved_entry}"
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}"
if [ "${env_block}" ] ; then
save_env -f "${env_block}" saved_entry
else
save_env saved_entry
fi

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 xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
if [ "${grub_platform}" = "efi" ]; then
echo "Please press 't' to show the boot menu on this console"
fi

set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if [ x${boot_once} = xtrue ]; then
set timeout=0
elif [ 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
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE Leap 15.4' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-db7939cd-bf6d-4976-8a31-5362e0d06033' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
linux /boot/vmlinuz-5.14.21-150400.24.21-default root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.14.21-150400.24.21-default
}
submenu 'Advanced options for openSUSE Leap 15.4' --hotkey=1 $menuentry_id_option 'gnulinux-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
menuentry 'openSUSE Leap 15.4, with Linux 5.14.21-150400.24.21-default' --hotkey=2 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.14.21-150400.24.21-default-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
linux /boot/vmlinuz-5.14.21-150400.24.21-default root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.14.21-150400.24.21-default
}
menuentry 'openSUSE Leap 15.4, with Linux 5.14.21-150400.24.21-default (recovery mode)' --hotkey=3 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.14.21-150400.24.21-default-recovery-db7939cd-bf6d-4976-8a31-5362e0d06033' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
linux /boot/vmlinuz-5.14.21-150400.24.21-default root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.14.21-150400.24.21-default
}
menuentry 'openSUSE Leap 15.4, with Linux 5.14.21-150400.22-default' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.14.21-150400.22-default-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Linux 5.14.21-150400.22-default ...'
linux /boot/vmlinuz-5.14.21-150400.22-default root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.14.21-150400.22-default
}
menuentry 'openSUSE Leap 15.4, with Linux 5.14.21-150400.22-default (recovery mode)' --hotkey=1 --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.14.21-150400.22-default-recovery-db7939cd-bf6d-4976-8a31-5362e0d06033' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Linux 5.14.21-150400.22-default ...'
linux /boot/vmlinuz-5.14.21-150400.22-default root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.14.21-150400.22-default
}
}

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

### BEGIN /etc/grub.d/20_linux_xen ###
menuentry 'openSUSE Leap 15.4, with Xen hypervisor' --class opensuse --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-simple-db7939cd-bf6d-4976-8a31-5362e0d06033' {
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Xen 4.16.1_06-150400.4.8 ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen-4.16.1_06-150400.4.8.gz placeholder vga=gfx-1024x768x16 ${xen_rm_opts}
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
module2 /boot/vmlinuz-5.14.21-150400.24.21-default placeholder root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
module2 --nounzip /boot/initrd-5.14.21-150400.24.21-default
}
submenu 'Advanced options for openSUSE Leap 15.4 (with Xen hypervisor)' $menuentry_id_option 'gnulinux-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
submenu 'Xen hypervisor, version 4.16.1_06-150400.4.8' $menuentry_id_option 'xen-hypervisor-4.16.1_06-150400.4.8-db7939cd-bf6d-4976-8a31-5362e0d06033' {
menuentry 'openSUSE Leap 15.4, with Xen 4.16.1_06-150400.4.8 and Linux 5.14.21-150400.24.21-default' --class opensuse --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.14.21-150400.24.21-default-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Xen 4.16.1_06-150400.4.8 ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen-4.16.1_06-150400.4.8.gz placeholder vga=gfx-1024x768x16 ${xen_rm_opts}
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
module2 /boot/vmlinuz-5.14.21-150400.24.21-default placeholder root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
module2 --nounzip /boot/initrd-5.14.21-150400.24.21-default
echo 'Loading XSM policy ...'
module2 /boot/xenpolicy-4.16.1_06-150400.4.8
}
menuentry 'openSUSE Leap 15.4, with Xen 4.16.1_06-150400.4.8 and Linux 5.14.21-150400.24.21-default (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.14.21-150400.24.21-default-recovery-db7939cd-bf6d-4976-8a31-5362e0d06033' {
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Xen 4.16.1_06-150400.4.8 ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen-4.16.1_06-150400.4.8.gz placeholder ${xen_rm_opts}
echo 'Loading Linux 5.14.21-150400.24.21-default ...'
module2 /boot/vmlinuz-5.14.21-150400.24.21-default placeholder root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 single
echo 'Loading initial ramdisk ...'
module2 --nounzip /boot/initrd-5.14.21-150400.24.21-default
echo 'Loading XSM policy ...'
module2 /boot/xenpolicy-4.16.1_06-150400.4.8
}
menuentry 'openSUSE Leap 15.4, with Xen 4.16.1_06-150400.4.8 and Linux 5.14.21-150400.22-default' --class opensuse --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.14.21-150400.22-default-advanced-db7939cd-bf6d-4976-8a31-5362e0d06033' {
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Xen 4.16.1_06-150400.4.8 ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen-4.16.1_06-150400.4.8.gz placeholder vga=gfx-1024x768x16 ${xen_rm_opts}
echo 'Loading Linux 5.14.21-150400.22-default ...'
module2 /boot/vmlinuz-5.14.21-150400.22-default placeholder root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 splash=silent preempt=full quiet security=apparmor mitigations=auto
echo 'Loading initial ramdisk ...'
module2 --nounzip /boot/initrd-5.14.21-150400.22-default
echo 'Loading XSM policy ...'
module2 /boot/xenpolicy-4.16.1_06-150400.4.8
}
menuentry 'openSUSE Leap 15.4, with Xen 4.16.1_06-150400.4.8 and Linux 5.14.21-150400.22-default (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.14.21-150400.22-default-recovery-db7939cd-bf6d-4976-8a31-5362e0d06033' {
insmod part_msdos
insmod xfs
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 --hint='hd0,msdos4' db7939cd-bf6d-4976-8a31-5362e0d06033
else
search --no-floppy --fs-uuid --set=root db7939cd-bf6d-4976-8a31-5362e0d06033
fi
echo 'Loading Xen 4.16.1_06-150400.4.8 ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen-4.16.1_06-150400.4.8.gz placeholder ${xen_rm_opts}
echo 'Loading Linux 5.14.21-150400.22-default ...'
module2 /boot/vmlinuz-5.14.21-150400.22-default placeholder root=UUID=db7939cd-bf6d-4976-8a31-5362e0d06033 single
echo 'Loading initial ramdisk ...'
module2 --nounzip /boot/initrd-5.14.21-150400.22-default
echo 'Loading XSM policy ...'
module2 /boot/xenpolicy-4.16.1_06-150400.4.8
}
}
}

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

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows 7 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-1CAE1158AE112C30' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 1CAE1158AE112C30
else
search --no-floppy --fs-uuid --set=root 1CAE1158AE112C30
fi
parttool ${root} hidden-
chainloader +1
}
### 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/35_fwupd ###
### END /etc/grub.d/35_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/80_suse_btrfs_snapshot ###
### END /etc/grub.d/80_suse_btrfs_snapshot ###

### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###

### BEGIN /etc/grub.d/95_textmode ###
if [ "${grub_platform}" = "efi" ]; then
# On EFI systems we can only have graphics *or* serial, so allow the user
# to switch between the two
hiddenentry 'Text mode' --hotkey 't' {
set textmode=true
terminal_output console
}
fi
### END /etc/grub.d/95_textmode ###

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457016

bender

Strasshof an der Nordbahn,
10.10.2022, 20:47:24

@ Fabian86

Bootreihenfolge ändern (Suse Linux 15.4)

Machs über Yast. Wenn du da in den Konfigdateien rummachst kommt sicher nichts gutes dabei raus. Ansonsten gibts noch den Grub-Editor, sollte über Yast zu installieren sein.

--
Grüße aus Strasshof an der Nordbahn (ja, da wo die Natascha im Keller lebte)
bender

sudo apt-get install brain_2.0

#457017

Fabian86 zur Homepage von Fabian86

Hannover,
10.10.2022, 20:57:58

@ bender

Bootreihenfolge ändern (Suse Linux 15.4)

> Machs über Yast. Wenn du da in den Konfigdateien rummachst kommt sicher
> nichts gutes dabei raus. Ansonsten gibts noch den Grub-Editor, sollte über
> Yast zu installieren sein.

Unter Grub mit Beschreibung unter Yast finde ich kein Editor. Nur, klar logisch, Grub2 installiert...

[image]

Ich verstehe das nicht, ich hatte es mal mit Version 15.x mal hinbekommen, ist schon 2 Jahre her.. das hatte ich editiert, aber jetzt sieht mir die Grub zu "mächtig" aus und kann das nicht ohne Sicherheit editieren... danke aber für die schnelle Antwort  ;-)

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457019

bender

Strasshof an der Nordbahn,
10.10.2022, 21:00:54
(editiert von bender, 10.10.2022, 21:01:30)

@ Fabian86

Bootreihenfolge ändern (Suse Linux 15.4) (ed)

Hab grad nochmal nachgeschaut, es dürfte der grub-customizer sein:
https://software.opensuse.org/package/grub-customizer

Hab selber derzeit keine Opensuse am Laufen, daher mußte ich Google anwerfen.

--
Grüße aus Strasshof an der Nordbahn (ja, da wo die Natascha im Keller lebte)
bender

sudo apt-get install brain_2.0

#457020

Fabian86 zur Homepage von Fabian86

Hannover,
10.10.2022, 21:14:53
(editiert von Fabian86, 10.10.2022, 21:19:48)

@ bender

Bootreihenfolge ändern (Suse Linux 15.4) (edit) (ed)

> Hab grad nochmal nachgeschaut, es dürfte der grub-customizer sein:
> https://software.opensuse.org/package/grub-customizer
>
> Hab selber derzeit keine Opensuse am Laufen, daher mußte ich Google
> anwerfen.

Schade  :-| Davon habe ich auch gelesen, sollte über Discover zu holen sein (ist wie ein Microsoft Store), aber da gibt es nicht mehr.
Dein Link war erfreulich, ein Klick Installation, sah gut aus, aber hat auch nicht geklappt, trotz GnuPG Schlüssel importieren, der nicht verbürgt war. Dann sollte ich der URL in der REPO einen Namen geben, die URL scheint aber als Community Paket nicht mehr zu gehen..  :-(

(edit) mom, ich glaub jetzt macht er was.. habe noch einen anderen Link gefunden, der geht  :kratz:

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457025

Fabian86 zur Homepage von Fabian86

Hannover,
10.10.2022, 22:43:21

@ bender

Dankeschön :)

> Hab grad nochmal nachgeschaut, es dürfte der grub-customizer sein:
> https://software.opensuse.org/package/grub-customizer
>
> Hab selber derzeit keine Opensuse am Laufen, daher mußte ich Google
> anwerfen.

Ich habe es nun hinbekommen  :smoke:

openSUSE Leap 15.4 > Community Pakete anzeigen > 1. Klick von home:eroca Community 5.2.1 half.

Vielen Dank  :-)

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457026

bender

Strasshof an der Nordbahn,
10.10.2022, 23:13:26

@ Fabian86

Dankeschön :)

> > Hab grad nochmal nachgeschaut, es dürfte der grub-customizer sein:
> >
> https://software.opensuse.org/package/grub-customizer
> >
> > Hab selber derzeit keine Opensuse am Laufen, daher mußte ich Google
> > anwerfen.
>
> Ich habe es nun hinbekommen  :smoke:
>
> openSUSE Leap 15.4 > Community Pakete anzeigen > 1. Klick von home:eroca
> Community 5.2.1 half.
>
> Vielen Dank  :-)

Du hättest auch den Expert Downoad nehmen können (rechtsklicken und speichern) und das dann über Yast öffnen. Aber passt schon wenns so auch geht.
Mit der Leap bin ich übrigens nicht klargekommen, war für meine Anforderungen zu abgehangen für meinen PC. Tumbleweed ging besser, aber da gabs wieder andere Sachen die mich gestört haben. Verwende derzeit Manjaro und das passt ganz gut.

--
Grüße aus Strasshof an der Nordbahn (ja, da wo die Natascha im Keller lebte)
bender

sudo apt-get install brain_2.0

#457027

Fabian86 zur Homepage von Fabian86

Hannover,
10.10.2022, 23:26:10

@ bender

Dankeschön :)

> Du hättest auch den Expert Downoad nehmen können (rechtsklicken und
> speichern) und das dann über Yast öffnen. Aber passt schon wenns so auch
> geht.

Joar..  :-) Dieser Linux "Store", was ich hier erwähnte, macht es ja schon einfacher. Aber leider war dort der Grub-C. nicht vorhanden.

> Mit der Leap bin ich übrigens nicht klargekommen, war für meine
> Anforderungen zu abgehangen für meinen PC. Tumbleweed ging besser, aber da
> gabs wieder andere Sachen die mich gestört haben. Verwende derzeit Manjaro
> und das passt ganz gut.

Ich kenne Suse Linux seit Version 7.1?  :kratz: also schon lange. Damals war das mit den Netzwerkeinrichten noch ziemlich kompliziert. Programme Installieren  :gaga: keine Ahnung. Warum ich das mal getestet habe, weil ich mal von meine Gymnasium Schule Suse Linux 7.1? Geschenkt bekommen habe (so um 2001?). Da gab es noch 7 DVDs, ein dickes Handbuch.. und ich war damals sehr experimentierfreudig. Und was habe ich damit gemacht? Mit meine Ma FrozenBubble gezockt, sogar durchgespielt  :smoke: Und wie man LAN eingerichtet hat mit Yast, hat sie mir sogar noch aufgeschrieben..

http://www.youtube.com/watch?v=Wg7I_aWMhr0

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457031

bender

Strasshof an der Nordbahn,
11.10.2022, 19:43:37
(editiert von bender, 11.10.2022, 19:43:54)

@ Fabian86

Dankeschön :) (ed)

> Ich kenne Suse Linux seit Version 7.1?  :kratz: also schon lange.
Ich auch.
> Damals war
> das mit den Netzwerkeinrichten noch ziemlich kompliziert. Programme
> Installieren  :gaga: keine Ahnung.
Mit 56k-Einwahlmodem auch nicht sonderlich praktikabel. Das lokale Netz ging eigentlich, vorausgesetzt man hatte eine Netzwerkkarte die unterstützt wurde.
> Warum ich das mal getestet habe, weil
> ich mal von meine Gymnasium Schule Suse Linux 7.1? Geschenkt bekommen habe
> (so um 2001?). Da gab es noch 7 DVDs, ein dickes Handbuch..
CDs, keine DVDs. Ich bin mir nicht ganz sicher, aber ich glaub die Box mit zusätzlich einer DVD kam mit Version 8.
> und ich war
> damals sehr experimentierfreudig. Und was habe ich damit gemacht? Mit meine
> Ma FrozenBubble gezockt, sogar durchgespielt  :smoke: Und wie man LAN
> eingerichtet hat mit Yast, hat sie mir sogar noch aufgeschrieben..

Ich hab ziemlich viel drauf rumexperimentiert, irgendwann stand die Kiste in der Ecke ohne Bildschirm, Maus oder Tastatur und hat mit meinem Acer 56k-Modem Internet-Router und nebenbei noch NAS gespielt. Das war mit der 7.3er SuSE wenn mich nicht alles täuscht. War schon cool damals.

--
Grüße aus Strasshof an der Nordbahn (ja, da wo die Natascha im Keller lebte)
bender

sudo apt-get install brain_2.0

#457033

Fabian86 zur Homepage von Fabian86

Hannover,
12.10.2022, 14:53:27

@ bender

Dankeschön :)

> Ich hab ziemlich viel drauf rumexperimentiert, irgendwann stand die Kiste
> in der Ecke ohne Bildschirm, Maus oder Tastatur und hat mit meinem Acer
> 56k-Modem Internet-Router und nebenbei noch NAS gespielt. Das war mit der
> 7.3er SuSE wenn mich nicht alles täuscht. War schon cool damals.

Das stimmt  :smoke: Jetzt hab ich Suse Linux 15.4 auf der VMware und für mein Dad auf dem Notebook, damit er sicher ins Internet gehen kann.
Wenn es nicht geht, kann ich per Anydesk drauf, der ist schon im Autostart mitdrinne  :-D

--
Update 07.10.2023
Urlaub vorbei, wieder aktiv!
[image]

Mitglied nach Spotlight.de seit 14.03.2008 und Netz-Treff.de seit 08.01.2019.

#457040

bender

Strasshof an der Nordbahn,
12.10.2022, 22:23:19

@ Fabian86

Dankeschön :)

> Das stimmt  :smoke: Jetzt hab ich Suse Linux 15.4 auf der VMware

Hier umgekehrt. Manjaro als Hauptsystem und Win10 über KVM/Qemu falls ich mal wieder meinen Einzugscanner brauche. Der läuft nämlich blöderweise nur auf Windows über LAN.

--
Grüße aus Strasshof an der Nordbahn (ja, da wo die Natascha im Keller lebte)
bender

sudo apt-get install brain_2.0

Ansicht:   
Auf unserer Web-Seite werden Cookies eingesetzt, um diverse Funktionalitäten zu gewährleisten. Hier erfährst du alles zum Datenschutz