Changes between Initial Version and Version 1 of Ticket #7572, comment 11
- Timestamp:
- May 27, 2011, 11:37:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7572, comment 11
initial v1 1 1 @Giova84[[BR]] 2 2 Your disk device is initialized with a Be File system. So It certainly have the 0x55AA MAGIC NUMBER present at the end of the first block of every bootable volume. 3 (it does not write the MBR) 3 4 4 5 The Intel partitioning system check for this 'flag' and do not initializes a partitioning system if it is present on the disk (to avoid the overwrite of the partition table). 5 6 7 Also the fs-sniffer find the BFS signature in the second sector (even if you install an empty MBR). 8 9 So:[[BR]] 6 10 Write zeros to the firsts 1024 bytes of your disk device(use dd or DiskProbe), then reboot.[[BR]] 7 11 You should be able to create a partitioning system and a BFS partition onto it. (don't forget to create an "ACTIVE" one!).[[BR]]