can anyone help with a utility that runs from linux and is capable of changing the bootloader to ntldr? something like bootsect utility from windows. thank you.
Page 1 of 1
add ntldr from linux
#2
Posted 17 December 2010 - 04:48 AM
You can use dd allright.,
See here:
http://www.winimage....c.php?f=1&t=163
http://www.winimage....c.php?f=1&t=276
jaclaz
See here:
http://www.winimage....c.php?f=1&t=163
http://www.winimage....c.php?f=1&t=276
jaclaz
#3
Posted 17 December 2010 - 05:13 AM
jaclaz, on 17 December 2010 - 04:48 AM, said:
You can use dd allright.,
See here:
http://www.winimage....c.php?f=1&t=163
http://www.winimage....c.php?f=1&t=276
jaclaz
See here:
http://www.winimage....c.php?f=1&t=163
http://www.winimage....c.php?f=1&t=276
jaclaz
so dd if=/dev/hdb1 of=bootsect.lnx size=512 count=1 to copy
and dd whatever to write it back on a new hard drive ???
#4
Posted 17 December 2010 - 05:51 AM
patronu, on 17 December 2010 - 05:13 AM, said:
so dd if=/dev/hdb1 of=bootsect.lnx size=512 count=1 to copy
and dd whatever to write it back on a new hard drive ???
and dd whatever to write it back on a new hard drive ???
Sure, but of course it won't work on the new hard drive, as it will probably have different size of partition or whatever, you need to change suitably the "dynamic" part, READ the post by natan on the given links, (and all the rest), the idea is to change the CODE (or "static" part) leaving UNTOUCHED the DATA (or "dynamic" part), or at least this is what you asked and what the bootsect utility actually does.
jaclaz.
#5
Posted 18 December 2010 - 04:22 AM
I think it's to complicated. So I tried to run bootsect using wine. the only problem is I don't know how to specify the driver letter
Does wine know how to convert driver letter to something like /dev/hda??
- ← Xubuntu Live USB boot with UNetbootin?
- Other Operating Systems
- 2nd Screen with Dell Latitude E6500 →
Share this topic:
Page 1 of 1



Help
Back to top









