Jump to content

first ever SNOW boot-efi 10.1 for boot-132 DVD with DSDT override


home000000
 Share

3 posts in this topic

Recommended Posts

hi

 

I think that this is the first boot-efi for DVD for SNOW with DSDT.aml overwrite file inside ram drive ...

to work there is a small change in boot-efi-10.1 to allow reading DSDT.aml from ram disk... since you have to swap disks ...

 

for now I tested it only until the SNOW OS Install is loaded ..

 

 

the boot part is OK ... install ok with boot-132 DVD ... GIGABYTE EP45-UD3/R/P

 

Please feedback if working for you ...

 

incase of KP make sure bios setting are ok ... DISABLE the following ...

 

CPU Enhanced Halt (C1E)

-C2/C2E State Support

-CPU EIST Function

-C4/C4E State Support

 

----- the change in code ----

 

sprintf(dirspec,"bt(0,0)/Extra/%s",dsdt_filename);

fd=open (dirspec,0);

if (fd<0)

{

sprintf(dirspec,"rd(0,0)/Extra/%s",dsdt_filename);

fd=open (dirspec,0);

if (fd<0)

{

verbose ("No DSDT replacement found. Leaving ACPI data as is\n");

return setupAcpiNoMod();

}

}

}

boot_dsdt_ram.zip

snow_boot.iso.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...