lunes, 19 de marzo de 2007

El menu.lst de mi portatil

Considero interesante compartir el menu que uso en mi portatil, ya que muestra diferentes formas de arranque, ademas de incluir opciones para instalar el opensuse, o el (k,x)ubuntu sin necesidad de usar el cdrom (en mi lap no sirve), los detalles de la instalacion de estas distribuciones, se explicaran en otro articulo, bueno, basta de bla bla, he aqui:


#archivo menu.lst
default 0
timeout 15
# color cyan/blue white/blue

title Ubuntu, kernel 2.6.17-10-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda5 ro verbose vga=792
initrd /boot/initrd.img-2.6.17-10-generic
verbose
savedefault
boot

title Debian GNU/Linux, kernel 2.6.8-3-686
root (hd0,0)
kernel /vmlinuz-2.6.8-3-686 root=/dev/hda5 ro vga=792
initrd /initrd.img-2.6.8-3-686
savedefault
boot

title WinXP
root (hd0,3)
chainloader +1


title bt2f
root (hd0,5)
kernel /boot/vmlinuz root=/dev/ram0 rw init=linuxrc load_ramdisk=1 ramdisk_size=32768 max_loop=255 probeusb vga=792
initrd /boot/initrd.gz

title puppy
# root (hd0,6)
root (hd0,0)
# kernel /vmlinuz root=/dev/ram0 load_ramdisk=1 ramdisk_size=65535 init=/usr_cram.fs PFILE=pup001 PHOME=hda7
kernel /hax/vmlinuz root=/dev/ram0 load_ramdisk=1 ramdisk_size=24576 init=/usr_cram.fs PFILE=pup001 PHOME=hda7
initrd /hax/image.gz

title Disquete
rootnoverify (hd0,0)
chainloader (fd0)+1

title recovery mode:
root

title Debian GNU/Linux, kernel 2.6.8-3-686 (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.8-3-686 root=/dev/hda6 ro single
initrd /initrd.img-2.6.8-3-686
savedefault
boot

title instalacion:
root

title instalar suse
root (hd0,0)
kernel /suse/vmlinuz
initrd /suse/initrd

title instalar ubuntu
root (hd0,0)
kernel /ubuntu/vmlinuz vga=normal ramdisk_size=14972 root=/dev/rd/0 rw -
initrd /ubuntu/initrd.gz

#fin del archivo

nota: uso una particion separada para /boot, la idea es que aqui se pongan los archivos para el arranque de las distintas distros, aunque claro, no es estrictamente necesario, pues se pueden usar desde su propia particion :)

No hay comentarios.: