It is currently Sun May 19, 2013 9:23 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Bootice
PostPosted: Sun Apr 14, 2013 2:38 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
The ultimate utility for any serious USB user -- but BEWARE: here be dragons!

@ www.softpedia.com, Mihaela Citea wrote:
Bootice is a portable utility that allows you to modify, backup and restore the MBR (Master Boot Record) and the PBR (Partition Boot Record) of local or removable drives. MBR refers to the first sector of a partitioned drive, while PBR implies the part that allows booting.

The application is intended for professional users, yet provides a tab-based interface, which makes it easy to handle even by the less experienced. With this tool, you can easily change your MBR / PBR sections to another type. It supports multiple different boot records, ranging from Grub4DOS, UltralSO or Plop Boot Manager to BOOTMGR or SYSLinux.

Image

For an overview of the power of Bootice look, for example, at http://www.rmprepusb.com/tutorials/multipartufd.

The homepage, a mostly chinese forum, is at http://www.ipauly.com/.

The homepage link in the program interface appears to be hardcoded to launch MS Internet Explorer, which is always a nuisance when you have a different browser preconfigured as default.

You can always download the most recent version at http://bootice.narod.ru/.


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sun Apr 14, 2013 5:33 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3719
What were the results when you tested this for Portability?

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sun Apr 14, 2013 11:16 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
It's a single executable that seems not to save any program related settings. RegFromApp reported nothing...

BTW, quite a long list of command line options...
Quote:
Usage:
BOOTICE [DEVICE] [/mbr | /pbr | /partitions] [parameters]

@ DEVICE
*******************************************************
/DEVICE=[m:n | X:]
m:n >> partition n of disk m. (m: 0-based; n: 1-based)
X: >> specify the disk and partition number by its drive letter.

@ MBR operation
*******************************************************
BOOTICE [DEVICE] /mbr [/install /backup /restore] [parameters]

/install >> Install some kind of MBR, requires /type parameter.
/type=[wee, GRUB4DOS, grub2, 1jf9z, 1jf9k, plop,
usbhdd+, usbzip+, nt52, nt60]
If /type= parameter is missed, the MBR screen will display.
/menu=xxx.lst >> Load menu file for WEE.
/backup >> Backup MBR to a file. Requires /file= parameter.
/file=xxxx.xxx: backup file name, a full path name.
/sectors=n: Specify the sectors number to be backupped.
/restore >> Restore MBR from a file. Requires /file= parameter.
/file=xxxx.xxx: backup file name, a full path name.
/keep_dpt: Keep disk signature and partition table untouched.
/boot_file=xxx >> Specify the boot file of GRUB4DOS, grldr as default.

@ PBR Operation
*******************************************************
BOOTICE [DEVICE] /pbr [/install /backup /restore] [parameters]

/install >> Install some kind of PBR, requires /type parameter.
/type=[msdos | GRUB4DOS | ntldr | bootmgr | syslinux]
If /type= parameter is missed, the PBR screen will be displayed.
/backup >> Backup PBR to a file. Requires /file= parameter.
/file=xxxx.xxx >> File name, coundl be a full path name or a short name.
/sectors=n >> Specify the sectors number to be backupped.
/restore >> Restore PBR from a file. Requires /file= parameter.
/file=xxxx.xxx >> File name, coundl be a full path name or a short name.
/keep_bpb: Keep BPB(Bios Parameter Block) untouched.
/boot_file=xxx >> Specify the boot file of GRUB4DOS, NTLDR or BOOTMGR.

@ Partitioning & Format
*******************************************************
BOOTICE [DEVICE] /partitions [operation]

operation:
/backup_dpt=xxx >> Backup the partition table to file xxx
/restore_dpt=xxx >> Restore the partition table from file xxx
/hide >> Hide a partition
/unhide >> UnHide a partition
/eisahide >> Hide a partition by setting its ID to 0x12
/activate >> Activate a partition
/repartition >> RePartition and Format an USB disk
[/usb-fdd, /usb-zip, /usb-hdd] [/vollabel=xxx] [/fstype=xxx]
[/vollabel=xxx]: specify new volume label, 11 chars max.
[/fstype=]: /fstype=[fat16 | fat32 | ntfs | exfat]
[/startlba=nnn]: specify the LBA of the partition

