Udv.Kivancsisagkeppen feltettem az 5.0 zenwalk-ot, de mivel hozzaertesem a minuszokban merheto, ezert elakadtam. Egy xp melle telepitettem, (aminek van recovery particioja is).Amit szeretnek beallitani:
Indulaskor a Zen legyen az alapertelmezett, es ne a win, valamint ne a recovery particiot huzza be ha megis a wint inditanam.(most ez a helyzet)
Probaltam szerkeszteni az /etc/lilo.conf filet, de eddig csak grub-ot lattam.(ott egyertelmubb a dolog, mas disztonal ment is).Turtam a netet, de semmi konkret egyertelmu howto nincs ez ugyben.Szajbaragos help kellene .Ja, a lilo-m
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="resume=/dev/sda6 splash=silent "
boot = /dev/sda
bitmap=/boot/splash.bmp
bmp-table=234p,348p,1,4
bmp-colors=220,0,,255,220,
bmp-timer=539p,396p,220,0,
prompt
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# 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
# Windows bootable partition config begins
other = /dev/sda1
  label = Windows
  table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda5
  label = Zenwalk
  initrd = /boot/initrd.splash
  read-only
# Linux bootable partition config ends
- 4659 megtekintés
 
Hozzászólások
fdisk -l /dev/sda
kimenetében lesd meg melyik particiót keresed, esetleg lice cd alatt.
- A hozzászóláshoz be kell jelentkezni
 
fdisk -l /dev/sda kimenete
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1019     8185086   1c  Hidden W95 FAT32 (LBA)
/dev/sda2   *        1020       13826   102872227+   7  HPFS/NTFS
/dev/sda3           13827       30401   133138687+   5  Extended
/dev/sda5   *       13827       15042     9767488+  83  Linux
/dev/sda6           15043       15288     1975963+  82  Linux swap
/dev/sda7           15289       30401   121395141   83  Linux
ez alapjan nem a recovery-t kellene inditania nem?
- A hozzászóláshoz be kell jelentkezni
 
szerintem nem kerestél elég kitartóan ;-)
http://szabilinux.hu/lilo/index.html
amúgy http://szabilinux.hu itt egy rakás hasznos dolgot találsz.
- A hozzászóláshoz be kell jelentkezni
 
Cseréld meg az /etc/lilo conf-ban a windows és a linux beállításait:
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda5
label = Zenwalk
initrd = /boot/initrd.splash
read-only
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sda2
label = Windows
table = /dev/sda
# Windows bootable partition config ends
majd futtasd le a /sbin/lilo parancsot, és elméletileg ha nem ad hibát akkor a linux lesz a defaults. Természetesen root-ként csináld meg ezeket!
- A hozzászóláshoz be kell jelentkezni