无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: Yonsm
打印 上一主题 下一主题

REBOOT Reload - 最帅的 Windows 2003 SP2 和 DOS 启动盘,可安装到优盘/硬盘/光盘

[复制链接]
1#
发表于 2006-11-21 08:56:37 | 显示全部楼层
利用bootlace.com将GRLDR写入U盘

楼主肯定是修改了grldr
回复

使用道具 举报

2#
发表于 2006-11-21 15:39:36 | 显示全部楼层
bootlace的用法

  1. BOOTLACE.COM installs GRLDR.MBR boot record to the MBR of a harddrive or of a
  2. harddrive image file, or to the boot sector of a floppy or a floppy image.

  3. Usage:

  4.         bootlace.com  [OPTIONS]  DEVICE_OR_FILE

  5. OPTIONS:

  6.         --read-only                do everything except the actual write to the
  7.                                 specified DEVICE_OR_FILE

  8.         --no-backup-mbr                do not copy the old MBR to the second sector of
  9.                                 DEVICE_OR_FILE

  10.         --force-backup-mbr        force the copy of old MBR to the second sector
  11.                                 of DEVICE_OR_FILE

  12.         --mbr-enable-floppy        enable the search for GRLDR on floppy

  13.         --mbr-disable-floppy        disable the search for GRLDR on floppy

  14.         --mbr-enable-osbr        enable the boot of PREVIOUS MBR with invalid
  15.                                 partition table(usually an OS boot sector)

  16.         --mbr-disable-osbr        disable the boot of PREVIOUS MBR with invalid
  17.                                 partition table(usually an OS boot sector)

  18.         --boot-prevmbr-first        try to boot PREVIOUS MBR before the search for
  19.                                 GRLDR

  20.         --boot-prevmbr-last        try to boot PREVIOUS MBR after the search for
  21.                                 GRLDR

  22.         --preferred-drive=D        preferred boot drive number, 0 <= D < 255

  23.         --preferred-partition=P        preferred partition number, 0 <= P < 255

  24.         --time-out=T                wait T seconds before booting PREVIOUS MBR. if
  25.                                 T is 0xff, wait forever. The default is 5.
  26.        
  27.         --hot-key=K                if the desired key K is pressed, start GRUB
  28.                                 before booting PREVIOUS MBR. K is a word
  29.                                 value, just as the value in AX register
  30.                                 returned from int16/AH=1. The high byte is the
  31.                                 scan code and the low byte is ASCII code. The
  32.                                 default is 0x3920 for space bar. See "int 16
  33.                                 keyboard scan codes" below.

  34.         --floppy                if DEVICE_OR_FILE is floppy, use this option.

  35.         --floppy=N                if DEVICE_OR_FILE is a partition on a hard
  36.                                 drive, use this option. N is used to specify
  37.                                 the partition number: 0,1,2 and 3 for the
  38.                                 primary partitions, and 4,5,6,... for the
  39.                                 logical partitions.

  40.         --sectors-per-track=S        specifies sectors per track for --floppy.
  41.                                 1 <= S <= 63, default is 63.

  42.         --heads=H                specifies number of heads for --floppy.
  43.                                 1 <= H <= 256, default is 255.

  44.         --start-sector=B        specifies hidden sectors for --floppy=N.

  45.         --total-sectors=C        specifies total sectors for --floppy.
  46.                                 default is 0.

  47.         --lba                        use lba mode for --floppy. If the floppy BIOS
  48.                                 has LBA support, you can specify --lba here.
  49.                                 It is assumed that all floppy BIOSes have CHS
  50.                                 support. So you would rather specify --chs.
  51.                                 If neither --chs nor --lba is specified, then
  52.                                 the LBA indicator(i.e., the third byte of the
  53.                                 boot sector) will not be touched.

  54.         --chs                        use chs mode for --floppy. You should specify
  55.                                 --chs if the floppy BIOS does not support LBA.
  56.                                 We assume all floppy BIOSes have CHS support.
  57.                                 So it is likely you want to specify --chs.
  58.                                 If neither --chs nor --lba is specified, then
  59.                                 the LBA indicator(i.e., the third byte of the
  60.                                 boot sector) will not be touched.

  61.         --fat12                        FAT12 is allowed to be installed for --floppy.

  62.         --fat16                        FAT16 is allowed to be installed for --floppy.

  63.         --fat32                        FAT32 is allowed to be installed for --floppy.

  64.         --vfat                        FAT12/16/32 are allowed to be installed for
  65.                                 --floppy.

  66.         --ntfs                        NTFS is allowed to be installed for --floppy.

  67.         --ext2                        EXT2 is allowed to be installed for --floppy.

  68.         --install-partition=I        Install the boot record onto the boot area of
  69.                                 partition number I of the specified hard drive
  70.                                 or harddrive image DEVICE_OR_FILE.

  71. DEVICE_OR_FILE:        Filename of the device or the image file. For DOS, a BIOS drive
  72. number(hex 0xHH or decimal DDD) can be used to access the drive. BIOS drive
  73. number 0 is for the first floppy, 1 is for the second floppy; 0x80 is for the
  74. first hard drive, 0x81 is for the second hard drive, etc.

  75. Note: BOOTLACE.COM writes only the boot code to MBR. The boot code needs to
  76. load GRLDR as the second(and last) stage of the GRUB boot process. Therefore
  77. GRLDR should be copied to the root directory of one of the supported
  78. partitions, either before or after a successful execution of BOOTLACE.COM.
  79. Currently only partitions with filesystem type of FAT12, FAT16, FAT32, NTFS,
  80. EXT2 or EXT3 are supported.

  81. Note 2: If DEVICE_OR_FILE is a harddisk device or a harddisk image file, it
  82. must contain a valid partition table, otherwise, BOOTLACE.COM will fail. If
  83. DEVICE_OR_FILE is a floppy device or a floppy image file, then it must contain
  84. a supported filesystem(i.e., either of FAT12/FAT16/FAT32/NTFS/EXT2/EXT3).

  85. Note 3: If DEVICE_OR_FILE is a floppy device or a floppy image file, and it
  86. was formated EXT2/EXT3, then you should specify --sectors-per-track and
  87. --heads explicitly.


  88. Notice!                In the future, we will remove NTFS support. For Windows users,
  89.                 please create an FAT partition and place GRLDR and menu.lst
  90.                 there. From now on, please don't report bugs relevant to NTFS.

  91. Important!! If you install GRLDR Boot Record to a floppy or a partition, the
  92. floppy or partition will boot solely grldr, and your original
  93. IO.SYS(DOS/Win9x/Me) and NTLDR(WinNT/2K/XP) will become unbootable. This is
  94. because the original boot record of the floppy or partition was overwritten.
  95. There is no such problem when installing GRLDR Boot Record onto the MBR.
  96. Update: Some NTLDR/IO.SYS/KERNEL.SYS files can be directly chainloaded in the
  97. latest GRUB4DOS.

  98. Tip: If the filename begins in a dash(-) or a digit, you may prefix a dirname
  99. (./) or (.\) to it.

  100. Examples:

  101.         Installing GRLDR boot code to MBR under Linux:

  102.                 bootlace.com  /dev/hda

  103.         Installing GRLDR boot code to MBR under DOS:

  104.                 bootlace.com  0x80

  105.         Installing GRLDR boot code to a harddisk image under DOS or Linux:

  106.                 bootlace.com  hd.img

  107.         Installing GRLDR boot code to floppy under Linux:

  108.                 bootlace.com  --floppy --chs /dev/fd0

  109.         Installing GRLDR boot code to floppy under DOS:

  110.                 bootlace.com  --floppy --chs 0x00

  111.         Installing GRLDR boot code to a floppy image under DOS or Linux:

  112.                 bootlace.com  --floppy --chs floppy.img

  113. BOOTLACE.COM cannot function well under Windows NT/2000/XP/2003. It is expected
  114. (and designed) to run under DOS/Win9x and Linux. Update: For image FILES,
  115. bootlace.com function well under Windows NT/2000/XP/2003. For devices,
  116. bootlace.com will not work under Windows NT/2000/XP/2003 because bootlace.com
  117. is a DOS utility and Windows NT/2000/XP/2003 does not allow bootlace.com to
  118. access devices.
复制代码
回复

使用道具 举报

3#
发表于 2007-1-15 16:48:46 | 显示全部楼层
启动提示 status 18 错误,将其解压缩成IMG启动也是如此,sif文件没有错误。。。。。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-6-16 22:04

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表