@ Special parameters
*******************************************************
1. /quiet
With /quiet parameter, BOOTICE will automatically start the installation
rather than stopping and waiting for the user's operation
(except when formatting a disk).

2. /nodriveletters
*******************************************************
If /nodriveletters exists, BOOTICE will not detect any drive letters.

3. Parameters for GRUB4DOS
*******************************************************
Because of widely use of GRUB4DOS, BOOTICE supports these special
parameters for GRUB4DOS:
/mbr-bpb: Copy the BPB of the leading FAT partition to MBR
/mbr-disable-floppy: don't search floppy for grldr
/mbr-disable-osbr: don't boot from old MBR with an invalid partition table
/duce: disable the unconditional console entrance
/chs-no-tune: disable geometry tune
/boot-prevmbr-first: boot previous MBR first
/preferred-drive=m: preferred boot drive number
/preferred-partition=n: preferred partition number
/hot-key=3920: hot-key, four hex numbers, first two for scan code, last two fro ASCII
/time-out=d: count down
/boot_file=xxx: rename the boot file (default value is grldr)


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sun Apr 14, 2013 2:50 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3719
Don't rely on RegFromApp to provide accurate results.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sun Apr 14, 2013 3:28 pm 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2583
Requires admin privileges. Unable to test right now.

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Mon Apr 15, 2013 1:54 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
guinness wrote:
Don't rely on RegFromApp to provide accurate results.

Since, unlike Primo, it has both a 32 & 64 bit version, it has become my quick'n'dirty way to check registry access.

(And please remember what I stated at viewtopic.php?p=49125#p49125, viewtopic.php?p=60742#p60742, and viewtopic.php?p=61670#p61670)

I am Baas wrote:
Requires admin privileges. Unable to test right now.

Of course it does, Bootice is a partition editor and formatter -- and since Vista, low level disk access always requires admin rights, I'm afraid.


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Fri May 03, 2013 1:17 pm 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 287
Midas wrote:
You can always download the most recent version at http://bootice.narod.ru/.

Not true, the latest is at:
http://bbs.ipauly.com/viewtopic.php?f=2&t=2

◆ 2013.4.10 v1.0.5:
1. Fixed a bug that caused incorrect BCD device when using GPT disk;
2. New feature: when format a partition as FAT16/FAT32/ExFat file system, the reserved sectors can be customized now;
3. When re-partitioning a disk into multi-partitions, both MBR and GPT scheme are supported now;
4. BOOTICE supports partition internal structure optimization now. So, the reserved sectors, FAT table, and other structures of FAT16/FAT32/ExFat can be 4K-aligned, which brings performance increcement on SSD or 4K-sector hard disks.

VirusTotal results of BOOTICE.exe (extracted from - BOOTICE_1.05.rar)

~Ruby


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sat May 04, 2013 7:17 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
Nice catch, Ruby. Thanks. 8)

So bootice.narod.ru is a download mirror; for bleeding edge, look at the homepage...


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sat May 04, 2013 8:11 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3719
Midas,

You're free to choose what applications you want on your system, this isn't the "issue" so to speak. I understand what you're saying, but submitting application(s) should be impartial to what you (or I) believe to be Stealth.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Sat May 04, 2013 9:09 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
guinness wrote:
Submitting application(s) should be impartial to what you (or I) believe to be Stealth.

Sure thing. That's why most of the time I don't make any assumptions, there are members here with rather more honed skills that mine for detecting portability/stealthiness...


Top
 Profile  
 
 Post subject: Re: Bootice
PostPosted: Wed May 15, 2013 9:28 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 910
Location: Terra @ Sol System
Bootice v1.06 has been released (at http://www.ipauly.com/).

    Changelog:
    Quote:
    2013.5.12 v1.0.6:
    1. Upgraded grub4dos 0.46a to 2013-05-07, including its USB 2.0 driver options;
    2. Upgraded grub2 to 2.00;
    3. A progress bar was added to the sector backup / restore screen;
    4. A progress bar was added to the re-partition / format screen;
    5. Allow re-partitioning to image files;
    6. Fixed a bug that changes the last 2 bytes of the 1 sector to 0x55 0xAA when restoring sectors from a file;
    7. Fixed a command line parameters error in the PBR Grub4Dos function;
    8. Upgraded Plop boot manager to 5.0.15-Test.

    Here's the great animated screenshot from bootice.narod.ru...

    Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group