• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

von usb-Platte hochfahren

Die Meldung kommt, nachdem ich das System auf der usb-Platte ausgewählt habe. Wähle ich eines der beiden auf der internen Platte, so wird das entsprechende einwandfrei gestartet.
Die Meldung lautet:

error: no such device b6df8b... {diegleiche Nummer wie unter /dev/disk/by-uuid zugeordnet}
error: cannot get C/H/S values
error: you need to load the kernel first
Press any key ...

Wenn ich die usb-Platte über den normalen Bootmenüeintrag auswähle, so springt grub nach einigen Sekunden wieder zum Menü zurück. Wähle ich die advancde options-Zeile darunter, so wird mir ein weiteres Bootmenü mit zwei gleichlautenden Zeilen der usb-Platte angeboten. Die erste produziert obige Fehlermeldung, die zweite führt mich nach einigen Sekunden wieder zum ersten Bootmenü zurück.

Gruß Dada
 
Dada schrieb:
error: you need to load the kernel first
Das sieht nach einer falschen Konfiguration des Bootloaders aus. Und wir sind wieder bei den unbeantworteten Fragen vom 31. Jänner 2013:
josef-wien schrieb:
Unterscheiden sich die Boot-Menüs der beiden Installationen, sodaß Du erkennen kannst, welches Boot-Menü Du siehst? Wie sehen die Dateien /boot/grub2/grub.cfg von beiden Systemen aus?
Wenn die erste Frage nicht mit "ja" beantwortet wird, mußt Du zuerst etwas tun, um sie mit "ja" beantworten zu können.
 
