|
|
#1 | |
|
Registered User
Join Date: Mar 2004
Posts: 15,486
|
i have slackware 11 installed on an IDE drive and windows xp installed on a SATA drive. i have LILO installed to the MBR on the IDE drive.
i want to add win xp to my lilo menu. i can mount the win xp device in linux, and i know that it is /dev/sda1. if i want to boot the win xp drive, would the following be acceptable? Code:
# Windows bootable partition config begins other = /dev/sda1 label = Windows-XP-Pro # map-drive = 0x80 # to = 0x81 # map-drive = 0x81 # to = 0x80 table = /dev/sda # Windows bootable partition config ends Code:
# Windows bootable partition config begins other = /dev/sda1 label = Windows-XP-Pro map-drive = 0x80 to = 0x81 map-drive = 0x81 to = 0x80 table = /dev/sda # Windows bootable partition config ends ![]() |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
|
|
|
|
|
|
|
#3 |
|
#!/?*
Join Date: Oct 2004
Posts: 662
|
AFAIK not really,
It's a BIOS thing (for Int 13h ) everything with a 0x8X is a HDD! (0x80 is the first hdd, 0x81 the second ... ) (note: 0x0X is for floppies) |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2004
Posts: 15,486
|
so according to the article, if i set the boot order as follows:
1. IDE w/ Linux and LILO 2. SATA w/ Windows 3. SATA w/ Data then the drives are as follows 1. 0x80 2. 0x81 3. 0x82 then i would have to issue the map-drive...to...map-drive...to cmd. this seem correct? |
|
|
|
|
|
#6 | |
|
#!/?*
Join Date: Oct 2004
Posts: 662
|
yes, sounds good... (of course there's a small change that the bios puts
the sata drives after 0x83, you have to try!) |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2004
Posts: 15,486
|
got it workin.
xp boots pretty slow, but i dont really care as long as it runs full speed (which it does) once it's loaded. i had to use the map-drive feature and the second block of code in the OP worked for me. thx ghost and chunkey ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| $49.99 - OCZ Petrol PTL1-25SAT3-64G 2.5" 64GB SATA III MLC Internal Solid State Drive | News | Latest Tech And Game Headlines | 0 | 06-21-12 08:30 AM |
| (PR) Silicon Power Announces the T10 SATA II Solid State Drive | News | Latest Tech And Game Headlines | 0 | 05-22-12 07:10 AM |
| New Western Digital drive performance | Nemesis | General Hardware | 6 | 08-15-02 07:29 AM |