Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ubuntu 9.10 lvm crypt --> grub2, das mistding

Empfohlene Antworten

Hallo. Hab folgendes Problem

1.: grub2 verfriemelt.

2.: folgende Situation:

eine Festplatte, darauf ein LVM PhysicalVolume, drei LogicalVolumes: /boot (nicht verschlüsseltes ext3) /xubuntu (crypt verschlüsseltes 9.10 64Bit ext4) /kubuntu (crypt verschlüsseltes 9.10 32Bit ext4).

Möchte Grub2 im /boot haben, soll beide OS kennen. ABER: Kiste bootet nicht:

error: no such disk

error: you need to load the kernel first

failed to load default entries

Hab diverse Anleitungen gefunden, größtenteils unbrauchbar, und viele Meldungen von Usern, die mit grub2 Probleme haben.

Was ich will:

LiveCD booten (Hier gehts schon los: 32 oder 64 Bit? einige Anleitungen sagen, das würde einen Unterschied machen!!), Grub einrichten, booten, Grub erkennt beide verschlüssten Systeme, fragt beim Booten nach dem Passwort. Glücklich sein. Ist das so schwer????

Hier ist die (/boot/grub/grub.cfg), die noch ging.

#

# DO NOT EDIT THIS FILE

#

# It is automatically generated by /usr/sbin/grub-mkconfig using templates

# from /etc/grub.d and settings from /etc/default/grub

#

### BEGIN /etc/grub.d/00_header ###

if [ -s /boot/grub/grubenv ]; then

have_grubenv=true

load_env

fi

set default="0"

if [ ${prev_saved_entry} ]; then

saved_entry=${prev_saved_entry}

save_env saved_entry

prev_saved_entry=

save_env prev_saved_entry

fi

if [ ${recordfail} = 1 ]; then

set timeout=-1

else

set timeout=10

fi

### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###

set menu_color_normal=white/black

set menu_color_highlight=black/white

### END /etc/grub.d/05_debian_theme ###

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

menuentry "Ubuntu, Linux 2.6.31-14-generic" {

recordfail=1

if [ -n ${have_grubenv} ]; then save_env recordfail; fi

set quiet=1

insmod lvm

insmod ext2

set root=(platte-boot)

search --no-floppy --fs-uuid --set f1752c59-6d04-4459-9294-183c3b7da348

linux /vmlinuz-2.6.31-14-generic root=/dev/mapper/platte-kubuntu_crypt ro quiet splash

initrd /initrd.img-2.6.31-14-generic

}

menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {

recordfail=1

if [ -n ${have_grubenv} ]; then save_env recordfail; fi

insmod lvm

insmod ext2

set root=(platte-boot)

search --no-floppy --fs-uuid --set f1752c59-6d04-4459-9294-183c3b7da348

linux /vmlinuz-2.6.31-14-generic root=/dev/mapper/platte-kubuntu_crypt ro single

initrd /initrd.img-2.6.31-14-generic

}

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

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

menuentry "Memory test (memtest86+)" {

linux16 /memtest86+.bin

}

menuentry "Memory test (memtest86+, serial console 115200)" {

linux16 /memtest86+.bin console=ttyS0,115200n8

}

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

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

if [ ${timeout} != -1 ]; then

if keystatus; then

if keystatus --shift; then

set timeout=-1

else

set timeout=0

fi

else

if sleep --interruptible 3 ; then

set timeout=0

fi

fi

fi

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

Danach hab ich Xubuntu installiert. Resultat kiste bootet nicht mehr.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.