Den Bootvorgang sehe ich via einer Remote Console.
Bei grub kommt doch beim booten ein blaues grafisches fenster wo ich mir den Kernel aussuchen kann. Nur kommt der irgendwie nicht.
Weiß einer was ich falsch mache, oder gemacht habe ?
Hab es gerade lokal so wie oben von mir beschrieben gemacht, und hat wunderbar funktioniert. Wieso es beim Server nicht funktioniert hat ist irgendwie komisch. Ich weiß auch nicht woher er LILO hernimmt, da es komplett gelöscht wurde.
grub
> root (hd0,x) # x ist (/dev/hdax - 1), als hda5 entspricht (hd0,4)
> setup (hd0)
> quit
reboot
Nur als Ergänzung eine wichtige Eigenheit in der grub Namensgebung der Platten/Partitionen:
hd(0) ist die erste von grub gefundene Festplatte - was nicht immer /dev/hda ist.
grub-install /dev/hda
/sbin/grub-install: line 516: 2556 Getötet $grub_shell --batch $no_floppy --device-map=$device_map >$log_file <<EOF
root $root_drive
setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive
quit
EOF
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
Kann es vielleicht daran liegen das /tmp als loop,rw,nosuid,noexec gemoutet ist ?
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
grub> root (hd0,2)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found
Ich weiß leider nicht was Error15 bedeutet :(
Und stage1 gibt es
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Hmm, sieht nach einer kaputten Installation beziehungsweise einem kaputten Paket aus. Führe mal eine Reinstallation/Update von Grub aus und versuche es anschliessend nochmal.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Ich bekomm es absolut nicht hin GRUB statt lilo zu benutzen/installieren.
Ein aptitude reinstall oder ein aptitude purge und wieder install, hat absolut nichts gebracht.
Werde wohl dann wieder lilo benutzen :(
Verstehen kann ich das ganze immernoch nicht :( Ich versteh auch nicht wie der immer wieder beim booten lilo benutzt hat, obwohl es gar nicht auf dem System installiert war. Sehr komisch die ganze sache !
ich kenn mich ja mit grub nicht so aus, aber kann es sein das
grub auf /boot installiert wurde (bootsektor von hda1), während lilo noch der 1.Stage-Bootloader im mbr geblieben ist?
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.