BOOTMGR and new Linux installation (Users)
I installed Slackware but I am not able to boot via BOOTMGR.
If I want to select to boot from Linux partition the BOOTMGR does not even try to boot it but it beeps and restarts.
I looked to the source doce of BOOTMGR and I believe that I found a quite problematic part in BOOTLOAD.INC:
cmp word [LOADADR + PARTSIGN], ISVALIDPART ; check if a valid
jne error ; bootable partition
ISVALIDPART = AA55
PARTSIGN = 01FEh
So, the BOOTMGR checks whether the partition has on offset 01FEh the value AA55h.
If yes, the booting process continues, if no, it is evaluated as a non valid partiotion and the boot code is not run.
In FAT systems it is OK and in NTFS maybe too.
But do the Linux filesystems (EXT3, EXT4,...) follow the convention that in offset 01FEh is value AA55h ?
I do not think so.
So, in my situation is necessary to modify the BOOTMGR source?
---
DOS-u-akbar!
Complete thread:
- BOOTMGR and new Linux installation - Laaca, 14.01.2025, 17:58 (Users)
- BOOTMGR and new Linux installation - glennmcc, 15.01.2025, 00:43
- BOOTMGR and new Linux installation - fritz.mueller, 18.01.2025, 19:01
- BOOTMGR and new Linux installation - rr, 19.01.2025, 20:31
- BOOTMGR and new Linux installation - fritz.mueller, 20.01.2025, 12:37
- BOOTMGR and new Linux installation - bocke, 22.01.2025, 02:19
- BOOTMGR and new Linux installation - fritz.mueller, 20.01.2025, 12:37
- BOOTMGR and new Linux installation - rr, 19.01.2025, 20:31
- BOOTMGR and new Linux installation - bocke, 20.01.2025, 09:23
- BOOTMGR and new Linux installation - Laaca, 21.01.2025, 11:17
- BOOTMGR and new Linux installation - bocke, 22.01.2025, 02:20
- BOOTMGR and new Linux installation - fritz.mueller, 22.01.2025, 12:20
- BOOTMGR and new Linux installation - Laaca, 23.01.2025, 00:22
- BOOTMGR and new Linux installation - bocke, 23.01.2025, 07:40
- BOOTMGR and new Linux installation - Laaca, 24.01.2025, 14:56
- BOOTMGR and new Linux installation - bocke, 24.01.2025, 17:54
- BOOTMGR and new Linux installation - Laaca, 25.01.2025, 19:52
- BOOTMGR and new Linux installation - fritz.mueller, 25.01.2025, 23:38
- BOOTMGR and new Linux installation - bocke, 27.01.2025, 22:14
- BOOTMGR and new Linux installation - bocke, 27.01.2025, 22:11
- BOOTMGR and new Linux installation - Laaca, 27.01.2025, 22:45
- BOOTMGR and new Linux installation - fritz.mueller, 29.01.2025, 22:27
- BOOTMGR and new Linux installation - Laaca, 27.01.2025, 22:45
- BOOTMGR and new Linux installation - fritz.mueller, 25.01.2025, 23:38
- BOOTMGR and new Linux installation - Laaca, 25.01.2025, 19:52
- BOOTMGR and new Linux installation - bocke, 24.01.2025, 17:54
- BOOTMGR and new Linux installation - Laaca, 24.01.2025, 14:56
- BOOTMGR and new Linux installation - bocke, 23.01.2025, 07:40
- BOOTMGR and new Linux installation - bocke, 23.01.2025, 07:29
- BOOTMGR and new Linux installation - Laaca, 23.01.2025, 00:22
- BOOTMGR and new Linux installation - fritz.mueller, 22.01.2025, 12:20
- BOOTMGR and new Linux installation - bocke, 22.01.2025, 02:20
- BOOTMGR and new Linux installation - Laaca, 21.01.2025, 11:17
- BOOTMGR and new Linux installation -- SUCCESS ! - Laaca, 01.02.2025, 01:24
- BOOTMGR and new Linux installation -- SUCCESS ! - bocke, 02.02.2025, 15:07