Vielen Dank für die Antwort, josef-wien.
Welches Bootmenü ich sehe, weiß ich ehrlich gesagt nicht. Ich weiß nur, welches der drei Zeilenpaare welchen Betriebssysten zugeordnet ist (12.2 + kde und 12.2 +icewm auf der interen, 12.2 + kde auf der usb-Platte). In welche Datei müsste ich wo einen Kommentar schreiben, damit ich beim Bootmenü erkenne, von welcher Partition es stammt?
Soll ich die /boot/grub2/grub.cfg-Dateien hier wirklich `reinkopieren? Das wären zweimal 240 Zeilen.
Danke für die Antwort; vor Mittwoch komme ich allerdings nicht mehr dazu. Ich muss jetzt langsam ins Bett,

Gruß Dada
 
Am besten fügst Du in der YaST-Bootloader-Konfiguration dem im Boot-Menü aufscheinenen Text Deines openSUSE eine Ergänzung hinzu. Da Du mehrere Boot-Menüs verwendest, ist es auch in Deinem Interesse, immer zu wissen, welches Du gerade siehst.

Etwas muß bei der Definition des Boot-Menüs fehlen oder falsch sein. Wenn Du den Fehler nicht findest, mußt Du die Dateien zur Verfügung stellen.

P. S.
Dada schrieb:
12.2 + kde und 12.2 +icewm auf der interen
Ich finde es einfacher, im Anmeldebildschirm den jeweils gewünschten window manager auszuwählen, anstatt den PC neu zu starten, um zu einem anderen window manager zu wechseln.
 
Zuerst kurz zum post scriptum: Der Rechner ist zur Zeit nur mein Testgerät. Ich bin bei der zweiten Installation (auf eine andere Partition) auf der internen Platte nur zu faul gewesen, von kde auf icewm umzustellen.
Nachdem ich jetzt gefunden habe, wo ich im yast2-Bootmanagermenü etwas hinschreiben muss, um das Bootmenü zu identifizieren, kann ich jetzt mitteilen, dass ich immer das von dev/sda7 (/boot, sda6 = /) sehe. Weitere Einträge im Bootmenü sind dann sda9 (/boot, sda8 = /) und sdb1 (/boot, sdb5 = /).
Das System von sda9 kann ich auch starten, das von sdb1 (usb-Platte) nicht.
Nachfolgend zuerst die
dev/sda7/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 [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"

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 reiserfs
set root='hd0,msdos7'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7 --hint='hd0,msdos7' 86bdfc54-e9f6-44d6-a5df-eb59102bd0ff
else
search --no-floppy --fs-uuid --set=root 86bdfc54-e9f6-44d6-a5df-eb59102bd0ff
fi
font="/usr/share/grub2/unicode.pf2"
fi

if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=POSIX
insmod gettext
fi
terminal_output gfxterm
if sleep --interruptible 0 ; then
set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE 12.2 - icewm sda6-7' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
echo 'Loading Linux 3.4.6-2.10-default ...'
linux /vmlinuz-3.4.6-2.10-default root=UUID=86bdfc54-e9f6-44d6-a5df-eb59102bd0ff resume=/dev/disk/by-id/ata-ST96812AS_5PJ32MV1-part5 splash=verbose quiet showopts vga=0x3b7
echo 'Loading initial ramdisk ...'
initrd /initrd-3.4.6-2.10-default
}
submenu 'Advanced options for openSUSE 12.2 - icewm sda6-7' $menuentry_id_option 'gnulinux-advanced-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
menuentry 'openSUSE 12.2 - icewm sda6-7, with Linux 3.4.6-2.10-default' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.6-2.10-default-advanced-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
echo 'Loading Linux 3.4.6-2.10-default ...'
linux /vmlinuz-3.4.6-2.10-default root=UUID=86bdfc54-e9f6-44d6-a5df-eb59102bd0ff resume=/dev/disk/by-id/ata-ST96812AS_5PJ32MV1-part5 splash=verbose quiet showopts vga=0x3b7
echo 'Loading initial ramdisk ...'
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2 - icewm sda6-7, with Linux 3.4.6-2.10-default (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.6-2.10-default-recovery-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
echo 'Loading Linux 3.4.6-2.10-default ...'
linux /vmlinuz-3.4.6-2.10-default root=UUID=86bdfc54-e9f6-44d6-a5df-eb59102bd0ff showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
echo 'Loading initial ramdisk ...'
initrd /initrd-3.4.6-2.10-default
}
}

### 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_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'openSUSE 12.2 (i586)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda8
initrd /initrd-3.4.6-2.10-default
}
submenu 'Advanced options for openSUSE 12.2 (i586)' $menuentry_id_option 'osprober-gnulinux-advanced-19ce105e-d967-4460-a2d9-64286066e2ad' {
menuentry 'openSUSE 12.2 (i586) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.4.6-2.10-default--19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda8
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2 (i586) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinux-3.4.6-2.10-default.gz--19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinux-3.4.6-2.10-default.gz root=/dev/sda8
}
}

menuentry 'openSUSE 12.2 (i586)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-e0335e0a-fa52-4670-90fa-5c6928656303' {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sdb5
initrd /initrd-3.4.6-2.10-default
}
submenu 'Advanced options for openSUSE 12.2 (i586)' $menuentry_id_option 'osprober-gnulinux-advanced-e0335e0a-fa52-4670-90fa-5c6928656303' {
menuentry 'openSUSE 12.2 (i586) (on /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.4.6-2.10-default--e0335e0a-fa52-4670-90fa-5c6928656303' {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sdb5
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2 (i586) (on /dev/sdb5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinux-3.4.6-2.10-default.gz--e0335e0a-fa52-4670-90fa-5c6928656303' {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
linux /vmlinux-3.4.6-2.10-default.gz root=/dev/sdb5
}
}

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

### 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/90_persistent ###
### END /etc/grub.d/90_persistent ###

-------------------------------------------------------------------------------------------------------------------------------------

dann die
dev/sdb1/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 [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"

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 reiserfs
set root='hd1,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos5 --hint-efi=hd1,msdos5 --hint-baremetal=ahci1,msdos5 --hint='hd1,msdos5' e0335e0a-fa52-4670-90fa-5c6928656303
else
search --no-floppy --fs-uuid --set=root e0335e0a-fa52-4670-90fa-5c6928656303
fi
font="/usr/share/grub2/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 sleep --interruptible 0 ; then
set timeout=8
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE 12.2' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e0335e0a-fa52-4670-90fa-5c6928656303' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
echo 'Linux 3.4.6-2.10-default wird geladen …'
linux /vmlinuz-3.4.6-2.10-default root=UUID=e0335e0a-fa52-4670-90fa-5c6928656303 resume=/dev/disk/by-id/ata-TOSHIBA_MK2559GSX_X0PYT14VT-part16 splash=silent quiet showopts
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd-3.4.6-2.10-default
}
submenu 'Erweiterte Optionen für openSUSE 12.2' $menuentry_id_option 'gnulinux-advanced-e0335e0a-fa52-4670-90fa-5c6928656303' {
menuentry 'openSUSE 12.2, mit Linux 3.4.6-2.10-default' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.6-2.10-default-advanced-e0335e0a-fa52-4670-90fa-5c6928656303' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
echo 'Linux 3.4.6-2.10-default wird geladen …'
linux /vmlinuz-3.4.6-2.10-default root=UUID=e0335e0a-fa52-4670-90fa-5c6928656303 resume=/dev/disk/by-id/ata-TOSHIBA_MK2559GSX_X0PYT14VT-part16 splash=silent quiet showopts
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2, mit Linux 3.4.6-2.10-default (Wiederherstellungsmodus)' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.6-2.10-default-recovery-e0335e0a-fa52-4670-90fa-5c6928656303' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
else
search --no-floppy --fs-uuid --set=root b6df8b6d-4d03-4666-8aa7-6d5d11421e1f
fi
echo 'Linux 3.4.6-2.10-default wird geladen …'
linux /vmlinuz-3.4.6-2.10-default root=UUID=e0335e0a-fa52-4670-90fa-5c6928656303 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd-3.4.6-2.10-default
}
}

### 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_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'openSUSE 12.2 (i586)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda6
initrd /initrd-3.4.6-2.10-default
}
submenu 'Erweiterte Optionen für openSUSE 12.2 (i586)' $menuentry_id_option 'osprober-gnulinux-advanced-86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
menuentry 'openSUSE 12.2 (i586) (auf /dev/sda6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.4.6-2.10-default--86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda6
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2 (i586) (auf /dev/sda6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinux-3.4.6-2.10-default.gz--86bdfc54-e9f6-44d6-a5df-eb59102bd0ff' {
insmod part_msdos
insmod ext2
set root='hd0,msdos9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos9 --hint-efi=hd0,msdos9 --hint-baremetal=ahci0,msdos9 --hint='hd0,msdos9' f62749cf-6747-43ff-8541-8cd0f69c7437
else
search --no-floppy --fs-uuid --set=root f62749cf-6747-43ff-8541-8cd0f69c7437
fi
linux /vmlinux-3.4.6-2.10-default.gz root=/dev/sda6
}
}

menuentry 'openSUSE 12.2 (i586)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda8
initrd /initrd-3.4.6-2.10-default
}
submenu 'Erweiterte Optionen für openSUSE 12.2 (i586)' $menuentry_id_option 'osprober-gnulinux-advanced-19ce105e-d967-4460-a2d9-64286066e2ad' {
menuentry 'openSUSE 12.2 (i586) (auf /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.4.6-2.10-default--19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinuz-3.4.6-2.10-default root=/dev/sda8
initrd /initrd-3.4.6-2.10-default
}
menuentry 'openSUSE 12.2 (i586) (auf /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinux-3.4.6-2.10-default.gz--19ce105e-d967-4460-a2d9-64286066e2ad' {
insmod part_msdos
insmod ext2
set root='hd0,msdos13'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos13 --hint-efi=hd0,msdos13 --hint-baremetal=ahci0,msdos13 --hint='hd0,msdos13' e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
else
search --no-floppy --fs-uuid --set=root e0c7907e-974c-4a85-82f4-e5f3bf0c7e9a
fi
linux /vmlinux-3.4.6-2.10-default.gz root=/dev/sda8
}
}

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

### 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/90_persistent ###
### END /etc/grub.d/90_persistent ###

---------------------------------------------------------------------------------------------------------------------------------
Gruß Dada
 
Guten Morgen,

eine neue Information - auch wenn sie mein eigentliches Problem nicht löst:
Das Bios meldet mir beim Hochfahren bei dazwischengeschaltetem digitus "4-port usb 2.0 design hub" nach der Zeile mit der internen Platte:
USB 1.1: PI-239 USB 2.0 DRIVE.
Ohne den usb-Hub mit direkt angesteckter usb-Platte erhalte ich die Meldung:
USB 2.0: PI-239 USB 2.0 DRIVE..
Ist da ein 1.1-Hub als 2.0 verkauft worden?

Es hat auch Auswirkungen auf den weiteren Rechnerstart:
Mit usb-Hub ist das Verhalten bei allen drei Auswahlmöglicheiten im Bootmenü für die usb-Platte dasselbe: Der Bildschirm wird dunkel und zeigt nach einiger Zeit wieder das Bootmenü an.
Ohne usb-Hub liefert mit die erste Möglichkeit für die "Advanced options" immerhin die Fehlermeldungen

error: no such device [uuid-Plattenkennung]
error: hd1 cannot get c/h/s values
error: you need to load the kernel first.

Beim Standardeintrag im Bootmenü und bei der zweiten Auswahlzeile der "Advanced options" ist das Verhalten genauso wie mit usb-Hub.

Gruß Dada

p.s.: Die usb-Kabel sind laut Aufdruck 2.0
 
Hi
Ganz schönes gefrickele :D

Also ich mach das immer so :
Hab ne interne Platte mit Suse laufen .
Nun soll ein Linux (z.B. Suse) auch auf ne externe , und auch davon starten.
Also Rechner aus , interne Festplatte abziehen .
USB Platte an USB anschließen .
Rechner starten , DVD einlegen , von DVD booten , und dann das System auf der ext. Installieren .
wenn fertig , Rechner mehrmals von der Externen starten , Updates mach und gut ist.

Interne Platte wieder anschließen .
Nun kann ich vom BIOS aus auswählen , wo von ich starten will .
Und brauch mich nicht mit nem Bootmenue rumschlagen , das die Platte , eh , ev. nicht mag , wenn mehr angeschlossen ist und noch nen anderer Port benutzt wird .

Nur so.
Schönen Tag noch.
MfG soyo
 
Oben