megastallman / RDPKiosk

RDP Thin client and/or recovery toolkit(DEPRECATED! MOVED TO GITLAB)
3 stars 1 forks source link

Can't make the image as bootable #1

Open bgobi1991 opened 7 years ago

bgobi1991 commented 7 years ago

dear bro,

                as per the instruction i have created the iso/bzimage and tested with qemu . everything worked fine. But when i copy that image into CD/USB and tried to install, its stucks into grup> ...

please assist how to copy the the bzimage into DVD and make as bootable.

Note:- Need to install from DVD as permanent (NOT LIVE BOOT) my application into thinclient

megastallman commented 7 years ago

Hi bgobi1991. I would rebuild this image soon and add the HDD installation script....

bgobi1991 commented 7 years ago

Hi Sir,

Is it possible to get this week ?

megastallman commented 7 years ago

I've done a quick hack. I'm already uploading a bootable image, and its rebuild script. Now you can use any other system or even a LiveCD to flash this image to any HDD or USB-drive. As long as my distro has no persistency, so there is no difference between Live an installed mode. Just do: as root: # dd if=out.img of=/dev/sdX(your HDD or USB drive here) This step erases any of your previous data.

bgobi1991 commented 7 years ago

Hi Sir,

When i boot the image i got the following error.

can't find IRQ for PCI INT A, probably buggy MP table.

megastallman commented 7 years ago

It looks much like a BIOS bug. Sometimes its upgrade or downgrade can help, but maybe "noapic" and "nosmp" options can help(you can append them to the "startx" option in grub.cfg, after your dd installation). But anyway, it is a hardware problem.