Tiny Core Linux

Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: Dualityonme on March 03, 2016, 03:08:16 AM

Title: MicroXP & tiny core dualboot
Post by: Dualityonme on March 03, 2016, 03:08:16 AM
Don't tell me there is a topic of it! So, How can i boot MicroXP v0.82 with tiny core, if my netbook has no CD-ROM(flash or iso booting will be alternative).
And is it possible to dual boot side by side(like Virtualbox does ,when you start two OS'es simultaneously).
I have tried Installing MicroXP with rufus,unetbootin(both on one Windows host) ,installation has been started , when it needs to reboot inside installation, it returns to installation again :'( :'(
Title: Re: MicroXP & tiny core dualboot
Post by: Juanito on March 03, 2016, 03:50:16 AM
grub2 will boot an iso directly, there are a couple of threads on the subject in these forums or you can look at the grub documentation.
Title: Re: MicroXP & tiny core dualboot
Post by: Dualityonme on March 03, 2016, 04:10:43 AM
When i used rufus,for instance, got common error 'no previous version of NT can be found'(tested with both ntfs,fat32).Might grub4dos work with microxp?
Title: Re: MicroXP & tiny core dualboot
Post by: gerald_clark on March 03, 2016, 07:41:52 AM
You should probably ask in an NT forum.
Title: Re: MicroXP & tiny core dualboot
Post by: Dualityonme on March 03, 2016, 03:45:21 PM
what if someone put together how dualboot custom XP with Tiny core.
Title: Re: MicroXP & tiny core dualboot
Post by: gerald_clark on March 03, 2016, 03:50:29 PM
This isn't a tinycore issue.
Title: Re: MicroXP & tiny core dualboot
Post by: Rich on March 03, 2016, 04:08:48 PM
Hi gerald_clark
While I agree this isn't a Tinycore issue, the description for  Off-Topic - Tiny Core Lounge  states:
Quote
"Whatever" area - Hardware, Politics, Love&War, What's on your mind, etc..
In my opinion, that means his question can be posted here.
Title: Re: MicroXP & tiny core dualboot
Post by: gerald_clark on March 03, 2016, 04:32:04 PM
I don't disagree about posting here.
The answer is that configuring a bootloader to load MicroXP is an XP issue, not a tinycore issue.
He will have better luck asking in an XP forum.
As for configuring a bootloader to boot tinycore, that is amply covered in the wiki.
Title: Re: MicroXP & tiny core dualboot
Post by: Rich on March 03, 2016, 05:31:06 PM
Hi gerald_clark
Quote
I don't disagree about posting here.
The answer is that configuring a bootloader to load MicroXP is an XP issue, not a tinycore issue.
I see, I misunderstood your previous response, sorry.
Title: Re: MicroXP & tiny core dualboot
Post by: gerald_clark on March 03, 2016, 06:18:30 PM
No problem.  I wasn't really too verbose because I recommend asking in an XP forum two posts up.
Now I see I said NT when I meant XP.
Title: Re: MicroXP & tiny core dualboot
Post by: Dualityonme on March 03, 2016, 06:53:40 PM
SORRY FOR NT-related! So i got MicroXP working 8) (OH MY GOD IT WAS INTENSIVELY HARD) using WinSetupFromUsb on WIndows hostwith options 'format as NTFS','install NTLDR'(but shows grub4dos screen with 2-part installation) ,and i need advice  on dualbooting with tc. Is EasyBCD appropriate for making dualboot possible(tc might use syslinux or grub).,if yes,what further hints you can give me.
Code: [Select]
menu.lst:


#graphicsmode 0x6A
graphicsmode -1 640 480:800 24:32 || graphicsmode -1
## Menu AutoNumber
write 0x8274 0x2001
 
#graphicsmode -1 800:640 -1 24:32 || graphicsmode -1
#font /unifont.hex.gz
 
 
#clear mappings and set root in case we return from bootmgr
map --unmap=0:0xff
map --unhook
map --rehook
ls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag > nul
ls /default > nul && default /default
 
 
 
title Windows XP/2000/2003 Setup
map --unmap=0:0xff
map --unhook && map --rehook
savedefault
ls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag
configfile /winsetup.lst
 > nul || find --set-root --devices=hf /usbdrive.tag > nul
ls /default > nul && default /default
 
 
 
title Windows XP/2000/2003 Setup
map --unmap=0:0xff
map --unhook && map --rehook
savedefault
ls /usbdrive.tag > nul || find --set-root --devices=hf /usbdrive.tag
configfile /winsetup.lst




ls /mnt/sdc1
grldr menu.lst plpbt.bin...
grub4dos conf to boot MicroXP:

Code: [Select]
map --unmap=0:0xff
map --unhook && map --rehook
savedefault
ls /usbdrive.tag > nul :: find --set-root --devices=hf /usbdrive.tag
configure /winsetup.lst
Title: MicroXP & tiny core dualboot
Post by: coreplayer2 on March 03, 2016, 08:24:26 PM
All that is too much effort..  Learn to use grub2 which can detect then boot Windows and Linux from their separate partitions


Sent from my iPhone using Tapatalk
Title: Re: MicroXP & tiny core dualboot
Post by: Dualityonme on March 03, 2016, 11:52:22 PM
you mean chainloading windows with grub2?
Title: Re: MicroXP & tiny core dualboot
Post by: coreplayer2 on March 04, 2016, 02:20:57 AM
Yes it's really easy


Sent from my iPhone using Tapatalk
Title: Re: MicroXP & tiny core dualboot
Post by: Dualityonme on March 04, 2016, 09:37:24 AM
PLEASE DON'T DELETE THIS,IT MIGHT WORK FOR OTHERS WHO HAS SUCH NEED!
I did not use GRUB2,instead i used non-sleek WIndows's boot.ini method according to these guides http://www.highlandsun.com/hyc/linuxboot.html, http://www.linuxquestions.org/questions/suse-opensuse-60/boot-linux-suse-using-boot-ini-from-windows-xp-244728/, and it WORKS! :)
Title: Re: MicroXP & tiny core dualboot
Post by: Juanito on March 04, 2016, 09:56:42 AM
Ah - I thought lilo had died circa 2005...