lilo prob mit netbsd

Post Reply
Message
Author
blubb

lilo prob mit netbsd

#1 Post by blubb »

tach auch,

folgendes prob:
habe linux, windoze XP und netbsd
ich kann zwar linux booten mit dem lilo, komme dann aber nicht mehr zum netbsd, folgende lilo.conf:

Code: Select all

append="hdg=noprobe"
boot = /dev/hde
default = Linux
message = /boot/boot_message.txt
prompt
timeout = 120
change-rules
  reset
vga = 773
other = /dev/hde1
  label = Windows
  table = /dev/hde
image = /boot/vmlinuz-ide-2.6.8.1
  root = /dev/hde3
  label = rescue
  read-only
image = /boot/vmlinuz-ide-2.6.9
  root = /dev/hde3
  label = Linux
  read-only
other = /dev/hde5
  label = NetBSD
  table = /dev/hde5
fehlermeldung:

Code: Select all

root@lucy:/home/slackware# lilo
Added Windows
Added rescue
Added Linux *
Fatal: Partition entry not found.
wenn ich den netbsd loader verwend dann muss ich den lilo in mbr schreiben, aber hab k/a wie das geht, hatte es versucht mit boot = /dev/hde3
aber da meckert er auch wieder...
hat sonst noch wer netbsd + linux auf einer kiste?

lg
blubb

blubb

#2 Post by blubb »

sry, wenn ich den netbsd loader verwend muss ich den lilo in die root partition schreiben - so ;)

klopskuchen
prolinux-forum-admin
Posts: 1444
Joined: 26. Jun 2004 21:18
Contact:

#3 Post by klopskuchen »

table = /dev/hde5
muss heissen
table = /dev/hde

Bei der BSD-Partition Bootflag in der Partitionstabelle gesetzt?
When all else fails, read the instructions .

blubb

#4 Post by blubb »

hi,

danke fuer die antwort,
das hat alles gepasst, musste nur das table rausnehmen ;)

aber thxle

blubb

Post Reply