![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
I install grub from ports and then run grub-install --no-floppy sd0 (my disk is sd0) but got error "Format of install_device not recognized". I try also with grub-install --no-floppy hd0 "The file /grub/stage1 not read correcty.". Also i try with /dev/sd0 and /dev/hd0 but nothing "Not foundor not a block device".
|
|
||||
|
Read the instructions in /usr/local/share/doc/grub/README.OpenBSD very carefully.
Specifically, make careful note of the example shown for using grub-install. If "hd0" fails, then try using a raw device, such as /dev/rsd0c.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
I read and make menu.lst. dmesg tell me "/dev/rsd0a: file system is clean; not checking" and df "/dev/sd0a ************** Mounted on /" and fdisk sd0
Code:
0: E8 <Unknown ID 1: 01 DOS FAT-12 2: 00 unused 3: 3F <Uknown ID> Last edited by dennky; 13th January 2010 at 07:00 PM. |
|
||||
|
The MBR partition table you posted looks damaged.
1) Post the output of "# fdisk sd0" 2) Post the output of "# cat /grub/device.map" 3) Post the output of "$ dmesg" Please use [code] and [/code] around each, to make them readable. One should not attempt multibooting without a good backup!
__________________
OpenBSD LiveCDs/LiveDVDs Last edited by jggimi; 13th January 2010 at 07:05 PM. |
|
|||
|
I noticed just backup data and reset mbr then i will try to install grub.
|
|
|||
|
I installed grub pt is was the problem. Create menu.lst
Code:
default 0 timeout 5 title OpenBSD root (hd0 ,1) chainloader +1 Code:
(hd0) /dev/rsd0c Code:
Error 11: Unrecognized device string Last edited by dennky; 14th January 2010 at 06:02 PM. |
|
||||
|
As requested already, please post the output of:
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
sd1 is usb. fdisk sd0
Code:
0: 07 *1: A6 2: 07 3: 07 Code:
sd0 at scsibus0... |
|
||||
|
How to report a problem:
English: http://www.openbsd.org/report.html Deutsch: http://www.openbsd.org/de/report.html Français: http://www.openbsd.org/fr/report.html Nederlandse: http://www.openbsd.org/nl/report.html Polska: http://www.openbsd.org/pl/report.html Specifically, look to the section titiled "How to create a problem report".
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Omg i found the problem was so stupid mistake (spacing).
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Restore OBSD Over SSH | revzalot | OpenBSD Installation and Upgrading | 16 | 2nd September 2009 06:45 PM |
| GRUB on previous Linux installation | indiocolifa | FreeBSD Installation and Upgrading | 2 | 26th March 2009 05:50 AM |
| Dropped to grub terminal, stumped. | Jack | OpenBSD Installation and Upgrading | 3 | 12th December 2008 02:09 PM |
| boot0cfg or grub and mount (HARDDISK PROBLEM) | disappearedng | FreeBSD General | 9 | 10th July 2008 06:26 PM |
| Having trouble adding 7.0 to GRUB 0.97 | Arenlor | FreeBSD General | 4 | 26th June 2008 01:02 AM |