patronu, on 11 October 2010 - 01:06 PM, said:
I'm also testing on a virtual machine.
Does HP SmartStart work at a virtual machine? A server maintenance CD may test hardware.
Try a server maintenance CD at real hardware.
Quote
Can I delete a partition from server? What MBR does it change?
Remember the flag file: /images/writeMBR.usb001
If you add grub4dos, store /images/SS850.iso and add /images/writeMBR.usb001 to server
And boot from the server, then MBR is changed.
That's unlikely to happen.
So it's pretty unlikely a change at server in real life.
Quote
Yes, MBR at USB.
That's a one time change at USB MBR:
you may remark the partnew line at menu.lst now:
title HP SmartStart 8.50 x86 - fake isohybrid (hd0,3)
ls /images/SS850.iso || find --set-root /images/SS850.iso
#ls (hd0,0)/images/writeMBR.usb001 && partnew (hd0,3) 0x06 /images/SS850.iso
root (hd0,3)
kernel /system/vmlinuz media=usb rw root=/dev/ram0 ramdisk_size=399480 init=/bin/init loglevel=3 ide=nodma ide=noraid nopat pnpbios=off vga=791 noexec32=off nox2apic splash=silent showopts
initrd /system/initrd.img
Or with media=cdrom:
title HP SmartStart 8.50 x86 - fake isohybrid (hd0,3)
ls /images/SS850.iso || find --set-root /images/SS850.iso
#ls (hd0,0)/images/writeMBR.usb001 && partnew (hd0,3) 0x06 /images/SS850.iso
root (hd0,3)
kernel /system/vmlinuz media=cdrom rw root=/dev/ram0 ramdisk_size=399480 init=/bin/init loglevel=3 ide=nodma ide=noraid nopat pnpbios=off vga=791 noexec32=off nox2apic splash=silent showopts
initrd /system/initrd.img
Quote
That means that after it creates the third partition I will see a third partition on my usb disk?
This depends on used hardware (removable or fixed) and operating system.
Linux mount the partition usually. HP SmartStart may see another partition or not.
This post has been edited by cdob: 12 October 2010 - 12:19 AM