PDA

View Full Version : bootpage help


MKEMP1
05-21-2005, 12:51 AM
I'm trying to setup 4.x hacks I got to the bootpage hack and I'm have issues

I type: PTVupgrade /cdrom# ./bootpage/bootpage -P "root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false" -C /dev/hdc

I get an error: ./bootpage/bootpage: invalid option -- c
error opening device root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false

I'm stumped



--Mike

edit: sorry that was a typo here

Thinkdiff
05-21-2005, 12:55 AM
space between P and " maybe?

PlainBill
05-21-2005, 12:57 AM
I'm trying to setup 4.x hacks I got to the bootpage hack and I'm have issues

I type: PTVupgrade /cdrom# ./bootpage/bootpage -P"root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false" -C /dev/hdc

I get an error: ./bootpage/bootpage: invalid option -- c
error opening device root=/dev/hda7 dsscon=true console=2,115200 upgradesoftware=false

I'm stumped



--Mike

I see one problems. There must be a space between the -P and the ". I also suspect that you did not use an upper case C for the -C option.

PlainBill

MKEMP1
05-21-2005, 01:01 AM
ok I fixed it upper case C got me thanks guys


--Mike