| Author |
Message |
connorfranciswillcocks

Joined: 27 May 2012 Posts: 74 Location: England!
|
Posted: Mon 03 Sep 2012, 05:08 Post subject:
Puppy Linux Unetbootin Solved By rcrsn51 |
|
I can boot puppy linux from usb easily using unetbootin, however i want to make a live cd on my C Drive so when i restart i can select puppy or xp, currently i have workin are;
Windows Xp
DSL
Kolibri
Ubuntu 12
unetbootin
Kanotix
but onced installed to C:/ using unetbootin with wary, lucid, slacko or saluki i get the same error sfs not found,
does anyone know a solution for this. Thanks In advance. Connor.
Last edited by connorfranciswillcocks on Mon 03 Sep 2012, 17:23; edited 1 time in total
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7756 Location: Stratford, Ontario
|
Posted: Mon 03 Sep 2012, 11:59 Post subject:
|
|
You need to determine how Unetbootin works on your hard drive.
Is there a file called syslinux.cfg somewhere? If so, please post it here.
If not, you need to find what other menu file that Unetbootin is using.
Where are the other Puppy files located on your hard drive?
|
|
Back to top
|
|
 |
connorfranciswillcocks

Joined: 27 May 2012 Posts: 74 Location: England!
|
Posted: Mon 03 Sep 2012, 15:19 Post subject:
|
|
| rcrsn51 wrote: | You need to determine how Unetbootin works on your hard drive.
Is there a file called syslinux.cfg somewhere? If so, please post it here.
If not, you need to find what other menu file that Unetbootin is using.
Where are the other Puppy files located on your hard drive? |
Unetbootin creates a folder inside C:/ called unetbtin
inside this folder are;
boot.txt (contains boot loader)
bootnw.txt (contains boot loader)
menu.lst ~(contains;
default 0
timeout 10
title UNetbootin
find --set-root /unetbtin/ubnkern
kernel /unetbtin/ubnkern pmedia=usbflash
initrd /unetbtin/ubninit
boot
title puppy
find --set-root /vmlinuz
kernel /vmlinuz pmedia=usbflash
initrd /initrd.gz
boot
ubnfilel.txt (contains;
boot.cat
boot.msg
help.msg
help2.msg
initrd.gz
isolinux.bin
isolinux.cfg
logo.16
lupu_528.sfs
vmlinuz
ubnpathl.txt (empty text document)
ubninit
ubnkern
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7756 Location: Stratford, Ontario
|
Posted: Mon 03 Sep 2012, 16:39 Post subject:
|
|
| connorfranciswillcocks wrote: | | pmedia=usbflash |
Puppy cannot find its sfs file because it is only looking for a flash drive.
Change this to "pmedia=atahd".
Which of the two menu entries are you using?
|
|
Back to top
|
|
 |
connorfranciswillcocks

Joined: 27 May 2012 Posts: 74 Location: England!
|
Posted: Mon 03 Sep 2012, 17:22 Post subject:
|
|
| rcrsn51 wrote: | | connorfranciswillcocks wrote: | | pmedia=usbflash |
Puppy cannot find its sfs file because it is only looking for a flash drive.
Change this to "pmedia=atahd".
Which of the two menu entries are you using? |
You are a Genius, Thanks alot
it solved the problem
title puppy
find --set-root /vmlinuz
kernel /vmlinuz pmedia=atahd
initrd /initrd.gz
boot
Thankyou
|
|
Back to top
|
|
 |
|