Debian Lenny Grub2 (XEN)

T

til064

Grünschnabel
Xen Debian Lenny Grub2

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

Hallo Allerseits,

ich habe ein kleines Problem mit dem Booten eines Xen-Kernels.

Ich beschreibe mal kurz was ich gemacht habe.:

- Debian Lenny (netinstall) installiert
- Debian Updates geladen
- Xen für AMD64 installiert (Sun-Opteron252-Server)

aptitude install linux-image-2.6.26-1-xen-amd64 xen-hypervisor-3.2-1-amd64 xen-tools xen-utils-3.2-1-amd64 xenstore-utils xen-shell xenwatch

- reboot -> debian xen (grub2) ausgewählt

## Fehlermeldung##

Booting `Debian GNU/Linux, linux 2.6.26-1-xen-amd64`
error: You need to load the Kernel first.

Ich habe schon das Internet durchforstet bin leide nicht fündig geworden.
Hier noch meine /boot/grub/grub.cfg:

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,5)
search --fs-uuid --set 291bc671-0603-481c-9666-a63c418fd0d1
if font /share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###

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

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64" {
set root=(hd0,1)
search --fs-uuid --set 4df6a122-a291-4254-be02-3687e99f454b
linux /boot/vmlinuz-2.6.26-2-amd64 root=UUID=4df6a122-a291-4254-be02-3687e99f454b ro
initrd /boot/initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64 (single-user mode)" {
set root=(hd0,1)
search --fs-uuid --set 4df6a122-a291-4254-be02-3687e99f454b
linux /boot/vmlinuz-2.6.26-2-amd64 root=UUID=4df6a122-a291-4254-be02-3687e99f454b ro single
initrd /boot/initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-xen-amd64" {
set root=(hd0,1)
search --fs-uuid --set 4df6a122-a291-4254-be02-3687e99f454b
linux /boot/vmlinuz-2.6.26-1-xen-amd64 root=UUID=4df6a122-a291-4254-be02-3687e99f454b ro
initrd /boot/initrd.img-2.6.26-1-xen-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-1-xen-amd64 (single-user mode)" {
set root=(hd0,1)
search --fs-uuid --set 4df6a122-a291-4254-be02-3687e99f454b
linux /boot/vmlinuz-2.6.26-1-xen-amd64 root=UUID=4df6a122-a291-4254-be02-3687e99f454b ro single
initrd /boot/initrd.img-2.6.26-1-xen-amd64
}
### END /etc/grub.d/10_linux ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###

Vielleicht hat jemand eine Idee, warum der Xen nicht bootet.

Gruß Dirk
 

Ähnliche Themen

E/A-Fehler (.snapshots is not a btrfs subvolume).

Keine grafische Oberfläche (Debian Installation)

grub-pc Probleme bei upgrade

X startet nichtmehr

debian neuer kernel startet nicht

Zurück
Oben