Welcome Guest ( Log In | Register )

20 Pages V  « < 18 19 20  
Reply to this topicStart new topic
Episode 5x24, USB Multipass
koroxic
post Fri, 09 Oct 2009 09:14:35 +0000
Post #381


Newbie


Group: Members
Posts: 2
Joined: Fri, 02 Oct 2009 23:57:55 +0000
Member No.: 15,877



It seems like some people have been having trouble booting windows iso's using the following code

CODE
title Windows XP
map (hd0,0)/winxp.iso (hd32)
map --hook
chainloader (hd32)


all you have to do to make it work is add BOOT at the end

CODE
title Windows 7
map (hd0,0)/win7.iso (hd32)
map --hook
chainloader (hd32)
boot


maybe this will work for all iso files that are not booting?


here is the reference page i found it at ...

Grub4DOS

if somebody has already posted the solution please forget what i have said ..lol
Go to the top of the page
 
+Quote Post
scifijunkie
post Fri, 09 Oct 2009 10:09:32 +0000
Post #382


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



yea that could work but that does not help me with the FAT: utf8 is not a recommended IO for FAT Filesystems, Filesystem will be case sensitive error that clonezilla and gparted keeps giving me... plus the WinSetupFromUSB_0-2-3 make it easy to get the windows setups to work...
Go to the top of the page
 
+Quote Post
H@L0_F00
post Sat, 10 Oct 2009 01:06:47 +0000
Post #383


HAL0_F00
*******

Group: Members
Posts: 599
Joined: Wed, 08 Oct 2008 09:22:42 +0000
From: Sin city!
Member No.: 11,143



What I've found about such error deals with ASCII characters in filenames. Try and see if you've got any filenames that could contain any ASCII characters, rename them, and see if that stops the problem.


--------------------
Go to the top of the page
 
+Quote Post
scifijunkie
post Sat, 10 Oct 2009 20:45:26 +0000
Post #384


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



do you mean I need to check each file in my clonezilla and gparted folders for the for that ASCII characters filenames then rename them??? I don't really want to do that so I will see if mounting the iso will work... thank you for your help...
Go to the top of the page
 
+Quote Post
H@L0_F00
post Sun, 11 Oct 2009 05:12:21 +0000
Post #385


HAL0_F00
*******

Group: Members
Posts: 599
Joined: Wed, 08 Oct 2008 09:22:42 +0000
From: Sin city!
Member No.: 11,143



Does it go on a continuous loop about the file system being case sensitive? If so, and you're running Windows 7, it looks like it could be Windows 7 causing the problem. Mine does the same thing with GParted, and so does my cousins. I haven't been able to find out why it does this yet but I'll continue googling it.


--------------------
Go to the top of the page
 
+Quote Post
scifijunkie
post Sun, 11 Oct 2009 11:56:31 +0000
Post #386


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



yes it does but it does it when it trys to look at the multipass as a drive and it is FAT32... I tryed it on both computers that I have which one has windows 7 and the other has windows XP Pro SP3...
Go to the top of the page
 
+Quote Post
scifijunkie
post Sun, 11 Oct 2009 12:08:42 +0000
Post #387


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



I just now try boot it using the ISO and is still does the same thing... I really want to get it going on my multipass. I try googling it myself before I started to post in here and could not make heads or tails about it... it just means I need to keep on trying out things to see if I can get it working..
Go to the top of the page
 
+Quote Post
scifijunkie
post Wed, 21 Oct 2009 19:38:10 +0000
Post #388


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



I finely got clonezilla and gparted to work....

My clonezilla menu is now

CODE
default 0
timeout 30

splashimage=/darthvader.xpm.gz

title Clonezilla live
kernel  /clonezilla/live/vmlinuz1 boot=live union=aufs live-media-path=/clonezilla/live  nolocales noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=791 ip=frommedia
initrd /clonezilla/live/initrd1.img

title Clonezilla live 800x600
kernel /clonezilla/live/vmlinuz1 boot=live union=aufs live-media-path=/clonezilla/live nolocales noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia
initrd /clonezilla/live/initrd1.img

title Clonezilla live 640x480
kernel /clonezilla/live/vmlinuz1 boot=live union=aufs live-media-path=/clonezilla/live nolocales noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=785 ip=frommedia
initrd /clonezilla/live/initrd1.img

title Clonezilla live (To RAM)
kernel /clonezilla/live/vmlinuz1 boot=live union=aufs live-media-path=/clonezilla/live nolocales noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=791 toram=filesystem.squashfs ip=frommedia
initrd /clonezilla/live/initrd1.img

