mrd05d Posted January 28, 2008 Posted January 28, 2008 I want to take my AIODVD and make it so after installing my os of choice it leaves a copy of the unattended in a separate premade partition (Much Like hp or dells backup partition). How do i imitate the cd on the hard drive? The boot sector on a cd is totally different from a hd right?
jaclaz Posted January 28, 2008 Posted January 28, 2008 Read these:http://www.msfn.org/board/recovery-partition-t110914.htmlhttp://www.msfn.org/board/Recovery-System-...ve-t110971.htmlhttp://www.msfn.org/board/Creating-WinPE-b...on-t106822.htmljaclaz
mrd05d Posted January 30, 2008 Author Posted January 30, 2008 I guess i should have been a little more direct. I have a couple different ideas on how to do it including using grub etc. What i was actually meaning to ask was how or what do i have grub point to? Like in the DVD AIO i have the bootloader (cdshell i think) point to dat files????
jaclaz Posted January 30, 2008 Posted January 30, 2008 I guess i should have been a little more direct. I have a couple different ideas on how to do it including using grub etc. What i was actually meaning to ask was how or what do i have grub point to? Like in the DVD AIO i have the bootloader (cdshell i think) point to dat files????Yep, but unless you actually post your ideas, it is rather difficult for me reading your mind and helping you.I mean, if you have several FOUR letters folders, like PRO1, W2KS, SV03, etc., the "standard" grub4dos entries would be:title PRO1find --set-root /PRO1/SETUPLDR.BINchainloader /PRO1/SETUPLDR.BINtitle W2KSfind --set-root /W2KS/SETUPLDR.BINchainloader /W2KS/SETUPLDR.BINtitle SV03find --set-root /SV03/SETUPLDR.BINchainloader /SV03/SETUPLDR.BINbut if the partition is hidden, non active, logical, on 2nd hard disk, etc., etc. you will need additional commands like mapping ones, or makeactive, etc.jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now