gut, es ist hda3
aber:
Code: Alles auswählen
grub-install /dev/hda3
Searching for GRUB installation directory ... found: /boot/grub
ich kann den Befehl dann mit Strg + C beenden aber sonst tut sich nichts mehr
Gruß busaku
Code: Alles auswählen
grub-install /dev/hda3
Searching for GRUB installation directory ... found: /boot/grub
Code: Alles auswählen
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide0: reset: success
Code: Alles auswählen
hda: host protected area => 1
Code: Alles auswählen
# hdparm -N /dev/hda
# dd if=/dev/hda count=1 bs=2048 | strings
Code: Alles auswählen
hdparm -N /dev/hda
hdparm - get/set hard disk parameters - version v6.9
Usage: hdparm [options] [device] ..
Options:
-a get/set fs readahead
Code: Alles auswählen
hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
IO_support = 1 (32-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 9964/255/63, sectors = 160086528, start = 0
Code: Alles auswählen
dd if=/dev/hda count=1 bs=2048 | strings
1+0 records in
1+0 records out
2048 bytes (2.0 kB) copied, 0.009413 seconds, 218 kB/s
ZRrI
D|f1
GRUB
Geom
Hard Disk
Read
Error
&Wy
pPf1
Loading stage1.5
Geom
Read
Error
0.97
/boot/grub/stage2 /boot/grub/menu.lst
^_[]
Tintom hat geschrieben:Du bist sicher, dass du einen ganz normalen Rootserver ohne jegliche Beschränkungen hast ? Vielleicht sollte man in diese Richtung weiterdenken.
ZBsp.dmesg hat geschrieben:Kernel command line: BOOT_IMAGE=vmlinuz-2.4.35.3 root=/dev/hda3
Dann bräuchte das Image keinen bootenden Kernel,manpage qemu hat geschrieben:Linux boot specific: When using these options, you can use a given Linux kernel without installing it in the disk image. It can be useful for easier testing of various kernels.
-kernel bzImage
Use bzImage as kernel image.
-append cmdline
Use cmdline as kernel command line
-initrd file
Use file as initial ram disk.