title Clonezilla live failsafe mode
kernel /clonezilla/live/vmlinuz1 boot=live union=aufs live-media-path=/clonezilla/live nolocales noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia vga=normal
initrd /clonezilla/live/initrd1.img

title mainmenu
root (hd0,0)
configfile /menu.lst
savedefault


My gparted menu is now

CODE
default 0
timeout 30

splashimage=/darthvader.xpm.gz

title GParted Live
kernel /gparted/live/vmlinuz1 boot=live union=aufs live-media-path=/gparted/live noswap noprompt vga=788 ip=frommedia
initrd /gparted/live/initrd1.img

title GParted Live (To RAM)
kernel /gparted/live/vmlinuz1 boot=live union=aufs live-media-path=/gparted/live noswap noprompt vga=788 toram=filesystem.squashfs ip=frommedia
initrd /gparted/live/initrd1.img

title GParted Live without framebuffer
kernel /gparted/live/vmlinuz1 boot=live union=aufs live-media-path=/gparted/live noswap noprompt ip=frommedia vga=normal
initrd /gparted/live/initrd1.img

title GParted Live failsafe mode
kernel /gparted/live/vmlinuz1 boot=live union=aufs live-media-path=/gparted/live noswap noprompt acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia vga=normal
initrd /gparted/live/initrd1.img

title mainmenu
root (hd0,0)
configfile /menu.lst
savedefault


and these menus entries work... I hope this will help others in this Forum...
Go to the top of the page
 
+Quote Post
zac_haryy
post Mon, 26 Oct 2009 17:14:43 +0000
Post #389


Newbie


Group: Members
Posts: 2
Joined: Mon, 26 Oct 2009 17:11:26 +0000
Member No.: 16,191



QUOTE (koroxic @ Fri, 09 Oct 2009 08:14:35 +0000) *
It seems like some people have been having trouble booting windows iso's using the following code

CODE
title Windows XP
map (hd0,0)/winxp.iso (hd32)
map --hook
chainloader (hd32)


all you have to do to make it work is add BOOT at the end

CODE
title Windows 7
map (hd0,0)/win7.iso (hd32)
map --hook
chainloader (hd32)
boot


maybe this will work for all iso files that are not booting?


here is the reference page i found it at ...

Grub4DOS

if somebody has already posted the solution please forget what i have said ..lol


I just tried this out and it was a no go for me. After the initial loading of the devices (the blue screen right away) I get the BSOD. This is my code that it gives me: 0x0000007b (0xf7a58524, 0xc0000034, 0x00000000, 0x00000000). Just wondering if you could try this out and see if you get the same thing? I get it in VM and on a PC. Thanks!

-haryy
Go to the top of the page
 
+Quote Post
H@L0_F00
post Mon, 26 Oct 2009 19:21:37 +0000
Post #390


HAL0_F00
*******

Group: Members
Posts: 599
Joined: Wed, 08 Oct 2008 09:22:42 +0000
From: Sin city!
Member No.: 11,143



The disk emulation is lost when Windows setup tries to continue after loading drivers and such, resulting in the BSOD.


--------------------
Go to the top of the page
 
+Quote Post
scifijunkie
post Wed, 28 Oct 2009 17:22:35 +0000
Post #391


Hackling
*

Group: Members
Posts: 8
Joined: Thu, 08 Oct 2009 20:02:55 +0000
Member No.: 15,956



try using WinSetupFromUSB...
Go to the top of the page
 
+Quote Post
Lord Necron
post Wed, 28 Oct 2009 20:39:15 +0000
Post #392


Hak.5 Fan +
***

Group: Members
Posts: 56
Joined: Fri, 04 Sep 2009 21:26:55 +0000
Member No.: 15,523



QUOTE (scifijunkie @ Wed, 28 Oct 2009 17:22:35 +0000) *
try using WinSetupFromUSB...

And here is the link goodness for everyone: http://www.msfn.org/board/install-usb-wins...ui-t120444.html


--------------------


Go to the top of the page
 
+Quote Post
BCPaladin
post Sun, 01 Nov 2009 22:09:20 +0000
Post #393


Newbie


Group: Members
Posts: 3
Joined: Wed, 28 Oct 2009 17:39:18 +0000
Member No.: 16,215



OK, I formatted my OCZ Diesel 16GB to fat 32, ran the grubinst_GUI, copied grldr from grub4dos 0.4.4, extracted or copied my ISO's, and created my menu.lst file according to what I've read in the now 20 pages of this topic. It was fun, I enjoyed myself. Unfortunately, when I try to boot to it I get some error about a PXE stack? Any ideas?
Go to the top of the page
 
+Quote Post
iann0036
post Tue, 03 Nov 2009 05:50:26 +0000
Post #394


