[Slackware] LILO in MBR nodig?

Pagina: 1
Acties:

  • CumpsD
  • Registratie: Oktober 2001
  • Laatst online: 29-08-2025
Ik draai nu slackware, en lilo staat nu geloof ik in de root geinstalled, maar ik wil die nu dus in de mbr zetten, want momenteel krijg ik dit alsk boot:

pc boot:

LI

en dan niks meer, ik denk dat het komt omdat lilo niet in de mbr staat, maar ben het echter niet zeker, als iemand weet waardoor het komt, plz help ff

ook nog de vraag, wat is het command om een bootdisk te maken met een opgegeven kernel?

Thanks

  • Laurent
  • Registratie: Oktober 2000
  • Niet online
Zet 's in je /etc/lilo.conf prompt bovenaan, als 't goed is krijg je nu een menutje oid.

  • CumpsD
  • Registratie: Oktober 2001
  • Laatst online: 29-08-2025
staat al bovenaan, zo ziet mijn lilo.conf er nu uit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 LILO configuration file
# Start LILO global section
boot = /dev/hdb1
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins
image = /boot/kernel-2.4.12
  root = /dev/hdb1
  label = Linux
  read-only
# Linux bootable partition config ends

  • Predator
  • Registratie: Januari 2001
  • Laatst online: 09:30

Predator

Suffers from split brain

De LI -bug :)

Welke versie is die lilo ?

Staat je linux partitie achter een andere windows partitie op dezelfde schijf ?

Hoe groot is die HDD ?

Everybody lies | BFD rocks ! | PC-specs


  • CumpsD
  • Registratie: Oktober 2001
  • Laatst online: 29-08-2025
heb het ondertussen gefixed

heb lilo in mbr gezet en alles gaat goed :)

ik heb 2hds:
hda = 2.2gb
hdb = 1.4gb

hda is opgedeeld in:
/boot = 50mb
swap = 150mb
/usr = +-2gb

hdb:
/ = 700mb
/home = 600mb


verder hebk niets meer op die hds, enkel linux dus

ik had tijdens installatie default keuze genomen van lilo en die zette het geloof ik in de /

maar tijdens booten, ging die dus niet verder dan LI :)
in ze lilo.conf verwees ie naar hdb1 (/)

nu hebk liloconfig gedaan en hem in mbr gezet waardoor hij nu verwijst naar hda

en bij boot start ie perfect nu :)

dus als er nog mensen dit prob hebben, deze manier heb ik het hier in orde gekregen =)