Boot.ini en WINXP
-
A ver si m podeis echar un cable con el boot.ini…
Vereis tenia instalado el WinXp en un HD IDE en una particion, hoy he instalado en una particion de un HD IDE pasado a SATA (con el serillel ese) W98... como era de esperar el pc arranca WXP ...
Tonces... ¿q tengo q escribir en el boot.ini xa q m de a elegir?
Os copypasteo el boot.ini actual:
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetectSé q deberia poner algo asi:
[boot loader]
timeout=5 el tiempo quiera
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(a)disk(b)rdiskpartition(d)\WINDOWS="Microsoft Windows98" /fastdetectMis dudas son: ¿q debo poner en lugar de las letras a, b, c y d?
¿como saco esos "datos"?Gracias
Albelda.
-
Hola, esta en inglés pero espero que te sirva:
IST 226/227
ARC Names and BOOT.INI–------------------------------------------------------------------------------
ARC (Advanced RISC Computer) Name Syntax in BOOT.INI
BOOT.INI specifies operating system boot partitions using a special ARC (Advanced RISC Computer) name. The ARC name syntax in BOOT.INI is either:scsi (a) disk (b) rdisk (c) partition (d)
ormulti (a) disk (b) rdisk (c) partition (d)
where a = the adapter number (starts at 0), b = the device address on the SCSI bus (always use 0 when "multi" is coded), c = the hard drive number on the adapter when "multi" is coded (starts at 0; always use 0 when "scsi" is coded), and d = the partition number on the specified drive (starts at 1).
SCSI or MULTI?
Code "scsi" when the SCSI BIOS has been disabled for a SCSI adapter (in which case the driver NTBOOTDD.SYS is used to access the SCSI drives). For Intel x86 systems, the SCSI BIOS is typically enabled, in which case "multi" should be coded. Also code "multi" for non-SCSI drives. In short, for Intel x86 servers you would usually code "multi" for the ARC Name.Sample BOOT.INI File Contents
The following BOOT.INI file could be used in a system triple-booting Windows 98, Windows NT Workstation (the default operating system), and Windows NT Server. Semicolons (;) in the first byte identify comment lines. Note how the NTLDR boot menu timeout is controlled and how the default OS is identified. Also note the correspondence between the [operating systems] list and the choices appearing on the boot menu:[boot loader]
timeout=8
; default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
default=multi(0)disk(0)rdisk(0)partition(3)\WINNT
; default=C:
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00 [VGA mode]"
/basevideo /sos
multi(0)disk(0)rdisk(0)partition(3)\WINNT="Windows NT Workstation Version 4.00"
multi(0)disk(0)rdisk(0)partition(3)\WINNT="Windows NT Workstation Version 4.00 [VGA mode]"
/basevideo /sos
C:="Windows 98" -
Si en principio m sirve xo no pone q valores debo, poner ni como hallarlos…
Quicir... si quiero "bootear" desde SATA ¿q pongo multi o scsi?
¿a q se refier con "a = the adapter number (starts at 0)"? de donde saco ese dato? He mirado en Mi Pc>administrar>almacenamiento>Administracion de discos y ahi m sale como disco 0 el sata!!! y en el boot pone disk(0) y el sist operativo esta (segun el administrador de discos en el disco1
(b) si pongo multi va un 0 ¿no?
(c) m hago la picha un lio...; "c = the hard drive number on the adapter when "multi" is coded (starts at 0; always use 0 when "scsi" is coded)" ¿tiene algo q ver con el canal? ¿primario, secundario? es q en los sata creo q eso no existe , solo hay sata1 o sata2...
(d) "d = the partition number on the specified drive (starts at 1)" eso parece facil... eso si si sabes todo lo anterior...
Graciaas por la ayuda DjRam... a ver si m puedes ayudar con estas nuevas dudas...
No sé si servira de ayuda pero os pongo como tengo "organizados" los discos:
Disco IDE 60 gigas : [según el administrador de discos ese disco1]
c:\ basura y no sé xq el boot.ini y todos los archivos de inicio de WinXPDisco IDE 40 Gigas: [según el administrador de discos ese disco2]
d:\ WinXP
e:\ ProgramasDisco Ide de 10 gigas conectado al SATA: [según el administrador de discos ese disco0]
i:\ por ahora vacio
j:\ Win98seGracias…
-
A ver si esto te sirve….
Inicia el Xp desde el disco de instalación y entra en la consola de recuperacion.
Desde la consola, una vez te encuentres en la particion de windows Xp teclea:
bootcfg /rebuild
Esto escaneará los discos en busca de instalaciones de windows y depues pedirá confirmacion para añadir cada instalacion al boot.ini. (creo q solo funcionará con instalaciones de XP, 2k y NT. Por probar.... )
Sales de la consola (exit) y reinicias el ekipo, A ver si asi lo solucionas....
Un saludo y suerte