Hackling
*

Group: Members
Posts: 10
Joined: Tue, 03 Nov 2009 03:33:02 +0000
From: South Coast, Australia
Member No.: 16,272



Great thing this is! Here's my menu.lst file:
CODE
splashimage=/grub/wall.xpm.gz
color blue/black yellow/blue
timeout 20

title Boot Local Harddisk
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1)+1
rootnoverify (hd1)

title Kon-Boot
map --mem /grub/konboot.img (fd0)
map --hook
chainloader (fd0)+1
map (hd1) (hd0)
map --hook
rootnoverify (fd0)

title WinPE 2
map (hd0,0)/grub/winpe2.iso (hd32)
map --hook
chainloader (hd32)

title Hirens
map (hd0,0)/grub/hirens.iso (hd32)
map --hook
chainloader (hd32)

title HawkPE ISO -null-
map (hd0,0)/grub/HAWKPE.ISO (hd32)
map --hook
chainloader (hd32)

title BT4 -null-
configfile /grub/bt4/boot/grub/menu.lst

title DBAN
map (hd0,0)/grub/dban.iso (hd32)
map --hook
chainloader (hd32)

title Ophcrack
kernel /grub/ophcrack/boot/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin
initrd /grub/ophcrack/boot/rootfs.gz

title VistaPE
find --set-root /grub/vistape/BOOTMGR
chainloader /grub/vistape/BOOTMGR

title Windows 7 Installation
map (hd0,0)/grub/win7inst.iso (hd32)
map --hook
chainloader (hd32)

title Windows 7 Recovery x86
map (hd0,0)/grub/win7recx86.iso (hd32)
map --hook
chainloader (hd32)

title Windows 7 Recovery x64
map (hd0,0)/grub/win7recx64.iso (hd32)
map --hook
chainloader (hd32)

title CloneZilla
map (hd0,0)/grub/clonezilla.iso (hd32)
map --hook
chainloader (hd32)

title FreeDOS
map (hd0,0)/grub/freedos.iso (hd32)
map --hook
chainloader (hd32)

title Kaspersky Rescue CD
map (hd0,0)/grub/kasperrescue.iso (hd32)
map --hook
chainloader (hd32)

title Puppy Linux
map (hd0,0)/grub/puppy.iso (hd32)
map --hook
chainloader (hd32)

title NTPasswd
root (hd0,0)
kernel /grub/ntpasswd/vmlinuz
rw vga=1
initrd=/grub/ntpasswd/initrd.cgz /grub/ntpasswd/scsi.cgz

title SpinRite
map (hd0,0)/grub/SpinRite.iso (hd32)
map --hook
chainloader (hd32)


Works:
*Boot Local Harddisk
*Kon-Boot
*WinPE 2
*Hirens
*DBAN
*Ophcrack
*VistaPE
*Windows 7 Installation
*NTPasswd
*SpinRite

Doesn't Work:
*HawkPE
*BT4
*Windows 7 Recovery x86 & x64
*CloneZilla
*FreeDOS
*Kaspersky Rescue CD
*Puppy Linux

Still doing my research and figuring things out...that is, when I get my internet connection back from it's shaping sad.gif


--------------------
Website: http://iann0036.com
E-mail: iann0036@iann0036.com | iann0036@yahoo.com.au | iann0036@gmail.com
MSN Messenger: iann0036@yahoo.com.au
Go to the top of the page
 
+Quote Post
zac_haryy
post Tue, 03 Nov 2009 23:11:44 +0000
Post #395


Newbie


Group: Members
Posts: 2
Joined: Mon, 26 Oct 2009 17:11:26 +0000
Member No.: 16,191



PXE is booting something through your network and it would get the pxe info from a pxe server (i believe this is correct)...so basically you have your computer to boot from network (PXE) mode and not USB mode
Go to the top of the page
 
+Quote Post
BCPaladin
post Wed, 04 Nov 2009 18:57:43 +0000
Post #396


Newbie


Group: Members
Posts: 3
Joined: Wed, 28 Oct 2009 17:39:18 +0000
Member No.: 16,215



That's interesting. I'm booting the flash drive from the boot menu.
Go to the top of the page
 
+Quote Post
BCPaladin
post Wed, 04 Nov 2009 18:59:20 +0000
Post #397


Newbie


Group: Members
Posts: 3
Joined: Wed, 28 Oct 2009 17:39:18 +0000
Member No.: 16,215



Its an older PC. To be honest I was surprised that it even allowed the option to boot from the flash drive.
Go to the top of the page
 
+Quote Post

20 Pages V  « < 18 19 20
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: Sat, 21 Nov 2009 16:07:03 +0000