|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| How can I edit BOOT.INI in recovery console ? I been copying and moving my XP system partition to other partitions and drives and would really like it if there was something like a DOS mode where I could edit BOOT.INI. Recovery Console has the BOOTCFG utility (I think that's the name) but that keeps the actual file hidden from you. Apparently it scans to find the partitions that are possible to boot and then asks which one you want to try. That's not good enough in some cases - besides, what IS the big deal here? Why do they seem to go to so much trouble to keep your hands tied? I can't access files in NTFS with a Win9x boot disk. You would think they would give you some way to do that in WinXP. Apparently not. Maybe there's a way and I just haven't figured it out. I think I could build some special boot floppies from WinNT floppies - but what a hassle. I haven't looked into the Bart PE CDs yet. That's probably what everybody's doing. I will appreciate any comments or info you can provide on this subject. TIA Bill S. |
| |
|
#2
| |||
| |||
| Re: How can I edit BOOT.INI in recovery console ? "Patches Forever" <mr.correct@comcast.net> wrote: >I been copying and moving my XP system partition to other partitions and >drives and would really like it if there was something like a DOS mode where >I could edit BOOT.INI. Recovery Console has the BOOTCFG utility (I think >that's the name) but that keeps the actual file hidden from you. Apparently >it scans to find the partitions that are possible to boot and then asks >which one you want to try. That's not good enough in some cases - besides, >what IS the big deal here? Why do they seem to go to so much trouble to >keep your hands tied? I can't access files in NTFS with a Win9x boot disk. >You would think they would give you some way to do that in WinXP. >Apparently not. Maybe there's a way and I just haven't figured it out. I >think I could build some special boot floppies from WinNT floppies - but >what a hassle. > >I haven't looked into the Bart PE CDs yet. That's probably what everybody's >doing. > >I will appreciate any comments or info you can provide on this subject. > >TIA Bill S. > in the recovery console. ATTRIB -H -R C:\boot.ini to edit it: EDIT C:\boot.ini use the ALT key to activate the menu and Yes it's very hard to repair an NTFS file system and why I still use FAT32, -- http://img9.imagepile.net/img9/36291hiscore.jpg |
|
#3
| |||
| |||
| Re: How can I edit BOOT.INI in recovery console ? There is no EDIT command available in Recovery Console <Pennywise@DerryMaine.Gov> wrote in message news:qhmup2daktto6nb62ev34lft2m7bjd7ge7@4ax.com... > "Patches Forever" <mr.correct@comcast.net> wrote: > >>I been copying and moving my XP system partition to other partitions and >>drives and would really like it if there was something like a DOS mode >>where >>I could edit BOOT.INI. Recovery Console has the BOOTCFG utility (I think >>that's the name) but that keeps the actual file hidden from you. >>Apparently >>it scans to find the partitions that are possible to boot and then asks >>which one you want to try. That's not good enough in some cases - >>besides, >>what IS the big deal here? Why do they seem to go to so much trouble to >>keep your hands tied? I can't access files in NTFS with a Win9x boot >>disk. >>You would think they would give you some way to do that in WinXP. >>Apparently not. Maybe there's a way and I just haven't figured it out. I >>think I could build some special boot floppies from WinNT floppies - but >>what a hassle. >> >>I haven't looked into the Bart PE CDs yet. That's probably what >>everybody's >>doing. >> >>I will appreciate any comments or info you can provide on this subject. >> >>TIA Bill S. >> > > in the recovery console. > ATTRIB -H -R C:\boot.ini > > to edit it: EDIT C:\boot.ini > use the ALT key to activate the menu > > and Yes it's very hard to repair an NTFS file system and why I still > use FAT32, > -- > http://img9.imagepile.net/img9/36291hiscore.jpg |
|
#4
| |||
| |||
| Re: How can I edit BOOT.INI in recovery console ? "Patches Forever" wrote: > I been copying and moving my XP system partition to other > partitions and drives and would really like it if there was > something like a DOS mode where I could edit BOOT.INI. > Recovery Console has the BOOTCFG utility (I think that's the > name) but that keeps the actual file hidden from you. Apparently > it scans to find the partitions that are possible to boot and then > asks which one you want to try. That's not good enough in > some cases - besides, what IS the big deal here? Why do > they seem to go to so much trouble to keep your hands tied?... The big deal is to keep you from having to learn the syntax of the boot.ini file - which requires some delving into MS online documentation to learn. Otherwise, you can just edit boot.ini by using Notepad (as I do) if you make System files visible. The only thing difficult about the boot.ini syntax is the meaning of the "rdisk" parameter in the ARC path entries. (In 99.9999% of systems, you can leave "multi" and "disk" set at 0.) The "rdisk" parameter stands for the displacement of a HD from the head of the >HARD DRIVE< boot order (not the "boot order" - which prioritizes boot device TYPES). The "hard drive boot order" is set in the BIOS, just as the "boot order" is, and the "hard drive boot order" prioritizes the hard drives for booting purposes. The DEFAULT hard drive boot order for PATA HDs is: Master on IDE ch. 0, Slave on IDE ch. 0, Master on IDE ch. 1, Slave on IDE ch. 1. If there is another type of device at an IDE position (or no device), the BIOS just skips to the next position in assigning boot priority. At boot time, ntldr reads the boot.ini file, and it interprets "rdisk(0)" to mean the HD at the head of the hard drive boot order. In the default case, this means the HD which is jumpered as Master on ch. 0, but you can change the hard drive boot order via keyboard input to the BIOS. Similarly, "rdisk(1)" refers to the HD that is 2nd in the hard drive boot order, etc. The setting of "rdisk" takes on a critical role if you're multi- booting OSes in the Win2K/NT/XP family. That setting will determine which HD that the loader will go to in finding the partition containing the OS. Microsoft just tries to avoid all the confusion by automating the boot.ini setup. *TimDaniels* |
|
#5
| |||
| |||
| Re: How can I edit BOOT.INI in recovery console ? "Patches Forever" <mr.correct@comcast.net> wrote: >There is no EDIT command available in Recovery Console My bad, you would expect an editor http://tinyurl.com/nl85s none is supplied. - yep Fat32 and a Win98 boot disk, best recovery system out. ><Pennywise@DerryMaine.Gov> wrote in message >news:qhmup2daktto6nb62ev34lft2m7bjd7ge7@4ax.com.. . >> "Patches Forever" <mr.correct@comcast.net> wrote: >> >>>I been copying and moving my XP system partition to other partitions and >>>drives and would really like it if there was something like a DOS mode >>>where >>>I could edit BOOT.INI. Recovery Console has the BOOTCFG utility (I think >>>that's the name) but that keeps the actual file hidden from you. >>>Apparently >>>it scans to find the partitions that are possible to boot and then asks >>>which one you want to try. That's not good enough in some cases - >>>besides, >>>what IS the big deal here? Why do they seem to go to so much trouble to >>>keep your hands tied? I can't access files in NTFS with a Win9x boot >>>disk. >>>You would think they would give you some way to do that in WinXP. >>>Apparently not. Maybe there's a way and I just haven't figured it out. I >>>think I could build some special boot floppies from WinNT floppies - but >>>what a hassle. >>> >>>I haven't looked into the Bart PE CDs yet. That's probably what >>>everybody's >>>doing. >>> >>>I will appreciate any comments or info you can provide on this subject. >>> >>>TIA Bill S. >>> >> >> in the recovery console. >> ATTRIB -H -R C:\boot.ini >> >> to edit it: EDIT C:\boot.ini >> use the ALT key to activate the menu >> >> and Yes it's very hard to repair an NTFS file system and why I still >> use FAT32, >> -- >> http://img9.imagepile.net/img9/36291hiscore.jpg > -- Boy kills himself after meeting his blind date face to face. http://tinyurl.com/uqq5t |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot Boot Recovery Console Windows XP | Will | Windows XP | 10 | 06-21-2008 08:40 PM |
| Phantom Recovery Console in Windows Boot Manager | gerryf | Windows Vista | 10 | 02-10-2008 05:20 AM |
| Recovery Console boot fails with -- Bugcheck 7B | David H. Lipman | Windows XP | 5 | 01-29-2008 07:30 PM |
| XP Pro won't boot, safemode won't help, recovery console doesn't h | Paul Yeoman | Windows XP | 9 | 07-18-2007 09:20 AM |
| Installed Recovery Console wont boot | frodo@theshire.net | Windows XP | 1 | 03-14-2007 01:01 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |