Problem Using Windows Bootloader

Booting, installing, newbie
Post Reply
Message
Author
Terrorbyte
Posts: 4
Joined: Sun 03 Jun 2012, 21:16

Problem Using Windows Bootloader

#1 Post by Terrorbyte »

I have been trying to dual boot Windows XP and Puppy using the Windows bootloader. I used the tutorial here, and my boot.ini file now looks like this:

Code: Select all

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
c:\boot.lnx="Puppy Linux"
When I choose the "Puppy Linux" option from the Windows Bootloader, I get a black screen with a white flashing underscore cursor in the top left-hand corner. What am I doing wrong?

User avatar
RetroTechGuy
Posts: 2947
Joined: Tue 15 Dec 2009, 17:20
Location: USA

Re: Problem Using Windows Bootloader

#2 Post by RetroTechGuy »

Terrorbyte wrote:I have been trying to dual boot Windows XP and Puppy using the Windows bootloader. I used the tutorial here, and my boot.ini file now looks like this:

Code: Select all

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
c:\boot.lnx="Puppy Linux"
When I choose the "Puppy Linux" option from the Windows Bootloader, I get a black screen with a white flashing underscore cursor in the top left-hand corner. What am I doing wrong?
Does it have a linux loader? And/or a missing "menu.lst" (BTW, that thread looks quite dated)

Since you're linking into the existing Win boot loader, I've been using Lin'N'Win:

http://www.icpug.org.uk/national/linnwi ... innwin.htm

If you do the install from Puppy, you don't need to unhide/hide system files (I do make backup copies, in case I break something).
[url=http://murga-linux.com/puppy/viewtopic.php?t=58615]Add swapfile[/url]
[url=http://wellminded.net63.net/]WellMinded Search[/url]
[url=http://puppylinux.us/psearch.html]PuppyLinux.US Search[/url]

Post Reply