Lo basico es ingresando al Grub, escribiendo al final de la linea Kernel o de arranque (La primera linea)
En lugar de RO que significa modo lectura, por RW modi escritura seguido de ...
Por Ejemplo así:
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/hdc1 rw init=/bin/bash
http://foro.elhacker.net/hacking_linuxunix/accediendo_como_root_editando_grub-t260553.0.html
http://webcache.googleusercontent.com/search?q=cache:gD6sJzpsRf0J:bootlog.org/blog/linux/como-cambiar-la-clave-de-root-en-linux+cambiar+la+clave+linux+debian&cd=1&hl=es-419&ct=clnk&gl=pe&source=www.google.com.pe
viernes, 28 de enero de 2011
martes, 28 de diciembre de 2010
martes, 7 de diciembre de 2010
martes, 19 de octubre de 2010
Enlaces para armar un Server PXE basado en Ubuntu 10.10
https://help.ubuntu.com/community/Installation/LocalNet
https://help.ubuntu.com/community/Servers
https://help.ubuntu.com/community/PXEInstallServer
http://elajonjoli.org/node/4
http://blackhold.nusepas.com/2009/12/servidor-pxe-con-tftp-sin-dhcp-y-kickstart/
https://help.ubuntu.com/community/PXEInstallServer
http://floss.shapado.com/questions/servidor-pxe-bajo-linux-para-instalar-windows
http://translate.google.com.pe/translate?hl=es&langpair=en%7Ces&u=http://www.howtoforge.com/ubuntu_pxe_install_server
https://help.ubuntu.com/community/PXEInstallServer
http://ardentice.wordpress.com/2007/04/29/poniendo-en-marcha-un-servidor-pxe-v10/
https://help.ubuntu.com/community/Servers
https://help.ubuntu.com/community/PXEInstallServer
http://elajonjoli.org/node/4
http://blackhold.nusepas.com/2009/12/servidor-pxe-con-tftp-sin-dhcp-y-kickstart/
https://help.ubuntu.com/community/PXEInstallServer
http://floss.shapado.com/questions/servidor-pxe-bajo-linux-para-instalar-windows
http://translate.google.com.pe/translate?hl=es&langpair=en%7Ces&u=http://www.howtoforge.com/ubuntu_pxe_install_server
https://help.ubuntu.com/community/PXEInstallServer
http://ardentice.wordpress.com/2007/04/29/poniendo-en-marcha-un-servidor-pxe-v10/
Instalar un PXE Server con UBUNTU Server
Por el momento me encuentro investigando acerca de los pormenores de esta implementación del servicio PXE ya que logre realizar este proyecto con Windows usando el servicio RIS.
http://elajonjoli.org/node/3
http://elajonjoli.org/node/3
lunes, 5 de octubre de 2009
jueves, 9 de abril de 2009
UP Date Boot-injector autoexec.bat
@echo off
goto %config%
:DOS
@echo off
C:\
goto end
:RED
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
cd \ghost
echo Loading...
GHOST.EXE
goto end
:GDISK
@echo off
echo Cargando...
C:\GDISK 1 /STATUS
goto end
:CD
@echo off
mscdex.exe /d:12345678
goto end
:CNc:\CN40\cn.exe
smartdrv
goto end
:R
@ECHO OFF
attrib -s -h -r boot.ini
ren boot.ini b.i
SET FILENAME=BOOT.INI
ECHO.[boot loader]>%FILENAME%
ECHO.timeout=1>>%FILENAME%
ECHO.default=C:\>>%FILENAME%
ECHO.[operating systems]>>%FILENAME%
ECHO.c:\="Mantenimiento">>%FILENAME%
ECHO.multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer>>%FILENAME%
ECHO.multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows Server 2003, Standard Edition" /fastdetect>>%FILENAME%
attrib +s +h +r boot.ini
gdisk 1 /-hide /p:7
attrib -s -h -r autoexec.bat
ren autoexec.bat a.b
SET FILENAME=autoexec.bat
ECHO.gdisk 1 /hide /p:7>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\boot.gho:1,dst=1:1 -ia -span -sure -auto>>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\XPP2.gho:1,dst=1:2 -ia -span -sure -auto>>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\XPP3.gho:1,dst=1:3 -ia -span -sure -auto -rb>>%FILENAME%
RESTART.COM
:end
Nota: El archivo restart.com fue extraido de un CD Boot ISO para Win98; aquí el enlace:
http://www.allbootdisks.com/download/iso.html
goto %config%
:DOS
@echo off
C:\
goto end
:RED
@echo off
prompt $p$g
\net\netbind.com
MOUSE.COM
cd \ghost
echo Loading...
GHOST.EXE
goto end
:GDISK
@echo off
echo Cargando...
C:\GDISK 1 /STATUS
goto end
:CD
@echo off
mscdex.exe /d:12345678
goto end
:CNc:\CN40\cn.exe
smartdrv
goto end
:R
@ECHO OFF
attrib -s -h -r boot.ini
ren boot.ini b.i
SET FILENAME=BOOT.INI
ECHO.[boot loader]>%FILENAME%
ECHO.timeout=1>>%FILENAME%
ECHO.default=C:\>>%FILENAME%
ECHO.[operating systems]>>%FILENAME%
ECHO.c:\="Mantenimiento">>%FILENAME%
ECHO.multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer>>%FILENAME%
ECHO.multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows Server 2003, Standard Edition" /fastdetect>>%FILENAME%
attrib +s +h +r boot.ini
gdisk 1 /-hide /p:7
attrib -s -h -r autoexec.bat
ren autoexec.bat a.b
SET FILENAME=autoexec.bat
ECHO.gdisk 1 /hide /p:7>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\boot.gho:1,dst=1:1 -ia -span -sure -auto>>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\XPP2.gho:1,dst=1:2 -ia -span -sure -auto>>%FILENAME%
ECHO.Ghost.exe -clone,mode=pload,src=D:\bk\XPP3.gho:1,dst=1:3 -ia -span -sure -auto -rb>>%FILENAME%
RESTART.COM
:end
Nota: El archivo restart.com fue extraido de un CD Boot ISO para Win98; aquí el enlace:
http://www.allbootdisks.com/download/iso.html
Suscribirse a:
Entradas (Atom)