Live CD offers choice of booting to XP on the HD (solved)

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
VariEze
Posts: 114
Joined: Thu 09 Feb 2006, 17:49
Location: Oregon
Contact:

Live CD offers choice of booting to XP on the HD (solved)

#1 Post by VariEze »

I know this sounds silly, since the obvious solution is to just leave the CD out, and let it boot to Windows XP on the Hard drive, but If I can figure out a way to leave the CD in all the time, life would be easier when flip-flopping back and forth.

I know I can use IsoMaster to edit the Isolinux.cfg, and re-burn it, but is there a few lines that can be added to give the choice of opting out of the live CD boot, and going back to Windows, without pulling the cd and restarting?

I'm suspecting that it's not so simple, but maybe somebody has done it.

--Karl
Last edited by VariEze on Wed 20 Jun 2007, 17:43, edited 1 time in total.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#2 Post by Béèm »

It's simple on my machine, may be on yours as well.
When I boot/reboot the PC, an IBM Thinkpad R40, I have a button I have to push to stop the boot process.
I can then choose the device to boot from.
I select the CD and Puppy loads.
If I don't push that button, XP loads.

Do you have such a feature?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
VariEze
Posts: 114
Joined: Thu 09 Feb 2006, 17:49
Location: Oregon
Contact:

#3 Post by VariEze »

One machine has a "boot menu" option brought up by the bios, you hit f12 to get choices, but you've got to be super quick to catch it, there's only a 1 second time-out. I looked at the bios setup, and there is no way to change that. It'd be perfect otherwise.

--Karl

User avatar
willhunt
Posts: 495
Joined: Wed 05 Oct 2005, 18:19

#4 Post by willhunt »

# hd
label 0
localboot 0x80
you might try this in isolinux.cfg
[url=http://hostfile.org/icepak.pet]176 Icewm Themes :!:[/url]
[url=http://tinyurl.com/39fl3x]vlc-0.8.6c-i586.pet[/url]
[url=http://tinyurl.com/2q7cbp]vlc-0.8.6c-i586.pet[/url]

User avatar
VariEze
Posts: 114
Joined: Thu 09 Feb 2006, 17:49
Location: Oregon
Contact:

#5 Post by VariEze »

i added the suggested code to the isolinux.cfg, and burned a new cd, it didn't change anything. I'll try adding those to the beginning instead of the end later.
--Karl

User avatar
VariEze
Posts: 114
Joined: Thu 09 Feb 2006, 17:49
Location: Oregon
Contact:

#6 Post by VariEze »

That dog Willhunt! right on, that works!

I looked here: http://www.nu2.nu/bootcd/#multimemdisk and learned more.

I made my isolinux.cfg look like this:

Code: Select all

default 0
display boot.msg
prompt 1
#hard drive boot
label 0
localboot 0x80
#puppy linux boot
label 1
kernel vmlinuz
append root=/dev/ram0 initrd=initrd.gz pmedia=cd
timeout 20000
and the boot.msg:

Code: Select all

0b
Puppy Linux 2.16
0a
0 is windows
1 is puppy
07


There are some unprintable chars in the boot.msg, but just editing the text worked. (I think they are for color and formatting) I replaced these files in the ISO, and burned, now I have Choices. THANKS.

--Karl

Post Reply