Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witajcie,
Mam problem z Luksem i LILO. Jak to wpisac do lilo?
Tak mi nie dziala:
crunchbang / # cat /etc/lilo.conf # $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.2 2004/07/18 04:42:04 dragonheart Exp $ # Author: Ultanium # # Start LILO global section # # Faster, but won't work on all systems: #compact # Should work for most systems, and do not have the sector limit: lba32 # If lba32 do not work, use linear: #linear # MBR to install LILO to: boot = /dev/sda map = /boot/.map # If you are having problems booting from a hardware raid-array # or have a unusual setup, try this: #disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk #disk=/dev/sda bios=0x81 # see this as the second BIOS disk #disk=/dev/hda bios=0x82 # see this as the third BIOS disk # Here you can select the secondary loader to install. A few # examples is: # # boot-text.b # boot-menu.b # boot-bmp.b # install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you # do not need boot-{text,menu,bmp}.b in # /boot, as they are linked into the lilo # binary. menu-scheme=Wb prompt # If you always want to see the prompt with a 15 second timeout: #timeout=150 delay = 50 # Normal VGA console vga = normal # VESA console with size 1024x768x16: #vga = 791 # # End LILO global section # # # Linux bootable partition config begins # image = /boot/kernel-2.6.39.1 kernel /boot/kernel-2.6.39.1 cryptdevice=/dev/sda2:root root=/dev/mapper/krasnaja_plosciac ro label = Gentoo # # Linux bootable partition config ends # # # DOS bootable partition config begins # #other = /dev/hda1 # #other = /devices/discs/disc0/part1 # label = Windows # table = /dev/hda # # DOS bootable partition config ends #
brakuje mi pomyslow.
Pozdrawiam
Towarzysz Torrentow
Offline
Nie znam się na LUKSie, ale to wygląda mi podejrzanie:
image = /boot/kernel-2.6.39.1 kernel /boot/kernel-2.6.39.1 cryptdevice=/dev/sda2:root root=/dev/mapper/krasnaja_plosciac ro label = Gentoo
Ja używam takiej składni:
image = /boot/linux_2.6.38_2 label = "NIC_Linux" append="resume=/dev/sda2 rootfstype=ext4 root=/dev/sda1 quiet rw i8042.reset=1"
Czyli u Ciebie byłoby:
image = /boot/kernel-2.6.39.1 label = "LUKS_Linux" append="cryptdevice=/dev/sda2:root root=/dev/mapper/krasnaja_plosciac ro"
Offline