[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub error: Destination address too large
From: |
Konrad Mohrfeldt |
Subject: |
Re: Grub error: Destination address too large |
Date: |
Wed, 09 Sep 2009 22:36:26 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 |
well, i also tried a grub legacy boot cd now:
instructions + output:
--------------------------------------------------------------------------------------------------------------------
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> kernel /boot/vmlinuz-2.6.26-2-486 ro single
root=UUID=c3c4116a-9925-4664-8823-2b0697563784
[Linux-bzImage, setup=0x3000, size=0x1637f0]
grub> initrd /boot/initrd.img-2.6.26-2-486
[Linux-initrd @ 0x1d9fc000, 0x5e37bb bytes]
grub> boot
Probing EDD (edd=off to disable)... ok
Destination address too large
-- System halted
--------------------------------------------------------------------------------------------------------------------
system specs:
http://pastebin.com/f4cc7527f
theres an usb flash drive (1GB) connected to an usb port too.
Am 09.09.2009 19:27, schrieb Michael Evans:
Unless something has changed and Debian now uses grub2 instead of grub
(legacy 0.9x) you're doing it wrong.
Grub legacy addresses devices by dropping the partition identifier
entirely. (hd0) Partitions within the device start numbering at
zero, thus sda1 is (hd0,0).